lidroid has quit [Remote host closed the connection]
Rebellos has quit [Read error: Connection reset by peer]
Turtuga_ has quit [Ping timeout: 248 seconds]
jt1134 has quit [Quit: Leaving]
a90342 has quit [Ping timeout: 276 seconds]
a90342 has joined #teamhacksung
wbaw has quit [Quit: Leaving]
cdesai has joined #teamhacksung
autoprime has joined #teamhacksung
autoprim_ has quit [Ping timeout: 246 seconds]
xplodwild_work has joined #teamhacksung
rtfpessoa has joined #teamhacksung
cdesai has quit [Read error: Connection reset by peer]
Turtuga has joined #teamhacksung
rtfpessoa has quit [Read error: Connection reset by peer]
autoprime has quit [Read error: Connection reset by peer]
autoprime has joined #teamhacksung
Turtuga_ has joined #teamhacksung
Turtuga has quit [Ping timeout: 240 seconds]
autoprim_ has joined #teamhacksung
autoprime has quit [Ping timeout: 245 seconds]
<samm>
fg
<samm>
apologies. (least it wasn't my ssn)
<vbraun>
I've written a patch that makes the stylus take precedence over other touch input, now my N7000 doesn't cancel pen input when touching the screen any more. I'd appreciate some feedback on it: http://review.cyanogenmod.com/#/c/18506/
<vbraun>
Entropy512, this is about the problem that I mentioned 2 days ago
Tom^ has quit [Quit: FBI is raiding the house bye]
<samm>
you should add him as a reviewer. i doubt many explicitly track frameworks/base
angelsl has joined #teamhacksung
Tom^ has joined #teamhacksung
autoprime has joined #teamhacksung
autoprim_ has quit [Ping timeout: 246 seconds]
luminoso_ has joined #teamhacksung
Rebellos has joined #teamhacksung
Rebell_ has joined #teamhacksung
Rebellos has quit [Ping timeout: 255 seconds]
autoprim_ has joined #teamhacksung
autoprime has quit [Ping timeout: 264 seconds]
magicJimbauld has joined #teamhacksung
<magicJimbauld>
hey all, I tried to build a cm9 nightly for samsung galaxy s2 gt-i9100 by following your wiki guide (CyanogenMod9: How to build), but got only the bootimage
<magicJimbauld>
is there a way to use build.sh to build the whole framework including the kernel or do I have to do it manually
<magicJimbauld>
yes, that's what I did, but I only got a 4 megabyte package with just the boot.img
<magicJimbauld>
no errors were prompted during the build
<xplodwild_work>
there must have been
<xplodwild_work>
try to do "brunch cm_galaxys2-userdebug"
<magicJimbauld>
oh man, do I feel stupid now
<magicJimbauld>
I had the wrong zip
<xplodwild_work>
heh
<magicJimbauld>
well, thanks anyway; and keep up the good work
magicJimbauld has quit [Quit: Page closed]
autoprime has joined #teamhacksung
autoprim_ has quit [Ping timeout: 246 seconds]
xplodwild_work has quit [Quit: Page closed]
Rebellos has joined #teamhacksung
Rebell_ has quit [Ping timeout: 248 seconds]
paulk-desktop has joined #teamhacksung
Perka has quit [Ping timeout: 260 seconds]
Perka has joined #teamhacksung
datagutt has joined #teamhacksung
datagutt has quit [Changing host]
datagutt has joined #teamhacksung
cdesai has joined #teamhacksung
xplodwild_work has joined #teamhacksung
autoprim_ has joined #teamhacksung
autoprime has quit [Ping timeout: 264 seconds]
Turtuga_ is now known as Turtuga
cdesai has quit [Ping timeout: 240 seconds]
Rebellos has quit [Ping timeout: 240 seconds]
rtfpessoa has joined #teamhacksung
hillerstorm has joined #teamhacksung
cdesai has joined #teamhacksung
hillerstorm has quit [Remote host closed the connection]
hillerstorm has joined #teamhacksung
Guest1655 has joined #teamhacksung
Guest16879 has quit [Ping timeout: 246 seconds]
_whitelogger has joined #teamhacksung
cdesai is now known as thekid
thekid has quit [Ping timeout: 264 seconds]
cdesai has joined #teamhacksung
binder has quit [Remote host closed the connection]
cdesai has quit [Remote host closed the connection]
techmik has quit [Read error: Connection reset by peer]
techmik has joined #teamhacksung
xplodwild_work has quit [Quit: Page closed]
stickyboy is now known as sticky|away
<Entropy512>
vbraun: i'll take a look, but I'm currently a bit busy with holiday stuff. Also, I'm going to add cyanogen as a reviewer since he's bringing up the I717
<vbraun>
sure
vbraun has quit [Ping timeout: 265 seconds]
StevenHarperUK has joined #teamhacksung
lolwat has joined #teamhacksung
sixstringsg|afk is now known as sixstringsg
vbraun has joined #teamhacksung
<StevenHarperUK>
HI I am trying to test the 3 patches that enable hdmi on the galaxys2 (http://review.cyanogenmod.com/#/c/18449/9) but the extry mentioned in the new extrcat_files.sh script is not there - I end up with this error make: *** No rule to make target `out/target/product/galaxys2/obj/lib/libhdmiclient.so', needed by `out/target/product/galaxys2/obj/SHARED_LIBRARIES/libui_intermediates/LINKED/libui.so'. Stop.
<StevenHarperUK>
I suspect both of the libhdmiclient.so and libhdmi.so are not there to be extracted
<StevenHarperUK>
Does anyone know what the procedure is to get these?
rtfpessoa has quit [Quit: Leaving.]
<Entropy512>
StevenHarperUK: I think, but am not sure, those are already in, but you need to alter the vendor-blobs makefile in vendor/samsung to copy them to obj/lib in addition to system/lib
<Entropy512>
oh and right now those patches just make it crash on boot unless codeworkx uploaded a new version
<Entropy512>
:)
<StevenHarperUK>
@Ent
<StevenHarperUK>
Right
<StevenHarperUK>
That explains why they are not there
<StevenHarperUK>
I was trying to be usefull and test this stuff
<StevenHarperUK>
but it sounds like its not ready for that (yet)
<Entropy512>
yeah, they're already extracted and in the blob repo, but they just aren't copied to extra places
<Entropy512>
yeah... it's being evil
<StevenHarperUK>
Shouldn't there be another patch to make them changes ? (in the make file)
<Entropy512>
the vendor repo is always a bit funky... The official method is for extract-files to create the makefiles (if you look at the change, it's not in the extraction portion)
<Entropy512>
the unofficial method is that the changes get pushed to koush's repo
<Entropy512>
blob handling has always been a bit... weird due to potential legal complications
<StevenHarperUK>
@Enropy512 just so youk now I am not to hot in the kernel changes or build - I work mainly in the framework / apps areas
<StevenHarperUK>
So - in this situation : would you just wait?
<Entropy512>
probably... it's gotten into nasty places, where we have a binary blob that isn't behaving the way we expected
<Entropy512>
so someone needs to figure out how to properly talk to the blob
<StevenHarperUK>
sounds like all the samsung blobs
<Entropy512>
yeah
<Entropy512>
btw, I haven't seen you around here in a while. :)
<StevenHarperUK>
Yeh RL busy
lolwat has quit [Read error: Connection reset by peer]
<Entropy512>
BTW, I have something on my todo list you'd probably be interested in - It's clear that our device's dock handling is weird, and if we keep trying to just merge it into frameworks/base we'll keep breaking stuff
<StevenHarperUK>
I have been busy - but want to get involved more - When 4.1 lands I will get stuck in - I expect lots to do in the framework / other projects
<Entropy512>
but I think it can be moved into a separate APK
lolwat has quit [Read error: Connection reset by peer]
methril has quit [Remote host closed the connection]
sticky|away is now known as stickyboy
rtfpessoa has joined #teamhacksung
roniez has joined #teamhacksung
roniez has joined #teamhacksung
datagutt has quit [Quit: Computer has gone to sleep.]
<Entropy512>
<StevenHarperUK> as the Audio Panel listend to these events and passed them onto the right device - the problem is, most other device have separate switches for "dock connected" and "audio connected to dock"
<Entropy512>
We only have "dock connected"
<Entropy512>
and Samsung does it by having dock trigger one of the dock mode apps
<Entropy512>
which include the ability to send intents to the framework to change audio routing
<Entropy512>
which is more consistent with how AOSP handles docks
peterperfect_ has joined #teamhacksung
peterperfect_ has left #teamhacksung [#teamhacksung]
rtfpessoa has quit [Read error: Connection reset by peer]
peterperfect has quit [Ping timeout: 250 seconds]
Rebellos has quit [Ping timeout: 265 seconds]
stickyboy is now known as sticky|away
paulk-desktop has quit [Quit: Ex-Chat]
nebkat is now known as beer
rtfpessoa has joined #teamhacksung
KalimAz is now known as KalimAz|Away
cantIntoCode has joined #teamhacksung
samosa has quit [Ping timeout: 240 seconds]
samosa has joined #teamhacksung
cantIntoCode has quit [Ping timeout: 264 seconds]
cantIntoCode has joined #teamhacksung
toastcfh_ has joined #teamhacksung
rtfpessoa has quit [Read error: Connection reset by peer]