[Q] battery problems after voltage lockups - Fascinate Q&A, Help & Troubleshooting

so after trying out new voltage settings and multiple lockups, my phones battery has changed. When charging it continues to charge even past 100. It doesnt stop and let it drop to 96 percent then start charging again. My idle time is horrible and I lose around ten percent per hr in idle. Tried reflasging rom, battery stats, and contstant calibration but no avail. Anyone having the same issue?
Sent from my SCH-I500 using XDA Premium App

tk1o48 said:
so after trying out new voltage settings and multiple lockups, my phones battery has changed. When charging it continues to charge even past 100. It doesnt stop and let it drop to 96 percent then start charging again. My idle time is horrible and I lose around ten percent per hr in idle. Tried reflasging rom, battery stats, and contstant calibration but no avail. Anyone having the same issue?
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Download terminal emulator (if you don't already have it) from the market (free) and open it. Type in "su" and hit enter and that will give terminal superuser permissions. Then type "dumpsys power" and hit enter. This will tell you if you possibly have a "partial wake lock" or a "poke lock" which will keep your phone from going into deep sleep when the screen is off. That would be a reason why you are losing a lot of battery in idle mode.
Sent from my SCH-I500 using Tapatalk

This is what terminal tells me. What portion am I looking for?
export PATH=/data/local/bin:$PATH
$ $su
#dump
dump: not found
# dumpsys power
Power Manager State:
mIsPowered=false mPowerState=7 mScreenOffTime=8692223 ms
mPartialCount=0
mWakeLockState=
mUserState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mPowerState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mLocks.gather=
mNextTimeout=22184552 now=22161590 22s from now
mDimScreen=true mStayOnConditions=0
mScreenOffReason=2 mUserState=7
mBroadcastQueue={-1,-1,-1}
mBroadcastWhy={0,0,0}
mPokey=1 mPokeAwakeonSet=false
mKeyboardVisible=false mUserActivityAllowed=true
mKeylightDelay=23000 mDimDelay=0 mScreenOffDelay=7000
mPreventScreenOn=false mScreenBrightnessOverride=-1 mButtonBrightnessOverride=-1
mScreenOffTimeoutSetting=30000 mMaximumScreenOffTimeout=2147483647
mLastScreenOnTime=129685162
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=80687442
mLightSensorEnabled=true
mLightSensorValue=1000.0 mLightSensorPendingValue=-1.0
mLightSensorScreenBrightness=70 mLightSensorButtonBrightness=0 mLightSensorKeyboardBrightness=0
mUseSoftwareAutoBrightness=true
mAutoBrightessEnabled=false
mScreenBrightness: animating=false targetValue=30 curValue=30.0 delta=2.0
mKeyboardBrightness: animating=false targetValue=0 curValue=0.0 delta=0.0
mButtonBrightness: animating=false targetValue=0 curValue=0.0 delta=0.0
mLocks.size=0:
mPokeLocks.size=1:
poke lock 'PhoneApp': POKE_LOCK_IGNORE_CHEEK_EVENTS
#
Sent from my SCH-I500 using XDA Premium App

tk1o48 said:
This is what terminal tells me. What portion am I looking for?
export PATH=/data/local/bin:$PATH
$ $su
#dump
dump: not found
# dumpsys power
Power Manager State:
mIsPowered=false mPowerState=7 mScreenOffTime=8692223 ms
mPartialCount=0
mWakeLockState=
mUserState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mPowerState=SCREEN_BRIGHT_BIT SCREEN_ON_BIT
mLocks.gather=
mNextTimeout=22184552 now=22161590 22s from now
mDimScreen=true mStayOnConditions=0
mScreenOffReason=2 mUserState=7
mBroadcastQueue={-1,-1,-1}
mBroadcastWhy={0,0,0}
mPokey=1 mPokeAwakeonSet=false
mKeyboardVisible=false mUserActivityAllowed=true
mKeylightDelay=23000 mDimDelay=0 mScreenOffDelay=7000
mPreventScreenOn=false mScreenBrightnessOverride=-1 mButtonBrightnessOverride=-1
mScreenOffTimeoutSetting=30000 mMaximumScreenOffTimeout=2147483647
mLastScreenOnTime=129685162
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=80687442
mLightSensorEnabled=true
mLightSensorValue=1000.0 mLightSensorPendingValue=-1.0
mLightSensorScreenBrightness=70 mLightSensorButtonBrightness=0 mLightSensorKeyboardBrightness=0
mUseSoftwareAutoBrightness=true
mAutoBrightessEnabled=false
mScreenBrightness: animating=false targetValue=30 curValue=30.0 delta=2.0
mKeyboardBrightness: animating=false targetValue=0 curValue=0.0 delta=0.0
mButtonBrightness: animating=false targetValue=0 curValue=0.0 delta=0.0
mLocks.size=0:
mPokeLocks.size=1:
poke lock 'PhoneApp': POKE_LOCK_IGNORE_CHEEK_EVENTS
#
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Well, you don't have a partial wake lock but you do have a poke lock. I don't know the significance's of a poke lock but it is probably keeping your phone from sleeping. You can download CPU spy and it will show you if the deep sleep step is being used on your phone. If it isn't, I would suggest reinstalling.
Sent from my SCH-I500 using Tapatalk

mLock.size =0 means no wake locks.
Sent from my SCH-I500 using Tapatalk

Reinstalling the rom? Or odin back to stock and reinstalling everything
I checked spare parts and cpu spy and my phone seems to go into deep sleep. there are no rogue apps that stand out.
Sent from my SCH-I500 using XDA Premium App

tk1o48 said:
Reinstalling the rom? Or odin back to stock and reinstalling everything
I checked spare parts and cpu spy and my phone seems to go into deep sleep. there are no rogue apps that stand out.
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Well, if your phone is going into deep sleep then the problem is elsewhere. Dumb question but how bright do you keep your screen?

Its on the lowest bright ness. I started noticing problems after a lockup from voltagr changes. It rebooted and indicated a much lower battery percentage level than before the lockup. suggest I mightve up my hardware on the phone? Considering odining back to stock and if that doesn't fix it, might just see if I can return it to best buy
Sent from my SCH-I500 using XDA Premium App

tk1o48 said:
Its on the lowest bright ness. I started noticing problems after a lockup from voltagr changes. It rebooted and indicated a much lower battery percentage level than before the lockup. suggest I mightve up my hardware on the phone? Considering odining back to stock and if that doesn't fix it, might just see if I can return it to best buy
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
I didn't know that's what you meant. I too have noticed almost everytime my phone freezes due to voltage or speed settings with the otb kernels, the battery is significantly lower than before it froze. The only thing I can think of is that there must be a large voltage leak when there is a freeze. But, my battery is only affected when that happens. Otherwise, battery drain is normal.
Sent from my SCH-I500 using Tapatalk

I may have found out what has been causing such rapid battery drain. I checked my super user logs and it indicates that voltage control has asked for su permissions a couple dozen times a day. I havnt opened or changed my voltagr settings sincr flashing my most current rom miuiwiz. anyone what could be causing voltage control to open all the time in the background?
Sent from my SCH-I500 using XDA Premium App

Related

Bug found

I think i found a bug. Please confirm if you have the same problem
i use my phone with below settings:
- brightness=auto
- screen time out=30 seconds
- auto adjust screen power=on
- power saving mode on at 30% battery power
Now when my battery is under 30% power saving mode works and decreases my brightness to %10 and screen time out to 15 seconds as i want. no problem so far
But after i charge my phone, my original settings (30 seconds screen timeout and auto brightness does NOT come back. it keeps using the power saving mode settings.
Any of you is having this issue? Please let us know.
I am using 2.3.4 stock and i had this problem on 2.3.3 stock too
yep same here, though I've set it to 10% for emergency cases
thanks for the answer
anyone else?
It's been reported by other users too. Mine does the same, but i stopped using it.
Interesting and I thought it was juice defender doing it. Yes I have too.
Sent from my GT-I9100 using XDA Premium App
@OP- Oops, hearing it first time. No, obviously mine doesn't act that way.
Regards.
Same happens to me.
Sent from my GT-I9100 using Tapatalk

[Q] Is there a Hardware Usage/Monitor app on the market?

Is there a utility/app for monitoring which processes use which pieces of hardware?
My Rezound has been randomly vibrating and none of the threads I've looked in on the web offer a solution to stop it. I was thinking I could see which tasks are accessing the vibration module and possibly freeze/remove them.
Not that I know of. Try badass battery monitor. It gives you an in order list of apps power consumption
Sent from my ADR6425LVW using Tapatalk 2
eogyaes
Evocm7 said:
Not that I know of. Try badass battery monitor. It gives you an in order list of apps power consumption
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Man, I wish it was that easy bro. For all I know, it could be a process that takes up an average amount of battery or one that hardly does. I've looked at a list of my apps' power consumption with no clues as to what's causing the vibrations whatsoever.
well I see only 2 options. turn off vibration on every app and setting to see if it clears up before setting vibration slowly back up or do a full wipe and start over

[Q] High Awake time and no explanation why, only few wakelocks and alarms?

I don't understand my high awake time. I posted some samples. I've much more awake time than my display is on, but I don't understand why.
Kernel wakelocks are about 15 min total, Partitial wakelocks are about 7 minutes, only a few alarms. My Processes consume only seconds of cpu time.
How can i find out what is reponsible for this high awake time? Are there other tools than BBS, CpuSpy and Elixir2?
Is there any way to monitor the phone during sleep/standby what causes awake time?
Your pictures didn't come.
Is sync on, running a location program? Installed any apps recently?
Sent from my GT-I9300 using xda app-developers app
Pictures are now available. Sync is on, no location Program running. No New Apps
Your WIFI is running all the time. Might want to turn on option in advanced settings to turn off wifi automatically after screen is off few mins.
Yep, WiFi. And is your GPS on? If your network provider doesn't offer fast dormancy, you should go on and disable it also.
Sent from my GT-I9300 using xda app-developers app
are you using apps like screen off or something like that?
Wifi off has no effect on awake time, GPS is only active when used. VF provides fast dormancy.
What causes awake time? I see nothing in BBS?
I use a screen off app. But i don't see any difference when using power button, screen off by app or timeout
Well you might want to go through this topic.
http://forum.xda-developers.com/showthread.php?t=1968353
rl421403 said:
Well you might want to go through this topic.
http://forum.xda-developers.com/showthread.php?t=1968353
Click to expand...
Click to collapse
I've no problem with battery drain. Overnight with wifi connected (no 3g data) consumes less battery than 3g connection.
My problem is the awake time because i dont' see any cause why this is that high.
Is there any way to monitor the phone during sleep/standby what causes awake time?
whiper said:
I've no problem with battery drain. Overnight with wifi connected (no 3g data) consumes less battery than 3g connection.
My problem is the awake time because i dont' see any cause why this is that high.
Is there any way to monitor the phone during sleep/standby what causes awake time?
Click to expand...
Click to collapse
R u using screen off apps?
A simple THANKS button would suffice
- SIII GT-I9300
kerbiii said:
R u using screen off apps?
A simple THANKS button would suffice
- SIII GT-I9300
Click to expand...
Click to collapse
Yes, but i don't understand why a screen offf ap causes awake time?
whiper said:
Yes, but i don't understand why a screen offf ap causes awake time?
Click to expand...
Click to collapse
Please disable it and see if it makes a difference.
Sent from my GT-I9300 using xda app-developers app
whiper said:
Yes, but i don't understand why a screen offf ap causes awake time?
Click to expand...
Click to collapse
That is the culprit
Screen off app dont put your phone into deep sleep but instead it turns off your screen but still awake, meaning use physical power button if you want to put your phkne into deep sleep. And also make sure you close all apps in the multitask or recent apps
A simple THANKS button would suffice
- SIII GT-I9300
I tested it. There is no difference beetween power button and my screen off app (force_lock permission). Both shut down the device and enter deep sleep.
Any other ideas?
whiper said:
I tested it. There is no difference beetween power button and my screen off app (force_lock permission). Both shut down the device and enter deep sleep.
Any other ideas?
Click to expand...
Click to collapse
I supposed your using BBS? You told me that when you shutdown the device it enter deep sleep? So how in the world you have high awake time if your phone is in deep sleep?
Here try this:
Make a BBS widget in your homescreen bcoz it is more understandable than entering the app itself. You will see deep sleep time and awake time and screen on time in there. Then try to shutdown using power button then after 5mins check if your deep sleep counter goes up, then try your screen off app then after 5mins check if deep sleep counter goes up if not then its different.
Or maybe your wifi or mobile data is on gps is active.
A simple THANKS button would suffice
- SIII GT-I9300

Wakelock detector

Try this app friends. It will save your battery.
http://www.xda-developers.com/android/defend-your-battery-with-wakelock-detector/
Sent from my ST25i using xda premium
Wakelock Detector 1.4
Ever wondered why your smartphone screen doesn’t turn off automatically when it should have, the screen wakes up all of a sudden or you find your phone battery drained even when you exited apps and turned off the screen? This might be due to wakelock holding apps.”Wakelock Detector” helps you to detect battery consuming applications in your Android device by checking wakelock usage history. Now you can find out which applications drain your battery in a simple way by using this app!
"Wakelock detector" is our goal to simplify detecting wakelock issues for an ordinary user. As you know, wakelocks have enormous impact on battery life.
Some applications they use cpu in the background even while your phone screen is off. There are many reasons for that. They might be synchronizing data, polling for new messages, playing music, downloading data and so on. This is called "Partial wake lock".
And some applications hold your screen on to prevent turning off while you are playing game or reading e-book or watching movie.. This one is called "Window wake lock"
And finally, "Full wake lock" which can keep your screen at full brightness, and it can turn on your hardware key LED on.
People have problems mostly with "Partial" wakelock and it is not possible to detect them with default battery statistics app. Wrong settings(e.g Android Backup turned on), developer bug (wakelock acquired but was not released) or hidden operations (collecting data on background) can lead to wakelock issues which eventually drains the battery.
Wakelock detector groups the wakelocks by the app name to which it belongs. This makes it easy to see what app is draining your battery. Also, it shows which apps are currently running. The reason why we added this feature is , imagine that you have your screen turned on automatically and you don't know which app holding your screen on. In this case, it is helpful to see which app is currently running and holding wakelocks.
All the wakelock statistics are shown since phone reboot. Note that if you unPlug USB Cable when the battery is more than 90%, the battery statistics will be reset.
Sent from my ST25i using xda premium
venkatesh123 said:
Try this app friends. It will save your battery.
http://www.xda-developers.com/android/defend-your-battery-with-wakelock-detector/
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
does it really work?
I hope it wont cause a problem with custom FMs
No it will work properly
Sent from my ST25i using xda premium
No causes
Sent from my ST25i using xda premium

How do you use greenify? and other stuff

I'm trying to find the best apps possible to save as much battery life as I can for when I go camping.
I'm hoping my phone would last me for at least 2 days ( won't be playing games on it, only using it for calling and flash lights and stuff )
I found Greenify but I'm not sure how you use it.
Do I just tap on the app I want to hibernate and that's it?
I'm also using SetCPU so when I turn off my screen my CPU would get clock down to the slowest speed.
I'm also using ZDBox so that when my screen is off it would kill any task running.
With Greenify, should I hibernate SetCPU and ZDBox?
What other general phone setting can I set to save as much battery life as possible? (I still need data and stuff)
Just enable the built in battery saver, bring screen brightness down and disable mobile data when you aren't using it. You should get like 3 days on battery that way. Just remember screen use is the largest battery drain.
Sent from my HTC One using xda app-developers app
Get a $7 Chinese led flashlight.
Sent from my HTC One using Tapatalk 2

Categories

Resources