blob: d73a2560e1524d6169b2e931e059ed59736df89a [file] [log] [blame]
mauronofrio0876e662019-06-02 19:23:48 +02001---
2layout: device
3title: "OnePlus 7 Pro (guacamole)"
4codename: guacamole
5downloadfolder: guacamole
6supportstatus: Current
7maintainer: Mauronofrio
8oem: OnePlus
9devicetree: https://github.com/TeamWin/android_device_oneplus_guacamole
10xdathread: "https://forum.xda-developers.com/showthread.php?t=3931322"
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17{% include download.html %}
18
19OnePlus 7 Pro Install Instructions
20
21Read these instructions and follow them carefully.
mauronofrio8c0fa9a2019-06-04 22:26:58 +020022The OnePlus 7 Pro uses the newer AB partition scheme first introduced on the Pixel 1. As such there is no recovery partition. Instead, the recovery is part of the boot image. You will temporarily boot TWRP to perform and later perform a more permanent TWRP installation. First download the TWRP zip file directly on your device. If you don't download the zip file to your device first for any reason, you will need to adb push the zip to the device because MTP is not currently working on the OnePlus 7 Pro in TWRP. If you are unable to use adb, you can also use a USB stick with an OTG cable, if you have those handy.
23Power off the device. Hold volume up to get into fastboot mode. Run this command on your computer:
24`fastboot boot twrp-3.3.1-0-guacamole.img`
mauronofrio0876e662019-06-02 19:23:48 +020025
mauronofrio8c0fa9a2019-06-04 22:26:58 +020026In TWRP, tap on Install and browse to the zip and install it (the zip will probably be in /sdcard/Downloads). TWRP will now be installed to both slots. TWRP is now installed and you can reboot and use your device as normal.
27
28If `fastboot boot` command doesn't work you need to root your device and flash the TWRP installer (remember that flashing the TWRP installer you will lose the root).
mauronofrio0876e662019-06-02 19:23:48 +020029
30If you already have a TWRP installed and you want to update your actual TWRP follow this instructions:
31In TWRP, tap on Install and browse to the zip and install it (the zip will probably be in /sdcard/Downloads). TWRP will now be installed to both slots. TWRP is now installed and you can reboot and use your device as normal.