<exan>
also wanted to say thx for the hard work making this available
<exan>
just quickly is cm10 good enough for daily use yet?
saks has joined #teamhacksung
saks is now known as turizm
<turizm>
Hulla wanna build pa, I know, its not cm, thanks, - but anyway I stumbled over that its the same issue 4 hours ago -> http://pastebin.com/jxBqm9mR
<turizm>
hardware/libhardware_legacy/wifi/wifi.c this is your work ain't it?
<codeworkx>
we've no idea about PA and we don't care about it
<turizm>
but I take hardware/libhardware_legacy/wifi/wifi.c from you
<turizm>
do you care about that, please
<stickyboy>
turizm: But CM builds fine. :D
<codeworkx>
and just because you took 5kb of us and are using 15gb of pa its our problem?
<stickyboy>
turizm: Look through CM's gerrit. There are patches for that maybe.
<codeworkx>
you can't simply copy stuff around. this is code, there's logic behind
<cdesai>
yea there's a fix merged already
<turizm>
ok thanks. I don't really
<cdesai>
go find it
<turizm>
ok I'll do a repo sync
<stickyboy>
turizm: We just get really annoyed when people ask all the time. If it's a CM kang, it's not CM.
<turizm>
I know but you are very helpful stickyboy
<turizm>
yesterday u helped aways too
<stickyboy>
cdesai: I saw the fix already. :P I wanted to make him work for it.
<stickyboy>
turizm: So PA people don't help you? :P
gokhanmoral_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<codeworkx>
diego-ch: nope
nebkat is now known as beer
<diego-ch>
@codeworkx can cpu governors/ ioschedulers be included in cm kernel?
<diego-ch>
or should it only include those standard/common cpu governors ?
<codeworkx>
no overclocking
<codeworkx>
everything else is fine
Baskey has left #teamhacksung ["If you were there, beware..."]
Wout` has joined #teamhacksung
Wout has quit [Ping timeout: 246 seconds]
<Entropy512>
and if you're talking about the 4412 or 4210 kernels, it's going to go under intense scrutiny if it's a CPU governor
<Entropy512>
I have yet to see a single governor that could outperform conservative or ondemand with mild tuning
<Entropy512>
except for integrated hotplug+governor solutions like pegasusq
<Entropy512>
some ioscheds are appropriate though
<Entropy512>
last time someone tried to put a new CPU gov into the 4210 kernel it caused all sorts of stability issues even for those that didn't use it
<codeworkx>
diego-ch: before you think about adding stuff, we should make it booting with cm ramdisk
<Espenfjo>
Gah.. IONisation of gralloc of course depends on new Mali blobs
<Espenfjo>
pmem ftw :(
<Espenfjo>
Entropy512: Seems like they are removing the fimc1 usage flag from exynos5
angelsl has quit [Remote host closed the connection]
<Espenfjo>
only doing ION
<codeworkx>
4.2 is having qcom and exynos support by default. that safes some time
<Espenfjo>
What do you mean?
<Espenfjo>
exynos5?
<Espenfjo>
yeah
<codeworkx>
it doesnt matter which phone samsung throws out
<codeworkx>
we've platform support
<codeworkx>
except it's STE or something like this xD
paulk-desktop has joined #teamhacksung
<codeworkx>
ah, our audio haxx0r is back
<codeworkx>
paulk-desktop ^^
<paulk-desktop>
lol :)
<codeworkx>
diego-ch: do you work on i9070?
thens has quit [Ping timeout: 260 seconds]
cantIntoCode|mac has quit [Ping timeout: 246 seconds]
<Espenfjo>
heh, it seems exynos5 is still shipping mali 2rp4
<Espenfjo>
r2p4
<Espenfjo>
wonder wth is wrong with r3 :P
<Entropy512>
yeah... I wonder if maybe in the exynos5 stuff we can figure out how to make gralloc not leak memory
<Entropy512>
with r2p4
<Espenfjo>
Perhaps, altough they are changing everything in exynos5
<Espenfjo>
I have poked briefly at the exynos5 gralloc today, it seems very nice, but depends on new blobs
<Espenfjo>
ump_import symbol
<Entropy512>
yeah, just like a ton changed between exynos3 and 4
<Entropy512>
so exynos5 phones might be more viable
<Entropy512>
however
<Espenfjo>
If it hadnt been for that ump_import thing I think we could have used its gralloc
<Entropy512>
there's still the fact that Mobile is a fundamentally corrupt and incompetent organization
<Entropy512>
and so Exynos5-based phones that are not Nexus will probably have a nice pile of nightmares
<Espenfjo>
Perhaps ill buy the arndale board just to get familiar with the platform
<Entropy512>
hmm, later today I'll see if I can get this working on N7000
<paulk-desktop>
same chip?
<Entropy512>
yeah
<Entropy512>
and in fact, lemme double-check
<Entropy512>
but I think we're using the exact same blobs
<paulk-desktop>
ok
<Entropy512>
yup
<Entropy512>
all audio blobs are in galaxys2-common
<paulk-desktop>
ok
<Entropy512>
is that ICS or JB you have that working with?
<paulk-desktop>
ICS
<paulk-desktop>
but should work as well in jb if you s/LOG/ALOG/
<Entropy512>
hmm... It'll prolly work as-is on JB if we keep the blob backcompat directives
<Entropy512>
will eventually need to make it JB-compatible
<paulk-desktop>
ah ok
<codeworkx>
Entropy512: doesnt work. needs a few mods
<codeworkx>
audio hal changed
<Entropy512>
codeworkx: oh doesn't even work with the ICS backcompat stuff?
<codeworkx>
not much changes
<codeworkx>
can be done easily
<codeworkx>
compare tuna ics and jb
<Entropy512>
yeah, but figured we might be able to get it to WIP status using the ICS backcompat stuff, then clean it up for JB and eliminate the backcompat shit
<Entropy512>
will need to work on the TARGET_DEVICE checks to handle the fact this will likely be in galaxys2-common
<Entropy512>
e.g. initially keep -DICS_AUDIO_BLOB to test the libs and rework to proper JB
<Entropy512>
paulk-desktop: do you have a CM gerrit account?
<paulk-desktop>
Entropy512, probably yes
<paulk-desktop>
I'll check if I can recall what it is
<Entropy512>
ok, I'm going to try and get this integrated into our galaxys2-common JB tree
<Entropy512>
when it's sorta working i'll upload it and add you to review if I can
<paulk-desktop>
okay
<paulk-desktop>
nice :)
<Entropy512>
codeworkx: paulk-desktop: should I be removing libaudiohw_legacy from PRODUCT_PACKAGES?
<paulk-desktop>
probably
<paulk-desktop>
it's legacy for which android version?
<Entropy512>
not sure tbh
<Entropy512>
codeworkx probably knows
<Lord>
why NFS isn't enabled on CM10 for i9300 Intl ?
<Entropy512>
paulk-desktop: do all of the .txt files from /system/etc/audio still need to be there?
<paulk-desktop>
I don't think so
<paulk-desktop>
all you need is /system/etc/tinyalsa-audio.xml
<paulk-desktop>
basically, tinyalsa-audio does the standard ALSA stuff
<paulk-desktop>
with that config file, that is mixer controls
<paulk-desktop>
and libyamaha-mc1n2-audio does the mc1n2-specific stuff (set_path and so on)
<Entropy512>
building
<Entropy512>
wonder how badly my first attempt will bomb. ;)
<paulk-desktop>
:)
<paulk-desktop>
also in the tinyalsa-audio Android.mk
<paulk-desktop>
it will use yamaha-mc1n2-audio only for galaxy s2
<paulk-desktop>
so you need to adjust that for your device
<paulk-desktop>
and also set the BOARD defines to use yamaha-mc1n2-audio and tinyalsa-audio
<Entropy512>
already did the boardconfig defines
<Entropy512>
and hacked up the tinyalsa-audio Android.mk
<Entropy512>
with a comment saying "find a cleaner way to do this"
<Entropy512>
I think I know of one now
<Entropy512>
but I'm already building. :)
<peterperfect>
Entropy512 your saga is amazing!
<peterperfect>
:)
<Entropy512>
heh
<Entropy512>
later on I'll conclude/wrap-up Superbrick
<Entropy512>
then go back to the time when it becan
<Entropy512>
and document "everything else that happened"
<peterperfect>
nice, will be a great reading for sure
<Entropy512>
stories re-merge at BABBQ
<peterperfect>
pretty much samsung is very exposed
<Entropy512>
and conclusion will be "everything after BABBQ and where we stand now"
<peterperfect>
everywhere
<Entropy512>
yeah... They've blown too many chances
<peterperfect>
including in the very embarassing way along their relationship with google
<peterperfect>
with that "no Ken" point
<Entropy512>
yeah... I was nervous about publicizing their discomfort with Ken... but since they have refused to take ANY responsibility for the situation and EVERYTHING we have currently comes from Ken...
<Entropy512>
I wouldn't have brought up the issue of shutting out Ken if they had deployed their official patch to affected devices
<Entropy512>
but they're just fucking around with us now
<peterperfect>
Entropy512 i dont know how this story ends, they recently shipped firms are safe?
<peterperfect>
i mean, they actually fixed something?
<Entropy512>
nope
<Entropy512>
Looks like the JB leak for Note has official fix
<Entropy512>
but
<peterperfect>
heheh...unbeliavable
<Entropy512>
it's fucking November and their official patch is nowhere to be seen in affected devices
<Entropy512>
I9300 has it... but I9300 doesn't need it!
<peterperfect>
hope you repack the whole story full in one article so it can have large media at blogs and stuff
<peterperfect>
samsung deserves that for doing nothing
<Entropy512>
heh...
<Entropy512>
I'm going to talk to Adam and/or Jerdog when I finish
<Entropy512>
at the very least, unless Samsung pushes something meaningful to Insignal
<Entropy512>
an article on XDA, "What we actually got from Samsung's BABBQ announcement"
<Entropy512>
e.g.
<Entropy512>
nothing
<Entropy512>
another classic Samsung move
<Entropy512>
make it sound like you care, claim you care
<Entropy512>
but either don't act, or act in direct contradiction of your claim (such as XWLPM...)
<peterperfect>
this is very unethical
<peterperfect>
but seems that they dont give a fuck
<peterperfect>
anyway, we gotta wait till end 2012 to check if they will drop
<peterperfect>
since is the proposed deadline
<codeworkx>
origenboard code drop anyway
<codeworkx>
so nothing changed
<codeworkx>
like i've said
<Entropy512>
yeah, but so far, everything they've done implies we won't see anything further in the exynos4 tree
<Entropy512>
and nothing further in exynos4 tree = they didn't do jack shit
<codeworkx>
their non existing support is still not existing. ;-)
<Entropy512>
there are two small things of use in the new push: LPA/ALP audio, and some extra HDMI stuff
<Entropy512>
the latter is not useful when the rest of the HAL stuff is nonfunctional
<Entropy512>
we probably would've had HDMI ages ago if the old code worked at all
<peterperfect>
dont we have to wait they drop new JB things for exynos4? Till now they are just droping exynos5 pieces on insignal
<Entropy512>
well their comments in the "about" page indicate that they will not be pushing JB stuff to exynos4 at all
<Entropy512>
it implies that they believe they are now done and have fulfilled their promises for exynos4
<Entropy512>
paulk-desktop: audio stuff built without bombing, need to start laundry and take a shower before testing though. :)
<peterperfect>
"And, ICS for Exynos4x12 based boards, smdk4x12 and Origen_quad."
<peterperfect>
true
<peterperfect>
=/
<peterperfect>
wtfq
<peterperfect>
this about if full of writing errors
<peterperfect>
koreans..
KhasMek has quit [Ping timeout: 252 seconds]
<diego-ch>
codeworkx: trying to build the kernel here with your u8500 sources and the ramdisk you sent me but build breaks compiling mali source