If suppose 40% battery is available in my android device, what is the adb command to set the battery % to 30? Using adb command can set battery % only to lower level / higher level also?
You can use following command:
adb shell dumpsys battery set level 30
Use the following command:
adb shell dumpsys battery set level 30
And use this to reset the level:
adb shell dumpsys battery reset
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With