Better battery savings

Search This thread

shyam.mora

New member
Aug 17, 2016
4
15
Was going through Oneplus 7 Pro forum and bumped upon this thread. This definitely worked for my Oneplus 7. My battery last a bit longer and drain is noticeably slower than before.

Enable developers options.
Connect to PC with USB debugging enabled.
Type each line in CMD which CD to the platformtools/adb and press enter:

System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur

Oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite

Zen Mode
adb shell pm disable-user com.oneplus.brickmode

Oneplus logging
adb shell pm disable-user net.oneplus.odm
adb shell pm disable-user net.oneplus.odm.provider

Packages can be re-enabled as below if required.
adb shell pm enable <package_to_enable>
 

Shonilchi

Senior Member
Oct 28, 2013
163
15
Was going through Oneplus 7 Pro forum and bumped upon this thread. This definitely worked for my Oneplus 7. My battery last a bit longer and drain is noticeably slower than before.

Enable developers options.
Connect to PC with USB debugging enabled.
Type each line in CMD which CD to the platformtools/adb and press enter:

System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur

Oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite

Zen Mode
adb shell pm disable-user com.oneplus.brickmode

Oneplus logging
adb shell pm disable-user net.oneplus.odm
adb shell pm disable-user net.oneplus.odm.provider

Packages can be re-enabled as below if required.
adb shell pm enable <package_to_enable>

Thanks for this buddy. I have applied these on my new 1+7. Lets see how it fares in the first battery cycle after the change.
 

shyam.mora

New member
Aug 17, 2016
4
15
Thanks for this buddy. I have applied these on my new 1+7. Lets see how it fares in the first battery cycle after the change.

I used to get around 4.5 to 5 hours of screen on time before this. And now I am getting a solid 5.5. hours. not much but definitely an improvement. Standby time also has improved considerably.
 

misiek735

Senior Member
Mar 9, 2018
69
20
Was going through Oneplus 7 Pro forum and bumped upon this thread. This definitely worked for my Oneplus 7. My battery last a bit longer and drain is noticeably slower than before.

Enable developers options.
Connect to PC with USB debugging enabled.
Type each line in CMD which CD to the platformtools/adb and press enter:

System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur

Oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite

Zen Mode
adb shell pm disable-user com.oneplus.brickmode

Oneplus logging
adb shell pm disable-user net.oneplus.odm
adb shell pm disable-user net.oneplus.odm.provider

Packages can be re-enabled as below if required.
adb shell pm enable <package_to_enable>


Thanks for this buddy. I have applied these on my new 1+7. Lets see how it fares in the first battery cycle after the change.

In general, what maximum capacity of your battery is showing accubattery? Mine is showing that it's now 3400 mAh, where originally it was 3700. I am using the phone around 3,5 or 4 months... Maybe few times I charged it in the night, and quite often I use 2A charger, not so often the original one with fast charge...
 

spicegod

New member
Oct 13, 2019
3
0
just followed you're list of disables. i look forward to any improvements :cyclops:
also. anymore feedback on battery performance or side effects?
 

gvflavio

Member
Apr 22, 2012
45
21
Was going through Oneplus 7 Pro forum and bumped upon this thread. This definitely worked for my Oneplus 7. My battery last a bit longer and drain is noticeably slower than before.

Enable developers options.
Connect to PC with USB debugging enabled.
Type each line in CMD which CD to the platformtools/adb and press enter:

System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur

Oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite

Zen Mode
adb shell pm disable-user com.oneplus.brickmode

Oneplus logging
adb shell pm disable-user net.oneplus.odm
adb shell pm disable-user net.oneplus.odm.provider

Packages can be re-enabled as below if required.
adb shell pm enable <package_to_enable>


I did it and the improvement in consumption was significant. Thanks.
 

nbousqi

Member
Nov 25, 2013
6
0
Does anyone know any others to disable to help save battery on this non rooted beast?
You can do it from application menu in settings.
It a little bit longer to find the app name but most of the time it's quite easy.
You pick the app and tap : force to stop.

Envoyé de mon GM1903 en utilisant Tapatalk
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    Was going through Oneplus 7 Pro forum and bumped upon this thread. This definitely worked for my Oneplus 7. My battery last a bit longer and drain is noticeably slower than before.

    Enable developers options.
    Connect to PC with USB debugging enabled.
    Type each line in CMD which CD to the platformtools/adb and press enter:

    System Tracing which is automatically enabled when dev options is on.
    adb shell pm disable-user com.android.traceur

    Oneplus bug reporting
    adb shell pm disable-user com.oneplus.opbugreportlite

    Zen Mode
    adb shell pm disable-user com.oneplus.brickmode

    Oneplus logging
    adb shell pm disable-user net.oneplus.odm
    adb shell pm disable-user net.oneplus.odm.provider

    Packages can be re-enabled as below if required.
    adb shell pm enable <package_to_enable>
    2
    In case somebody's phone is rooted, I created a small Magisk module that can help to disable the packages in the first message. It is available here: OnePlus Battery Saver.
    I'll apply to be available in Magisk, however topjohnwu seems to be unavailable nowadays and nobody accepts such requests (my previous one was automatically declined after 21 days :rolleyes: ).

    Of course, if you have ideas what else could be added, let me know (even in PM) or create pull requests on GitHub.
    2
    Code:
    adb shell pm disable-user com.google.android.apps.wellbeing

    Or if you want to completely uninstall it:
    Code:
    adb shell pm uninstall --user 0 com.google.android.apps.wellbeing

    Ok
    Thanks! :good:
    2
    Could you guide me through that "tasker" process please?

    I think with these photos you can do the same.
    This task will turn on auto brightness as soon as the screen turns on, after five seconds it will turn off auto brightness. It will do this every time you turn on the screen.
    This way you will have auto brightness just for the time needed for a first adjustment.