KhasMek has quit [Ping timeout: 246 seconds]
<codeworkx> Espenfjo: plx test if you got time http://review.cyanogenmod.com/#/c/16664/
Charkey has joined #teamhacksung
noobnl has joined #teamhacksung
KhasMek has joined #teamhacksung
h8|away has quit [Remote host closed the connection]
rtfpessoa1 has quit [Read error: Connection reset by peer]
frapell has quit [Quit: Coyote finally caught me]
lidroid has joined #teamhacksung
luminoso has quit [Ping timeout: 252 seconds]
Kaik541 has joined #teamhacksung
lidroid has quit [Quit: Leaving.]
lidroid has joined #teamhacksung
Dragooon has joined #teamhacksung
KillKount has quit [Ping timeout: 245 seconds]
KillKount has joined #teamhacksung
wbaw has joined #teamhacksung
rodries has quit []
Kaik541 has quit [Ping timeout: 252 seconds]
lidroid has quit [Quit: Leaving.]
lidroid has joined #teamhacksung
<Espenfjo> codeworkx: Something is off with the charging images.
<Espenfjo> It is white and fugly
<Espenfjo> But! Atleast I can boot when charging!
<Espenfjo> ./system/core/charger/images/battery_5.png
<Espenfjo> Perhaps it is intended
<Espenfjo> dunno if it is actually charging or not
<Dragooon> Try opening the battery and seeing if the liquid is jumping
<codeworkx> Espenfjo: it's charging, but my brother said the device is going off after some time
<codeworkx> Espenfjo: which patches did you use? the 4 i added you? kernel, device, init?
<Espenfjo> yeah
<codeworkx> and your device stays in charging mode?
<Espenfjo> Well.. I am not sure.. the images disappear after a short while
<Espenfjo> Not sure if it is off, or just the screen that is off or if the images have disappeared or what
<codeworkx> disappear is bad
<Espenfjo> Do mind that my device is at 100%-ish
<Espenfjo> It goes from that old, nice loading icon, to the new fugly white charging complete icon before disappearing
<codeworkx> Espenfjo: lemme see on gnex
<Espenfjo> I will let it drain a bit, see if it dissapears being 90 % or soemthing
<codeworkx> Espenfjo: my battery is also full
<codeworkx> Espenfjo: 1. battery with thunderbolt, 2. nothing. 3. full battery, 4. nothing
<codeworkx> pressing power button shortly shows the full battery again for 1 sec
<Espenfjo> hmok
<Espenfjo> Here it is 1. Battery with circle, 2. Full fugly battery, 3. Nothing
<codeworkx> and power button?
<codeworkx> brings up fugly?
<Espenfjo> Yep
<Espenfjo> Longpress boots the phone
<codeworkx> so it's still in charging mode
<codeworkx> thats fine
<Espenfjo> fugly disappears after about three seconds
<codeworkx> screen off simply
<Espenfjo> It seems so
<codeworkx> how to get rid of the original one?
<codeworkx> battery with circle
<codeworkx> does it come from kernel?
<codeworkx> or from bootloader?
<Espenfjo> Might be from the bootloader (params.img?)
<Espenfjo> Shouldnt be the kernel atleast
<codeworkx> yeah param probably
datagutt has joined #teamhacksung
datagutt has quit [Changing host]
datagutt has joined #teamhacksung
<codeworkx> Espenfjo: param hacking is funny
<Espenfjo> Yeah, I have understood that :P
<codeworkx> strings param.lfs -> charging.jpg
<codeworkx> Espenfjo: ls -la /mnt/.lfs
<Espenfjo> It is not mounted
<codeworkx> eh?
<codeworkx> mount j4fs /dev/block/mmcblk0p4 /mnt/.lfs
<codeworkx> mount -t j4fs /dev/block/mmcblk0p4 /mnt/.lfs
<codeworkx> maybe we don't build the module :-D
<Espenfjo> no such device
<Espenfjo> Seems like it :P
<codeworkx> yep, we don't xD
Dragooon has quit [Quit: Dragooon]
Dragooon has joined #teamhacksung
<Espenfjo> building
<codeworkx> wait :-D
<Espenfjo> doh
<Espenfjo> :P
<codeworkx> see if you can find the image on /mnt/.lfs
<Espenfjo> Yes, that is the one
<Espenfjo> charging.jpg
sticky|away is now known as stickyboy
<codeworkx> Espenfjo: pull it and gimme
nebkat is now known as nebkat|beer
<Espenfjo> hehe, yeah, that should do the trick
<Espenfjo> Should I save it to .lfs?
<codeworkx> what was the path?
<codeworkx> /mnt/.lfs/charging.jpg?
<Espenfjo> Yes
<codeworkx> overwrite it
<Espenfjo> failed to copy 'charging.jpg' to '/mnt/.lfs//charging.jpg': No space left on device
<Espenfjo> hm
<codeworkx> damn
<codeworkx> think we have to hack it into the binary
<codeworkx> or write it using dd :-D
<codeworkx> Espenfjo: can you delete charging.jpg from lfs? :-D
<Espenfjo> nope
<Espenfjo> <4>[ 57.749148] fsd_write 393: matching_latest_offset is invalid(matching_latest_offset=0xffffffff)
<Espenfjo> <4>[ 57.749234] fsd_write 394: There are no RW files in this partition. Before we write data of new file, user of j4fs should write j4fs_header of new file.
<Espenfjo> driver crashes
<Espenfjo> have to rmmod and modprobe, remount
julianjm has left #teamhacksung ["Saliendo"]
<codeworkx> :-D
julianjm has joined #teamhacksung
<codeworkx> Espenfjo: told unhelpful. that's something he's good in
<Espenfjo> hehe, good
<codeworkx> oh, he's on that channel too :-D
<codeworkx> Espenfjo: image starts at EE800
<codeworkx> Espenfjo: ends at F16B3
<Espenfjo> Guess the new, blank image will have to bee the same size then
<Espenfjo> Or would it be possible to just add zero bytes after the end header?
<codeworkx> shouldn't be a problem
<codeworkx> 00 it :-D
<Espenfjo> Thinking this could very well hardbrick my device :P
<codeworkx> no
<codeworkx> Espenfjo: header and footer still there. i just nulled the part between
cuco has joined #teamhacksung
lidroid has quit [Quit: Leaving.]
paulk-desktop has joined #teamhacksung
lidroid has joined #teamhacksung
cuco has quit [Ping timeout: 256 seconds]
luminoso has joined #teamhacksung
rtfpessoa has joined #teamhacksung
<codeworkx> Espenfjo: the easier way: dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=1 seek=977460 count=10911
<codeworkx> Espenfjo: untested! :-D
<codeworkx> Espenfjo: but should work
Dragooon has quit [*.net *.split]
intrepresentatio has quit [*.net *.split]
Espenfjo has quit [*.net *.split]
sixstringsg has quit [*.net *.split]
sixstringsg has joined #teamhacksung
pawitp has joined #teamhacksung
Espenfjo has joined #teamhacksung
<Espenfjo> codeworkx: skeptic :P
Dragooon has joined #teamhacksung
intrepresentatio has joined #teamhacksung
lolwat has joined #teamhacksung
cuco has joined #teamhacksung
nebkat|beer has quit [Ping timeout: 248 seconds]
rtfpessoa has quit [Quit: Leaving.]
nebkat has joined #teamhacksung
paulk-desktop has quit [Quit: Ex-Chat]
dhiru1602 has joined #teamhacksung
lidroid has quit [Quit: Leaving.]
lidroid has joined #teamhacksung
lidroid has quit [Quit: Leaving.]
rtfpessoa has joined #teamhacksung
cuco has quit [Read error: Operation timed out]
devatwork has joined #teamhacksung
Kaik541 has joined #teamhacksung
h8rift has joined #teamhacksung
gladiac1337_ has joined #teamhacksung
datagutt is now known as fatagutt
fatagutt is now known as datagutt
rodries has joined #teamhacksung
Espenfjo is now known as dddddddd
dddddddd is now known as Espenfjo
Kaik541 has quit [Ping timeout: 252 seconds]
cuco has joined #teamhacksung
cuco has quit [Read error: Operation timed out]
stickyboy is now known as sticky|away
sticky|away is now known as stickyboy
pawitp has quit [Quit: pawitp]
gladiac1337_ has quit [Quit: Leaving]
peterperfect has joined #teamhacksung
<Entropy512> codeworkx: I don't like the idea of messing with param.lfs - could lead to complaints that CM made changes they can't restore easily. Also, there's a possibility the offsets may vary from device to device
peterperfect has quit [Client Quit]
<Entropy512> hmm something broke my build
<Entropy512> time to look through recent merges
<stickyboy> Could be the libpal4 for Terminal Emulator?
<stickyboy> I had to rerun get-prebuilts today.
<Entropy512> yup that's it
<stickyboy> Entropy512: Back to the h264 acceleration issue. I was looking all around for other 1080p videos I had, forgetting my GNex can do 1080p :)
<stickyboy> Even though it's 1080p baseline, the tablet reverts to software decoding.
<Entropy512> hmm... odd. I know my device can play its own 1080p video after the MFC0/1 memsize changes
<stickyboy> Entropy512: Well, recording on Gnex, playing on tab.
<stickyboy> I can't remember if this boot has the MFC0/1 changes, and apparently /proc/config is disabled, wtf. :)
<stickyboy> Lemme go boot up my server (power failed earlier in the rain storm).
<Entropy512> hmm if it's disabled we should fix that. :)
<Entropy512> that'll be my next patch after testing j4fs
cuco has joined #teamhacksung
<stickyboy> Entropy512: But /proc/config is a TRADE SECRET. :)
<stickyboy> Entropy512: # CONFIG_IKCONFIG is not set for galaxys2 :)
<Entropy512> ok will fix that once I test the j4fs module
<stickyboy> Entropy512: I also notice CONFIG_UMP_MEM_SIZE=512 for us, but it's 1024 on Galaxy S2 and also in our stock Honeycomb kernel.
<stickyboy> Not sure what it's for, but I guess we need to bump that up.
<Entropy512> yeah, I think that's mali-related
<stickyboy> Hmm, that could be related to some graphics stuff. I'm getting ever-so-slight graphics glitches.
<stickyboy> Ok, this 1080p video plays now with those MFC0/1 reserved memory changes.
<stickyboy> It's 1080p, but baseline.
<stickyboy> Maybe this thing just can't do high. The sample I gave you last night was high profile, with a crazy bit rate.
<stickyboy> I'm recompiling with my old settings just to make sure this actually fixes it.
<Espenfjo> Entropy512: I guess it is something that can be included in the occasional resurrection builds then (params.img).
<Espenfjo> The way it is now users are going to complain anyways, "I can see that nice image at boot, but then suddenly that new, fugly charging icon appears."
<Espenfjo> I guess some UXers should look at the new images :P
<codeworkx> Entropy512: param is flashed with every odin rom. and its identical on i9100, i777, m250. btw.. ump is mali/gralloc
<codeworkx> Espenfjo: i'll create new images with the sammy look. then it matches :-D
<Espenfjo> codeworkx: Create an overlay for the images? Since images for other devices may be different?
<codeworkx> yep
<codeworkx> i'll simply move charger sources to device tree
<Espenfjo> Sounds nice
<codeworkx> but tomorrow
<Espenfjo> No stress
noobnl has quit [Quit: noobnl]
Dragooon has quit [Quit: Dragooon]
cuco has quit [Ping timeout: 256 seconds]
lolwat has quit [Read error: Connection reset by peer]
noobnl has joined #teamhacksung
frapell has joined #teamhacksung
haterift has joined #teamhacksung
h8rift has quit [Read error: Connection reset by peer]
haterift is now known as h8rift
<Entropy512> http://dl.dropbox.com/u/22964990/0001-change-ccode-from-US-to-ALL-for-wifi.patch - codeworkx, git am this into vendor/samsung/n7000 please, it goes with http://review.cyanogenmod.com/#/c/16695/
rodries has quit []
h8rift has quit [Read error: Connection reset by peer]
peterperfect has joined #teamhacksung
peterperfect has quit [Client Quit]
Charkey has quit [Read error: Connection reset by peer]
Charkey has joined #teamhacksung
stickyboy is now known as sticky|away
danishman has joined #teamhacksung
sticky|away is now known as stickyboy
stickyboy is now known as sticky|away
sticky|away is now known as stickyboy
cuco has joined #teamhacksung
rtfpessoa has quit [Quit: Leaving.]
cuco has quit [Ping timeout: 265 seconds]
rtfpessoa has joined #teamhacksung
datagutt has quit [Quit: Computer has gone to sleep.]
sixstringsg has quit [Changing host]
sixstringsg has joined #teamhacksung
danishman has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
uberushaximus has quit [Remote host closed the connection]
h8rift has joined #teamhacksung
<dhiru1602> overlays config is specific to the device or the platform?
<Espenfjo> device
<dhiru1602> so for cm9 does it make sense to use config from stock gb?
<dhiru1602> i mean the config related to brightness and stuff
thelockz has joined #teamhacksung
<Espenfjo> no
<dhiru1602> actually for some reason i don't have haptic on the touchkeys
thelockz has quit []
jt1134 has joined #teamhacksung
dhiru1602 has quit [Ping timeout: 248 seconds]
dhiru1602 has joined #teamhacksung
Espenfjo has quit [Ping timeout: 260 seconds]
tdmackey has quit [Ping timeout: 260 seconds]
Espenfjo has joined #teamhacksung
tdmackey has joined #teamhacksung
rtfpessoa has quit [Read error: Connection reset by peer]
rtfpessoa has joined #teamhacksung