Pixel 2 XL、Nexus 6、Android 7.0 root

0. Pixel 2 XL Root

  1. adb install MagiskManager-v6.0.0.apk
  2. adb reboot bootloader
  3. fastboot boot twrp-3.2.3-1-taimen.img
  4. 然后把 Magsik-v17.1.zip 刷进去
  5. reboot。大功告成
-> Magsik
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
https://github.com/topjohnwu/Magisk/releases

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

usage:
https://forum.xda-developers.com/pixel-2-xl/development/2017-11-6-root-pixel-2-xl-t3701176

https://www.sohu.com/a/208833611_654201

-> 不知真假
http://www.pixcn.cn/thread-18509-1-1.html
usage:
https://www.xda-developers.com/how-to-unlock-bootloader-and-root-the-google-pixel-2-and-pixel-2-xl/

1. 通用 root 工具

对比其他 root 工具,KingRoot 算是比较好用的工具。对于高版本的,适配型较差。

2. Nexus root kit

一键试 root 工具,nrt,下载地址 :https://androidfilehost.com/?fid=24728673521238129

下载完成后,安装使用,按照说明,配置插件。

界面图形:


Pixel 2 XL、Nexus 6、Android 7.0 root_第1张图片
图片.png

之后点击 root 按钮开始 root,剩下的就都是自动化了。

中间会提示下载对应的 ***shamu.img 镜像,以 3.1.0 为例:https://dl.twrp.me/shamu/twrp-3.1.0-0-shamu.img,寻找对应的版本,这里更改对应的版本号就行。

同时在自动化的时候,伴随着有 Log 输出,界面如下:


Pixel 2 XL、Nexus 6、Android 7.0 root_第2张图片
图片.png

Log 示例内容如下:

Nexus Root Toolkit v2.1.9

Masterlists:
- LatestToolkitFiles.ini    3135
- AndroidDeviceListFull.ini 3135
- AndroidDeviceListFlash.ini    3135

SHAMU-SHAMU: Android *.*.* - Any Build

Live log initiated [2018-04-17]:


Hashchecking...
Hash Verified!
Importing 'twrp-3.0.2-0-shamu.img' into installer...
Checking ADB/FASTBOOT Connectivity
adb devices
ZX1G225RRF  device
fastboot devices

 + ADB Device Connected

Rebooting your device into bootloader mode...
adb reboot bootloader

Checking Fastboot Connectivity
fastboot devices
ZX1G225RRF  fastboot
 + Fastboot Device Connected

 + Confirmed: Bootloader Unlocked.
Temporarily Booting TWRP...
fastboot boot "D:\software\NRT\data\Recovery_Custom\TWRP\twrp-3.0.2-0-shamu.img"

Checking ADB Recovery Connectivity
adb devices
ZX1G225RRF  recovery
 + ADB Recovery Device Connected

Pushing root files to your device:
Pushing "SR1-SuperSU-v2.78-SR1-20160915123031.zip" to your device:

adb push "D:\software\NRT\data\Root_Files\SR1-SuperSU-v2.78-SR1-20160915123031.zip" "/sdcard/!ReadyToFlash/Root_Files/SR1-SuperSU-v2.78-SR1-20160915123031.zip"

100%  /sdcard/!ReadyToFlash/Root_Files/SR1-SuperSU-v2.78-SR1-20160915123031.zip

Hash verifying file transfer:
627c4b98e7bf83293e81d3758accf753 = Local Hash
627c4b98e7bf83293e81d3758accf753 = Device hash
 + Verified!

Pushing "busybox-signed.zip" to your device:

adb push "D:\software\NRT\data\Root_Files\busybox-signed.zip" "/sdcard/!ReadyToFlash/Root_Files/busybox-signed.zip"

100%  /sdcard/!ReadyToFlash/Root_Files/busybox-signed.zip

Hash verifying file transfer:
0ece645c3ca95a10f9a4344300ce0f8f = Local Hash
0ece645c3ca95a10f9a4344300ce0f8f = Device hash
 + Verified!

Pushing "quick-reboot-signed.zip" to your device:

adb push "D:\software\NRT\data\Root_Files\quick-reboot-signed.zip" "/sdcard/!ReadyToFlash/Root_Files/quick-reboot-signed.zip"

100%  /sdcard/!ReadyToFlash/Root_Files/quick-reboot-signed.zip

Hash verifying file transfer:
64384a4285d14f0727ea989c17c8909b = Local Hash
64384a4285d14f0727ea989c17c8909b = Device hash
 + Verified!

Pushing "openrecoveryscript" to your device:

adb push "D:\software\NRT\data\Root_Files\openrecoveryscript" "/cache/recovery/openrecoveryscript"

100%  /cache/recovery/openrecoveryscript

Hash verifying file transfer:
b42ecaae4b4c4d37d3200b874e29366b = Local Hash
b42ecaae4b4c4d37d3200b874e29366b = Device hash
 + Verified!

Rebooting your device into bootloader mode...
adb reboot bootloader

Checking Fastboot Connectivity
fastboot devices
ZX1G225RRF  fastboot
 + Fastboot Device Connected

Temporarily Booting TWRP...
fastboot boot "D:\software\NRT\data\Recovery_Custom\TWRP\twrp-3.0.2-0-shamu.img"

Rooting...
Waiting for your device...
Device Detected
Automated Rooting Procedure Complete!
Copied to clipboard.

更多信息可查看 xda 网站:
https://forum.xda-developers.com/nexus-6/help/rooting-android-7-0-nexus-6-t3575090

你可能感兴趣的:(Pixel 2 XL、Nexus 6、Android 7.0 root)