Pixel6 解锁bootloader
1. 登录账号2. 进入开发者模式,打开 oem unlock3. 连接电脑 adb reboot bootloader4. 手机进入fastboot mode后 电脑输入 fastboot devices 查看是否有设备没有设备的话进入电脑设备管理检查是否安装了Bootloader驱动5. 输入fastboot flashing unlock 回车6.手机上音量键操作 选择Unlock the
解锁bootloader
1. 登录账号
2. 进入开发者模式,打开 oem unlock
3. 连接电脑 adb reboot bootloader
4. 手机进入fastboot mode后 电脑输入 fastboot devices 查看是否有设备
没有设备的话进入电脑设备管理检查是否安装了Bootloader驱动
5. 输入fastboot flashing unlock 回车
6.手机上音量键操作 选择Unlock the bootloader,电源键确认
7. 输入 fastboot reboot
8. 启动后会擦除unlock bootloader之前的数据,并提示手机已经解锁bootloader
Root Part
1. google官网下载手机版本对应的Rom
2. 把boot.img复制到手机
3. 下载安装Magisk Canary App version 23016
4. Then launch it and tap on the Install button next to Magisk.
5. After that, choose ‘Select and Patch a File’, navigate to the stock boot.img file, and select it.
6. Then tap on the Let’s Go button situated at the top right.
7. The boot.img file will now be patched and placed under the Downloads folder on your device. You should transfer this file to the platform-tools folder on your PC. We will now be using this file to root your Pixel 6 device.
C:\Users\Administrator\Desktop\Pixel>where adb
C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\adb.exe
C:\Users\Administrator\Desktop\Pixel>copy magisk_patched-23016_2HlRx.img C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\
已复制 1 个文件。
C:\Users\Administrator\Desktop\Pixel>cd C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools\
C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>dir
2022/01/08 10:16 <DIR> .
2022/01/08 10:16 <DIR> ..
2021/03/23 23:01 5,384,704 adb.exe
2021/03/23 23:01 97,792 AdbWinApi.dll
2021/03/23 23:01 62,976 AdbWinUsbApi.dll
2021/03/23 23:01 <DIR> api
2021/03/23 23:01 243,200 dmtracedump.exe
2021/03/23 23:01 437,760 etc1tool.exe
2021/03/23 23:01 1,463,296 fastboot.exe
2021/03/23 23:01 43,520 hprof-conv.exe
2021/03/23 23:01 231,594 libwinpthread-1.dll
2022/01/08 10:11 67,108,864 magisk_patched-23016_2HlRx.img
2021/03/23 23:01 496,128 make_f2fs.exe
2021/03/23 23:01 495,104 make_f2fs_casefold.exe
2021/03/23 23:01 1,157 mke2fs.conf
2021/03/23 23:01 752,128 mke2fs.exe
2021/03/23 23:01 699,134 NOTICE.txt
2021/03/23 23:01 17,783 package.xml
2021/03/23 23:01 38 source.properties
2021/03/23 23:01 1,216,512 sqlite3.exe
2021/03/23 23:01 <DIR> systrace
17 个文件 78,751,690 字节
4 个目录 88,339,081,216 可用字节
C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>adb reboot bootloader
C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>fastboot devices
#####DF6004HQ fastboot
C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>fastboot boot magisk_patched-23016_2HlRx.img
Sending 'boot.img' (65536 KB) OKAY [ 1.881s]
Booting OKAY [ 0.031s]
Finished. Total time: 2.013s
8. To begin with, launch the Magisk Manager App.
9. Then tap on Install > Direct Install and tap Let’s Go situated at the top-right.
10. Once done, hit the Reboot button situated at the bottom right.
11. That’s it, your device will now boot to the rooted OS.
12. 检查是否root成功
解锁system Part
那么两者的关联是什么呢?是不是获取root后就自动解锁system分区呢?答案是否定的,完
美root是app授权相关,解锁system是改动system,并没有直接的关系,如果你需要解锁syst
em,你的前提就是先获取面具完美root,有了root后,才可以授权脚本或者app,最快实验解
锁system分区功能
How to Root Google Pixel 6/Pro via Magisk Patched Boot.img - DroidWin
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)