@KalingYu
2018-04-13T03:28:01.000000Z
字数 888
阅读 1164
刷机
root
以下几个常见的机型
1). TWRP custom recovery for Google Pixel XL
2). TWRP custom recovery for Google Pixel
3). TWRP custom recovery for Nexus 6P
4). TWRP custom recovery for Nexus 5X
adb reboot bootloader
fastboot oem unlock
./flash-all.sh
(windows 输入 falsh-all
)adb push [root 工具包目录] /sdcard/
adb reboot bootloader
fastboot flash recovery 「twrp的镜像文件目录」
Q: 刷机完成重启之后卡在「检查升级」的地方。因为联网检查需要翻墙,所以会失败。
A:手机翻墙。在连接 wifi 时选择「Advanced options」-> 「Proxy」 -> 「Proxy Auto-Config」,输入一个可以翻墙的 http 代理,如:输入:http://pac.*************.pac
参考文档:
http://www.teamandroid.com/2017/08/22/root-android-80-oreo-google-pixel-nexus/