Wasmachineman_NL 99 Posted February 9, 2020 Share Posted February 9, 2020 EskeRahn posted a NVRAM variable here, but how do I set it in fastboot? 2 1 Quote Link to post Share on other sites
EskeRahn 5,459 Posted February 9, 2020 Share Posted February 9, 2020 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. 3 5 Quote Link to post Share on other sites
Craig 1,435 Posted February 9, 2020 Share Posted February 9, 2020 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. 3 2 Quote Link to post Share on other sites
Wasmachineman_NL 99 Posted February 10, 2020 Author Share Posted February 10, 2020 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. 1 Quote Link to post Share on other sites
Craig 1,435 Posted February 11, 2020 Share Posted February 11, 2020 On 2/9/2020 at 12:56 PM, EskeRahn said: from fastboot mode, see Craig's correction below. I re-read this now, in OP he asked from "fastboot mode" so my contribution was superfluous. 1 Quote Link to post Share on other sites
EskeRahn 5,459 Posted February 11, 2020 Share Posted February 11, 2020 I re-read this now, in OP he asked from "fastboot mode" so my contribution was superfluous. Well it was my bug confusing with irrelevant USB-debugging.. 🥴 1 Quote Link to post Share on other sites
david 929 Posted May 28, 2023 Share Posted May 28, 2023 (edited) 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 May 28, 2023 by david 1 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.