[Q] Non-functioning stamina/false battery reading. - Xperia SP Q&A, Help & Troubleshooting

hi !
At first i tried to get some GOOD answer from the official forum ,but... pfff.... lol : they said factory reset my phone ,delete batterystats.bin ,etc.
These are voodoos only and do not wok ! (OS always creates a new stats file after every charge)
Well ,here comes the problem(s) and the facts about my phone:
Warranty : yes
Model : c5303
Rooted : yes
Bootloader : unlock NOT allowed (LBL,never touched)
OS : Stock based. (no matter what ,i have the same issues)
Service center : NOT FAULTY
The problems :
1. A real example :today i had 61% charge. Powered off my phone for approx. 5 mins. After this turned ON ,and i had 81%. What the hell ??? It is a real charge level ,drains lineary it holds out till the end !
2. In official 4.3 and custom ROMs based on that ,STAMINA absolutely doesnt work. I have exactly the same standby time with or without it. Forget the force stop eco ,etc mode controller ,clear data,etc. It doesnt work !
Logcat LOG : http://pastebin.com/NSV7j68T
Created with my phone from a terminal window. If you need something else ,please let me know.
A real fact too : with stamina off ,the OS calculates the remaining uptime to ~4 days. I turn on STAMINA ,it displays ~15 days ,but after a few hours it lowers to the STAMINA OFF value. Why ????
3. Phone configured to totally OFFLINE mode in 2G. Just like an old Nokia 3210. EVERYTHING is off ! Everything. Even NFC too.
Freeze with Titanium Backup ? It doesnt help.
I have the same issues with every stock based ROMs ! (Dont forget ,i have LBL !)
Guys ! What can i do ? This is not a normal situation !

akimester said:
hi !
At first i tried to get some GOOD answer from the official forum ,but... pfff.... lol : they said factory reset my phone ,delete batterystats.bin ,etc.
These are voodoos only and do not wok ! (OS always creates a new stats file after every charge)
Well ,here comes the problem(s) and the facts about my phone:
Warranty : yes
Model : c5303
Rooted : yes
Bootloader : unlock NOT allowed (LBL,never touched)
OS : Stock based. (no matter what ,i have the same issues)
Service center : NOT FAULTY
The problems :
1. A real example :today i had 61% charge. Powered off my phone for approx. 5 mins. After this turned ON ,and i had 81%. What the hell ??? It is a real charge level ,drains lineary it holds out till the end !
2. In official 4.3 and custom ROMs based on that ,STAMINA absolutely doesnt work. I have exactly the same standby time with or without it. Forget the force stop eco ,etc mode controller ,clear data,etc. It doesnt work !
Logcat LOG : http://pastebin.com/NSV7j68T
Created with my phone from a terminal window. If you need something else ,please let me know.
A real fact too : with stamina off ,the OS calculates the remaining uptime to ~4 days. I turn on STAMINA ,it displays ~15 days ,but after a few hours it lowers to the STAMINA OFF value. Why ????
3. Phone configured to totally OFFLINE mode in 2G. Just like an old Nokia 3210. EVERYTHING is off ! Everything. Even NFC too.
Freeze with Titanium Backup ? It doesnt help.
I have the same issues with every stock based ROMs ! (Dont forget ,i have LBL !)
Guys ! What can i do ? This is not a normal situation !
Click to expand...
Click to collapse
I'm not really sure how your phone behaves in term of battery drain.
First are you using Greenify? If not, make sure you do!
Do you have any background process that drains your battery like "Media Server", if yes you can make a shell script which you can execute from the terminal or use init.d script with init.d app. (Both are quite easy, if you need help I can give you some guidance).
Download CPU Spy and check if your phones goes into "Deep Sleep" when you're not using it.
Use Wakelock Detector to see which programs "wakes" your device, how often and for how long.
Share what your battery life is on average and in stand by mode.
Most of the time the phone calculates the remaining time on the average reading for the past few hours or smth like that.
In my case (just giving you an example), I use stock .205 ROM, rooted, stock kernel, Locked Boot Loader.
With Greenify, Media Server script that I exec from the terminal and Stamina mode, I drop like 1% of battery every 6-8 hours when I'm not using my phone (3G, GPS, Wi-Fi on all the time. NFC & bluetooth - off). I mostly charge my phone before I go to bed, and when I wake up it's still at 100%.

because of my poor english knowledge ,its pretty hard to draw up the things.
well ,greenify. i use it ,but i cant greenify system apps/services ,only "playstore" things. (all my apps are stock apps ,bloatwares are freezed with TB)
wakelock detector. nothing(!) keeps my phone awake ! nothing !
according to the OS' battery stats ,i have no awakes ,the display has the highest consumption ,everything else has lower percentage.
cpu spy:its interesting.. once im in deepsleep ,other times NO ! and yes ,i refreshed the stats. but when in deepsleep ,i have the same amount of drain when not in deepsleep !
btw i know what stamina is and how it works.
ok ,please tell me how can i use/create that greenify/media server script thingy.

akimester said:
because of my poor english knowledge ,its pretty hard to draw up the things.
well ,greenify. i use it ,but i cant greenify system apps/services ,only "playstore" things. (all my apps are stock apps ,bloatwares are freezed with TB)
wakelock detector. nothing(!) keeps my phone awake ! nothing !
according to the OS' battery stats ,i have no awakes ,the display has the highest consumption ,everything else has lower percentage.
cpu spy:its interesting.. once im in deepsleep ,other times NO ! and yes ,i refreshed the stats. but when in deepsleep ,i have the same amount of drain when not in deepsleep !
btw i know what stamina is and how it works.
ok ,please tell me how can i use/create that greenify/media server script thingy.
Click to expand...
Click to collapse
Well if you have some battery juice leak, than maybe it's hardware problem as it seems, cause from what I can tell your software behaves perfectly fine.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
For script you just create file called let's say "mediaserver.sh" or whatever you wanna call it as long as it has ".sh" at the end.
You edit it with text editor and paste:
#!/system/bin/sh
killall -9 android.process.media
killall -9 mediaserver
in it.
Place it anywhere in your phone. Let's say SD card.
You go to terminal and type:
su
exec /mnt/sdcard/mediaserver.sh
exit
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
But in your case you don't have Media Server or any other app eating your battery juice, so if you have poor battery life it's the battery itself.
Best thing you could do it, stress test the battery.
Charge your battery to 100%. Unplug the charger.
Go to dialer and type #*#*4636#*#* → battery information → battery voltage should be around 4150~4200 at full charge. Everything above 4100 is healthy battery.
Go and set your screen brightness at 70-80% and play a game. Your battery will should last at less 3h.
Then charge the battery to 100% again. Check the voltage. Put your phone in stamina mode and see how much your phone will last if you're using it only as a phone, without playing games, internet, etc. See if you can get more than 2 days.
If results are good then I would not worry about anything if I were you.

thank you ,i will try it !
have a nice day !

Related

X8 Battery

exuse me for my english
i bayed a new x8 phone before 5 days !
i think my phone is draining battry
so please how much days can you x8 phone can work without charging !
It depends My record was nearly 5 days without charging But I wasn't using it at all Just to check what time is it. Now it's more than 2 days (200+ SMS, phone calls, WiFi).
If You think Your phone is draining battery - turn off gsm data, use only 2g, turn off GPS etc Smartphones are not old phones, like Nokia 3310
+1
right answer
Agree for the above Answer..
Tipont charge too often..charge only when it is <5/10 %
every think is ok , evry think is desactivated ; i can use my phone only for one days , making normal thinks
like checking time or opening some apps ( not games)
please tell me how to solve this problem
my phone is new !!
for exemple my phone is 100/100 charged in 01:00 am
now it is 11:24 am , my phone have only 80/100 in charge ; and i have using it only for a couple minutes ; making one call !
What apps did You install? Download any task killer / task manager / ram manager. It should help.
im using advanced task killer latest version !
GingerDX on Stock Kernel with smartass CPU governor at default min/max CPU speeds (no overclock) and occasional usage - up to three days.
Now the question is ...
- Did you turn off GPS as recommended?
Turn off "Mock Locations" if it's enabled - it's a known bug in Gingerbread that having this setting enabled can cause battery drain.
- Do you turn off Wifi when not needed?
Since most people set the "Wifi sleep policy" to "Never" because of connection issues this can also be the source of your problem.
- Do you turn off 2G/3G when not needed?
Like with WiFi it should only be turned on when you need to access the Internet. Letting either WiFi or 2G/3G "sit there" because you have to be logged into Skype/GTalk/MSN/... does not help battery life.
If you're on the Stock ROM - that beast had a worse battery life for me than any custom ROM.
im sure that all off thinks are turned off
i turn WIFi only for some times then i turn it offf !
i still get the battery drain
!!!
what is the solution !
Turning off *Background data* and not just only *sync* provided a boost to my battery life.
I suggest the above
Actually,I think that you must dimmer the backlight of your phone~~
My battery has lost 10% in one night。
Battery drain is normal for our x8
Sent from my X8 using XDA
overclock your phone. you can set to lower cpu speed when the screen turn off. this help my phone not drain the battery at night.
Highly variable but
- battery capacity
- ROM type
- kernel
- 3G/HSDPA
- WiFi
- Android version
- screen-on time
- apps
- overclocking
to mention a few. Not to mention the inherently variable nature if X8 hardware.
My xperia 8's battery takes for 2 days max. And without wi-fi. This is smart phone, it's normal when battery charges out fast. Becides between the price and quality i think it's the best choice.
that's weird...
if you already turned off data, wifi, GPS, sync, bluetooth and everything else, it should be last longer...
please make sure again you already turned them off and only turn them on only when needed...
bigbossmaher said:
exuse me for my english
i bayed a new x8 phone before 5 days !
i think my phone is draining battry
so please how much days can you x8 phone can work without charging !
Click to expand...
Click to collapse
What firmware is installed on your phone?
Sent from the bathroom using the toilet

[Q] Help with huge battery drain on usage [TRIED EVERYTHING]

Hello guys, sorry for my bad english, but I'm not American. Well, my question is:
I bought from a guy a Galaxy S I900b, Brazilian model with digital TV. Came with stock 2.3. As I had already read enough before, upgraded to JWB Saurom with semaphore kernel, which I think is the default for this rom. Well, the phone had very poor battery life, evn on idle. Then upgraded to 10.2 CM. I saw that had some wakelocks, and with BBS and the help here, I used the Scan Media Root and my problems are gone in iddle. So, my phone goes into deep sleep and today during my sleep, only lost 3% battery, 3% battery drain on idle during about 5-6 hours it very good to me. But during use, it ends up very fast, and with GSAM and standard monitor of the android, I saw that after the screen, the Android system was what had higher %% battery. So what could it be ? The battery life is ok, checked on info, and its condition is 'good'. I use to Greenify, and close almost every game\app, so running is just grenify and ram manager pro.
So the prob just could be a app or the 'android system' ? Or even hardware ?
I dont have much time now, so any info or screenshot you want, I can provide later
Thanks
What about your connections? Do you have 3G/wifi enabled at all times?
calibrate....maybe useless, but u can try....but somehow, try bigger mAh battery, maybe.....n maybe .... it will help.
juz charge it with screen turn on till it full, n waste it to 0% till it shut down, turn it on n charge it with screen on till it full again, u ll be fine
if problem occur again, keep an eye for sneaky app that run at background (email...exchange etc) n juz delete some sys app that u dont use using titanium.
if it still occur again, wait for arc reactor battery....
Sent from my GT-I9000 using xda premium
Dandry said:
What about your connections? Do you have 3G/wifi enabled at all times?
Click to expand...
Click to collapse
So buddy I've disabled 3G, just 2G, I barely make a call, just wifi. But dont matter what, if is just passing by the menus or using opera mini, using it drain battery a lot,
compacity said:
calibrate....maybe useless, but u can try....but somehow, try bigger mAh battery, maybe.....n maybe .... it will help.
juz charge it with screen turn on till it full, n waste it to 0% till it shut down, turn it on n charge it with screen on till it full again, u ll be fine
if problem occur again, keep an eye for sneaky app that run at background (email...exchange etc) n juz delete some sys app that u dont use using titanium.
if it still occur again, wait for arc reactor battery....
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
I've deleted the batterystats.bin and used until 0%, so charged while off, but nothing :C
It's true that the battery needs to 'learn' ? Like, a few charges and discharges and could estabilize ?
I'll take a few screenshots right now
Callibration of you battery eg: Wipe battery stats is onluy helpfull when you get weird battery stats.
If you are on any CyanogenMod ROM you have to get used to the higher ammount of battery use by the phone. The application Greenify can help a lot by hibernating the huge battery suckers like facebook and google maps.
Some tips:
- use 2G instead of 3G
- Turn WIFI off when you're outside the house or leaving for some time
- Turn GPS/Bluetooth on only when you're about to use it
- Dont use taskkillers (they are used to free up ram but killing apps makes android restarts them and this consumes extra juice)
- Put brightness on Auto
- Use a dark theme and background/lockscreenwallpaper
- Dont recharge your phone when below 5% this can damage the battery
- A new battery needs to "Get used to" the life of being a battery xD After a few recharging cycles it will work like normal
Here some screenshots, if need more, just ask
Note: Was with 14%batt, rebooted and drops to 11-10%
mrjraider said:
Callibration of you battery eg: Wipe battery stats is onluy helpfull when you get weird battery stats.
If you are on any CyanogenMod ROM you have to get used to the higher ammount of battery use by the phone. The application Greenify can help a lot by hibernating the huge battery suckers like facebook and google maps.
Some tips:
- use 2G instead of 3G
- Turn WIFI off when you're outside the house or leaving for some time
- Turn GPS/Bluetooth on only when you're about to use it
- Dont use taskkillers (they are used to free up ram but killing apps makes android restarts them and this consumes extra juice)
- Put brightness on Auto
- Use a dark theme and background/lockscreenwallpaper
- Dont recharge your phone when below 5% this can damage the battery
- A new battery needs to "Get used to" the life of being a battery xD After a few recharging cycles it will work like normal
Click to expand...
Click to collapse
i am using greenify on almost everything.
used to use ram manager, but now i've disable it.
brightness is on low
I really dunno what 2 do ... almost 1 week with it and this insane drain, everyone says that plays or browser on wifi and get almost 10 hours... my dream this happen to me lol
Remember that this is just on use, on idle it use virtually nothing, like I said, almost 3% on sleep, but is just I start use with app or browser and its gone
Screens are from a too short period of useage. Use it from fully charged, and make some new screenies This can help futher
Well i got problems with my battery too so im planning to buy a new one because this one cant even handle 3-4 hours when im doing something like playing games,or listening music...Just buy new battery with more mAh and dont get bother with this :laugh:
mrjraider said:
Screens are from a too short period of useage. Use it from fully charged, and make some new screenies This can help futher
Click to expand...
Click to collapse
ok buddy, will charge and use a little
LyQQ said:
Well i got problems with my battery too so im planning to buy a new one because this one cant even handle 3-4 hours when im doing something like playing games,or listening music...Just buy new battery with more mAh and dont get bother with this :laugh:
Click to expand...
Click to collapse
but in aps, show good battery state :/
think that I cant trust in it ... and will have to buy a new one
if calibrate doesnt work, hardware faulty, change ur battery mate.
Sent from my GT-I9000 using xda premium
About 2 hours later that I fully charged, here are some ss
Just used whatsapp and opera in this time
I was thinking in change my kernel, currently I'm using semaphore 3.0 with CM10.2, is Latrop or Mackay better in battery life ?
I think its my last shot ... I'll provide a new battery next week, but i've heard some people with batt probs that even with new batt the problem persists :crying:
solidedgard said:
About 2 hours later that I fully charged, here are some ss
Just used whatsapp and opera in this time
I was thinking in change my kernel, currently I'm using semaphore 3.0 with CM10.2, is Latrop or Mackay better in battery life ?
I think its my last shot ... I'll provide a new battery next week, but i've heard some people with batt probs that even with new batt the problem persists :crying:
Click to expand...
Click to collapse
It looks like wifi and 3G have been kept on for most/all of the time. Turning those off while you're not using them may significantly increase battery life.
Also, related to kernels, personally I've found Mackay to be a bit better in terms of battery.
Also it looks like your screen's pretty bright if 61% of the battery usage is because of it. So if you don't need it so bright turning the brightness down may help.
Start by doing those, and see how your battery life fares first- if not much changes, then it may help getting a bettery battery/changing rom even.
Sent from my GT-P7510
Soryuu said:
It looks like wifi and 3G have been kept on for most/all of the time. Turning those off while you're not using them may significantly increase battery life.
Also, related to kernels, personally I've found Mackay to be a bit better in terms of battery.
Also it looks like your screen's pretty bright if 61% of the battery usage is because of it. So if you don't need it so bright turning the brightness down may help.
Start by doing those, and see how your battery life fares first- if not much changes, then it may help getting a bettery battery/changing rom even.
Sent from my GT-P7510
Click to expand...
Click to collapse
So, like i said, in this 2 hours after charge, i've used opera mini with wifi, I dont use 3g. Right now the battery is less than 10%... it's strange since have people telling that can use almost 5 hours wifi and the battery is > 50%
And the brightness is at lowest bright :\
The problem could be some corrupted file ? I have the options:
- format EVERYTHING, and dont use titanium backup, since somthing can be corrupted.
- change my kernel to Mackay
- change my room back to SAUROM 2.3.6 adn semaphore kernel
I'm very sad cuz I have a very old Nokia E5 that can be on with wifi almost or more than 10hours ... and this phone can barely hold 5hour
What u suggest me to do ?
solidedgard said:
So, like i said, in this 2 hours after charge, i've used opera mini with wifi, I dont use 3g. Right now the battery is less than 10%... it's strange since have people telling that can use almost 5 hours wifi and the battery is > 50%
And the brightness is at lowest bright :\
The problem could be some corrupted file ? I have the options:
- format EVERYTHING, and dont use titanium backup, since somthing can be corrupted.
- change my kernel to Mackay
- change my room back to SAUROM 2.3.6 adn semaphore kernel
I'm very sad cuz I have a very old Nokia E5 that can be on with wifi almost or more than 10hours ... and this phone can barely hold 5hour
What u suggest me to do ?
Click to expand...
Click to collapse
How long have you been using the rom? Roms take time to calibrate the battery and this is through charge/discharge cycles.
Alternatively, go into Performance settings and change the profile to powersave/conservative (it differs from rom to rom). Lock the min CPU frequency to 200mHz- apparently this helps.
Again, this would change depending on your kernel.
And if you have a three year old battery like mine, best not to expect miracles...
Sent from my GT-P7510
Soryuu said:
How long have you been using the rom? Roms take time to calibrate the battery and this is through charge/discharge cycles.
Alternatively, go into Performance settings and change the profile to powersave/conservative (it differs from rom to rom). Lock the min CPU frequency to 200mHz- apparently this helps.
Again, this would change depending on your kernel.
And if you have a three year old battery like mine, best not to expect miracles...
Sent from my GT-P7510
Click to expand...
Click to collapse
Using bout 2 days ... but i didnt knew about ' calibrate '. Good to know that
Now i've formated everything and will put a stock 2.3 and see in a couple of days the perfomance ... if gets better, I put the saurom 2.3.6 and be with it, cuz 2.3.6 on brazilian model allow to use digital tv, and 2.3 everyone says is economic.
I'll get this updated if my situation changes, if not, will buy a new battery
Thanks for all your help
Note: How long your batt last ? With high\low usage

Help Needed for s6102

for the last one year i have been using s6102.. recently the battery after full charging within 3 hours fully drowned.. without doing any apllications.. after changing the battery same problem persists... even after changing ROM and kernel the problem still persists. what may be the reason plz help....
zeu55 said:
for the last one year i have been using s6102.. recently the battery after full charging within 3 hours fully drowned.. without doing any apllications.. after changing the battery same problem persists... even after changing ROM and kernel the problem still persists. what may be the reason plz help....
Click to expand...
Click to collapse
have you tried calibrating your battery? if you haven't try this.. i always do this when my battery gets miscalibrated. 1st turn off your phone, take out the battery and leave it for 1 to 2 minutes, put the battery back, go to recovery mode and to CWM recovery go to advanced and wipe battery stats, reboot your phone
give feedback if it works or not,,
This doesnt calibrate the battery,it only delete the logfile of the battery.i think he need a new one.please op,next time ask in right section.
MANY GREEEEEETZ!!!
Use only 2G Networks
1. Proper way to calibrate battery:
Drain the battery completely (use an Xposed module called disable critical battery shutdown, google it). Then, recharge the battery to 100% (DON'T unplug the charger cable while charging) and done.
2. Underclock when necessary.
3. Don't run too many apps at one time.
4. Make sure that deepsleep is working.
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876
what i found from the battery status is that the device is always awake.. no matter the screen is locked or off or not.... another peculiar thing is that the charging never reaches 100% it stays in 99% and keeps charging.... how to stop the wakelocks plz help
zeu55 said:
what i found from the battery status is that the device is always awake.. no matter the screen is locked or off or not.... another peculiar thing is that the charging never reaches 100% it stays in 99% and keeps charging.... how to stop the wakelocks plz help
Click to expand...
Click to collapse
1. You can use Wakelock Detector from Play Store.
2. It is normal behavior...... if the battery status won't move from 99% to 100% after 1-2 hours (while charging), there might be a problem.
Sent from my highly pimped Galaxy Pocket.
1. Love doesn't need any reason.
2. Wanna speed up 3G (not 4G LTE)?
Here it is:
http://forum.xda-developers.com/showthread.php?t=2586876

Battery stats gone wrong @ C6603 ?

Hey guys ,what's been keeping me suspicious is that my battery stats appear totally wrong , not like it goes from 30% to 0% or something like that but the usage time is decreased ( I am always using Stamina Mode) and the funniest thing is that i think the hours have turned into days where it goes to battery life meter... see for yourself i added screenshots..
I remember downloading some kind of app from google play which was suppose to reset batterystats or something like that ,but at that time i was running custom boot.img and spikelabz xz v2 performance ROM , now i'm running original kit-kat update with stock boot.img but unlocked bootloader , so any ideas what's going on ?
as far as i'm using the phone, like music or using wi-fi it won't make it more than 4-5hours
You should be able to wipe battery stats from recovery (if you're rooted), or you can download an app to do it by searching the Play Store for "battery calibration". The app/option in recovery won't actually re-calibrate your battery though, it'll only reset the battery monitor. To re-calibrate the battery, drain your battery completely until it shuts itself off and then charge it up to 100% again without turning it on.
Duke1337 said:
Hey guys ,what's been keeping me suspicious is that my battery stats appear totally wrong , not like it goes from 30% to 0% or something like that but the usage time is decreased ( I am always using Stamina Mode) and the funniest thing is that i think the hours have turned into days where it goes to battery life meter... see for yourself i added screenshots..
I remember downloading some kind of app from google play which was suppose to reset batterystats or something like that ,but at that time i was running custom boot.img and spikelabz xz v2 performance ROM , now i'm running original kit-kat update with stock boot.img but unlocked bootloader , so any ideas what's going on ?
as far as i'm using the phone, like music or using wi-fi it won't make it more than 4-5hours
Click to expand...
Click to collapse
This is forum is for the Xperia Z Ultra which has a different chipset and ROM selections.
I have requested that the thread be moved to the correct section in order for your question to be answered by those more likely to be experienced with the ROM and the device.
Done
Thank you for your opinions.
I took care of the phone by switching off Stamina mode , playing some games,using wi-fi then when the phone automatically switched off , turned it back once again and then recharged it through usb connected to PC but not switching on , after first switch on i turned on Stamina mode and i could hold 1% for more than 4hours in standby ! Before it was like one percent per hour in standby mode..
Thread may be closed.

Huge Battery drain When Screen Locked!

Hello,
i have this problem almost for a month!
my Mate7-TL10 battery drain so much when the screen locked!
i tried everything, delete apps , optimise , delete google play services cache , greenify, battery calibration, reset factory.
and still there, i can't use my phone anymore. i charge it more than i use it!
when i use snapchat or instagram and twitter for 1-2 hours straight i just lose about 15-20% ( give or take ).
i feel like i lose more when the screen locked!.
every time i sleep and wake up i have to charge it again. if i'm lucky i have 5-7% left
i don't think it's battery life , because the problem just happend in one day.
i was sleeping and it's fully charged then boom , battery drain all day everyday!
here is couple of reports BetterBatteryStats generated. i don't know if it will help my problem
it's really frustrating, i can't use it outside.
if anyone could help me that would be epic and much appreciated.
ask for screenshots,try new stuff if that could help solve this problem
-----------------------
MT7-TL10
Using Wifi all the time.
i don't use Cellular data.
Battery Drain app Final result : 0.88%/h
report no.1 = https://pastebin.com/4NVNwAT2
report no.2 = https://pastebin.com/30pRX9GP
report no.3 = https://pastebin.com/uDkVYA8e ( now generated ) ...

Categories

Resources