androidbatterylevel

how to set battery % in android mobile using adb command?


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?


Solution

  • You can use following command:

    adb shell dumpsys battery set level 30