Android 8.1 Pixel root 权限

1. 下载pixel 的twrp image 和 zip ,两个要同时下载

https://twrp.me/

1) twrp-3.2.1-0-sailfish.img

2) twrp-pixel-installer-sailfish-3.2.1-0.zip


2. 将twrp-pixel-installer-sailfish-3.2.1-0.zip push 到手机里面

adb push twrp-pixel-installer-sailfish-3.2.1-0.zip /sdcard/


3. 进入twrp 的临时recovery 模式

adb reboot bootloader 进入fastboot 模式

sudo fastboot boot twrp-3.2.1-0-sailfish.img

进去twrp 模式,选择twrp-pixel-installer-sailfish-3.2.1-0.zip 进行安装


4. 安装Magisk

下载https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589

1) Magisk-v15.4(1540).zip

5. 安装Magisk 

1) adb push Magisk-v15.4\(1540\).zip /sdcard/

2) adb reboot bootloader 选择进去fastboot 模式,选择zip 进行安装

安装完毕重启手机


Note: pixel SuperSu 好像已经不行了,即使进去twrp 提示安装成功,reboot 之后也不能正常工作。



发布了35 篇原创文章 · 获赞 9 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/ZHOUYONGXYZ/article/details/79321002