Android recovery

来自WHY42

Nubia z17卡刷包: http://ui.nubia.cn/rom/detail/42 下载Platform tools: https://developer.android.google.cn/studio/releases/platform-tools TWRP: https://eu.dl.twrp.me/nx563j/

然后手机重启进入fastboot模式(按住音量- 和电源键),使用

./fastboot devices

# 解锁
./fastboot oem nubia_unlock NUBIA_NX563J
./fastboot flash recovery ../twrp-3.5.0_9-0-nx563j.img

传入更新包(zip)

./adb sideload ../NX563J-update.zip

# 若sideload无法传入则可使用adb push
./adb push ../NX563J-update.zip /

然后双清安装系统即可 安装完成后需要lock

./fastboot oem nubia_locked NUBIA_NX563J

Source:Android