Hey everyone,
I am currently running jt's stock gingerbread ROM and I am having a hard time even making it through the day on battery life. Does anyone have suggestions on extending battery life besides the basic turn of notifications and turn down the brightness? Is the glitched kernel better on the battery life? Anyway thanks in advance!
Sent from my SCH-I500 using XDA App
heric1 said:
Hey everyone,
I am currently running jt's stock gingerbread ROM and I am having a hard time even making it through the day on battery life. Does anyone have suggestions on extending battery life besides the basic turn of notifications and turn down the brightness? Is the glitched kernel better on the battery life? Anyway thanks in advance!
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
CM7 has pretty great battery life for me. Open a terminal and run 'dumpsys power' command to see if you have any wakelocks.
when trying to run that command I get the following messgae:
'Permission denial: can't dump PowerManager from the pid=857 . uid=10021
type 'su' first to get superuser permissions.
Still get 'permission denied.' Sorry for being a noob and thanks for the help thus far!
Just to clarify, type su first, then hit enter. You should get a superuser request. After allowing, your prompt should become a # sign, then you can dump the power log.
Sent from my SCH-I500 using XDA Premium App
artvandelay440 said:
CM7 has pretty great battery life for me. Open a terminal and run 'dumpsys power' command to see if you have any wakelocks.
Click to expand...
Click to collapse
How great is your battery life? Like how many hours of use do you get out of your phone usually (how much is the phone in use, screen on, etc.)?
Here is what I got:
export PATH=/data/local/bin:$PATH
$ export PATH=/data/local/bin:$PATH
$ su dumpsys power
Permission denied
$ su dumpsys power
Permission denied
$su
#dumpsys power
Power Manager State:
mIsPowered=false mPowerState=3 mScreenOffTime=1718215 ms
mPartialCount=0
mWakeLockState=
mUserState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mPowerState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mLocks.gather=
mNextTimeout=3621632 now=3615698 5s from now
mDimScreen=true mStayOnConditions=0
mScreenOffReason=2 mUserState=3
mBroadcastQueue={-1,-1,-1}
mBroadcastWhy={0,0,0}
mPokey=1 mPokeAwakeonSet=false
mKeyboardVisible=false mUserActivityAllowed=true
mKeylightDelay=6000 mDimDelay=47000 mScreenOffDelay=7000
mPreventScreenOn=false mScreenBrightnessOverride=-1 mButtonBrightnessOverride=-1
mScreenOffTimeoutSetting=60000 mMaximumScreenOffTimeout=2147483647
mLastScreenOnTime=28145820
mBroadcastWakeLock=UnsynchronizedWakeLock(mFlags=0x1 mCount=0 mHeld=false)
mStayOnWhilePluggedInScreenDimLock=UnsynchronizedWakeLock(mFlags=0x6 mCount=0 mHeld=false)
mStayOnWhilePluggedInPartialLock=UnsynchronizedWakeLock(mFlags=0x1 mCount=0 mHeld=false)
mPreventScreenOnPartialLock=UnsynchronizedWakeLock(mFlags=0x1 mCount=0 mHeld=false)
mProximityPartialLock=UnsynchronizedWakeLock(mFlags=0x1 mCount=0 mHeld=false)
mProximityWakeLockCount=0
mProximitySensorEnabled=false
mProximitySensorActive=false
mProximityPendingValue=-1
mLastProximityEventTime=0
mLightSensorEnabled=true
mLightSensorValue=6.0 mLightSensorPendingValue=-1.0
mLightSensorScreenBrightness=20 mLightSensorButtonBrightness=255 mLightSensorKeyboardBrightness=0
mUseSoftwareAutoBrightness=true
mAutoBrightessEnabled=false
mScreenBrightness: animating=false targetValue=-1 curValue=30.0 delta=2.0
mLocks.size=0:
mPokeLocks.size=1:
poke lock 'PhoneApp': POKE_LOCK_IGNORE_CHEEK_EVENTS
I usually get around 16-20 hours with moderate usage.
The mLocks at the bottom is your wake locks, so you don't have any. Congratulations you do have a poke lock, which is preventing deep sleep. Try rebooting and dump it again.
Sent from my SCH-I500 using XDA Premium App
16-20 hours with moderate usage...maybe I'm just setting too high of expectations haha! Regardless thank you!
As long as it lasts til it goes on the charger at night
Sent from my SCH-I500 using XDA Premium App
artvandelay440 said:
As long as it lasts til it goes on the charger at night
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Unfortunately, it doesn't. The phone discharges 70% in 16 hours (35% in 8 hours) if it is untouched. That gives me effectively 30% to play with over a full day. Between reading email, occasional texting and a quick phone call that 30% doesn't come a long way.
You might want to try recalibrating your battery. You can either do this manually in cwm, or just look for battery calibration in the market if you aren't quite comfortable doing so in cwm. Instructions are generally: charge to 100%, wipe batterystats.bin in cwm, use phone normally, allowing phone to drain completely, then charge uninterrupted back to 100%.
Sent from my SCH-I500 using XDA Premium App
Related
Obviously it all depends on what you've done while the screen was turned on but it'd be an interesting statistic.
Overall battery:
26hrs on stock rom 1.8.3
16hrs on gingerblur 3.1
Both with more than 3:30hrs of display on
About 24hrs on battery with 4hr15min with the display on. I think I have a screenshot on FB, lol.
I might be on to something here then..
Am using GladiAtrix 3 b0.2, before I installed it I did a battery stats reset through CWM
(advise from KennethPenn, dev of Gingerblur):
"""- Reset battery in CWM (under Advanced)
- Drain your battery to 0 percent and let it turn the phone off, then charge it back up to 100%."""
On my phone are more than 120 apps installed. Battery Manager is on "Maximum ".
The result is fairly amazing; the display time of almost 7 hrs is under heavy use; wlan & sync constantly on, Xscope & XDA app non-stop checking, market downloads, etc!! I have never had such good battery!
I advise everyone to do the above, it really helps.
Vangelis13 said:
I might be on to something here then..
Am using GladiAtrix 3 b0.2, before I installed it I did a battery stats reset through CWM
(advise from KennethPenn, dev of Gingerblur):
"""- Reset battery in CWM (under Advanced)
- Drain your battery to 0 percent and let it turn the phone off, then charge it back up to 100%."""
On my phone are more than 120 apps installed. Battery Manager is on "Maximum ".
The result is fairly amazing; the display time of almost 7 hrs is under heavy use; wlan & sync constantly on, Xscope & XDA app non-stop checking, market downloads, etc!! I have never had such good battery!
I advise everyone to do the above, it really helps.
Click to expand...
Click to collapse
are u using only GSM/EDGE?
about the battery mannager on maximum... if i leave my phone for more than 15 mins on the table... that means i wont get notifications or recive my Whatsapp and Facebook Messages??
are u using any task mannager?
Budske said:
are u using only GSM/EDGE?
about the battery mannager on maximum... if i leave my phone for more than 15 mins on the table... that means i wont get notifications or recive my Whatsapp and Facebook Messages??
are u using any task mannager?
Click to expand...
Click to collapse
That's right, only 2g unless I need 3g for data. I'm always around a wifi though.
No task manager, android 2.2 does all that automatically.
Not sure battery manager is so aggressive, I think it takes a bit longer than 15 minutes.
Sent from my Motorola Olympus using XDA Premium App.
nice.. ill do the same....
u use *#*#4636#*#* to change the data connection to 2G??
How do u change 2g-3g ext?
Sent from my MB860 using XDA App
Budske said:
nice.. ill do the same....
u use *#*#4636#*#* to change the data connection to 2G??
Click to expand...
Click to collapse
Download Any Cut in the market. Put a shortcut to the above on your home screen.
Sent from my Motorola Olympus using XDA Premium App.
6hrs is my personal best, straight stock phone.
I've just put mine on charge, prob got about 40-50 hours, mostly standby. Seems a lot but I just unpacked my charger from going away for the weekend.
Prob about 4 hours talk time, prob 3 hours web. No GPS, no wifi.
Strange thing is, the battery thing said '5 hours since unplugged' which is definately not the case, is this a known issue? 5 hours since I rebooted it maybe.
when you reboot - the time since unplugged counter is reset.
Is there a way to do the battery stats reset without CWM?
Sent from my MB860 using Tapatalk
Spectre51 said:
Is there a way to do the battery stats reset without CWM?
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
That one worked 100% for me.
Sent from my Motorola Olympus using XDA Premium App.
Here is mine
Sent from my MB860 using Tapatalk
a little off topic but howd you get that 1% battery mod and not the ugly circle, this looks kinda nice sitting at 33%, can one get that without gingerblur , stock plus root would do?
on topic, i get about 2 days on a medium usage on my battery , 1.5 days on heavy, i dont think i could use another phone after getting this much battery life, i just wonder what gingerbread would do to this phone
5 1/2 hours, with 3G turned on. Although the last 45 minutes of that it was just sitting at the launcher, I was waiting for the battery to die on it. I usually average 2-3 hours, but when I charge my phone I usually still have about 50% left.
Seeing as I rarely use data, I may have to try that 2G trick. Maybe I could charge it every other day instead of each night.
My best "Screen On" time is close to 4.5 hrs running Greyblur. For those just posting "time since unplugged"..screen on time is a much better indicator for battery life imo because it means actual use. The phone sitting idle in your pocket or on your table for 48 hrs is misleading to some people because then they wonder why they're only getting 12hrs with 5hrs of actual "useage" (screen on time).
For my style of use..battery saver modes and apps don't do me any favors because then I miss out on my IM's which I rely on for most of my communication. And unfortunately 2G isn't an option any more for most of us Canadian users..as 2G has been pretty much phased out.
Rickroller said:
My best "Screen On" time is close to 4.5 hrs running Greyblur. For those just posting "time since unplugged"..screen on time is a much better indicator for battery life imo because it means actual use. The phone sitting idle in your pocket or on your table for 48 hrs is misleading to some people because then they wonder why they're only getting 12hrs with 5hrs of actual "useage" (screen on time).
Click to expand...
Click to collapse
With you on that, I keep asking people to post screen usage time (also in other threads); anything else is fairly misleading on how long the battery lasts.
Sent from my Motorola Olympus using XDA Premium App.
At the moment screen time 2hrs 50mins battery stands at 55%
That's with wifi or 3g when screen is on
Sent from my MB860 using XDA Premium App
Hey guys.
I hate to make yet another thread on a topic that seems to have been beaten to death, but I can't take this anymore. My battery life has been really ****ty lately, like extra ****ty. With poop on top. It's gotten to the point where after 5 hours its under 30%, and this is with very minimal use. I don't know why this is, maybe because I sbfd last Thursday, and the battery calibration stuff is screwed up... Or maybe its because I started using widgetlocker recently, idk.
Anyways, attached us the battery use monitor thing. The first screenshot is from this morning, showing how I lost 10 percent battery doing NOTHING for 45 minutes. The next shows my battery being dead after 5 hours of very light use.
In both screenshots the top waster of battery is the phone idle. Is there anything I can do to minimize this battery drain from the phone doing nothing? I have eclipse v6 blurless (v7 seemed more unstable and i'm not into the cyan theme) and I am not using any special scripts.
Any advice/thoughts/sympathy would be appreciated. Thanks guys.
Sent from my DROID X2 using xda premium
Go to the market and find an app called "battery calibration". It will have instructions in the app on how to use it, and it should help you out.
Watch out about using replacement words for excrement, sir caps a lot will report you to the clown.
Sent from my DROID X2 using Tapatalk
ilovesoad said:
Watch out about using replacement words for excrement, sir caps a lot will report you to the clown.
Sent from my DROID X2 using Tapatalk
Click to expand...
Click to collapse
Oh this cracked me up.
And he will. I'm proof
Sent from my DROID BIONIC using xda premium
I've had the best success by doing this: Download battery calibration from the market (free). Charge your phone to 100% and run battery calibration, but DO NOT remove your charge cable! Leaving the cable plugged in will prevent the phone from creating a new batterystats.bin, I believe. Ok, now reboot your phone and unplug the charge cable allowing the batterystats.bin to be created at the 'M' logo. **Before proceeding, be sure recovery mode is set in System Recovery.** Discharge your phone till it shuts off. Proceed to charge to 100% uninterrupted. After fully charged then pull the cable and simply reboot your phone..
There are many ways to calibrate your battery, but I found doing it this way has proven the best (2.5 - 3% /hr drop) given my varying use of the phone.
Sent from my DROID X2 using XDA App
X0dus said:
I've had the best success by doing this: Download battery calibration from the market (free). Charge your phone to 100% and run battery calibration, but DO NOT remove your charge cable! Leaving the cable plugged in will prevent the phone from creating a new batterystats.bin, I believe. Ok, now reboot your phone and unplug the charge cable allowing the batterystats.bin to be created at the 'M' logo. **Before proceeding, be sure recovery mode is set in System Recovery.** Discharge your phone till it shuts off. Proceed to charge to 100% uninterrupted. After fully charged then pull the cable and simply reboot your phone..
There are many ways to calibrate your battery, but I found doing it this way has proven the best (2.5 - 3% /hr drop) given my varying use of the phone.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Im sad I never thought of that
Sent from my DROID X2
Ok, now reboot your phone and unplug the charge cable allowing the batterystats.bin to be created at the 'M' logo. **Before proceeding, be sure recovery mode is set in System Recovery.** Discharge your phone till it shuts off. Proceed to charge to 100% uninterrupted.
Click to expand...
Click to collapse
I'm going to try this... But why do I need recovery mode set, and when you say discharge your phone does that mean I can wipe battery stats this morning, follow all the steps up to the moto logo and then just go out and around my daily business until my phones battery completely dies?
Sent from my DROID X2 using xda premium
Ihatepullups said:
I'm going to try this... But why do I need recovery mode set, and when you say discharge your phone does that mean I can wipe battery stats this morning, follow all the steps up to the moto logo and then just go out and around my daily business until my phones battery completely dies?
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
I'd hope lol or you'd be waiting around for it to die for a couple days.
Ihatepullups said:
I'm going to try this... But why do I need recovery mode set, and when you say discharge your phone does that mean I can wipe battery stats this morning, follow all the steps up to the moto logo and then just go out and around my daily business until my phones battery completely dies?
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
I only say to have recovery mode enabled b/c if you don't have either charge or recovery set (new flashed ROM) then your phone will sit at the moto logo after discharge. My attempt to avoid you thinking it's bricked. And yes, go about your daily business after recreating the .bin file
Sent from my DROID X2 using XDA App
Ihatepullups said:
I'm going to try this... But why do I need recovery mode set, and when you say discharge your phone does that mean I can wipe battery stats this morning, follow all the steps up to the moto logo and then just go out and around my daily business until my phones battery completely dies?
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
U DO NOT want recover mode set if u plan on letting your phone battery run ALL THE WAY DOWN. Recovery mode will hijack your charge only mode.
U will want CHARGE mode to be set so u can CHARGE instead of going into recovery like your.phone will do when u power off and plug in.
I also just want to say to google lithium ion battery. U should find that these batteries will actually lose life if u let it completely discharge to much. They are designed to get low(5-15%) and be charged not to be complete dead. Not letting it die can improve battery life. Just saying. I don't ever try to let it die 100%. I always get it on a charger before it shuts down.
ashclepdia said:
U DO NOT want recover mode set if u plan on letting your phone battery run ALL THE WAY DOWN. Recovery mode will hijack your charge only mode.
U will want CHARGE mode to be set so u can CHARGE instead of going into recovery like your.phone will do when u power off and plug in.
Click to expand...
Click to collapse
Sigh. It'll charge while in recovery.. I do it every night.
EDIT: I charge it in recovery mode every night. And believe me, as little as I let battery die it's fine.
Sent from my DROID X2 using XDA App
X0dus said:
Sigh. It'll charge while in recovery.. I do it every night.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I understand that but u have no way of seeing how much it is charged. If ur just gonna leave it charge overnight go for it otherwise if u want to see how much it has charged u want charge mode on..
Edit::: sorry I didn't read al the posts to see your explanation of why recovery mode ...duh ash lol. That's what I get...sorry
ashclepdia said:
I understand that but u have no way of seeing how much it is charged. If ur just gonna leave it charge overnight go for it otherwise if u want to see how much it has charged u want charge mode on..
Click to expand...
Click to collapse
You make something so simple too complicated. lol
Sent from my DROID X2 using XDA App
X0dus said:
Sigh. It'll charge while in recovery.. I do it every night.
EDIT: I charge it in recovery mode every night. And believe me, as little as I let battery die it's fine.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
Hahaha. Yes I have been known to do that on occasion. But that's what I get for not having my coffee today. I just cracked a red bull after realizing how much I need it lol need to vitalize my mind hahaha...
I just wish I had drank a redbull last night before I flashed the new eclipse. I wanted to make a android of the stock in case I wanted to go back to stock at any point but silly old me just flashed while half asleep without even wiping data even. I woke up this morning to see my phone still in recovery with install complete but no wipes or backups before it. I was like www damn. Phone bootlooped till I went and wiped. Im an idiot. Now to get a android of stock im gonna have to sbf and start all over again. But I don't have a computer to do with. O well. Lol
Sorry...that wasn't even close to on subject haha
Recalibrate your battery.. and install the Speedy Scripts... IDK how your current setup is, but if you flash a new rom, its always in best interest to recalibrate your battery. CHARGE OVER NIGHT>RUN RECALIBRATION TOOL AS STATED WITH PLUGGED IN>WAIT FOR 15 MINS>UNPLUG>DRAIN BATTERY TILL FULLY DEPLETED>INSERT AC POWER CABLE AND CHARGE FULLY>BETTER BATTERY LIFE
further suggestions
Install the Speedy Scripts in the x2 Dev section or Get a The SuperCharger scripts and fix OOM grouping to bulletproof and set to big memory device.
Enjoy 14+Hours of Battery Life.
Also, If you are in a bad service area, put in Airplane mode while you are not using your phone or in a bad area.
Hope this helps.
You guys seem to know what you're talking about so let me ask you this: what do you think about Juice Defender? Does it help, do nothing, or actually make your phone worse? Lots of different opinions out there.
Sent from my DROID X2 using XDA App
dust. said:
You guys seem to know what you're talking about so let me ask you this: what do you think about Juice Defender? Does it help, do nothing, or actually make your phone worse? Lots of different opinions out there.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I noticed an improvement in battery life when using Eclipse v5. I was getting the life the OP mentioned and juice defender helped with that. I suggest to try it and compare your results w/out it..
Sent from my DROID X2 using XDA App
dust. said:
You guys seem to know what you're talking about so let me ask you this: what do you think about Juice Defender? Does it help, do nothing, or actually make your phone worse? Lots of different opinions out there.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
I have had inconsistent results using it. I have juice defender plus.
The main thing it does is it kills/manages ur data connection as that is the main things that drain battery running in background
I have had a few days where it worked and gave me an extra couple hours battery and some days where I didn't notice a difference.
I just wish I could set my phones own battery and data manager to shut data off whenever I turn screen off instead of 15mins of inactivity.
If wiping battery stats doesn't do it for you, you could always go with an extremely minimal setup..
I'm talking 0% brightness, BT/GPS/Wi-Fi Off, a data managing program that turns off data and restores it at set intervals, SetCPU to make a screenoff profile, NO SYNCING of anything (FB off) email set to 1hr (or whatever the minimum is). 1 Home Screen, minimal widgets.
If you really want to get extreme you could use Titanium to freeze FB/Google Maps and unfreeze when you need them. I don't use FB on my phone and I rarely use G Maps so it doesn't bother me to have them frozen.
With all that I get an easy day out of my phone with light use (< 30 text messages, < 15 minutes call time, an hour of browsing on Wi-Fi, and a couple hours of music) probably a full day of Moderate use, and 8 hours of heavy use.
Zues532 said:
If wiping battery stats doesn't do it for you, you could always go with an extremely minimal setup..
I'm talking 0% brightness, BT/GPS/Wi-Fi Off, a data managing program that turns off data and restores it at set intervals, SetCPU to make a screenoff profile, NO SYNCING of anything (FB off) email set to 1hr (or whatever the minimum is). 1 Home Screen, minimal widgets.
If you really want to get extreme you could use Titanium to freeze FB/Google Maps and unfreeze when you need them. I don't use FB on my phone and I rarely use G Maps so it doesn't bother me to have them frozen.
With all that I get an easy day out of my phone with light use (< 30 text messages, < 15 minutes call time, an hour of browsing on Wi-Fi, and a couple hours of music) probably a full day of Moderate use, and 8 hours of heavy use.
Click to expand...
Click to collapse
I USED to freeze a LOT of app giving me GREAT battery but now that bloat freezer is suddenly off.market(screw u google bring it back!!!) I can't. And im not gonna get titanium I never wanted it . I just want bloat freezer back. This is.bullcrap. seriously
I was hoping some of you guys could recommend some decent battery saving apps for me? Right now i'm using "easy battery saver" which is alright but not really gettin the job I need done, done. Thanks in advance
-C
Never use them. I set screen off profiles with set cpu and probably get 30% more battery. Battery saver apps run in background hence still using battery.
Sent from my HTC Mecha using XDA App
donnyp1 said:
Never use them. I set screen off profiles with set cpu and probably get 30% more battery. Battery saver apps run in background hence still using battery.
Sent from my HTC Mecha using XDA App
Click to expand...
Click to collapse
Good point lol thanks for the advice!
Anytime bro, happy flashin an hit the thanks!
Sent from my HTC Mecha using XDA App
The only one I have ever used is battery calibration......
Sent from my ADR6400L using xda premium
Been using Juice Defender. Was a bit touchy for a while, but has been pretty solid for roughly the last 6mo... The extra features you get with the "Ultimate" paid key are IMO, worth the few bucks, but you should give the free version a try first just to see if it helps. (Everyone has different use-patterns and JD can't help everyone's phone the same amount).
I also use SetCpu. I crank the upper speed down to about 768mhz and only rarely do I miss the extra zip, but it adds several hours to my battery...
Sent from my ADR6400L using Tapatalk
Battery Calibration is all I've ever used. The apps like Juice Defender are gimmicks now, they stopped being a feasible way to save battery after the same caching and app killing schemes were put directly into android. If anything battery saving apps kill your battery life now.
rayjd1650 said:
Battery Calibration is all I've ever used. The apps like Juice Defender are gimmicks now, they stopped being a feasible way to save battery after the same caching and app killing schemes were put directly into android. If anything battery saving apps kill your battery life now.
Click to expand...
Click to collapse
Juice Defender has nothing to do with "caching and app killing". You might want to take a better look at what it really does before you start making pronouncements...
Sent from my ADR6400L using Tapatalk
I use Set CPU profiles and JuiceDefender. Spend the time setting up JuiceDefender for your needs. I easily go 2 full days without plugging in.
Jolest said:
Juice Defender has nothing to do with "caching and app killing".
Click to expand...
Click to collapse
:good:
Most of what JD does is to turn off the mobile data or WiFi radios when the screen is off. It turns them back on at regular intervals to sync apps. It does a ton of other things too, but caching and app killing are not among those features.
It also uses VERY little CPU. You can see this if you take a look at the CPU usage stats by process.
I've seen a lot of users' postings of battery statistics (screen shots) and they are all considerably better than what I am getting. The biggest difference I see is in the amount of battery drain from "Android System." What I see posted is between 9% and 13%. However, my batt stats show the Android System draining 60% of the battery.
So, what am I doing wrong? I'm still kind of new to Android. Is it the widgets? I've checked running processes verses what apps are draining battery life and nothing is running that drains like the system does.
Further info: I am currently running the 7.18.12 build of Diet ICS, but I was seeing this behavior on stock as well. Some widgets I use: Astrid premium tasks widget, Evernote, doubletwist, slacker, 3D clock/weather, a widgetsoid switcher, and APW Calendar.
Thanks for any help or suggestions.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
How much screen on time over how long and what kind of use?
60% is high but there's known bugs in android OS reporting.
I'm asking because you we're saying your new. It takes a lot of power to power this 4.8 screen
Sent from my SGH-T999 using xda premium
natefish said:
I've seen a lot of users' postings of battery statistics (screen shots) and they are all considerably better than what I am getting. The biggest difference I see is in the amount of battery drain from "Android System." What I see posted is between 9% and 13%. However, my batt stats show the Android System draining 60% of the battery.
So, what am I doing wrong? I'm still kind of new to Android. Is it the widgets? I've checked running processes verses what apps are draining battery life and nothing is running that drains like the system does.
Further info: I am currently running the 7.18.12 build of Diet ICS, but I was seeing this behavior on stock as well. Some widgets I use: Astrid premium tasks widget, Evernote, doubletwist, slacker, 3D clock/weather, a widgetsoid switcher, and APW Calendar.
Thanks for any help or suggestions.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
How often do your widgets that gather info refresh? Try scaling down on some widgets and see if that helps. If not, try to flash stock with odin and start over. I was having some problems with my phone when I first got it (MTP specifically) and I falshed stock and everything started working fine. Also, if you are using Google Chrome, make sure you have the experimental feature of using the gyroscope for tilt scrolling set to off....it is known to drain battery.
Hope this helps :good:
KappaG9 said:
How often do your widgets that gather info refresh? Try scaling down on some widgets and see if that helps. If not, try to flash stock with odin and start over. I was having some problems with my phone when I first got it (MTP specifically) and I falshed stock and everything started working fine. Also, if you are using Google Chrome, make sure you have the experimental feature of using the gyroscope for tilt scrolling set to off....it is known to drain battery.
Hope this helps :good:
Click to expand...
Click to collapse
Maybe I will try flashing stock if I have time today. I reset my battery stats in recovery mode when I took the phone off the charger this morning, so we'll see how today goes.
I looked into the widgets and the only one that refreshes data on a schedule is the clock/weather. I'll try a different one or just not use the weather.
Great tip about Chrome. Didn't know it did that.
Do I actually need to calibrate the battery? I tried the method of letting it die and charge back up a few times and I've tried recharging once it gets down between 70-80 percents life. I'm not sure which method helped, but I did notice an improvement.
Thanks again for the help.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
mike216 said:
How much screen on time over how long and what kind of use?
60% is high but there's known bugs in android OS reporting.
I'm asking because you we're saying your new. It takes a lot of power to power this 4.8 screen
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Not sure how to know how long the screen was on. Is there a way to know that? If I had to guess I'd say 4 hours. I use the Smart Stay option as well. I wonder if wiping the stats will give me more valid data.
Thank you for the help.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
natefish said:
Not sure how to know how long the screen was on. Is there a way to know that? If I had to guess I'd say 4 hours. I use the Smart Stay option as well. I wonder if wiping the stats will give me more valid data.
Thank you for the help.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
settings>battery>click on the gray use bar & you can see screen on time.
It is because you are running touchjizz. Cm and aokp are the best :highfive:
Sent from my SAMSUNG-SGH-I747 using xda premium
I have my display off auto-brightness and on a low setting, I probably utilize the task manager 50x a day and clear the ram as well, cpu sleeper is always activated, gps/sync/auto-rotate/wifi/bluetooth is always off unless I need them, and I have power saving mode on most of the time.
With all these settings off and I am a heavy texter/caller/browser/emailer, my battery lasts from 7AM-1AM and I am at 30-40% at the end of the day!
Sent from my SCH-I535 using xda app-developers app
StNtMaN said:
I have my display off auto-brightness and on a low setting, I probably utilize the task manager 50x a day and clear the ram as well, cpu sleeper is always activated, gps/sync/auto-rotate/wifi/bluetooth is always off unless I need them, and I have power saving mode on most of the time.
With all these settings off and I am a heavy texter/caller/browser/emailer, my battery lasts from 7AM-1AM and I am at 30-40% at the end of the day!
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Great advice. Thanks. What do you use for "cpu sleeper"?
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
StNtMaN said:
I have my display off auto-brightness and on a low setting, I probably utilize the task manager 50x a day and clear the ram as well, cpu sleeper is always activated, gps/sync/auto-rotate/wifi/bluetooth is always off unless I need them, and I have power saving mode on most of the time.
With all these settings off and I am a heavy texter/caller/browser/emailer, my battery lasts from 7AM-1AM and I am at 30-40% at the end of the day!
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Never mind! Just searched" CPU sleeper" on the Play store and--voila!
On another note, I'm so glad I got a device with a huge support community. Coming from iOS, it's nice to feel part of a collective effort again and get such great advice. I know there are a lot of iOS forums and there is some great work done through those communities, but those seem so trivial compared to what is done through XDA and the level of helpfulness is unparalleled here.
natefish said:
Great advice. Thanks. What do you use for "cpu sleeper"?
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
natefish said:
Do I actually need to calibrate the battery? I tried the method of letting it die and charge back up a few times and I've tried recharging once it gets down between 70-80 percents life. I'm not sure which method helped, but I did notice an improvement.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
I read somewhere in the forum that these batteries actually like to be constantly charged up and not let die completely. There was no explanation for this but I will research it because I am curious. With my old Captivate, i let it die then fully charge to extend the overall life of the battery.
How is your battery so far?
KappaG9 said:
I read somewhere in the forum that these batteries actually like to be constantly charged up and not let die completely. There was no explanation for this but I will research it because I am curious. With my old Captivate, i let it die then fully charge to extend the overall life of the battery.
How is your battery so far?
Click to expand...
Click to collapse
I've applied all the tricks folks have shared here and have flashed the Diet ICS rom. I am going to take screen shots of my usage data on a daily basis and see how things fair. I'll post my results here. Here is one from last night before really getting into all the tricks and the new rom. So, maybe this is my "before" shot in this documentary of a noob's journey to better battery life.
End subspace transmission from NCC-1701E
natefish said:
I've seen a lot of users' postings of battery statistics (screen shots) and they are all considerably better than what I am getting. The biggest difference I see is in the amount of battery drain from "Android System." What I see posted is between 9% and 13%. However, my batt stats show the Android System draining 60% of the battery.
So, what am I doing wrong? I'm still kind of new to Android. Is it the widgets? I've checked running processes verses what apps are draining battery life and nothing is running that drains like the system does.
Further info: I am currently running the 7.18.12 build of Diet ICS, but I was seeing this behavior on stock as well. Some widgets I use: Astrid premium tasks widget, Evernote, doubletwist, slacker, 3D clock/weather, a widgetsoid switcher, and APW Calendar.
Thanks for any help or suggestions.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Have you tried using the CPU Sleeper app?
http://forum.xda-developers.com/showthread.php?t=1745516
I found that it does a great job of preserving battery life when the phone is in standby. I used to notice my battery draining really fast over short periods on standby (phone would be hot to the touch). After installing this, I have not encountered that problem again. I get 16-20 hours of use on moderate usage. LTE, gps, and sync are always enabled. I DO NOT have the phone in power saving mode and I seldom use wifi. I used to get 10-12 hours of battery life on the same usage before. I am running the rooted version of the stock rom from my carrier.
CPU sleeper app works great for me. I am in a non LTE area but get incredible battery life, last all day usually with around 50% left. An order of magnitude better than my SGS2
jauwad.arshad said:
Have you tried using the CPU Sleeper app?
http://forum.xda-developers.com/showthread.php?t=1745516
I found that it does a great job of preserving battery life when the phone is in standby. I used to notice my battery draining really fast over short periods on standby (phone would be hot to the touch). After installing this, I have not encountered that problem again. I get 16-20 hours of use on moderate usage. LTE, gps, and sync are always enabled. I DO NOT have the phone in power saving mode and I seldom use wifi. I used to get 10-12 hours of battery life on the same usage before. I am running the rooted version of the stock rom from my carrier.
Click to expand...
Click to collapse
debk said:
CPU sleeper app works great for me. I am in a non LTE area but get incredible battery life, last all day usually with around 50% left. An order of magnitude better than my SGS2
Click to expand...
Click to collapse
I am using CPU Sleeper now, thanks to the advice of a previous poster on page 1. Good to hear it works for others.
I had the SGS2 as well and the S3 is definitely better.
7/20
7/20
End subspace transmission from NCC-1701E
7/21
End subspace transmission from NCC-1701E
7/22
End subspace transmission from NCC-1701E
Hi all,
I also notice this and this were the steps that I did and seems to help me to reduce this process to like 5 %. I'm on Sprint S3 but should be the same for the all carriers.
Go ahead and open Talk application. You should see your account in green (I'm not using this application) then hit the menu and then select sigh Off. Make sure that your account changes to Offline (sometimes it is change back it self so open one more time make sure that it says Offline). Then what else I change is in wi-fi advanced options: under Keep Wi-Fi on during sleep I choose Only when plugged in option. then I reboot the phone and from now on (almost 2 days) my Android system process show up only 5% of usage and my battery life improve significantly. I hope this will helps.
Thanks
Those are great tips. Thanks. I will say I've gotten increasingly better life since employing other tips discussed here.
Something else I did was download a profile changing app. I got Quick Profiles, but anything should do. If anyone uses anything better, please share. I have a profile for power saving that turns down my brightness, and turns off wifi and Bluetooth. The app will let you put shortcuts on the home screen to instantly change the profile. I'd like to find one, however, that will also turn off gps and mobile data.
hello
i recently installed on my vibrant the ROM: VIBRANT [ROM][SKANG] JELLYBRO CM10 KANG build
at the start it work fine, a little slow, so i installed the devil3 kernel 1.0.4 for JB
the kernel did the job and now it work much faster BUT now the battery life is barley last for 10 hr !!
any one can help me solve this ??
i cant charge my phone 3 times a day!!
thanks in advance
Calibrate the battery and don't over clock a lot.
Sent from my SGH-T959 using xda app-developers app
iKoolkid said:
Calibrate the battery and don't over clock a lot.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
can you please be a little more specific about what to do??
i don't really understand what calibrate mean? and i didn't change the over clock at all
Download the battery calibrator from the market. Charge to 100, then calibrate. Maybe your phone is not getting into deep sleep.
Sent from my SGH-T959 using xda app-developers app
Go to my Battery Guide stickied in the Q&A section and see if any of those tips apply. In the 3rd post, there are apps that will help determine what is draining your battery.
Download Betterbatterystats from the 3rd post and run it. Post a screen shot of Partial Wakelocks/Since Unplugged and we'll see what is draining your battery and move on from there.
Woodrube said:
Go to my Battery Guide stickied in the Q&A section and see if any of those tips apply. In the 3rd post, there are apps that will help determine what is draining your battery.
Download Betterbatterystats from the 3rd post and run it. Post a screen shot of Partial Wakelocks/Since Unplugged and we'll see what is draining your battery and move on from there.
Click to expand...
Click to collapse
first of all thanks for your quick help!
now i did take a pic of the screen and i will do the battery calibration app, but after the instillation of the ROM i did go to the CWR and did wipe battery status but it did noting.
thanks again for your help
Can you give a screen shot like the above but with a little more time on it than 4 minutes? Maybe with a few hours on it. That way we can see a little more info. All that is on that screenshot is the modem initializing and your media scanner.
Also when you wiped Battstat in CWR, that was the same thing as the Battery Calibration app is doing. Just the app is easier in that you don't have to boot into recovery to wipe them.
Do the battery calibration when your phone is charged to 100%. A buddy of mine was having awful battery life, turned out he wiped his battery stats when it was only half charged and then it seemed to charge only half way.
Charged it to 100%, then calibrated and viola.
Sent from my SGH-T959 using xda app-developers app
Toast6977 said:
Do the battery calibration when your phone is charged to 100%. A buddy of mine was having awful battery life, turned out he wiped his battery stats when it was only half charged and then it seemed to charge only half way.
Charged it to 100%, then calibrated and viola.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
here is a more updated pic of the battery status
and i did the battery calibration from the CWR ween i was on 100% charged battery
hope the pic will help!
thank you!
Perfect. You must have either your GPS or Network Location on all the time. That is what is killing your battery. Do you use Maps/ Navagation a lot? How about apps that track your location like Foursquare/Twitter/G+ or FB (even apps like Angry Birds do this crap). Find the app that is broadcasting and you'll find the leak.
I have the MLB At-Bat app on both my phone and my tablet and on my tablet, I allow it to use my location so I can watch the games. It is a wifi only tablet and I have the wifi policy to cut off when tablet is in stand-by mode. On my phone however, I manually turn it on/off when I want to watch a game, so it never interferes with deepsleep and not broadcasting my location using GPS and battery at the same time. See where I am going with this?
I am betting that you don't get into deepsleep much because of the wakelocks interupting the sequence. Install CPUspy and let it runs for a few hours. After a bit, open it up and I would venture to say that your DS will be minimal.
Let's solve your battery drain first and then we can put on our tin-foil-hats and I'll show you some apps that are tracking you.
Woodrube said:
Perfect. You must have either your GPS or Network Location on all the time. That is what is killing your battery. Do you use Maps/ Navagation a lot? How about apps that track your location like Foursquare/Twitter/G+ or FB (even apps like Angry Birds do this crap). Find the app that is broadcasting and you'll find the leak.
I have the MLB At-Bat app on both my phone and my tablet and on my tablet, I allow it to use my location so I can watch the games. It is a wifi only tablet and I have the wifi policy to cut off when tablet is in stand-by mode. On my phone however, I manually turn it on/off when I want to watch a game, so it never interferes with deepsleep and not broadcasting my location using GPS and battery at the same time. See where I am going with this?
I am betting that you don't get into deepsleep much because of the wakelocks interupting the sequence. Install CPUspy and let it runs for a few hours. After a bit, open it up and I would venture to say that your DS will be minimal.
Let's solve your battery drain first and then we can put on our tin-foil-hats and I'll show you some apps that are tracking you.
Click to expand...
Click to collapse
i don't use at all the GPS or maps or navigation , i canceled all the location services in the settings !
i have no idea how to Find the app that is broadcasting?
i uninstalled a lot of apps after what you wroth me but still no change
i have a felling that all of this is happening because of the devil3 kernel, just after i installed it the battery went low!
Do you have the devil configuration app?
If so, what are your settings?
I run the devil kernel on both of my devices and I average about 28hrs battery life with moderate to heavy use.
sent from my magic box to yours
Woodrube said:
Let's solve your battery drain first and then we can put on our tin-foil-hats and I'll show you some apps that are tracking you.
Click to expand...
Click to collapse
Now that is frickin' comedy! On a serious note though, it does get frustrating chasing these things around. After I flash and get everything setup I make a nandroid.. Then when it happens I skip all the trying to find the culprit business and reflash and restore from scratch. I would rather have the hassle than be annoyed lol.