Author Topic: Battery life  (Read 6136 times)

spook

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Re: Battery life
« Reply #15 on: October 13, 2020, 02:15:30 am »
Non-rooted Android here. Battery now lasting about 4hrs max. Cover display noticeably warm to the touch, almost hot, although turned off. What can be done?

Maybe try GSAM Battery monitor app. It sounds like maybe an app is draining the battery.

LinuxGuy

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Re: Battery life
« Reply #16 on: October 31, 2020, 09:58:17 am »
A workaround  that I did to not run some apps. ( uninstall digital well being , airmail and baidu location ).
Needs a computer and adb installed.

adb shell pm uninstall -k --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall -k --user 0 com.gemini.airmail 
adb shell pm uninstall -k --user 0 com.baidu.map.location

Did this improve battery stamina? Still no idea for what Baidu... is needed...

cam1965

  • Sr. Member
  • ****
  • Posts: 410
    • View Profile
    • http://
Re: Battery life
« Reply #17 on: October 31, 2020, 04:47:27 pm »
A workaround  that I did to not run some apps. ( uninstall digital well being , airmail and baidu location ).
Needs a computer and adb installed.

adb shell pm uninstall -k --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall -k --user 0 com.gemini.airmail 
adb shell pm uninstall -k --user 0 com.baidu.map.location

Did this improve battery stamina? Still no idea for what Baidu... is needed...
As I remember only  5% in battery life.
Also as I remember baidu is a chinese map location.

LinuxGuy

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Re: Battery life
« Reply #18 on: November 01, 2020, 06:27:22 am »
Thanks for your answer!

Are there other candidates whose removal via adb should help with the battery?

I hope for a fix for CoDi Powersave!

Kind regards

cam1965

  • Sr. Member
  • ****
  • Posts: 410
    • View Profile
    • http://
Re: Battery life
« Reply #19 on: November 01, 2020, 07:40:37 am »
Thanks for your answer!

Are there other candidates whose removal via adb should help with the battery?

I hope for a fix for CoDi Powersave!

Kind regards
I really don't know. Sorry.
You can reduce the bright of the screen. This probably will help.
« Last Edit: November 01, 2020, 07:43:22 am by cam1965 »