<AdamG->
codeworkx: i only mentioned it in this channel?
<Entropy512>
odd... maybe someone posted it elsewhere?
<AdamG->
was just randomly browsing and come across it
<codeworkx>
AdamG-: posted on twitter with your name in it, sammobiles made a big post...
<AdamG->
seems the whole web follows sammobile or your twitter then
<pershoot>
Entropy512, codeworkx, is there a newer dpram floating around anywhere? perhaps in one of your CDMA phone kernel sources?
<pershoot>
got it
<pershoot>
thx
<codeworkx>
Espenfjo: level 10 :-P
Kaik541 has joined #teamhacksung
Kaik541 has quit [Quit: Leaving]
<Entropy512>
pershoot: where'd you find it? The E4GT guys would probably LOVE that
Kaik541 has joined #teamhacksung
<Entropy512>
newer dpram is not something I'm aware of, if you found it i'm fairly certain sbrissen_gone and darchstar would love to know
<Entropy512>
something I need to figure out - both of my devices with Summit chargers (Tab 10.1 and GT-N7000) charge slower than they should on AC. Both are charging at around 750 mA when the N7000 should be at 1000 and the Tab should be at ???
<Entropy512>
looking at the kernel source now
<Entropy512>
odd thing is they're different Summit chargers I think
<Entropy512>
or not... I thought the Tab had a Summit charger but I'm not finding it in the defconfig... need to look harder. :)
<codeworkx>
Espenfjo: level 12. time for bed
<pershoot>
not necessarily new, just wanted to look at others implementation. on ics, dpram causes a panic on power off, so the device never powers off. need to patch it up a bit
<pershoot>
its currently not used since lte data is not implemented as of yet, but still should sort it now rather then later (rather then disabling the driver)
<Entropy512>
I think you're farther ahead than darchstar and sbrissen_gone
<Entropy512>
oh god this battery code is derpy - did Samsung seriously put the whole charger driver in p3_battery.c?
<Entropy512>
or am I totally missing something?
<pershoot>
that is the driver
<pershoot>
for tab 10.1
<Entropy512>
yuck... that's worse than I9100 where half the logic is in a charger chip-specific driver and half is in sec_battery
frapell has quit [Ping timeout: 271 seconds]
frapell has joined #teamhacksung
Charkey has joined #teamhacksung
squadzone has joined #teamhacksung
<squadzone>
Morning
squadzone has quit [Quit: CyanMobile-IRC]
onethird has joined #teamhacksung
devatwork has quit [Remote host closed the connection]
Tom^ has quit [Quit: FBI is raiding the house bye]
KalimAz is now known as KalimAz|Away
addi has quit [Ping timeout: 245 seconds]
Charkey has quit [Quit: Leaving.]
Charkey has joined #teamhacksung
addi has joined #teamhacksung
<Parth>
I'm going to murder Google/Broadcom if they haven't fixed their DHCP and Wifi issues
<Parth>
in the next Nexus phone
sixstringsg is now known as afkstringsg
<Espenfjo>
codeworkx: Game, Set, Match!
Entropy512_ has joined #teamhacksung
Entropy512 has quit [Ping timeout: 240 seconds]
Charkey1 has joined #teamhacksung
Charkey has quit [Disconnected by services]
sticky|away is now known as stickyboy
FaultException has joined #teamhacksung
cuco has joined #teamhacksung
<ohanar>
pershoot: do you have lpm working for the tab 10.1?
mosno has joined #teamhacksung
techmik has quit [Remote host closed the connection]
techmik has joined #teamhacksung
xplodwild_work has joined #teamhacksung
KhasMek has quit [Ping timeout: 245 seconds]
KhasMek has joined #teamhacksung
<ohanar>
does anyone know how (if possible) to copy something from target out to another place in target out?
<xplodwild_work>
ohanar: in a buildscript?
<ohanar>
xplodwilde_work: maybe, my only concern is that I'm not sure when the file ($(TARGET_OUT)/root/init) is created
<xplodwild_work>
ohanar: can you copy it post-build?
<xplodwild_work>
just add a cp in build.sh
<ohanar>
no, I need to change the initramfs
<ohanar>
I working on fixing lpm on the exynos tabs, and we shouldn't need something as complex as the stage1 ramdisks since we have a dedicated recovery partition
jt1134 has joined #teamhacksung
FaultException has quit [Quit: Leaving]
<xplodwild_work>
Entropy512_: is mc1n2_cfg_q1 just a copy of mc1n2_cfg or you edited a few things?
<xplodwild_work>
'cause there are differences in them and I don't know if you made them on purpose
Turtuga has quit [Quit: Leaving]
Turtuga has joined #teamhacksung
Turtuga has quit [Client Quit]
Turtuga has joined #teamhacksung
Charkey1 has quit [Read error: Connection reset by peer]
Pr070cal has joined #teamhacksung
<Pr070cal>
hi is wifi direct working yet :)
<xplodwild_work>
try it
<ohanar>
lpm is now fixed (without the need of a stage1 ramdisk) :)
<stickyboy>
w00t
<onethird>
sgs2 kernel hang sometimes, not panic.
<xplodwild_work>
onethird: from deep sleep?
<onethird>
no, just when some surface update
<onethird>
after deep sleep, screen on
<onethird>
with GPU render enabled, it got better
<xplodwild_work>
onethird: gpu render is always enabled in all 4.0 apps
<xplodwild_work>
the Force GPU option in dev settings only applies to old apps that hasn't enabled gpu rendering
jt1134 has quit [Quit: Leaving]
<onethird>
xplodwild_work: many thanks:) maybe rendering with libskia make something wrong, then cause kernel hang ?
<xplodwild_work>
no way it could make kernel hang
Pr070cal has quit [Quit: Konversation terminated!]
<onethird>
Does sgs2' GPU support direct render? send data into framebuffer directly ?
<onethird>
if surface pix format is GGL_PIXEL_FORMAT_RGBX_8888 , it will cause kernel hang sometimes
<xplodwild_work>
onethird: why?
<codeworkx>
Espenfjo: back :-D
<Espenfjo>
Damn.. Too little sleep for you :P
<Espenfjo>
I am only at level 11
<xplodwild_work>
get a life! :P
<codeworkx>
Espenfjo: :-D
<onethird>
be care of your body
<onethird>
xplodwild_work: no idea now . i push libskia from samsung stock rom into system/lib, it seems a little better
<xplodwild_work>
onethird: it's very unlikely that issue comes from libskia
<xplodwild_work>
it just do composition and send it to opengl
<xplodwild_work>
hampsterblade: service samsungani /sbin/bootanimation.sh
mosno has quit [Quit: mosno]
<xplodwild_work>
hampsterblade: unlikely that it's like this in aosp
<hampsterblade>
yeah I tried a straight reference to /sbin/bootanimation it still didn't work
<hampsterblade>
The .sh file was so it defaults back to the samsung boot screen if the bootanimation.zip does not exist
<xplodwild_work>
hampsterblade: if you run bootanimation from shell, it works?
<hampsterblade>
interesting. it doesn't
<xplodwild_work>
something wrong there then
<hampsterblade>
it does work when I run it from /system/bin/bootanimation though
<hampsterblade>
/sbin/bootanimation results in permision denied
<xplodwild_work>
well I think the right one is in bin
<xplodwild_work>
not in sbin
<xplodwild_work>
so I guess that's why it doesn't work
<hampsterblade>
yeah I don't know why our main dev did the sbin thing
Ceelos09 has quit [Quit: Page closed]
<hampsterblade>
fixed it thinks
<onethird>
xplodwild_work: which path from userspace can cause kernel hang? some suggestion ?
<xplodwild_work>
not much ideas
<codeworkx>
Espenfjo: 14
<Espenfjo>
:(
<Espenfjo>
13
<onethird>
dDiablo III ?
<Espenfjo>
Yes
<onethird>
seen any boss ? :)
<xplodwild_work>
I've friends who are 24 already
xplodwild_work has quit [Quit: Page closed]
<codeworkx>
15
lolwat has joined #teamhacksung
<Xero->
codeworkx, windows or linux?
<Xero->
couldnt run it on linux with wine ;(
<codeworkx>
windoze
<Xero->
kk, thx
<codeworkx>
butchered!
datagutt has joined #teamhacksung
datagutt has quit [Changing host]
datagutt has joined #teamhacksung
hampsterblade has left #teamhacksung ["Leaving"]
<Xero->
i still hope to get it running on my Arch some day
<Xero->
booting into windows just for d3 sucks
<Espenfjo>
No.. You just need more computers :D
<codeworkx>
act 2
<Espenfjo>
:Omg
<Espenfjo>
/part
<codeworkx>
Espenfjo: gimme battle net tag :-D
Kaik541 has quit [Read error: Operation timed out]
<Xero->
there was an error 3014
<Xero->
FUCK IT
<Espenfjo>
Espenfjo#322 I think
<codeworkx>
does not exist
<Espenfjo>
hmm
<Espenfjo>
espen@mrfjo.org then
<codeworkx>
16
<Espenfjo>
haha
<Espenfjo>
still 13
<codeworkx>
1st dead :-D
<Zhenech>
stop slying, start hacking
<codeworkx>
17
<codeworkx>
18
peterperfect has quit [Quit: Leaving]
<codeworkx>
19
<codeworkx>
Espenfjo: gogo
<Espenfjo>
:(
<lodder>
is it good D3?
<Espenfjo>
Yes
<lodder>
same as D2?
xplodwild_work has joined #teamhacksung
sbrissen_gone is now known as sbrissen
lolwat has quit [Read error: Connection reset by peer]
supercurio has joined #teamhacksung
supercurio has joined #teamhacksung
<codeworkx>
20
noobnl has joined #teamhacksung
<codeworkx>
21
peterperfect has joined #teamhacksung
<stickyboy>
codeworkx: What's the level cap at?
<codeworkx>
60
<Entropy512_>
<xplodwild_work> Entropy512_: is mc1n2_cfg_q1 just a copy of mc1n2_cfg or you edited a few things? - those differences are what fixed call audio - pulled from a GB kernel
<stickyboy>
Entropy512_: Ah, in-call audio? Talking or listening?
Tom^ has joined #teamhacksung
<Entropy512_>
talking - prior to that, outgoing audio was just static
<Entropy512_>
it seems like the I9100 derivatives all use different DIO1 settings for the MC1N2
<stickyboy>
Ah, no shit. I got the same report from one of my users.
Entropy512_ is now known as Entropy512
<stickyboy>
Said the remote end couldn't hear him. I didn't try calls yet.
<Entropy512>
there are two possibilities for this:
<Entropy512>
1) need a different mc1n2 cfg header file
<stickyboy>
mc1n2 is the yamaha chipset?
<Entropy512>
2) you have some sort of other audio settings borked
<Entropy512>
yes, it is
<Entropy512>
stickyboy: remote end heard silence or static?
<codeworkx>
22
<Entropy512>
right now, on Note:
<Entropy512>
In normal calls we fixed outgoing static with the changes to mc1n2_cfg_q1.h (changes were determined by looking at the differences between the two header files for a Gingerbread kernel)
<Entropy512>
In speakerphone, there is no outgoing audio at all
<Entropy512>
(I think that's something in the yamaha driver, can't figure out WHAT though yet)
<stickyboy>
Entropy512: Pretty sure remote end heard nothing.
<stickyboy>
I'll confirm when I get home from work.
<Entropy512>
that could be either yamaha settings or something else like why speakerphone doesn't work on the Note
<Entropy512>
for example on the I777 - bad yamaha settings meant no audio at all
<stickyboy>
Ok, I'll test audio tonight and then make sure to diff mc1n2 stuff in our Honeycomb kernel with the smdk4210 one.
noobnl has quit [Quit: noobnl]
peterperfect has quit [Ping timeout: 272 seconds]
bitpushr has joined #teamhacksung
<codeworkx>
23
peterperfect has joined #teamhacksung
peterperfect has joined #teamhacksung
<xplodwild_work>
SamMobiles SamMobile @xplodwild ok thanks im dying for a good kernel .....
<xplodwild_work>
LOL
<xplodwild_work>
The "Samsung man" saying that samsung did crapz? :O
<peterperfect>
xplodwild_work on note?
<xplodwild_work>
peterperfect: yep
<peterperfect>
xplodwild_work their kernel is full of shit?
<xplodwild_work>
yeh
<peterperfect>
dude...sammobile uses cm9
<peterperfect>
everybody knows it
<codeworkx>
:-D
<peterperfect>
codeworkx hi diablo III
<codeworkx>
:-P
alfrix has joined #teamhacksung
<peterperfect>
btw, gonna push CID widget again..i miss him :P
alfrix has left #teamhacksung [#teamhacksung]
lolwat has joined #teamhacksung
<Entropy512>
isn't that the same guy who was arguing with codeworkx about whether Samsung should be more open?
<opengalaxy>
[android_kernel_samsung_smdk4210/android-3.4] ARM: EXYNOS: Added power domain for G3D - Sangwook Lee
opengalaxy has left #teamhacksung [#teamhacksung]
sixstringsg has quit [Quit: Ex-Chat]
sixstringsg_ is now known as sixstringsg
autoprime has joined #teamhacksung
sixstringsg has quit [Changing host]
sixstringsg has joined #teamhacksung
peterperfect[A] is now known as peterperfect
* peterperfect
is no longer away : Gone for 1 hour 11 minutes 23 seconds
lolwat has joined #teamhacksung
rtfpessoa1 has joined #teamhacksung
rtfpessoa2 has joined #teamhacksung
rtfpessoa has quit [Ping timeout: 265 seconds]
rtfpessoa1 has quit [Ping timeout: 250 seconds]
ohanar has quit [Ping timeout: 255 seconds]
paulk-desktop has joined #teamhacksung
paulk_ has joined #teamhacksung
<whitequark>
codeworkx: what's an insecure kernel? a kernel patched so that it won't check permissions at all? or it is just a kernel with a known local root vulnerability?
<whitequark>
that's user manual. anything useful in it?
<codeworkx>
no xD
<peterperfect>
codeworkx forget about 9100g
<peterperfect>
=/
<whitequark>
>Do not use your device while charging
<whitequark>
what?!
<whitequark>
>Do not use your device near other electronic devices
<whitequark>
heck, can I use it at all?
<peterperfect>
do not use your device at all
paulk_ has quit [Quit: Ex-Chat]
<whitequark>
do not submerge the device in liquid, even partially
<whitequark>
do not look at the operational end of the device
<whitequark>
most importantly, in no circumstances should you <...>
<peterperfect>
flash cm9
<xplodwild>
whitequark: the device remains functionnal until 4000 Kalvin degrees
<Espenfjo>
Except that it will melt your ear
<whitequark>
melt?
<whitequark>
that'd just vaporize it
<whitequark>
back when I had chemistry class in school, I once asked my teacher: "what'd happen if a human would walk into a chamber full of fluorine?" He replied: "some human fluoride."
<codeworkx>
Espenfjo: PLAY PLAY PLAY
<codeworkx>
Espenfjo: wanna do the hardcoreultral33tmode with you
<codeworkx>
Espenfjo: gogo act3, join my group, do the endboss of act3 with us, join act4 = profit
<Espenfjo>
haha
<Espenfjo>
I am doing it the slow and thorough way
<Espenfjo>
Leaving no parts of any map unexplored
ohanar has quit [Ping timeout: 255 seconds]
ohanar has joined #teamhacksung
<alfrix>
¨Do not use the device for anything other than its intended use¨ Ooh, i wanted to use it as a doorstop...
<whitequark>
yeah, there should be captain obvious in the author list
<stickyboy>
Entropy512: Ok, I just tested in-call audio. It's ok, but on speaker phone the remote side can't hear me.
<stickyboy>
Entropy512: I guess that's the same boat you're in?
jerwaz has joined #teamhacksung
Rebellos has quit [Ping timeout: 245 seconds]
datagutt has quit [Quit: kthxbai]
Kaik541 has joined #teamhacksung
<Xero->
codeworkx, got d3 running on arch ;p
<Xero->
playable..
<Xero->
now cant login ;/( servers overloaded
<codeworkx>
yep
<codeworkx>
wanted to start nightmare now
<Xero->
lol
<Xero->
you're fuckin fast
<Xero->
iam @ lvl 23
<codeworkx>
11 hrs 46 played
<Xero->
;)
<Xero->
nice
<jcase>
Anyone familiar with this error "Orig filesystem overlaps crypto footer region. Cannot encrypt in place." why trying to do device encryption (Samsung gt-p3113)
<Kaik541>
jcase: sounds like your partition doesn't have the 16kb reserved block at the end
<jcase>
crap
<jcase>
any idea on repairing this?
noobnl_ has joined #teamhacksung
<jcase>
which partition is this on?
lolwat has quit [Read error: Connection reset by peer]
<codeworkx>
jcase: data
<jcase>
what could damage this?
<Kaik541>
jcase: samsung may not have implemented it properly
<Kaik541>
or done their own version of encryption that didn't require it
<jcase>
this is a stock device
<jcase>
previously i did have CWR on it
<jcase>
but it's stock as of now
<jcase>
hmmm
noobnl has quit [Ping timeout: 240 seconds]
noobnl_ has quit [Ping timeout: 272 seconds]
<Kaik541>
jcase: oh, hmm, samsung sux?
<jcase>
could a factory reset on CWR have caused this
<Kaik541>
I suppose, especially if it wiped that reserved block
<jcase>
hmm
<jcase>
shit
<Kaik541>
jcase: fixing it should be as simple as factory resetting with a stock kernel
<Kaik541>
though fixing the actual recovery is a whole different issue
<jcase>
alright
<jcase>
trying now
<jcase>
yeah i have no need for CWR/root on it
<jcase>
ok reset
<jcase>
Kaik541, yep thanks
<Kaik541>
jcase: glad that fixed it, though fixing the problem for CWR would also be nice
<jcase>
yeah
<jcase>
im going to look into it
<jcase>
i dont normally use a custom recovery
<jcase>
this was one of the few times ive flashed one to a personal device