DemonWav has left #teamhacksung ["Leaving"]
Forsaken has joined #teamhacksung
Forsaken has quit [Client Quit]
Forsaken has joined #teamhacksung
koud has quit [Remote host closed the connection]
slayher has quit [Ping timeout: 256 seconds]
slayher__ has quit [Ping timeout: 264 seconds]
koud has joined #teamhacksung
Kaik541 has quit [Ping timeout: 255 seconds]
IbrahimA|znc is now known as IbrahimA
Kaik541 has joined #teamhacksung
kZard|nb has quit [Ping timeout: 256 seconds]
DAGr8 has joined #teamhacksung
<DAGr8> codeworkx
<DAGr8> around ?
<DAGr8> I noticed about t0lte
<DAGr8> I noticed when bt is 'on' the other side doesnt hear echo
<DAGr8> so I leave it on and speak to them via the phone no echo
<DAGr8> echo or feedback whatever you wanna call it
<DAGr8> probably a nice little fix to try there ..
white has quit [Remote host closed the connection]
white has joined #teamhacksung
slayher has joined #teamhacksung
slayher has joined #teamhacksung
slayher has quit [Changing host]
slayher_ has joined #teamhacksung
slayher_ has quit [Changing host]
slayher_ has joined #teamhacksung
thens has quit [Ping timeout: 245 seconds]
Rebellos has quit [Ping timeout: 260 seconds]
Turilo has joined #teamhacksung
avinashrbhat has quit [Ping timeout: 255 seconds]
white has quit [Ping timeout: 264 seconds]
white has joined #teamhacksung
kZard|nb has joined #teamhacksung
avinashrbhat has joined #teamhacksung
kZard|nb has quit [Ping timeout: 252 seconds]
DemonWav_ has joined #teamhacksung
DemonWav_ has left #teamhacksung [#teamhacksung]
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
kZard|nb has joined #teamhacksung
budmang_ has quit [Read error: Operation timed out]
budmang has joined #teamhacksung
Forsaken has quit [Read error: Connection reset by peer]
davi has joined #teamhacksung
davi has quit [Changing host]
davi has joined #teamhacksung
slayher__ has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
slayher has quit [Ping timeout: 252 seconds]
gbyers[Away] has quit [Ping timeout: 256 seconds]
KalimAz has quit [Quit: leaving]
KalimAz has joined #teamhacksung
drupol has joined #teamhacksung
TheDeadCPU has joined #teamhacksung
davi has quit [Ping timeout: 252 seconds]
chris41g has quit [Ping timeout: 248 seconds]
chris41g has joined #teamhacksung
djselbeck has joined #teamhacksung
Turilo has quit [Read error: Connection reset by peer]
djselbeck has quit [Ping timeout: 248 seconds]
djselbeck has joined #teamhacksung
angelsl has joined #teamhacksung
djselbeck has quit [Ping timeout: 248 seconds]
angelsl has quit [Remote host closed the connection]
angelsl has joined #teamhacksung
peterperfect has joined #teamhacksung
peterperfect has quit [Changing host]
peterperfect has joined #teamhacksung
peterperfect has left #teamhacksung [#teamhacksung]
angelsl has quit [Remote host closed the connection]
<Espenfjo> angelsl
<Espenfjo> gah
<Espenfjo> he left
<cdesai> missed by seconds Espenfjo
<Espenfjo> yeah
angelsl has joined #teamhacksung
<Espenfjo> angelsl: O hai
<Espenfjo> Are there any changes from yesterday?
<Espenfjo> 18:06:34 < angelsl> anyone with a 4412 device and free to try something, -> https://gist.github.com/angelsl/4971288
<Espenfjo> From that
<angelsl> i removed 'struct' from L84
<angelsl> of libsecion.cpp
<angelsl> that's all
<w00tc0d3> angelsl: it's working fine
<w00tc0d3> your sercion
<w00tc0d3> secion*
<w00tc0d3> camera workz, gralloc workz
<angelsl> yay :D
<w00tc0d3> :)
<w00tc0d3> should I contribute it to Gerrit, or will you?
<w00tc0d3> I'll credit you anyways
<angelsl> i already have
<w00tc0d3> ah
<angelsl> thanks though :p
<w00tc0d3> uhm
<w00tc0d3> not i9100 :P
<w00tc0d3> i9300 :P
<w00tc0d3> smdk4412-common
<w00tc0d3> because i9100 is 4210
<angelsl> yup, i tested it on the 4210
<w00tc0d3> ahh
<w00tc0d3> angelsl: how did you learn ARM ASM?
<angelsl> i think if you can parse most higher level languages
<angelsl> ASM shouldn't be totally illegible
<angelsl> i won't say i 'learnt' ARM ASM per se, but uhh, more like i just figured it out with the help of documentation
<w00tc0d3> but the stack :O I really don't understand that :p
_120 has joined #teamhacksung
_120 has quit [Client Quit]
_120 has joined #teamhacksung
<Espenfjo> angelsl: ok, then it seems fine on n8000 :)
<Espenfjo> Tested it yesterday
Wout has joined #teamhacksung
Wout` has quit [Ping timeout: 255 seconds]
<angelsl> w00tc0d3: it's just a typical stack
<angelsl> what gcc outputs anyway,
<angelsl> and the ARM convention
<angelsl> is a full descending stack
<angelsl> so like when they push a register onto the stack, let's say PUSH R1, so the value of R1 (a 32-bit value) is written to the position at [SP - 4] and SP is decreased by 4 (being a descending stack)
<angelsl> SP being the memory address of the topmost element of the stack
<angelsl> descending stack means that the stack grows 'downwards'
<angelsl> Espenfjo: thanks :p
iKillCypher has joined #teamhacksung
IbrahimA is now known as IbrahimA|znc
Madhu has joined #teamhacksung
<iKillCypher> <iKillCypher> anyway developers I found a bug/issue which seems to have cause me no choice but to reformat my phone yesterday night :( going to developers options and under simulate secondary display changing any of the setting in there will cause the phone to hang and reboot does not help as it will stuck on boot GT-I9100 Cyanogenmod 10.1
Madhu has quit [Client Quit]
Johnsel has quit [Changing host]
Johnsel has joined #teamhacksung
DAGr8 has quit [Ping timeout: 256 seconds]
DAGr8 has joined #teamhacksung
davi has joined #teamhacksung
davi has quit [Changing host]
davi has joined #teamhacksung
<a3Dman> angelsl: what's the benefit of open libsecion?
<angelsl> i don't know actually, but more open stuff is always better
<a3Dman> of course
<w00tc0d3> angelsl: wut
<w00tc0d3> i have to reread that about 4 times I think :P
Kaik541 has quit [Ping timeout: 252 seconds]
<w00tc0d3> ahh
<w00tc0d3> so a stack has a predefined 'height'
<w00tc0d3> and everytime you put something on it
<w00tc0d3> it's STACK - 4?
<w00tc0d3> that's like... no logic
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
<angelsl> no it doesn't
<iKillCypher> libsecion ?
<iKillCypher> you have no idea what is it ?
<iKillCypher> who wrote it ?
<a3Dman> samsung electronics?
cdesai has quit [Ping timeout: 256 seconds]
<iKillCypher> it was reversed o.o
cdesai has joined #teamhacksung
Rebellos has joined #teamhacksung
davi has quit [Ping timeout: 264 seconds]
_120 has quit [Quit: Lost terminal]
_120 has joined #teamhacksung
_120 has quit [Quit: Lost terminal]
bytecode has joined #teamhacksung
KalimAz_ has joined #teamhacksung
KalimAz has quit [Ping timeout: 248 seconds]
KalimAz_ has quit [Read error: Operation timed out]
<w00tc0d3> finally
<w00tc0d3> changed GTK theme
<w00tc0d3> old theme was KILLING me
KalimAz has joined #teamhacksung
ztrikker has joined #teamhacksung
ztrikker has left #teamhacksung [#teamhacksung]
Rebellos_ has joined #teamhacksung
Rebellos has quit [Ping timeout: 260 seconds]
ricotz has quit [Quit: Ex-Chat]
humberos has joined #teamhacksung
humberos has quit [Changing host]
humberos has joined #teamhacksung
ClashTheBunny has joined #teamhacksung
jsermer has joined #teamhacksung
_120 has joined #teamhacksung
jsermer has quit [Remote host closed the connection]
bytecode is now known as bytecode|afk
iKillCypher has quit [Quit: Leaving]
humberos has quit [Remote host closed the connection]
kZard|nb has quit [Ping timeout: 248 seconds]
kZard|nb has joined #teamhacksung
avinashrbhat has quit [Ping timeout: 248 seconds]
OpenSys has quit [Ping timeout: 248 seconds]
Rebellos_ has quit [Read error: Connection reset by peer]
Rebellos has joined #teamhacksung
angelsl has quit [Ping timeout: 255 seconds]
Oranav has quit [Remote host closed the connection]
Oranav has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
ClashTheBunny has quit [Quit: Leaving]
angelsl has joined #teamhacksung
Oranav_ has joined #teamhacksung
Oranav has quit [Read error: Connection reset by peer]
angelsl has quit [Remote host closed the connection]
Rebellos has quit [Ping timeout: 240 seconds]
patalc has joined #teamhacksung
djselbeck has joined #teamhacksung
djselbeck has quit [Client Quit]
djselbeck has joined #teamhacksung
kZard|nb has quit [Read error: Connection reset by peer]
kZard|nb has joined #teamhacksung
djselbeck has quit [Quit: Konversation terminated!]
djselbeck has joined #teamhacksung
GNUtoo-m4a785t-m has joined #teamhacksung
bytecode|afk is now known as bytecode
g_byers has joined #teamhacksung
bytecode is now known as bytecode|afk
drupol has quit [Ping timeout: 256 seconds]
Oranav_ has quit [Quit: Disconnecting from stoned server.]
Oranav has joined #teamhacksung
Kaik541 has joined #teamhacksung
paulk-desktop has joined #teamhacksung
budmang has quit [Excess Flood]
w00tc0d3 has quit [Excess Flood]
budmang has joined #teamhacksung
w00tc0d3 has joined #teamhacksung
w00tc0d3 has quit [Changing host]
w00tc0d3 has joined #teamhacksung
patalc has quit [Ping timeout: 255 seconds]
Turilo has joined #teamhacksung
shezar has joined #teamhacksung
Rebellos has joined #teamhacksung
bytecode|afk is now known as bytecode
thens has joined #teamhacksung
bytecode is now known as bytecode|xbox
cdesai has quit [Remote host closed the connection]
g_byers has left #teamhacksung ["Linkinus For Mac - www.linkinus.com"]
g_byers has joined #teamhacksung
Forsaken has joined #teamhacksung
CoreISP has joined #teamhacksung
Blaguvest has joined #teamhacksung
kZard|nb has quit [Ping timeout: 264 seconds]
<rhcp> what did i get beeped on?
<rhcp> i have a feeling it was for a decompile
kZard|nb has joined #teamhacksung
dagb has quit [Ping timeout: 240 seconds]
DemonWav has joined #teamhacksung
Oranav_ has joined #teamhacksung
Oranav has quit [Read error: Connection reset by peer]
Oranav_ is now known as Oranav
dagb has joined #teamhacksung
djselbeck has quit [Ping timeout: 256 seconds]
tat- has quit [Ping timeout: 245 seconds]
DemonWav has left #teamhacksung ["Leaving"]
tat- has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
bytecode|xbox is now known as bytecode
ricotz has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
dagb has quit [Read error: Operation timed out]
dagb has joined #teamhacksung
budmang_ has joined #teamhacksung
budmang has quit [Ping timeout: 252 seconds]
KalimAz has quit [Ping timeout: 252 seconds]
KalimAz has joined #teamhacksung
<w00tc0d3> rhcp: indeed haha
<w00tc0d3> rhcp: was about libsecion
<w00tc0d3> rhcp: but angelsg already read the assembly code using hiz skillz
thens has quit [Ping timeout: 248 seconds]
lolwat has joined #teamhacksung
IbrahimA|znc is now known as IbrahimA
<codeworkx> athurh_: thx. fixed
<w00tc0d3> codeworkx: what WM/DE are you using?
<codeworkx> mate
<w00tc0d3> ah
<w00tc0d3> codeworkx: I recommend to tryout DWM :) I have conky in statusbar + DWM and it's NICE
<codeworkx> no need
<codeworkx> 'm happy
<w00tc0d3> i dont need buttons for everything :)
<codeworkx> waiting for a multi head friendly cinnamon version
<w00tc0d3> ah
<codeworkx> everything > mate (gnome 2) sucks wtíth 2 displays
<w00tc0d3> hehe, not a problem for WMs :P
<codeworkx> i dont feel the need to try every fucking package which is out there
bytecode has quit [Ping timeout: 248 seconds]
<codeworkx> works = dont change
<w00tc0d3> codeworkx: had the same with gnome3. until it started crashing structurally. then i installed awesome wm, but i kept reading on arch linux forum, my eye felt on DWM, running it since today & happy :)
shezar has quit [Remote host closed the connection]
KalimAz has quit [Remote host closed the connection]
<rhcp> figured
<rhcp> hwh
bytecode_ has joined #teamhacksung
bytecode_ has quit [Remote host closed the connection]
bytecode_ has joined #teamhacksung
bytecode_ is now known as bytecode
mjwhirly_ has joined #teamhacksung
djselbeck has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
lolwat has quit [Read error: Connection reset by peer]
mjwhirly_ has quit [Quit: Oops. My brain just hit a bad sector]
peterperfect has joined #teamhacksung
Kaik541 has quit [Ping timeout: 252 seconds]
paulk-desktop has quit [Quit: Ex-Chat]
<rekoil> http://forum.xda-developers.com/showthread.php?t=2154617 < anyone seen anything like this before?
<rekoil> basically, installing my original rom (downloaded from sammobile) from Odin will yield a device with broken radio
<rekoil> any clues?
<rekoil> i can update radio, so the problem isn't there
<rekoil> it's something to do with either my system or data partition
bytecode has quit [Remote host closed the connection]
sbrissen is now known as sbrissen_gone
peterperfect has quit [Quit: Life without danger is a waste of oxygen]
<Entropy512> corrupt EFS?
kZard|netbook has joined #teamhacksung
kZard|nb has quit [Read error: No route to host]
djselbeck has quit [Ping timeout: 248 seconds]
<rekoil> Entropy512: but it works in original rom
<rekoil> so there must be a proper EFS somewhere then?
<rekoil> if i restore nandroid it works
<Entropy512> odd
<Entropy512> dunno then
<rekoil> yeah I know right
<rekoil> it's odd as hell
<rekoil> my mind is trying to comprehend what's going on
<rekoil> and this being my first Samsung device isn't helping :P
<rekoil> Entropy512: is there any way to verify if the EFS is in working order?
<Entropy512> dunno if it works on stock then it's probably not EFS
<Entropy512> problem is, I9305 is far less well understood than I9300
<rekoil> yeah, I know this >.<
<rekoil> if I blank the system and data partition, then install the same stock rom then I have no radio
<rekoil> same goes if I just do an update to another I9305N rom
<rekoil> no radio
<rekoil> installing updated radio works
<rekoil> gah this is so frustrating
<rekoil> I mean, I can deal with low support
<rekoil> but actually not being able to flash stock firmware, that's pretty damn frustrating
GNUtoo-m4a785t-m has quit [Quit: Leaving]
Forsaken|GER has joined #teamhacksung
Forsaken has quit [Ping timeout: 248 seconds]