Pixel XL 搞机 LineageOS

准备工作

  1. 打开开发者模式,开启调试模式,解锁OEM,这些就不用多说了
  2. 下载官方底包(7.1.2 (NJH47F, Aug 2017)):https://dl.google.com/dl/android/aosp/marlin-njh47f-factory-497f7f66.zip
  3. 下载LineageOs系统镜像:https://updater.invisiblek.org/marlin
  4. 下载刷机相关:https://dl.twrp.me/marlin/
  5. 这里我以14.1为例,因为自己需要7.1系统,
  6. root的话就用Magisk:https://github.com/topjohnwu/Magisk/releases/
  7. 官方:https://developers.google.cn/android/images

开始

//先把官方底包刷上,再走下面步骤,
//解压,然后运行:flash-all
//===================================
adb devices
adb reboot bootloader
//记得双清
fastboot boot twrp-3.3.1-3-marlin.img
adb sideload lineage-14.1-20171019-UNOFFICIAL-marlin.zip
//刷recovery
adb sideload twrp-pixel-installer-marlin-3.3.0-0.zip
adb sideload Magisk-v20.1.zip
//此时可以Format Data一下
//(slot a)重启
发布了77 篇原创文章 · 获赞 44 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/lemisky/article/details/103308063