I bought a oneplus 7. Tried installing e/os using easy install. I get stuck at unlocking bootloader. In the fastboot screen I am supposed to walk through the menu with vol up/down. But there is no unlock bootloader option there.
Tip: The steps given below only need to be run once per device.
Warning: Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or an online drive
Warning: Some vendors/manufacturers prevent the bootloader from being unlocked. Depending on where your device was acquired you may or may not be able to unlock the bootloader. To verify if your device is compatible please check the devices list.
Enable OEM unlock in the Developer options under device Settings, if present.
Connect your device to your PC via USB.
On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
adb reboot bootloader
You can also boot into fastboot mode via a key combination:
With the device powered off
hold Volume Up + Volume Down + Power.
Once the device is in fastboot mode, verify your PC finds it by typing:
fastboot devices
5.Tip:* If you see no permissions fastboot while on Linux or macOS, try running fastboot as root.
Now type the following command to unlock the bootloader:
fastboot oem unlock
If the device doesn’t automatically reboot, reboot it. It should now be unlocked.
Since the device resets completely, you will need to re-enable USB debugging to continue.
Used adb and fastboot from command prompt within the platform tools
Yes I walked through the manual. Found out this specific error has to do with a known problem.
I first have to rollback to android 11. But the rollblack files are removed from the oppo server. From android 11 I can do a oem unlock bootloader. So I seem to be stuck again.
Any suggestions on how the roll back or other ideas perhaps
Hi @eosfan is this the same guacamole as in the link below? I will just pick this one quote. The thread at this point researches several sources of ROMs.
Alternatively, you can use the following curl commands to download rollback packages.
The format is curl -C - -LO --resolve oxygenos.oneplus.net:443:23.48.224.239 <url>
Doing it this way I managed to install Android 11.
After that I was able to unlock the bootloader. I am now in the proces of upgrading back to Android 12 again. Hope it does not lock itself again :-).
Hopefully this time installing e/OS will succeed. I will give an update on that.
update:
Everything worked out well. Followed the instructions for manual installation.