日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

Pixel6 解锁bootloader

發(fā)布時(shí)間:2025/3/15 编程问答 44 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Pixel6 解锁bootloader 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

解鎖bootloader


1. 登錄賬號(hào)

2. 進(jìn)入開發(fā)者模式,打開 oem unlock

3. 連接電腦 adb reboot bootloader

4. 手機(jī)進(jìn)入fastboot mode后 電腦輸入 fastboot devices 查看是否有設(shè)備

沒有設(shè)備的話進(jìn)入電腦設(shè)備管理檢查是否安裝了Bootloader驅(qū)動(dòng)

5. 輸入fastboot flashing unlock 回車

6.手機(jī)上音量鍵操作 選擇Unlock the bootloader,電源鍵確認(rèn)

7. 輸入 fastboot reboot

8. 啟動(dòng)后會(huì)擦除unlock bootloader之前的數(shù)據(jù),并提示手機(jī)已經(jīng)解鎖bootloader

Root Part


1. google官網(wǎng)下載手機(jī)版本對(duì)應(yīng)的Rom


2. 把boot.img復(fù)制到手機(jī)

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\ 已復(fù)制 1 個(gè)文件。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 個(gè)文件 78,751,690 字節(jié)4 個(gè)目錄 88,339,081,216 可用字節(jié)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.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


那么兩者的關(guān)聯(lián)是什么呢?是不是獲取root后就自動(dòng)解鎖system分區(qū)呢?答案是否定的,完

美root是app授權(quán)相關(guān),解鎖system是改動(dòng)system,并沒有直接的關(guān)系,如果你需要解鎖syst

em,你的前提就是先獲取面具完美root,有了root后,才可以授權(quán)腳本或者app,最快實(shí)驗(yàn)解

鎖system分區(qū)功能

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

總結(jié)

以上是生活随笔為你收集整理的Pixel6 解锁bootloader的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。