规格
Google Nexus 6 (shamu) | 国内版本 motolora xt1103 |
---|---|
Released | October 29, 2014 |
Specifications | |
SoC | Qualcomm APQ8084 Snapdragon 805 |
RAM | 3 GB |
CPU | Quad-core Krait 450 2.7 GHz |
Architecture | arm |
GPU | Qualcomm Adreno 420 |
Network | 2G GSM2G CDMA3G UMTS4G LTE |
Storage | 32/64 GB |
Screen | 5.96 in (151.38 mm) 2560x1440 (492 PPI) Pentile RGBG AMOLED |
Bluetooth | 4.1 |
Wi-Fi | 802.11 a/b/g/n/ac |
Peripherals | AccelerometerGyroscopeProximity sensorCompassBarometerHall effect sensorNFCQi wireless chargingDual front speakers |
Cameras | 213 MP, Dual LED flash2.1 MP, No flash |
Dimensions | 159.3 mm (6.27 in) (h) 83 mm (3.27 in) (w) 10.1 mm (0.4 in) (d) |
Battery | Non-removable Li-Po 3220 mAh |
LineageOS info | |
Kernel version | 3.10 (source code) |
Previously supported versions | 14.1 (Android 7.1)15.1 (Android 8.1)16.0 (Android 9)17.1 (Android 10)18.1 (Android 11) |
指南
https://lineageosroms.com/shamu/
Lineos ROM 下载 (18.1)
https://mirrorbits.lineageos.org/full/shamu/20221212/lineage-18.1-20221212-nightly-shamu-signed.zip
https://drive.google.com/file/d/1IHzt1-SOyy5QrHpN0Bc49pYX1rRObiwa/view
刷机准备
硬件:PC 一台, 手机一只,确保USB线能传文件而不是只能充电
软件: USB驱动程序,adb platform tools, ROM
步骤
-
如果存在,请在设备设置下的开发者选项中启用 OEM 解锁。
-
通过 USB 将设备连接到您的 PC。
-
在计算机上,打开命令提示符(在 Windows 上)或终端(在 Linux 或 macOS 上)窗口,然后输入:
adb -d reboot bootloader
您还可以通过组合键启动到fastboot模式:
- 在设备关闭的情况下,Volume Down启动时按住。
-
设备处于fastboot模式后,请输入以下命令验证您的电脑是否找到它:
fastboot devices
如果您没有得到任何输出或者出现错误:
- 在 Windows 上:确保设备在设备管理器中不带三角形。尝试其他驱动程序,直到上述命令有效!
- 在 Linux 或 macOS 上:如果您看到,
no permissions fastboot
请尝试以 root 身份运行fastboot
。当输出为空时,请检查您的 USB 电缆和端口!
-
现在输入以下命令来解锁引导加载程序:
fastboot oem unlock
注意:此时设备可能会显示屏幕提示,需要交互才能继续解锁引导加载程序的过程。请按照设备要求的任何操作继续操作。
-
如果设备没有自动重启,请重启。现在应该已经解锁了。
-
由于设备完全重置,您需要重新启用 USB 调试才能继续。
上述步骤中的recovery.img 也可以采用TWRP的对应镜像, 下载页面和对应的安装指南如下
https://twrp.me/motorola/motorolanexus6.html
采用sideload 进行安装