首页 > 其他分享 >Pixel 2XL线刷-获取Root权限

Pixel 2XL线刷-获取Root权限

时间:2023-06-16 21:45:45浏览次数:45  
标签:OKAY 2XL img 线刷 system does contain Root archive

Pixel 2XL线刷-获取Root权限

【一】什么是线刷,什么是卡刷

(1)什么是线刷

  • 线刷(通过连接计算机进行刷机):
    • factory完整包,可以降级
  • 线刷是指使用计算机通过USB连接将刷机文件传输到设备上,并通过命令行工具(如ADB和Fastboot)执行刷机操作的方式。
  • 在线刷过程中,设备进入Fastboot模式,通过Fastboot命令将分区映像(如boot、system、recovery等)刷入设备。
  • 线刷通常需要安装ADB和Fastboot工具,并具备一定的命令行操作能力。

(2)什么是卡刷

  • 卡刷(通过恢复模式和刷机包进行刷机):
    • OTA升级包,只能升级,不可以降级
  • 卡刷是指将刷机包文件(如Factory Image或OTA更新)保存到设备的存储介质(如SD卡或内部存储)上,然后通过恢复模式选择刷机包进行刷机的方式。
  • 在卡刷过程中,设备进入恢复模式,用户通过菜单导航选择刷机包并确认刷机操作,系统会将刷机包中的内容刷入设备相应的分区。
  • 卡刷通常不需要计算机,而是直接在设备自身的恢复模式中完成操作。

(3)二者的比较

  • 两种刷机方式各有优劣和适用场景。
    • 线刷通常提供更多的控制和灵活性,适合开发者和高级用户;
    • 而卡刷相对简单且无需计算机,适合普通用户进行系统恢复、升级和刷入官方固件等操作

【二】Pixel 2xl 线刷流程

1 下载官方的factory完整包

https://developers.google.cn/android/images?hl=zh-cn#taimen

2 选择版本下载(factory完整包,指定手机型号,选择系统)

taimen-rp1a.201005.004.a1-factory-2f5c4987.zip

3 解压,flash-all.bat 是win机器线刷脚本,flash-all.sh是mac或linux线刷脚本

bootloader-taimen-tmz30m.img
flash-all.bat
flash-all.sh
flash-base.sh
image-taimen-rp1a.201005.004.a1.zip
radio-taimen-g8998-00034-2006052136.img

4 进入Fastboot模式 重启手机,fastboot模式

adb reboot bootloader

又见到了熟悉的界面

5 查看fastboot是否正常连接手机

fastboot devices

6 执行脚本(注意路径要在factory完整包,解压路径)

注意### 亲测使用最新的adb刷入失败,选择Version 30.0.5

sudo ./flash-all.sh
Sending 'bootloader_a' (36356 KB)                  OKAY [  1.019s]
Writing 'bootloader_a'                             OKAY [  0.374s]
Finished. Total time: 1.397s
Rebooting into bootloader                          OKAY [  0.001s]
Finished. Total time: 0.001s
Sending 'radio_a' (60388 KB)                       OKAY [  1.716s]
Writing 'radio_a'                                  OKAY [  0.582s]
Finished. Total time: 2.302s
Rebooting into bootloader                          OKAY [  0.000s]

Finished. Total time: 0.000s

Bootloader Version...: TMZ30m
Baseband Version.....: g8998-00034-2006052136

Serial Number........: 801KPUU1367574

extracting android-info.txt (0 MB) to RAM...
Checking 'product'                                 OKAY [  0.001s]
Checking 'version-bootloader'                      OKAY [  0.001s]
Checking 'version-baseband'                        OKAY [  0.001s]
Setting current slot to 'a'                        OKAY [  0.008s]
extracting boot.img (40 MB) to disk... took 0.139s
archive does not contain 'boot.sig'
Sending 'boot_a' (40960 KB)                        OKAY [  0.986s]
Writing 'boot_a'                                   OKAY [  0.370s]
extracting dtbo.img (8 MB) to disk... took 0.021s
archive does not contain 'dtbo.sig'
Sending 'dtbo_a' (8192 KB)                         OKAY [  0.192s]
Writing 'dtbo_a'                                   OKAY [  0.077s]
archive does not contain 'dt.img'
archive does not contain 'recovery.img'
extracting vbmeta.img (0 MB) to disk... took 0.000s
archive does not contain 'vbmeta.sig'
Sending 'vbmeta_a' (4 KB)                          OKAY [  0.001s]
Writing 'vbmeta_a'                                 OKAY [  0.003s]
archive does not contain 'vbmeta_system.img'
archive does not contain 'vendor_boot.img'
archive does not contain 'super_empty.img'
archive does not contain 'boot_other.img'
archive does not contain 'odm.img'
archive does not contain 'odm_dlkm.img'
archive does not contain 'product.img'
extracting system.img (2450 MB) to disk... took 8.392s
archive does not contain 'system.sig'
Sending sparse 'system_a' 1/6 (458752 KB)          OKAY [ 11.095s]
Writing 'system_a'                                 OKAY [  2.115s]
Sending sparse 'system_a' 2/6 (458752 KB)          OKAY [ 10.636s]
Writing 'system_a'                                 OKAY [  2.121s]
Sending sparse 'system_a' 3/6 (458752 KB)          OKAY [ 10.727s]
Writing 'system_a'                                 OKAY [  2.103s]
Sending sparse 'system_a' 4/6 (458752 KB)          OKAY [ 10.719s]
Writing 'system_a'                                 OKAY [  2.121s]
Sending sparse 'system_a' 5/6 (524200 KB)          OKAY [ 12.073s]
Writing 'system_a'                                 OKAY [  2.411s]
Sending sparse 'system_a' 6/6 (150336 KB)          OKAY [  3.472s]
Writing 'system_a'                                 OKAY [  0.693s]
archive does not contain 'system_ext.img'
extracting system_other.img (311 MB) to disk... took 1.298s
archive does not contain 'system.sig'
Sending 'system_b' (318468 KB)                     OKAY [  7.554s]
Writing 'system_b'                                 OKAY [  1.492s]
extracting vendor.img (325 MB) to disk... took 1.367s
archive does not contain 'vendor.sig'
Sending 'vendor_a' (333468 KB)                     OKAY [  8.089s]
Writing 'vendor_a'                                 OKAY [  1.554s]
archive does not contain 'vendor_dlkm.img'
archive does not contain 'vendor_other.img'
Erasing 'userdata'                                 OKAY [  0.897s]
mke2fs 1.45.4 (23-Sep-2019)
Creating filesystem with 13902843 4k blocks and 3481600 inodes
Filesystem UUID: 5fe38325-8737-4798-8b4a-263e023faf66
Superblock backups stored on blocks:
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
	4096000, 7962624, 11239424

Allocating group tables: done
Writing inode tables: done
Creating journal (65536 blocks): done
Writing superblocks and filesystem accounting information: done

Sending 'userdata' (316 KB)                        OKAY [  0.008s]
Writing 'userdata'                                 OKAY [  0.013s]
Rebooting                                          OKAY [  0.000s]
Finished. Total time: 102.961s

7 刷入成功,等待重启,重新开启调试模式

【三】Root手机

1 下载Magisk给手机root

https://github.com/topjohnwu/Magisk/releases

2 下载 Magisk-v26.1.apk

3 把Magisk-v26.1.apk安装在手机上

adb install -r /Users/lqz/soft/Magisk-v26.1.apk

显示安装成功

 Performing Streamed Install
	Success

此时打开Magisk,看到超级用户栏是无法点选的,因为没有root

4 解压压缩包,刚刚装系统的压缩包解压后有image-taimen-rp1a.201005.004.a1.zip,把它解压

  bootloader-taimen-tmz30m.img
  flash-all.bat
  flash-all.sh
  flash-base.sh
  image-taimen-rp1a.201005.004.a1.zip
  radio-taimen-g8998-00034-2006052136.img

5 文件如下

  android-info.txt
  boot.img         # 引导镜像
  dtbo.img
  system_other.img
  system.img
  vbmeta.img
  vendor.img

6 把引导镜像[boot.img],使用Magisk修补[一定要注意文件路径]

adb push ./boot.img /sdcard/Download

7 在手机上打开Magisk,选择安装--》选择修补一个文件---》选择上传的 boot.img ---》点击开始---》修补完成后变成

adb pull /sdcard/Download/magisk_patched-26100_0DQpw.img /Users/lqz/soft

从手机拖到电脑上了

8 手机进入fastboot模式

adb reboot bootloader
fastboot devices

9 执行

fastboot flash boot /Users/lqz/soft/magisk_patched-26100_0DQpw.img

10 重启手机,root完成

adb reboot bootloader

11 设备有A/B分区的话,需要执行

fastboot flash boot_a /Users/lqz/soft/magisk_patched-26100_0DQpw.img
fastboot flash boot_b /Users/lqz/soft/magisk_patched-26100_0DQpw.img

重启设备

fastboot reboot

12 开启手机,打开Magisk,发现root成功

标签:OKAY,2XL,img,线刷,system,does,contain,Root,archive
From: https://www.cnblogs.com/dream-ze/p/17486549.html

相关文章

  • Day01 1.3 什么是Root设备
    Day011.3什么是Root设备【一】什么是rootROOT是指获取安卓设备(手机或平板电脑)的超级用户权限,也被称为管理员或根用户权限。通过Root手机,用户可以获得对操作系统的完全控制权限,可以访问和修改系统文件、安装自定义固件、运行需要Root权限的应用程序等。Root权限的好处包......
  • 2023-06-14:我们从二叉树的根节点 root 开始进行深度优先搜索。 在遍历中的每个节点处,
    2023-06-14:我们从二叉树的根节点root开始进行深度优先搜索。在遍历中的每个节点处,我们输出D条短划线(其中D是该节点的深度)然后输出该节点的值。(如果节点的深度为D,则其直接子节点的深度为D+1根节点的深度为0如果节点只有一个子节点,那么保证该子节点为左子节点给出遍......
  • 2023-06-14:我们从二叉树的根节点 root 开始进行深度优先搜索。 在遍历中的每个节点处,
    2023-06-14:我们从二叉树的根节点root开始进行深度优先搜索。在遍历中的每个节点处,我们输出D条短划线(其中D是该节点的深度)然后输出该节点的值。(如果节点的深度为D,则其直接子节点的深度为D+1根节点的深度为0如果节点只有一个子节点,那么保证该子节点为左子节点给出遍历输出......
  • 2023-06-14:我们从二叉树的根节点 root 开始进行深度优先搜索。 在遍历中的每个节点处,
    2023-06-14:我们从二叉树的根节点root开始进行深度优先搜索。在遍历中的每个节点处,我们输出D条短划线(其中D是该节点的深度)然后输出该节点的值。(如果节点的深度为D,则其直接子节点的深度为D+1根节点的深度为0如果节点只有一个子节点,那么保证该子节点为左子节点给出遍历输出......
  • ubuntu20.4安装geant4和root
    1.下载需要的软件包和数据包下载roothttps://root.cern/install/all_releases  下载geant4https://geant4.web.cern.ch/download/all  2.准备安装文件在home目录下面创建一个geant4的文件夹打开geant4文件夹,在里面创建一个file的文件夹将下载好的14个文件拖动到......
  • goland提示GOROOT is not defined
    场景,今天在新电脑使用goland,打开goland,没有加载GOROOT1.先检查GOROOT和GOPATH等配置是否已经加到系统环境变量中,如果没有加,那么就加一下2.跟着Goland提示进入到配置项中,选择goland安装目录又提示TheselecteddirectoryisnotavalidhomeforGoSdk那么接下来就需要改一......
  • (2023.6.12)buildroot交叉编译第三方库
    编译链没有精确到bin目录Buildroot下没有dl文件夹(编译之后才有;新的第三方库,文件夹如何命名?) 修改profile,使用build_root重新编译??(重新打包就行)新的第三方库源码如何配置编译参数?......
  • 【Ubuntu22.04】安装MySQL数据库,修改root用户密码,实现远程访问,
    预备条件本次实验使用静态IP的地址192.168.1.81作为mysql-001服务器地址,并配置为本地域名mysql-001:打开Powershell(Window自带)使用SSH方式连接服务器,用户名test,密码:123456:安装Mysql:更新软件源aptupdate安装MySQL8.0,因为Ubuntu22.04不支持MySQL5.7sudoaptinst......
  • RK3568开发板Buildroot 系统设置显示颜色格式
    BuildrootSDK内Weston目前默认显示格式为ARGB8888,对于某些低性能平台,可以在weston.ini的core段配置为RGB565。修改文件系统中/etc/xdg/weston/weston.ini文件,修改如下所示:[core]#xrgb8888|rgb565|xrgb2101010gbm-format=rgb565也可以在weston.ini的output段单独配......
  • 使用外置存储设备扩展exroot(MT1300)
    环境说明:GL-INETMT1300设备一台8GU盘一个,已经格式化文件系统为EXT41.安装相关工具opkgupdateopkginstallblock-mountkmod-fs-ext4e2fsprogsfdisk 2.修改fstab配置文件,更改现有文件系统的挂载点DEVICE="$(sed-n-e"/\s\/overlay\s.*$/s///p"/etc/mtab)"uci-q......