slayher has joined #teamhacksung
slayher has quit [Changing host]
slayher has joined #teamhacksung
scarFortyFive has joined #teamhacksung
scar45 has quit [Ping timeout: 256 seconds]
scarFortyFive is now known as scar45
scar45 has quit [Quit: *p00f*]
scar45 has joined #teamhacksung
scar45 is now known as Guest34097
a3Dman has joined #teamhacksung
<OwariDa> they store the encrypted IMEI in /data/misc/radio/ahrh, the AES-key is stored in /data/misc/radio/mgzc and the IV is stored in /data/misc/radio/dakl. this became real easy once i figured out what file to reverse. ;)
Guest34097 is now known as scar45
<OwariDa> the format of the (decrypted) IMEI-file = 15 bytes plaintext ASCII with the IMEI, NUL-byte, checkdigit (as ASCII digit), padded with 15 more NUL-bytes to make the entire file 32 bytes.
<a3Dman> that's nice :)
scar45 has quit [Quit: *p00f*]
peterperfect has quit [Quit: We be chillin - IceChat style]
scar45 has joined #teamhacksung
<OwariDa> and for /etc/nv_data.bin.md5, it's calculated as MD5(</etc/nv_data.bin contents> + "Samsung_Android_RIL"). seems like i don't have to modify that one though, unless the IMEI is stored there as well. o_O
scar45 has quit [Quit: *p00f*]
scar45 has joined #teamhacksung
<OwariDa> ok, so if i just modify the ahrh file, the ahrh/mgzc/dakl files will be regenerated. i assume i'll end up in nv_data.bin after all.
Fury_Soldier has joined #teamhacksung
<Fury_Soldier> Does anyone know where I might be able to get a few questions answered about the Samsung Galaxy sII
Fury_Soldier has left #teamhacksung [#teamhacksung]
Forsaken has quit [Read error: Connection reset by peer]
Forsaken has joined #teamhacksung
Rebellos_ has joined #teamhacksung
Rebellos has quit [Read error: Connection reset by peer]
CoreISP has joined #teamhacksung
CoreISP has joined #teamhacksung
CoreISP has quit [Changing host]
r3zoid_ has quit [Read error: Connection reset by peer]
r3zoid_ has joined #teamhacksung
_white_ has joined #teamhacksung
Turilo has quit [Ping timeout: 276 seconds]
Turtuga has quit [Ping timeout: 260 seconds]
Turtuga has joined #teamhacksung
Kaik541 has quit [Quit: Leaving]
_white_ has quit [Ping timeout: 240 seconds]
Rebellos_ has quit [Ping timeout: 252 seconds]
slayher has quit [Ping timeout: 256 seconds]
Turtuga has quit [Ping timeout: 260 seconds]
_white_ has joined #teamhacksung
KalimAz_ has joined #teamhacksung
jeagoss has quit [Ping timeout: 255 seconds]
jeagoss has joined #teamhacksung
KalimAz has quit [Ping timeout: 248 seconds]
DemonWav_ has joined #teamhacksung
DemonWav_ is now known as DemonWav
DemonWav has left #teamhacksung [#teamhacksung]
KalimAz has joined #teamhacksung
KalimAz_ has quit [Ping timeout: 248 seconds]
Kaik541 has joined #teamhacksung
_white_ has quit [Ping timeout: 248 seconds]
KalimAz_ has joined #teamhacksung
KalimAz has quit [Ping timeout: 244 seconds]
CoreISP has quit [Quit: Leaving]
white has quit [Ping timeout: 256 seconds]
white has joined #teamhacksung
lolwat has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
stickyboy has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
Forsaken has quit [Read error: Connection reset by peer]
drupol has joined #teamhacksung
chris41g has quit [Ping timeout: 248 seconds]
chris41g has joined #teamhacksung
chris41g has joined #teamhacksung
chris41g has quit [Changing host]
djselbeck has joined #teamhacksung
djselbeck has quit [Client Quit]
djselbeck has joined #teamhacksung
w00tc0d3 has joined #teamhacksung
davi has joined #teamhacksung
Kaik541 has quit [Quit: Leaving]
djselbeck has quit [Read error: Connection reset by peer]
chris41g has quit [Ping timeout: 248 seconds]
GNUtoo-m4a785t-m has joined #teamhacksung
chris41g has joined #teamhacksung
davi has quit [Ping timeout: 260 seconds]
w00tc0d3 has quit [Remote host closed the connection]
w00tc0d3 has joined #teamhacksung
w00tc0d3 has quit [Remote host closed the connection]
w00tc0d3 has joined #teamhacksung
<w00tc0d3> yaay
<w00tc0d3> smuxi <33
w00tc0d3 has left #teamhacksung [#teamhacksung]
w00tc0d3 has joined #teamhacksung
<w00tc0d3> Quassel was making me sick.
<w00tc0d3> Wout`: are you from tweakers.net?
djselbeck has joined #teamhacksung
<Wout`> yeah
<w00tc0d3> nice, I'm reading tweakers.net daily for tech news :p
djselbeck has quit [Client Quit]
GNUtoo-m4a785t-m has quit [Quit: Leaving]
Pickpoket has joined #teamhacksung
<Pickpoket> anyone here
<w00tc0d3> yes
<stickyboy> Gotta love new tags in AOSP.
<w00tc0d3> stickyboy: ?
<Pickpoket> I could use some assistance in porting roms. lf anyone is free.
<stickyboy> w00tc0d3: 4.2.2, from this week.
<w00tc0d3> stickyboy: ah, what's the changelog? :)
<w00tc0d3> Pickpoket: basically; look at existing devices
<stickyboy> w00tc0d3: Dunno.
<w00tc0d3> device/lge/mako is a good example, Pickpoket
<w00tc0d3> stickyboy: Why do you like it, then? :P
<stickyboy> w00tc0d3: It's nice to see changes when you repo sync. :D
<w00tc0d3> ahhhh :P
<Pickpoket> so I just take a rom that works with my phone and run this guide on it
<w00tc0d3> HELL NOOO
<w00tc0d3> s.android.com
<w00tc0d3> mkdir -p android/cm
<w00tc0d3> cd android/cm
<w00tc0d3> repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
<w00tc0d3> repo sync -j4
<w00tc0d3> and add your device
<Pickpoket> ok
<Pickpoket> let me explain my situation really quick. most note 2 roms are under n7100 unfortunately the radio in those roms dont support my phone i just want to use a working radio on the n7100 roms
<w00tc0d3> Pickpoket: what's your phone.
<Pickpoket> note 2
<w00tc0d3> type number?
<Pickpoket> sght889
<w00tc0d3> ah t-mobile
<Pickpoket> yeah i think thats my first problem right there
<w00tc0d3> hmm it's Exynos
<w00tc0d3> Pickpoket: are n7100 ROMs running fine on it, I mean, don't test it, but maybe you know?
<Pickpoket> yeah sounds about right
<Pickpoket> n7100 rom
<Pickpoket> will only work 4.1 and below
<Pickpoket> i need n7105 to do 4.2
<w00tc0d3> Pickpoket: are you talking about stock Samsung or about AOSP?
<Pickpoket> the rom i have right now is n7105 Im trying to replace the radio on all the n7100 roms
<Pickpoket> aokp
<w00tc0d3> OK, so: N7100 ROMs are running, but no radio?
<Pickpoket> right..
<w00tc0d3> replace RIL...
<Pickpoket> no APNs listed and when you try to add your own settings .. they wont save. So I assumed it was a radio issue
<w00tc0d3> do you have connection to the network?
<Pickpoket> Sorry completely new to developing replace RIL with what
<w00tc0d3> Replace RIL, flash T-Mobile's modem (it's in stock ROM), and then it *should* work. I can't guarantee it works
<w00tc0d3> Pickpoket: with T-Mobile's
<Pickpoket> oh ok
<Pickpoket> how do i flash just the modem (still looking for Stock rom that doesnt have a corrupted file.)
<Pickpoket> just rip it out and zip it up?
<w00tc0d3> nope
<w00tc0d3> tar cvf moden.tar modem.bin
<w00tc0d3> if you use linux
<w00tc0d3> and then flash in Odin
<w00tc0d3> modem.tar*
<Pickpoket> Windows..
<w00tc0d3> Pickpoket: then, extract modem.bin from the stock ROM tar, and tar it up
djselbeck has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
<rekoil> codeworkx: any chance you could help me debug why my specific I9305N will not activate its radio in CM10.1?
<rekoil> seemingly others can, mine just sits there like the little retard it is
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
<rekoil> logcat: http://pastebin.com/raw.php?i=QcLN5Cn0 (serial replaced with X)
<Espenfjo> strace -f -e open -p 2370
Oranav has quit [Quit: Disconnecting from stoned server.]
Oranav_ has joined #teamhacksung
Oranav_ is now known as Oranav
<Espenfjo> See what RIL-QMI is trying to open
<rekoil> gonna take a while, just finished flashing sammy rom back >.< :P
djselbeck has quit [Quit: Konversation terminated!]
<rekoil> ok, booting
Turtuga has joined #teamhacksung
<rekoil> Espenfjo: when am I supposed to be able to see what RIL-QMI is trying to open?
<rekoil> when I attach to the process it isn't doing anything anymore
<rekoil> can i coax it into redoing what it was that failed?
<Espenfjo> You can probably kill rild or something
<rekoil> [pid 2168] open("/proc/1952/cmdline", O_RDONLY) = 25
<Espenfjo> It has to say more, somewhere
<Espenfjo> That one is OK, it gets assigned file handle 25
<rekoil> yeah
<Espenfjo> the ones thats failing will say = ENOENT
<rekoil> different process 2372 says a lot more
<Espenfjo> or similar
<rekoil> but nothing with ENOENT
<Espenfjo> Then the logcat probably isnt logging the same error neither
<rekoil> right after killing rild i'm not getting anything from strace on the qmi_client process
<rekoil> whole lot of unable to connect to server from logcat
djselbeck has joined #teamhacksung
<rekoil> Espenfjo: any ideas what I can look at for more info?
<Espenfjo> no, not really, its really trying to open something and it cant
<Espenfjo> try lsof -p <RIL-QMIs pid> on stock and see what it has opened
<Espenfjo> compare lsof -p on stock and on your rom
<Espenfjo> see whats the difference in open files
<rekoil> i had problems getting an updated sammy rom for I9305 (non-N) launching radio a while back as well
<rekoil> so i reverted to my stock rom
<rekoil> which is the only thing that radio works on
<rekoil> mind you this is always with the same modem firmware
<rekoil> so a stock sammy rom for I9305 doesn't launch my N radio either
<rekoil> reflashing sammy
ricotz has quit [Quit: Ex-Chat]
Pickpoket has quit [Ping timeout: 245 seconds]
<rekoil> this one will take a while
<rekoil> :P
<Espenfjo> You could also do lsof | grep 8963
<Espenfjo> See if it matches more than one line
<Espenfjo> and grep 8868 and 8870 8875 8876
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
<Espenfjo> See whats in the other end of those pipes and sockets
<rekoil> if i did they would be different now seeing as how i'm currently flashing sammy :P
<Espenfjo> :P
<rekoil> yeah one sec
<rekoil> flashing cm
<rekoil> at least cm's system partition isn't fucking 1.4gb large
<rekoil> can't wait to get rid of this sammy garbage
<rekoil> rebooting
GNUtoo-m4a785t-m has joined #teamhacksung
<rekoil> none have 2 matches
<rekoil> ah fuck
<rekoil> i have to go to class now
<rekoil> deadline for database work tonight
<rekoil> thanks for your help Espenfjo
<rekoil> i'll keep trying
<Espenfjo> hm
<rekoil> will post what rild is accessing on sammy when i get to uni
<rekoil> the thing that bugs me the most about all of this is that 4.2.1 keeps putting all my internal drives stuff in O
<rekoil> :P
<rekoil> bbiab
<rekoil> Gotta love cwm
<rekoil> So reliable :)
<rekoil> Honestly though, this multiuser thing is very annoying
<rekoil> Espenfjo: perhaps this: /system/lib/libril-qcril-hook-oem.so?
<Espenfjo> Mayhaps, if it is missing you should try and add it
<rekoil> Will have a look at the contents of cm when I am off the bus :P
<rekoil> Then again, the Sammy ril is obviously not the same as the ril used by cm
<Espenfjo> rild should be the same I guess
<rekoil> Oh?
<rekoil> Kk
<rekoil> Worth a try then
<rekoil> SamsungQualcommM3RIL is just a wrapper for rild then?
angelsl has joined #teamhacksung
<w00tc0d3> hmm
<w00tc0d3> trying to find the galaxys2 ril commit to replicant
<w00tc0d3> so I basically know what to do
<w00tc0d3> Espenfjo: any idea?
<Espenfjo> no
<w00tc0d3> ok :p
peterperfect has joined #teamhacksung
peterperfect has left #teamhacksung [#teamhacksung]
gladiac1337 has quit [Quit: Leaving]
<GNUtoo-m4a785t-m> w00tc0d3, hi
<GNUtoo-m4a785t-m> it's in libsamsung-ipc
<w00tc0d3> GNUtoo-m4a785t-m: hi
<w00tc0d3> ah thank you
<w00tc0d3> who are you, btw?
<GNUtoo-m4a785t-m> one of the replicant founders, why?
<GNUtoo-m4a785t-m> I'm not the main dev anymore though, it's paulk now but I still participate
<w00tc0d3> I was just curious :)
<GNUtoo-m4a785t-m> there are probably some small device specific parts too in samsung-ril
<w00tc0d3> GNUtoo-m4a785t-m: ah isn't gitorious used anymore?
<GNUtoo-m4a785t-m> libsamsung-ipc is on github and the rest on gitorious
<GNUtoo-m4a785t-m> here's the device specific stuff of libsamsung-ipc
<GNUtoo-m4a785t-m> sgs2 is aires?
<w00tc0d3> sgs2 is galaxys2 :)
<GNUtoo-m4a785t-m> ok
<GNUtoo-m4a785t-m> sorry
<GNUtoo-m4a785t-m> at the end there is transport functions
<GNUtoo-m4a785t-m> but I've no clue what you're looking for
<w00tc0d3> GNUtoo-m4a785t-m: I'm looking for a base to add suopport for SGS3 modem
<GNUtoo-m4a785t-m> ok
<GNUtoo-m4a785t-m> wow nice
<GNUtoo-m4a785t-m> you need to start in libsamsung-ipc I guess then
<GNUtoo-m4a785t-m> you need to add bootstrap and modem transport
<ldiamond> Anyone hacksung dev here?
<w00tc0d3> GNUtoo-m4a785t-m: =/ i'm a beginning Android hacker and kinda familair with C++/Java, but no star in it :P And I've got to learn what mmap is etc :P
<ldiamond> on Dec 28th 10.1 nightly, I get about 1.5-2% battery drain per hour idle (mostly taken by "Android OS").
<GNUtoo-m4a785t-m> w00tc0d3, also learn strace
<ldiamond> Since later builds, that number sky rocketed to 4-5% or even more
<GNUtoo-m4a785t-m> like learn about the right options
<GNUtoo-m4a785t-m> to strace the proprietary ril
<ldiamond> Device: SGS2
<w00tc0d3> GNUtoo-m4a785t-m: ah...
<w00tc0d3> GNUtoo-m4a785t-m: well, I hope I succeed :P
<w00tc0d3> I read the x6262 modem files in kernel
<GNUtoo-m4a785t-m> ok
<w00tc0d3> but still don't understand mmap and strace
<w00tc0d3> but I hope it'll come
<GNUtoo-m4a785t-m> paulk can help too
<GNUtoo-m4a785t-m> he's nto there right now but he would probably be there in the afternoon french time
<GNUtoo-m4a785t-m> s/nto/not
Rebellos has joined #teamhacksung
djselbeck has quit [Ping timeout: 255 seconds]
coutts99 has joined #teamhacksung
coutts99 has quit [Client Quit]
datagutt has joined #teamhacksung
bytecode has joined #teamhacksung
lolwat has joined #teamhacksung
jsermer has joined #teamhacksung
stickyboy has quit [Quit: home time]
_120_ has joined #teamhacksung
_120_ has quit [Client Quit]
bytecode has quit [Remote host closed the connection]
iKillCypher has joined #teamhacksung
iKillCypher has quit [Quit: Leaving]
gladiac1337 has joined #teamhacksung
chris41g has quit [Quit: ZNC - http://znc.in]
chris41g has joined #teamhacksung
KalimAz_ has quit [Ping timeout: 256 seconds]
KalimAz has joined #teamhacksung
_white_ has joined #teamhacksung
kZard|netbook has joined #teamhacksung
djselbeck has joined #teamhacksung
gladiac1337 has quit [Remote host closed the connection]
_white_ has quit [Ping timeout: 255 seconds]
Rebellos has quit [Ping timeout: 256 seconds]
psychoid has quit [Ping timeout: 252 seconds]
psychoid has joined #teamhacksung
Rebellos has joined #teamhacksung
stickyboy has joined #teamhacksung
angelsl has quit [Remote host closed the connection]
Rebellos has quit [Ping timeout: 276 seconds]
lolwat has quit [Read error: Connection reset by peer]
woodson has joined #teamhacksung
Oranav_ has joined #teamhacksung
Oranav has quit [Quit: Disconnecting from stoned server.]
paulk-desktop has joined #teamhacksung
drupol has quit [Quit: Leaving.]
bytecode has joined #teamhacksung
sunri5e has quit [Ping timeout: 252 seconds]
sunri5e has joined #teamhacksung
bytecode has quit [Remote host closed the connection]
Oranav_ is now known as ORanav
ORanav is now known as Oranav
Oranav is now known as Oranasv
Oranasv is now known as Oranav
uberushaximus has quit [Quit: Reconnecting]
uberushaximus has joined #teamhacksung
<w00tc0d3> hi paulk-desktop
<paulk-desktop> hi w00tc0d3
<w00tc0d3> I read the SGS3 modem kernel source code, well, the x6626 (?) code
<w00tc0d3> paulk-desktop: I, also, read the SGS2 libsamsung-ipc code @ github, and saw some about uploading a piece of firmware to a partition/chip, don't remember, how can I find out if that's needed, for exampke?
<w00tc0d3> example*
<paulk-desktop> that is needed
<paulk-desktop> for sure
<paulk-desktop> you have to figure out how it is sent and where it is read from
g_byers has joined #teamhacksung
<w00tc0d3> paulk-desktop: So.. I could take SGS2 code, and modify it? Because x6262 is a xXXX2 bump... I expect the differences to be minor. I'll run strace on rild anyways, :)
<paulk-desktop> w00tc0d3, that's the idea
<stickyboy> Anyone know how duplicate Android keycodes in .kl files are reconciled? ie HEADSETHOOK?
<w00tc0d3> wow, a lot of read(<binary data>) calls
<paulk-desktop> sure
<paulk-desktop> w00tc0d3, also you might want to send it to me by mail so that I can help you
<w00tc0d3> paulk-desktop: alright, could you PM your email, please? :)
GNUtoo-m4a785t-m has quit [Quit: Leaving]
KalimAz_ has joined #teamhacksung
KalimAz has quit [Ping timeout: 255 seconds]
deper29 has joined #teamhacksung
<deper29> hey, if I have an encrypted i9100 and don't have the password at all, is there a way to wipe the phone back to factory so I can use it?
<paulk-desktop> deper29, use recovery
atinm has quit [Remote host closed the connection]
<deper29> paulk-desktop: recovery didn't do the trick :/
<paulk-desktop> the reflash the system
<deper29> yeah, figured that's what, just wasn't sure
<deper29> no way to do that through kies is there?
<deper29> or should I be heimdalling that stuff?
atinm has joined #teamhacksung
<paulk-desktop> I won't help you with kies, sorry
<deper29> i don't blame you
<deper29> i'm just trying to help a friend over the phone. they may have to just bring me the device and I'll heimdall flash it back
woodson has quit [Ping timeout: 248 seconds]
Forsaken has joined #teamhacksung
woodson has joined #teamhacksung
Rebellos has joined #teamhacksung
deper29 has quit [Ping timeout: 257 seconds]
deper29 has joined #teamhacksung
humberos has joined #teamhacksung
humberos has quit [Changing host]
humberos has joined #teamhacksung
budmang has quit [Read error: Operation timed out]
sunri5e has quit [Ping timeout: 240 seconds]
budmang has joined #teamhacksung
sunri5e has joined #teamhacksung
lolwat has joined #teamhacksung
woodson has quit [Ping timeout: 256 seconds]
g_byers has quit [Quit: Linkinus For Mac - www.linkinus.com]
deper29 has quit [Quit: Lost terminal]
KalimAz_ has quit [Quit: leaving]
KalimAz has joined #teamhacksung
Turilo has joined #teamhacksung
Turilo has quit [Excess Flood]
peterperfect has joined #teamhacksung
Rebellos has quit [Read error: Connection reset by peer]
Rebellos has joined #teamhacksung
<w00tc0d3> paulk-desktop: tried running strace using adb shell -c "pkill rild && strace rild" > log but it didn't work...
TuriloN2 has joined #teamhacksung
GNUtoo-m4a785t-m has joined #teamhacksung
<w00tc0d3> paulk-desktop: sent stracelog :)
kZard|netbook has quit [Read error: Connection reset by peer]
kZard|netbook has joined #teamhacksung
* w00tc0d3 is looking into mmap
underio has joined #teamhacksung
<underio> Hello :)
underio has left #teamhacksung ["Sto andando via"]
bytecode has joined #teamhacksung
OwariDa is now known as je_
kZard|netbook has quit [Read error: Connection reset by peer]
kZard|netbook has joined #teamhacksung
peterperfect has quit [Ping timeout: 256 seconds]
slayher has joined #teamhacksung
peterperfect has joined #teamhacksung
lolwat has quit [Read error: Connection reset by peer]
peterperfect has quit [Client Quit]
Blaguvest has joined #teamhacksung
_white_ has joined #teamhacksung
bytecode has quit [Read error: Connection reset by peer]
humberos has quit [Remote host closed the connection]
TuriloN2 has quit [Quit: Bye]
paulk-desktop has quit [Quit: Ex-Chat]
stickyboy has quit [Quit: leaving]
jsermer has quit [Remote host closed the connection]
Blaguvest has quit [Quit: Leaving]
jsermer has joined #teamhacksung
jsermer has quit [Remote host closed the connection]
a3Dman has quit [Read error: Connection reset by peer]
a3Dman has joined #teamhacksung
GNUtoo-m4a785t-m has quit [Quit: Leaving]
DemonWav has joined #teamhacksung
DemonWav has left #teamhacksung [#teamhacksung]
djselbeck has quit [Ping timeout: 248 seconds]
ricotz has quit [Quit: Ex-Chat]
_white_ has quit [Ping timeout: 252 seconds]