Is there a way to force a device to boot into bootloader (not fastbootd) from brom or preloader? #145
AndroidHQ254
started this conversation in
General
Replies: 1 comment 1 reply
-
|
I found a way to enter fastboot (not fastbootd) on OnePlus. Need to put 0xC in WDT bootmode register ( 0x1c00b024 in my case ) using write32 command from preloader, then trigger WDT SW RESET, and hold volume down while rebooting. You need to decompile LK and check maybe same (or similar) method there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Power + Volume Down do not trigger botloader mode on this MT6897 TECNO CAMON 40 Premier 5G. Let me know if there are any specific commands or ways to crash preloader or brom directly to bootloader. Thanks
Beta Was this translation helpful? Give feedback.
All reactions