blob: 51bd8c3af84e73589c18fdad13a95f2bfe907461 [file] [log] [blame]
Andrew Hexen86591402021-02-08 10:52:53 -08001---
2layout: device
3title: "Motorola Moto Edge"
4codename: racer
5downloadfolder: racer
6devicetree: https://github.com/TeamWin/android_device_motorola_racer
7supportstatus: Current
8maintainer: SyberHexen, erfanoabdi, jleeblanch
9oem: Motorola
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15NOTE: Monthly security updates may (or may not) break decryption of /data in TWRP.
16
17{% include dynamicpartitions.html %}
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 flash directly the image directly to recovery in fastboot.
25If you do not already have TWRP installed:
26Download 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:
27
28Zip method:
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 recovery partition of both slots.
36
37Image Method:
38fastboot flash recovery_<slot> path/to/twrp.img