blob: 168245e741502c46e113625e260b4b10a006dcf9 [file] [log] [blame]
Joshua Blanchard834ce452019-07-21 18:10:40 -04001---
2layout: device
3title: "Motorola Moto G7 Plus"
4codename: lake
5downloadfolder: lake
6devicetree: https://github.com/TeamWin/android_device_motorola_lake
7xdathread: https://forum.xda-developers.com/g7-plus/development/recovery-twrp-3-3-0-moto-g7-plus-t3930050
8supportstatus: Current
9maintainer: Jleeblanch
10oem: Motorola
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16NOTE: Monthly security updates may (or may not) break decryption of /data in TWRP.
17Decryption of /data works both when fastboot booting TWRP and when installing TWRP permanently!
18
19{% include download.html %}
20
21<div class='page-heading'>Installation:</div>
22NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP
23If you already have TWRP installed:
24Download the latest zip and install the zip using TWRP, or if you have Magisk installed, flash directly in Magisk Manager as a module.
25
26If you do not already have TWRP installed:
27Download both the img and the zip. Copy the zip to your device. You will need to have the latest fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader menu. Connect the device to your PC. Open a command window and run the following command from the proper location:
28
29fastboot boot path/to/twrp.img
30
31This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:
32
33adb push path/to/twrp.zip /sdcard
34
35Go to install and browse to the zip and install the zip. The zip will install TWRP on boot partition of both slots.
36
37If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest firmware for your device and reflash the boot image.