Jump to content

How can I enable charging while off?


Recommended Posts

The main part of this is you have to boot to bootloader before executing this command.  From android, you can execute adb reboot bootloader; I think you're sfos, so you're stuck using the voldown+power method to get there which always works.

  • Like 3
  • Thanks 2
Link to post
Share on other sites
22 hours ago, EskeRahn said:

You need to have usb debugging enabled, and ADB installed.

Then we can execute

fastboot oem off-mode-charge 1

EDIT: from fastboot mode, see Craig's correction below.

 

18 hours ago, Craig said:

The main part of this is you have to boot to bootloader before executing this command.  From android, you can execute adb reboot bootloader; I think you're sfos, so you're stuck using the voldown+power method to get there which always works.

Thank you both, it worked.

  • Like 1
Link to post
Share on other sites
  • 3 years later...

For anyone else reading this, I did need to have USB debugging enabled for my device to show when issuing the following command at the command-line in Windows:

C:\Users\david>adb devices
List of devices attached
<serial number removed>        device

I was then able to issue this command as well:

C:\Users\david>adb reboot bootloader

After it booted into FastBoot mode, I was then able to issue:

C:\Users\david>fastboot oem off-mode-charge 1
                                                   OKAY [  0.008s]
Finished. Total time: 0.020s

Thanks @EskeRahn and @Craig!

 

Edited by david
  • Like 1
  • Thanks 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms