Reinstall Android on Oneplus6 or Oneplus6t Device After Installing Mobile Linux

Did you install a Mobile Linux Operating System onto your Oneplus6 or Oneplus6t device, and you want to go back to android? Well, you’re in luck as it’s a pretty straight forward process.

First, download the package from Oneplus. This can be done by going to service.oneplus.com/us. Scroll down to the image that says Software Update and then click on it. You will now be at a page that has a list of devices with links for firmware for the devices. Download the .zip file for your device.

Once you have downloaded the file unzip it. You will need an application called payload-dumper-go in order to unpack the firmware.

Use payload dumper to extract payload.bin

Enter into the directory and enter these commands into the terminal.

    fastboot -w
    fastboot flash --slot=all boot boot.img
    fastboot flash --slot=all modem modem.img
    fastboot flash --slot=all system system.img
    fastboot flash dtbo_a dtbo.img
    fastboot flash dtbo_b dtbo.img
    fastboot flash vendor_a vendor.img
    fastboot flash vendor_b vendor.img
    fastboot reboot bootloader