blob: caccefdba8220b553434dcdd90ee78e73de17064 [file] [log] [blame]
Erfan Abdib6209622018-01-27 17:18:36 +03001---
2layout: device
3title: "Motorola Moto Z2 Force"
4codename: nash
5downloadfolder: nash
6devicetree: https://github.com/TeamWin/android_device_motorola_nash
7supportstatus: Current
8maintainer: kaneawk, erfanoabdi
9oem: Motorola
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
Erfan Abdid99dd9d2018-09-13 11:40:53 +043015NOTE: Monthly security updates may break decryption of /data in TWRP. MTP does not work at this time, but you can use adb to transfer files.
Erfan Abdib6209622018-01-27 17:18:36 +030016
Erfan Abdib6209622018-01-27 17:18:36 +030017{% include download.html %}
18
Erfan Abdi6083c552018-01-29 18:42:35 +030019<div class='page-heading'>Installation:</div>
20If you already have TWRP installed:
21Download the latest zip and install the zip using TWRP.
Erfan Abdib6209622018-01-27 17:18:36 +030022
Erfan Abdi6083c552018-01-29 18:42:35 +030023If you do not already have TWRP installed:
24Download both the img and the zip. Copy the zip to your device. You will need to have 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. Connect the device to your PC. Open a command window and run the following command from the proper location:
25
26fastboot boot path/to/twrp.img
27
Erfan Abdid99dd9d2018-09-13 11:40:53 +043028This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
29
30adb push path/to/twrp.zip /sdcard
31
32Go to install and browse to the zip and install the zip. The zip will install TWRP on boot partition of both slots.
Erfan Abdi6083c552018-01-29 18:42:35 +030033
34If 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.