幻�� DreamChange, on 17 July 2012 - 11:52 AM, said:
Can I make a script in init.d to make it dose that? My English is poor.
You can try. Init.d scripts are run at early state and I guess there isn't anything in /data/radio at that point. I tried making a service that is run on property sys.boot.completed=1 (couple of seconds before lockscreen is shown) but didn't have much luck with that either.
This would be a temporary hack anyway. I'd rather have it properly fixed.
ElrOnDPT, on 17 July 2012 - 02:10 PM, said:
What is your opinion right now on 4.1 performance on the current build? Where project butter is working, is it noticiable?
ufizo, on 17 July 2012 - 03:18 PM, said:
So, right now we are using openGL hacks to get HW acceleration working... It this correct?
Like we had in ICS, before the adreno binaries for ICS were released?
Well, it isn't exectly smooth as butter yet.

It works quite well in many places but e.g. notification area and app drawer are still quite laggy. Yeah, there are some hacks that shouldn't be there (e.g. prebuilt CM9 binary). I'm sure it'll get better when more support is merged into CM10. To be honest I don't know how to verify how well the "project butter"/vsync is working. Hw acceleration at it's current state is Lalit's work, so you might want to consult him in this matter.
sej7278, on 17 July 2012 - 02:40 PM, said:
nice one! seems i was patching far too much stuff in the mainline code, basically its just comment out srec and add the undef line to bionic, the dalvik patch got merged, i guess they fixed mdpwrapper. i hadn't noticed the wpa issues. plus your device and kernel tweaks.
for the radio permissions you're probably best to add an init script such as lalit does for the
skate
Yeah, most of the other needed patches got merged last night. Actually the wpa_supplicant patches are not needed to build, they just fix wifi on our device.
Afaik RIL doesn't work any better on Skate/Crescent even with those lines added. It's something else preventing the radio getting the permissions (something similar to
this?)
Edit. ok, there's something new going on. Edit2. Yeah, that won't work. Edit3. lol, I take that back.
sej7278, on 17 July 2012 - 04:08 PM, said:
looks like adding su broke the build again, seems they left LOGE/LOGD/LOGW in.
Sync your repo. Fix is
merged (compiled just fine for me).