peterperfect has left #teamhacksung [#teamhacksung]
gladiac1337 has quit [Read error: Connection reset by peer]
gladiac1337_ has quit [Quit: Leaving]
sbrissen_gone is now known as sbrissen
<ikillcypher>
guys anyone know why I build it built for me Package complete: /home/ikillcypher/android/system/out/target/product/i9100/cm-10.1-20130226-UNOFFICIAL-i9100.zip
<ikillcypher>
??
<ikillcypher>
as of today ?!
Entropy512_ is now known as Entropy512
<Entropy512>
stickyboy: i've been too busy lately, maybe this weekend
<Entropy512>
tbh I never use autobrightness... :)
<ikillcypher>
guys anyone know why I build it built for me Package complete: /home/ikillcypher/android/system/out/target/product/i9100/cm-10.1-20130226-UNOFFICIAL-i9100.zip :( ???
ikillcypher has quit [Changing host]
ikillcypher has joined #teamhacksung
<stickyboy>
Entropy512: Gotcha. :)
<stickyboy>
Re: busy... ditto.
sorin2189 has joined #teamhacksung
<a3Dman>
"Linux 3.8 includes three important and interesting changes for mobile devices -- support for open source NVIDIA Tegra and Samsung Exynos DRM drivers"
<a3Dman>
Exynos 5 only?
CoreISP has joined #teamhacksung
CoreISP has quit [Changing host]
CoreISP has joined #teamhacksung
<ikillcypher>
someone imform the developers
<ikillcypher>
of the latest nightly causing bootloops
<ikillcypher>
inform*
<angelsl>
let's forward port smdk4210 to 3.8!!!
<angelsl>
and 4412!
<angelsl>
and oh fuck this shit
<ikillcypher>
and destory it
<ikillcypher>
do you know why samsung has not move to 3.8 ?
<angelsl>
because they can't fucking seem to not modify upstream kernel shit
<ikillcypher>
lol
<ikillcypher>
well do the porting then if it improves anything
<angelsl>
a3Dman: as long as we keep the structs the same, probably
<cdesai>
on 4.2.2
<ikillcypher>
p1 ?
<angelsl>
of course if structs outside our control change
<angelsl>
too bad
<a3Dman>
that's another feature of open source HALs
<cdesai>
qcom changes a lot
<cdesai>
4.2.1 -> 4.2.2
<cdesai>
but then again they're open, so it isn't a problem
<ikillcypher>
what will kernel 3.8 do ?
<a3Dman>
big ass diff...
<ikillcypher>
when we dont even have project butter -_-''
<angelsl>
hey, it's only 200kb!
shezar has joined #teamhacksung
stickyboy has quit [Quit: leaving]
joukio has quit [Ping timeout: 252 seconds]
w00tc0d3_ has quit [Remote host closed the connection]
w00tc0d3 has joined #teamhacksung
w00tc0d3 has quit [Changing host]
w00tc0d3 has joined #teamhacksung
w00tc0d3 has quit [Quit: No Ping reply in 180 seconds.]
w00tc0d3 has joined #teamhacksung
w00tc0d3 has quit [Changing host]
w00tc0d3 has joined #teamhacksung
ikillcypher has quit [Ping timeout: 240 seconds]
Turilo has joined #teamhacksung
ricotz has joined #teamhacksung
ricotz has quit [Changing host]
ricotz has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
ricotz has joined #teamhacksung
paulk-desktop has joined #teamhacksung
<OwariDa>
was finally able to fix my IMEI now. :D
<OwariDa>
patched the baseband to allow me to set the IMEI with an AT command. it uses ARIA encryption (it's a korean AES like block cipher), using a key derived from the serial number.
<OwariDa>
then patched another function that verified a SHA1 hash.
<OwariDa>
easypeasy. ;)
angelsl has quit [Ping timeout: 255 seconds]
stickyboy has joined #teamhacksung
krabador has joined #teamhacksung
bealtine has quit []
thens has joined #teamhacksung
bealtine has joined #teamhacksung
krabador has quit [Ping timeout: 255 seconds]
dpm has quit [Quit: Ex-Chat]
mjwhirly_ has joined #teamhacksung
angelsl has joined #teamhacksung
angelsl has quit [Remote host closed the connection]
krabador has joined #teamhacksung
gladiac1337 has joined #teamhacksung
<w00tc0d3>
OwariDa: Y U CHANGE UR NAME DAILY?! :(
<OwariDa>
w00tc0d3: hehe. "je" is the nick i normally use, but it's already registered by someone here on freenode so i have registered OwariDa instead, that is a nick i use for some stuff.
<w00tc0d3>
ehehehe nice
flomaass has left #teamhacksung ["Verlassend"]
dhiru1602 has quit [Ping timeout: 245 seconds]
dhiru1602 has joined #teamhacksung
gladiac1337 has quit [Quit: Leaving]
datagutt has quit [Quit: kthxbai]
mjwhirly_ has quit [Ping timeout: 248 seconds]
sorin2189 has quit []
<w00tc0d3>
paulk-desktop: do you have the porting guide finished? :D
<paulk-desktop>
w00tc0d3, actually, I don't really know what to write there
<paulk-desktop>
it's pretty straightforward
<w00tc0d3>
isn't for me...
<paulk-desktop>
because you don't have the right trace
<w00tc0d3>
like you even said the camera reversing is straightforward
<w00tc0d3>
you could shed some light on what parts are specific, recommended things to do, what not to do etc
<w00tc0d3>
:)
<Espenfjo>
perhaps you shouls start by porting for example lights.so
<Espenfjo>
*should
<w00tc0d3>
Espenfjo: that's already done for the device I ahve; i9300 =/
<Espenfjo>
yup
<Espenfjo>
But it is simple
<Espenfjo>
200 lines of code, max
<Espenfjo>
five methods
<Espenfjo>
You dont start REing by taking on the most advanced black box
<Espenfjo>
You start by doing the simplest, and then advance
<w00tc0d3>
Espenfjo: Is GPS simple?...
<Espenfjo>
no
<w00tc0d3>
sensors?
<paulk-desktop>
definitely not
<paulk-desktop>
need physics knowledge
<paulk-desktop>
and very good one
<Espenfjo>
sensors are better than GPS, but no, start with lights
<paulk-desktop>
like quaternions
<Espenfjo>
Oo
<w00tc0d3>
but for lights I need bit operations :(
<w00tc0d3>
and i'm bad in bit operations, colour wise
<w00tc0d3>
I don't know what RGB stands for
<paulk-desktop>
then learn?
<w00tc0d3>
for example
<Espenfjo>
uhm
<w00tc0d3>
Red Green Blue?
<paulk-desktop>
you need to know the basis a bit before starting such things…
<Espenfjo>
You cant do lights because it has bitwise operations in it?
<Espenfjo>
Then you definately _never_ can do RIL
<paulk-desktop>
right
<w00tc0d3>
Espenfjo: no. because I don't know what it does with colour
dhiru1602 has quit [Quit: Page closed]
<w00tc0d3>
me + colours = hell
<w00tc0d3>
that's why I can't write GUIs
<paulk-desktop>
?!?
<w00tc0d3>
anyways
<w00tc0d3>
i'll take a look
<Espenfjo>
w00tc0d3: No offense, but I do think you perchance should do something else than RE.
<w00tc0d3>
Espenfjo: like? i think it's an interesting way to learn
<w00tc0d3>
because following tutorials is boring
<paulk-desktop>
w00tc0d3, I think there are things you ought to learn before doing RE
<w00tc0d3>
paulk-desktop: yes
<w00tc0d3>
I know 2 << 1 = 4
<w00tc0d3>
and that kind of things
<paulk-desktop>
that's not true
<paulk-desktop>
1 << 2 = 4
<Espenfjo>
2 << 1 = 4 as well
<Espenfjo>
heh
<paulk-desktop>
strange way to do it
<w00tc0d3>
2 << 1 = 4 aswell
<paulk-desktop>
you're not going to do flags that way…
<w00tc0d3>
uhm
<w00tc0d3>
FLAG1 | FLAG2 | FLAG3
<w00tc0d3>
bitmasks
<w00tc0d3>
have to revise it a bit
<w00tc0d3>
or if(5 & 6 == 4) do_this
<w00tc0d3>
now, that will always return true
<w00tc0d3>
but ok
<w00tc0d3>
amirite?
<w00tc0d3>
no im not
<w00tc0d3>
uh
<w00tc0d3>
i am
<w00tc0d3>
it's this: if((5 & 6) == 4) do_this();
<w00tc0d3>
:)
<w00tc0d3>
Espenfjo: ^
<w00tc0d3>
paulk-desktop: ^
shezar has quit [Remote host closed the connection]