revogozoom
Android Enthusiast
Loving this kernel Kanaida, battery life is wicked!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
LOVE the battery life on this. I got 15 hours today comfortably on 4g. It's exactly what I need.
Anybody else getting really slow performance though? Web surfing is almost unbearably slow. Is there a way we can choose to boost performance just a bit? I know it's always a tradeoff with battery, but it's pretty hard to surf right now.
Great stuff!

i like the low battery drain...(..batt life is about 12hrs as promised..) but i did get a couple of random reboots and twice i got reboot loops that keep going until u take the batt out and hold the power button for like 30 secs to discharge all the capacitors. I mean im gonna stick with this kernel, its just i would really love if it was slightly tweaked for stability...... ( no pressure ofcourse )![]()
You guys that are having stability issues: did you wipe cache before flashing? I did and this kernel has been running flawlessly for me. I never had the reboot issue to begin with, did you have them on your stock phone?
You guys that are having stability issues: did you wipe cache before flashing? I did and this kernel has been running flawlessly for me. I never had the reboot issue to begin with, did you have them on your stock phone?

I agree. Mine has been running flawlessly as well, feels just as fast as OC @ 1.2 i'd say.
There is some bug somewhere (not the kernel) wich causes response lag that's only cured by reboot, i only noticed it once when i snoozed an alarm by clicking the icon in the notification pulldown. It does this very rarely though. Perhaps it's a driver bug. My Optimizer app makes this happen much less often than it occurs normally, even though the cause is still proving elusive. It's not such an issue not that it's not a 3 minute boot time though
I'd try clearing the cache and dalvik cache to see if that helps.
, I just re-calibrated my battery this morning, so that might have had something to do with it. I'm not using anything except the optimizer as far as battery saving apps, no cpu controls, just stock 1Ghz On Demand, no task killers, wifi and bluetooth enabled the whole time.
I'm talking theoretically like maybe 10% battery would give is 6 hours. To an unbelievable 60+/- hour battery life.Today my battery life is even more ridiculous for some reason, maybe a little less use than yesterday., I just re-calibrated my battery this morning, so that might have had something to do with it. I'm not using anything except the optimizer as far as battery saving apps, no cpu controls, just stock 1Ghz On Demand, no task killers, wifi and bluetooth enabled the whole time.
I'm at 90% left and it's been on battery for 3h 34m 51s, I have a funny feeling the 90% still has some juice left before changing to 89% too LOL
I've found a new development too. com.android.DunServer is using the remainder of the phone's juice. That 79ish percent identified as android_system in the battery screen. I think there is some sort of bug, or modification that LG made to that app that's different from stock google code. If anyone knows Java and can look at the source for that APK we can finally truly unleash the beast...I'm talking theoretically like maybe 10% battery would give is 6 hours. To an unbelievable 60+/- hour battery life.
I only have one clue:
The following events keep getting fired, but my logic says this should only be fired when the cable changed from plugged to unplugged. It may be a message getting attention over and over for no reason.
I/dun_service( 118): Post event 1
I/dun_service( 118): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 118): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 118): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 118): Moved to state(DUN_STATE_USB_UNPLUG)
Are you sure it's not just the power required for the hungry beast we know and love called LTE?
I think it's responsible for data and firing off some usb related events, but i'm not 100% sure.
Either way, data isn't always in use so during this period we should try to use as little cpu cycles as possible to allow the phone's hardware to enter deep sleep modes. It's definately required from what I can tell for proper operation, I just think the code has room for tuning.
by looking at those debug messages, it looks like it can be tuned a bit by something like this:
If Not UsbStatus = 'UNPLUGGED' then
Fire Event
End if
as opposed to just firing it all the time regardless if it's already in the new state or not, unless there's a valid reason for that. If that event is fired, there could be other routines handling that event and doing more work for nothing each time it fires, even worse triggering even more of their own events like a chain reaction.
whats the average battery life you guys are getting with this kernel, and what do you keep on and off as far as your settings are concerned(4g,wifi,etc).