pixel 6 root
解鎖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.exeC:\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>dir2022/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> systrace17 個文件 78,751,690 字節4 個目錄 88,339,081,216 可用字節C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>adb reboot bootloaderC:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools>fastboot devices #####DF6004HQ fastbootC:\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.013s8. 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
https://www.getdroidtips.com/unlock-bootloader-root-google-pixel-6-6-pro/#Root-Google-Pixel-6-and-Pixel-6-Pro-via-Magisk
總結
以上是生活随笔為你收集整理的pixel 6 root的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 手把手实现YOLOv3(二)
- 下一篇: 手把手实现YOLOv3(三)