Wednesday, September 13, 2017

Installing LineageOS on a ZTE Axon 7

General information

DISCLAIMER: this post is definitely work in progress and currently only contains loose bits of information.  It is intended to document my attempt at installing LineageOS on the ZTE Axon 7 (A2017G model).

Note that there are three models of the ZTE Axon 7:
  1. A2017: China
  2. A2017G: Global
  3. A2017U: USA
Be sure to know which one you have. For my A2017G, it is printed on the back of the phone. More information and specs for the ZTE Axon 7 can be found at

Operating modes

The A2017G has different modes it can operate in:

ZTE Axon USB driver

  • TODO: find out where to download the official ZTE Axon USB driver.

Latest official version of adb, fastboot and platform tools

Using adb, I can check that my device is indeed an A2017G running Android 6.0.1:

C:\Users\bavdw\adb-fastboot\platform-tools>adb devices -l
List of devices attached
95c2a0b1               device product:P996A04 model:ZTE_A2017G device:ailsa_ii

C:\Users\bavdw\adb-fastboot\platform-tools>adb shell getprop ro.product.model
ZTE A2017G

C:\Users\bavdw\adb-fastboot\platform-tools>adb shell getprop ro.build.version.release
6.0.1

Unlocking

TWRP

TWRP is a custom recovery system.  It lets you backup your system in case anything goes wrong.  It also lets you flash custom ROMs and zip files containing patches like viper4android or A.R.I.S.E. (audio) and root your device via SuperSU.
To power on the smartphone in TWRP recovery mode, press and hold the Power + Volume Up buttons until droid logo.

SuperSU

Installing LineageOS on Axon 7

ZTE official 'SD Card Upgrade' images:

Tools

Interesting links:

1 comment: