其他分享
首页 > 其他分享> > 谷歌Nexus6P获取root

谷歌Nexus6P获取root

作者:互联网

一,准备材料:
1.官方nexus6P刷机包
https://developers.google.com/android/ota#angler
2.magisk包又叫面具,root用
https://magisk.download/
3.platform-tools,刷机执行命令行
https://developer.android.com/studio/releases/platform-tools
二,刷机
1.下载好刷机包,解压,里面的zip文件都解压
2.手机打开调试,cmd进入platform-tools
3.adb命令:
adb reboot bootloader
fastboot devices 确保连上你的手机
fastboot flash bootloader bootloader-angler-angler-03.54.img
fastboot flash radio radio-angler-angler-03.61.img
fastboot reboot-bootloader
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash vendor vendor.img
完成刷机
三,做补丁
手机安装magisk的apk文件,将刷机包的boot.img文件拷贝入手机,手机magisk软件对boot.img打补丁,再传入电脑线刷
四,刷补丁
fastboot flash boot magisk_patched-22100_iVD4B.img

后续配图

标签:谷歌,Nexus6P,img,fastboot,flash,boot,angler,root,magisk
来源: https://blog.csdn.net/qq_38393270/article/details/118440635