blob: 01899158af4876913bd2b1d7255364cff2b3e77a [file] [log] [blame]
Rohan Hasabe4b5b0172021-02-03 09:18:46 +01001---
2layout: device
3title: "Motorola Moto One Fusion +"
4codename: liber
5downloadfolder: liber
6devicetree: https://github.com/TeamWin/android_device_motorola_liber
7supportstatus: Current
menorziine1c68d22023-09-09 06:51:31 -03008maintainer: William
Rohan Hasabe4b5b0172021-02-03 09:18:46 +01009oem: Motorola
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15
16{% include dynamicpartitions.html %}
17
18{% include download.html %}
19
20<div class='page-heading'>Installation:</div>
menorziine1c68d22023-09-09 06:51:31 -030021
Rohan Hasabe4b5b0172021-02-03 09:18:46 +010022If you do not already have TWRP installed:
Rohan Hasabe4b5b0172021-02-03 09:18:46 +010023
menorziine1c68d22023-09-09 06:51:31 -030024Download the latest zip and install the zip using TWRP, or flash directly the image directly to recovery in fastboot.
Rohan Hasabe4b5b0172021-02-03 09:18:46 +010025
menorziine1c68d22023-09-09 06:51:31 -030026If you do not already have TWRP installed:
27
28Download 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:
29
30Image Method:
31
32 fastboot flash recovery_<slot> path/to/twrp.img
33
34Zip method:
35
36 fastboot 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
40 adb 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.