blob: f2f82f790242f49f2e20baa2711c88ab29e6f049 [file] [log] [blame]
Aseem Athale8a882132021-05-27 16:39:16 +05301---
2layout: device
3title: "Motorola Moto G9 Power"
4codename: cebu
5downloadfolder: cebu
6devicetree: https://github.com/TeamWin/android_device_motorola_cebu
7supportstatus: Current
8maintainer: mistersmee
9xdathread: https://forum.xda-developers.com/t/recovery-official-twrp-3-5-2-cebu.4279917/
10oem: Motorola
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17NOTE: Monthly security updates may (or may not) break decryption of /data in TWRP.
18
19{% include dynamicpartitions.html %}
20
21{% include download.html %}
22
23<div class='page-heading'>Installation:</div>
24NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP.
25
26If you already have TWRP installed:
27
28Download the latest zip and install the zip using TWRP, or flash directly the image directly to recovery in fastboot.
29
30If you do not already have TWRP installed:
31
32Download 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:
33
34Zip method:
35
36fastboot boot path/to/twrp.img
37
38This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:
39
40adb push path/to/twrp.zip /sdcard
41
42Go to install and browse to the zip and install the zip. The zip will install TWRP on recovery partition of both slots.
43
44Image Method:
45
46As this device has a recovery partition, TWRP can still be installed by flashing the image to the recovery partition, like so:
47
48fastboot flash recovery_<slot> path/to/twrp.img