Pixel6 解锁bootloader

解锁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.

patch boot.img via magisk root pixel 6 via magisk

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

https://www.getdroidtips.com/unlock-bootloader-root-google-pixel-6-6-pro/#Root-Google-Pixel-6-and-Pixel-6-Pro-via-Magisk

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
Pixel手机的ADB解锁命令可以通过以下步骤来完成: 1. 首先,确保你的Pixel手机已经安装了ADB和Fastboot工具,你可以从官方网站或第三方来源下载并安装这些工具。 2. 然后,在Pixel手机上启用开发者选项。你可以在设置中找到开发者选项,并将其打开。如果你找不到开发者选项,请在“关于手机”中找到“版本号”,连续点击多次版本号,直到你看到一个通知告诉你已经开启了开发者选项。 3. 进入开发者选项,找到“OEM解锁”选项,并打开它。请注意,这个选项可能在不同的Pixel手机型号中有所不同。 4. 确保你的Pixel手机已经连接到电脑上,并打开一个命令行窗口或终端。 5. 在命令行窗口中输入以下命令来确认你的设备是否被正确连接: ``` adb devices ``` 6. 如果你的设备被正确连接,命令行窗口会显示你的设备的序列号。 7. 现在,输入以下命令来进入设备的引导模式: ``` adb reboot bootloader ``` 8. 你的手机将会重新启动并进入引导模式。 9. 输入以下命令来解锁Pixel手机的引导程序: ``` fastboot flashing unlock ``` 10. 在Pixel手机上确认解锁操作,然后等待设备完成解锁过程。在此过程中,请确保你的设备保持连接状态。 11. 当解锁完成后,你可以使用以下命令重新启动Pixel手机: ``` fastboot reboot ``` 请注意,解锁Pixel手机的引导程序将会清除所有用户数据,包括应用程序、照片、联系人等。在进行此操作之前,请务必备份你的重要数据。同时,请确保你对此操作有足够的了解,并自担风险。引用 <span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [Pixel6 解锁bootloader](https://blog.csdn.net/iffy1/article/details/122374055)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* [【AndroidPixel 2 解锁 Bootloader](https://blog.csdn.net/han1202012/article/details/104553288)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值