thank you for your help, happy to trySo you are not able to boot right?
If not, you can try flashing the partitions manually from fastboot. (If you are willing to try I can provide the steps. This works for other OnePlus devices.)
thank you for your help, happy to trySo you are not able to boot right?
If not, you can try flashing the partitions manually from fastboot. (If you are willing to try I can provide the steps. This works for other OnePlus devices.)
Great! If you have Telegram, ping me there it would be easier there. @YASHASWEE (same profile picture).
1. Download desired OOS firmware zip from OnePlus official website.
Do let me know if this worked, when you tried.
1. Download desired OOS firmware zip from OnePlus official website.
2. Use Payload-Dumper() to extract required img. And move the img mentioned below to some folder(let’s say xyz) inside platform tools folder(https://developer.android.com/studio/releases/platform-tools#downloads).
3. Boot to fastboot.
(Either press all 3 buttons OR adb reboot bootloader)
4. Open cmd in xyz folder and Execute these commands one by one to flash the necessary partitions:
fastboot –set-active=a
fastboot format:ext4 userdata
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor vendor.img
fastboot reboot bootloader
fastboot –set-active=b
fastboot format:ext4 userdata
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash odm odm.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor vendor.img
5. Press the volume down button until you see “Recovery” and then press the power button.
6. Wipe system and data from stock recovery and reboot.
OPTIONAL:
7. To relock the bootloader-
fastboot oem lock
8. Done!
So your phone finally booted right. Great!C:\oneplus\platform-tools_r33.0.2-windows\platform-tools\xyz>fastboot devices
BA*************** fastboot
C:\oneplus\platform-tools_r33.0.2-windows\platform-tools\xyz>fastboot -set-active=a
fastboot: usage: no command
I think it's because phone is in fastboot , not fastbootd
After flashing each partition with the corresponding img file in FastbootEnhance, the phone booted into recovery. After wiping the data and restarting the phone works
Hey since your phone was not booting, how did you manage to boot into fastboot mode or how your device got detected on Fastboot Enhance?C:\oneplus\platform-tools_r33.0.2-windows\platform-tools\xyz>fastboot devices
BA*************** fastboot
C:\oneplus\platform-tools_r33.0.2-windows\platform-tools\xyz>fastboot -set-active=a
fastboot: usage: no command
I think it's because phone is in fastboot , not fastbootd
After flashing each partition with the corresponding img file in FastbootEnhance, the phone booted into recovery. After wiping the data and restarting the phone works
Phone got stuck in bootloop so i just pressed the volume down button while booting.Hey since your phone was not booting, how did you manage to boot into fastboot mode or how your device got detected on Fastboot Enhance?
So just long press while bootlooping? Not other button with volume down?Phone got stuck in bootloop so i just pressed the volume down button while booting.
The power button is only necessary when turning on the phone. When you restart your phone, all you need is the power up or Down buttonSo just long press while bootlooping? Not other button with volume down?