How to revert OnePlus 7 Pro to official stock ROM ?

Search This thread

spacecc

New member
Jan 4, 2022
1
0
I installed LineageOS 18.1 using the official LineageOS installation guide .. How can I revert OnePlus 7 Pro to official stock ROM ?
 

slgooding

Senior Member
Oct 6, 2011
718
242
West Lafayette
OnePlus 7 Pro
I installed LineageOS 18.1 using the official LineageOS installation guide .. How can I revert OnePlus 7 Pro to official stock ROM ?

I just did this today. I was coming from Pixel Experience. It's super simple. You will lose all your data.

  1. Download the FULL OTA to your computer: (This is a link to global version)
  2. REMOVE any security settings you have -- pin, etc. (not sure if this is necessary, but i did it anyways)
  3. Reboot to TWRP / Recovery
  4. Wipe system / data
  5. Reboot recovery again (don't worry if you cannot access the internal storage from your computer, that will get fixed after flashing)
  6. Plugin phone to computer
  7. Enable sideloading
  8. Install the OTA zip by sideloading with ADB
    Bash:
    adb sideload OTAFilename.zip
  9. Reboot after flash and wait several minutes
  10. Done.
 

hypethetime

New member
Nov 27, 2022
4
0
I just did this today. I was coming from Pixel Experience. It's super simple. You will lose all your data.

  1. Download the FULL OTA to your computer: (This is a link to global version)
  2. REMOVE any security settings you have -- pin, etc. (not sure if this is necessary, but i did it anyways)
  3. Reboot to TWRP / Recovery
  4. Wipe system / data
  5. Reboot recovery again (don't worry if you cannot access the internal storage from your computer, that will get fixed after flashing)
  6. Plugin phone to computer
  7. Enable sideloading
  8. Install the OTA zip by sideloading with ADB
    Bash:
    adb sideload OTAFilename.zip
  9. Reboot after flash and wait several minutes
  10. Done.
I am trying now since 5 over 5 hours to get stock OS for my 7T (hotdogb) with LOS 20 back to stock OS cause of safety net not working as well as some other stuff which i want to reset… But i am unable to install neither TWRP nor default stock OS. I am stuck with LOS recovery and cant install stock OS cause LOS is newer, and it would be a downgrade, letting it fail the upgrade via ADB. I tried with payload dumper and there the partitions are locked even tho oem is unlocked. I ran out of ideas, anything I can try?

Regarding TWRP: i tried both stock and other rom version, it did not work.
 

darksx

Senior Member
Dec 19, 2014
278
100
I am trying now since 5 over 5 hours to get stock OS for my 7T (hotdogb) with LOS 20 back to stock OS cause of safety net not working as well as some other stuff which i want to reset… But i am unable to install neither TWRP nor default stock OS. I am stuck with LOS recovery and cant install stock OS cause LOS is newer, and it would be a downgrade, letting it fail the upgrade via ADB. I tried with payload dumper and there the partitions are locked even tho oem is unlocked. I ran out of ideas, anything I can try?

Regarding TWRP: i tried both stock and other rom version, it did not work.
I think you need MSM tool,it's pretty straight forward.Why bothering with trwp.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    I installed LineageOS 18.1 using the official LineageOS installation guide .. How can I revert OnePlus 7 Pro to official stock ROM ?

    I just did this today. I was coming from Pixel Experience. It's super simple. You will lose all your data.

    1. Download the FULL OTA to your computer: (This is a link to global version)
    2. REMOVE any security settings you have -- pin, etc. (not sure if this is necessary, but i did it anyways)
    3. Reboot to TWRP / Recovery
    4. Wipe system / data
    5. Reboot recovery again (don't worry if you cannot access the internal storage from your computer, that will get fixed after flashing)
    6. Plugin phone to computer
    7. Enable sideloading
    8. Install the OTA zip by sideloading with ADB
      Bash:
      adb sideload OTAFilename.zip
    9. Reboot after flash and wait several minutes
    10. Done.