codeworkx changed the topic of #teamhacksung to: HACKSUNG IS DEAD, HAIL HACKSUNG!
nebkat has quit [Remote host closed the connection]
cdesai has quit [Remote host closed the connection]
arcus has quit [Disconnected by services]
arcus_ has joined #teamhacksung
jt1134 has joined #teamhacksung
CoreISP has quit [Remote host closed the connection]
GeordieNorman has quit [Ping timeout: 268 seconds]
scar45 is now known as scar45|znc
XDS2010_ has quit [Ping timeout: 256 seconds]
slick_rick has quit [Ping timeout: 268 seconds]
AdamG- has quit [Ping timeout: 245 seconds]
scar45|znc is now known as scar45
techmik has quit [Ping timeout: 264 seconds]
XDS2010_ has joined #teamhacksung
slick_rick has joined #teamhacksung
techmik has joined #teamhacksung
jt1134 has quit [Remote host closed the connection]
GeordieNorman has joined #teamhacksung
jt1134 has joined #teamhacksung
zz_McNetic is now known as McNetic
jt1134 has quit [Quit: Leaving]
jt1134 has joined #teamhacksung
ramsrib has joined #teamhacksung
paulk-collins has joined #teamhacksung
McNetic is now known as zz_McNetic
evcz has quit [Quit: evcz]
geecko has joined #teamhacksung
zz_McNetic is now known as McNetic
evcz has joined #teamhacksung
evcz is now known as Guest46854
meeeeeeee has joined #teamhacksung
meeeeeeee has quit [Changing host]
meeeeeeee has joined #teamhacksung
Guest46854 has quit [Ping timeout: 246 seconds]
lolwat has joined #teamhacksung
beer_ has joined #teamhacksung
cdesai has joined #teamhacksung
Gethiox has quit [Quit: WeeChat 0.4.1]
ramsrib has quit [Quit: ramsrib]
beer_ is now known as nebkat
nebkat has quit [Changing host]
nebkat has joined #teamhacksung
Gethiox has joined #teamhacksung
Gethiox has quit [Read error: Connection reset by peer]
Gethiox has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
datagutt has joined #teamhacksung
datagutt has quit [Changing host]
datagutt has joined #teamhacksung
jamestunnicliff_ is now known as jamestunnicliffe
g_byers^ has joined #teamhacksung
gbyers[Away] has quit [*.net *.split]
Zougloub has quit [*.net *.split]
Zougloub has joined #teamhacksung
lolwat has joined #teamhacksung
geecko has quit [Ping timeout: 256 seconds]
McNetic is now known as zz_McNetic
cdesai has quit [Ping timeout: 264 seconds]
cdesai has joined #teamhacksung
Rebellos has joined #teamhacksung
<paulk-collins> codeworkx, xplodwild: Exynos Camera module for Galaxy S3: http://git.paulk.fr/gitweb/?p=exynos_camera.git;a=shortlog;h=refs/heads/galaxys3
<paulk-collins> it is feature-complete
<paulk-collins> and you've got patches for galaxy s2 touch-to-focus on the replicant galaxy s2 repo
<xplodwild> great! will test that along with Focal on those devices :)
<xplodwild> paulk-collins: quick question while I think about it
<xplodwild> when you set the "rotation" parameter to 90, is it actually rotating the image or just setting the EXIF?
<paulk-collins> must be just exif
<xplodwild> because mako actually turns the jpeg
<xplodwild> and I cannot find in aosp camera source where they rotate images
<paulk-collins> I don't implement it also
<xplodwild> so I'm missing something somewhere
<paulk-collins> it's supposed to find the orientation on its own
<paulk-collins> when doing the exif
<paulk-collins> ah wait
<paulk-collins> I'm wrong!
<paulk-collins> exynos_param_int_get(exynos_camera, "rotation");
<paulk-collins> attributes->orientation = EXIF_ORIENTATION_90;
<paulk-collins> so yes, just exif
<xplodwild> because in the end pictures are landscape anyway..
<xplodwild> just the exif info, that gallery uses
<xplodwild> but not any other app
<paulk-collins> yes
<paulk-collins> that's it
<paulk-collins> well if the app doesn't implement exif… it shouldn't expect to have the correct rotation
<xplodwild> but pictures taken landscape on the stock camera app are correct when uploading on twitter for example
<paulk-collins> maybe the camera chip does rotate the jpeg, that's possible
<paulk-collins> but that's not the default behavior and not so many chipsets implement it
DuperMan has joined #teamhacksung
datagutt has quit [Ping timeout: 256 seconds]
datagutt has joined #teamhacksung
cdesai has quit [Ping timeout: 264 seconds]
geecko has joined #teamhacksung
nebkat has quit [Ping timeout: 245 seconds]
<geecko> there are some great guys in #linux-sunxi who have already dealed with r3p2 drivers :))
<Espenfjo> linux != android in these matters ;)
<paulk-collins> their kernel supports android too
<geecko> yep, i think it will be really helpful
<geecko> i have insignal and odroid kernels as reference
<geecko> i have modified the defconfig, i hope it will compile this time
<geecko> already lost two days, i don't understand what's going on..
<geecko> i'm here to learn after all, no all hope lost :D
<geecko> not*
<geecko> and.... nothing changed _again_
<geecko> crap
<codeworkx> geecko: the latest sunxi binaries are r3p1 and linux only.
<codeworkx> if they're talking about mali it's probably framebuffer / x11 related
<DuperMan> building the llvm ^^
<DuperMan> wrong. window. sorry
meeeeeeee has quit [Read error: Connection reset by peer]
evcz has joined #teamhacksung
sixstringsg has quit [Excess Flood]
<geecko> codeworkx, i know, it's not a problem
<geecko> r3p2 is running on odroid
<geecko> rz2k ported the drivers to it, i'm currently talking to him
sixstringsg has joined #teamhacksung
<geecko> codeworkx, Espenfjo, odroid 3.4 has complete sources with power management right there https://github.com/hardkernel/linux/tree/odroid-3.4.y/drivers/gpu/arm/mali400
<codeworkx> geecko: arm has also sources
<codeworkx> geecko: but we've no fucking binaries
<geecko> codeworkx, we got insignal ones!
<codeworkx> the ones which don't work? ;-)
<geecko> codeworkx, those released back in june? they don't work?
<codeworkx> dunno if those work. but insignal blobs never worked on phones
<geecko> codeworkx, it's weird, i thought the kernel driver was gluing blobs and hardware
<geecko> since configuration is done right in kernel sources
<codeworkx> it works. with horrible performance and glitches
<geecko> codeworkx, omg, wtf
<geecko> codeworkx, anyway; i want to try.
<codeworkx> do it
<DuperMan> just merge the good bits into common smdk4412 :P
evcz is now known as Guest77816
meeeeeeee has joined #teamhacksung
meeeeeeee has quit [Changing host]
meeeeeeee has joined #teamhacksung
sixstringsg is now known as sixstringsg|afk
<geecko> codeworkx, i've seen rz2k talking about using odroid Mali blobs with linux-sunxi, but they can't because of legal reasons
Guest77816 has quit [Ping timeout: 268 seconds]
<geecko> i don't see why it would work with allwinner but not with the exact same SoC :P
<DuperMan> a bit of an exercise in futility knowing how that effort ended
<geecko> last blobs distributed my Insignal were r2p4-02rel0
<geecko> by*
<geecko> these were for ics
<geecko> DuperMan, what do you mean?
Gethiox2 has joined #teamhacksung
<DuperMan> you mentioned a copyright problem. I don't know anything about this beside what you wrote here and not even all of that
<codeworkx> geecko: gimme download link for r3p2?
<DuperMan> but wouldn't using the same blobs in the same manner for a different device using the same SoC fall victim to the same legal issues and be as unusable?
<geecko> DuperMan, dunno, but i think it's the blobs are not hardware-dependant. i'm hope i'm right, though, it's unlikely
<DuperMan> still sounds very educational and way above my level :)
Gethiox has quit [Ping timeout: 276 seconds]
<geecko> codeworkx, did you mean the download link for blobs? ;)
<geecko> or kernel sources?
<codeworkx> libUMP is missing
<geecko> codeworkx, hmm
<codeworkx> they don't use ump.
<geecko> codeworkx, haha, that would be too easy :(
<geecko> codeworkx, maybe odroid does
<codeworkx> maybe
<codeworkx> but i don't care enough to waste time on it
<geecko> codeworkx, don't bother, i'm on it
<geecko> i have some time to waste, so it's perfect. and the note is my one and only phone, i want it to work better
Gethiox2 has quit [Read error: Connection reset by peer]
<geecko> codeworkx, btw, ump is enabled by default in odroid's kernel :D
Gethiox2 has joined #teamhacksung
<geecko> codeworkx, so there are blobs somewhere
<codeworkx> r2p4 :-P
<geecko> codeworkx, nope, they use r3p2 now
<geecko> "malidrv: API_VERSION=19 REPO_URL=r3p2-01rel0"
<geecko> gotta find the blobs
<geecko> codeworkx, what happens if i disable UMP?
<geecko> rz2k says that mali libs are specific to linux AND android. so it wouldn't work with odroid's blobs
<geecko> lololol
<codeworkx> geecko: no memory
<geecko> codeworkx, how can this work on origen then o_O
lolwat has quit [Read error: Connection reset by peer]
datagutt has quit [Ping timeout: 245 seconds]
<geecko> "<rz2k> I used r2p4 libraries from allwinner a10 on exynos4412, but that was on native linux"
<geecko> codeworkx, where's your god now
<geecko> haha
<geecko> codeworkx, he also tells me that libUMP.so can be compiled from source.
<geecko> and that you have all blobs at the exact same version, it should work on any platform, as long as you have gralloc
meeeeeeee is now known as evcz
<codeworkx> geecko: phones are a bit special
<codeworkx> geecko: have fun with FIMC and camera ;-)
<codeworkx> geecko: you better have a look at our hacked up gralloc
<codeworkx> geecko: compare ours with the one from ARM or insignal
<geecko> codeworkx, so it's even worse than i thought, great
<codeworkx> ;-)
<geecko> i'm watching breaking bad, brb
paulk-collins has quit [Ping timeout: 240 seconds]
DuperMan has quit [Ping timeout: 264 seconds]
paulk-collins has joined #teamhacksung
sbrissen is now known as sbrissen_gone
DuperMan has joined #teamhacksung
<geecko> codeworkx, it's entertaining to read the commit logs from gralloc :)
Motorhead has joined #teamhacksung
<Motorhead> <Motorhead> Anyone know what kernel tweaks are needed to go from Touchwiz 2.3.6 to AOSP?
sixstringsg|afk is now known as sixstringsg
<geecko> mali and ump finally building, that was a config name mismatch between samsung and hardkernel. two days for this.
<geecko> i'll never waste more than an hour on that kind of issue anymore.
<Jiangyi> geecko: I've heard about such mismatches for quite a while now heh
<Jiangyi> Seems to happen all the time with Samsung's sources
<geecko> Jiangyi, i will find their addresses and send them lots and lots of pizza.
<Jiangyi> :-P
<Motorhead> Anyone know AOSP kernels and how to ID non-compatible drivers in the kernel?
evcz has quit [Ping timeout: 264 seconds]
<childofthehorn> Oh for the backport stuff right?
<Motorhead> Hey there childofthehorn. Not quite backport, but freeing a device from TW
<geecko> 'night everyone
geecko has quit [Quit: Quitte]
DuperMan has quit [Remote host closed the connection]
paulk-collins has quit [Quit: Ex-Chat]
plastikman has joined #teamhacksung