• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ICS/CM9-JB/CM10 Development Thread

This is probably already known, but when waking the screen it has a flicker to it. Turning it off looks smooth though.

Running w/ CPU @ 1000mHz is a litttle sluggish, but upping it to 1300mHz makes it snappy!

This cm9 is tits! 3g and playstore will make it TITTIES!!!

Thanks devs!


Try using 1mobile.
 
I think I've got the kernel under control now.

Disabled CONFIG_ZCACHE, at least for now.

Added in the qtaguid stuff (network stats). Basically just copied over anything and everything from my GingerKernel for thunderc across to the HyperICS kernel. Gotta love open source! :)

Also tossed in the BOOTCLASSPATH change to let gtalk work.

Now let's see how much trouble 3G and the cameras give me...
 
Hopefully 3g isn't to bad considering it did pop up the first time toggled airplane mode even if it was just momentarily
 
So earlier I couldn't run mkbootfs or execute any binaries without sudo if at all. If anyone runs into this problem run this in terminal
Code:
sudo apt-get install ia32-libs
 
3G is proving to be a challenge. I doubt that the RIL layer is matched up with the vendor binaries.

I wonder if anyone can decompile /system/framework/qcrilhook.{jar,odex} and possibly the com.android.internal.telephony.RIL classes from /system/framework/framework.{jar,odex}?
 
3G is proving to be a challenge. I doubt that the RIL layer is matched up with the vendor binaries.

I wonder if anyone can decompile /system/framework/qcrilhook.{jar,odex} and possibly the com.android.internal.telephony.RIL classes from /system/framework/framework.{jar,odex}?

From stock rom or ics?
 
I am going to work on instrumenting rild to figure out what is going in and out of it, both under stock and ics.

I did observe that the 3G connection is a PPP device, so that will surely introduce another layer of complexity.
 
Hmm not really. Its been relatively fine I turn off everything except wifi when I need it and calling/sms. I also changed my governor to SmartAssv2 and ocd it to 1360. How is your battery?
 
I'm using it too. Forces me to fix things. :p

Don't think the battery should be much, if any, worse than other roms. My phone stays in deep sleep pretty well. That said, coming from my OV, this phone seems to really be hungry for power. I guess it's the larger screen.
 
Ooh wait... the ril issues probably cause it to chew up battery. Especially if you are out of wifi coverage.
 
Back
Top Bottom