Essential PH-1

硬件纠结&入坑PH-1

在年初真香了Pixel3后不慎把外屏摔裂...本来想换个屏幕将就将就的,后来发现淘宝上的屏幕总成比我当时买整机的价格还贵。。。遂心疼,贫穷使我不停地找替代品。由于只想体验原生安卓,讲究血统,选择范围也有限,整个纠结过程还是在硬件上:

  • 先还是Pixel系列,发现Pixel2的屏占比太小了用不惯,2XL又普遍存在烧屏,而且鄙人手指短又喜欢单手操作,2XL、3XL的大屏实在是驾驭不来,Pixel3是唯一选择,但又淘不到合适的Pixel 3了,花600块钱换个屏幕又实属心疼;
    (此处待添加图片)
  • 然后又瞄上了一加,一加只看中了OnePlus 5T,虽然是跟Pixel2XL/3XL一样不易于单手操控,但它的外观衔接、边倒角做工、手感感觉比较好,而且可玩性较高;OnePlus6往上的都实在是太丑了,不知道是我没跟上这几年安卓的大屏审美还是啥,实在get不到;但5T淘了半天也没淘到理想的机子,心大心细,看上了的又半天没到就被拍走,难过。
    (此处待添加图片)
  • 最后想起了MATA,这个由安卓之父Andy Rubin打造的产品,论起血统那算是比Pixel还Android,最纯粹的安卓机没有之一。遂找了一下,惊喜的发现这个方方正正的Essential-PH1竟然有一块5.7寸高达503dpi的高素质屏幕(Pixel3是5.5寸的440dpi,已经感觉完爆很多机子了),还有骁龙835的4+128(Pixel3是845+4+128),窄边框的设计和Titanium Body完全是另一种高级感,区别于Pixel3的Geek风;而且没有和运营商绑定,全球全频段,根本不用纠结美版欧版日版,太绝了。遂上某鱼一看,399顺丰包邮,果断杀入。
    (此处待添加图片)
    到手后发现... 用惯了Pixel3(148g),这机子是真的重(185g),而且太宽了,没有Pixel3修长的美感(2:1);但屏幕素质是真的好,完全没有颗粒感,肉眼可见的比Pixel3好,用着太赏心悦目了,动力满满,开始折腾!

软件折腾&注入灵魂

接着就是一些刷机的笔记了,记录得有点零散:
首先是官方手册参考:https://mata.readthedocs.io/_/downloads/en/latest/pdf/
非常有用,里边把能遇到的坑基本上都覆盖了。

参考资料汇总

自从上回的Moto X 2014以来,已经有6年没有刷过机了,折腾后才知道从安卓7.0开始大部分都采用AB分区了,不是传统的那bootloader\recovery\boot\system四件套+对userdata和cache的双清了,最大的改变还是recovery系统(TWRP)的刷入,从专门的recovery分区转变到了boot分区。
(此处附AB分区的图)
-AB分区详细介绍及图片来源:https://blog.csdn.net/guyongqiangx/article:/details/71334889
-知乎关于 Root MATA的参考帖子:https://zhuanlan.zhihu.com/p/58507641
-TeamWin官方的TWRP for MATA的参考链接:https://twrp.me/essential/essentialph1.html

知识储备

MATA的原生是一种特殊的AB分区结构,如TWRP官网ph1页面中所描述:

The Essential Phone uses the newer AB partition scheme first introduced on the Pixel 1. As such there is no recovery partition. Instead, the recovery is part of the boot image. Unlike the Pixel devices, Essential has disabled fastboot boot so there is no way to temporarily boot TWRP to perform an installation.

官方手册的描述:

The two boot partitions on this device, named boot_a and boot_b respectively, are not your “traditional” boot partitions. Both of these partitions contain a kernel and ramdisk like you are probably used to. The difference is that the ramdisk is now your recovery. This device uses a “system-as-root” layout, with which the system partition now contains what would have been the ramdisk.
The A/B partitioning scheme can be quite confusing to users. There are actually two copies of many of the partitions

MATA的刷机机制,比较以下三种刷Recovery的方式可能会更容易理解一点:

  • Legacy分区的recovery刷入:Moto X 2014的TeamWin刷机指令
adb reboot bootloader
fastboot flash recovery twrp.img
fastboot reboot
  • 正常AB分区采用的刷入Recovery的形式:OnePlus 6等机型

1.在twrp.me下载img包与zip包
2.将img包放入adb根目录,手机fastboot模式下,电脑adb操作:
fastboot boot twrp.img
3.进入临时的twrp,将zip文件拷进手机中,卡刷,完成

可见,跟Legacy不同的是,在没有了专门的recovery分区后不能直接flash twrp.img了,而是将其作为临时镜像boot,将Rec操作系统(twrp.zip包)通过卡刷的形式刷入

  • MATA的AB分区刷入形式:记得最好下载官方的驱动,或者Minimal的驱动

1.twrp.me上下载img包和zip包
2.把img包放入驱动文件夹下的根目录,手机fastboot模式下,输入如下命令:
fastboot getvar current-slot #获得当前分区,假设为A
fastboot flash boot_b twrp.img #将recovery刷入opposite分区
fastboot --set-active=b #将opposite分区状态设为active
3.在Opposite分区下进入刷入的Rec,然后通过卡刷的形式刷入包

可见,和正常AB分区不同,MATA的AB分区没办法通过fastboot boot命令启动镜像进行卡刷,只能将其作为boot.img刷入opposite分区,再卡刷

疑问,为什么不能直接fastboot flash boot_a twrp.img?

MATA 刷入Recovery、Magisk、三方ROM步骤

  1. 备份,并Remove掉密码、PIN、指纹等(很重要)
  2. 开启USB调试与OEM解锁,老样子,版本号点击7次
  3. 驱动下载:Minimal和官方的Essential Driver驱动,直接Google即可
  4. 进入Fastboot,解Bootloader

手动进入:关机+Vol Down
线刷进入:手机开机状态连电脑,在驱动的文件夹下打开cmd(管理员模式),输入:
adb devices #如果出现则需要换驱动
adb reboot bootloader #进入bootloader界面
fastboot devices
fastboot flashing unlock 解锁,并在手机上点Yes

  1. 线刷TWRP Recovery
  1. 文件准备:twrp.me上下载img包和zip包
  2. 线刷临时的Rec(类比boot临时的Rec,只不过没有MATA不支持fastboot boot命令)
    fastboot getvar current-slot #获得当前分区,假设为A
    fastboot flash boot_b twrp.img #将recovery刷入opposite分区
    fastboot --set-active=b #将opposite分区状态设为active
  3. 进入Opposite(B)分区下刷入的Rec(可能会断触),然后通过卡刷zip包的形式为A分区刷入Rec
  1. 断触处理
    看帖子和外网论坛都说,由于安全固件的版本号对不上,在Opposite分区的Rec中屏幕会断触,官方也提到了这个问题,采用adb sideload方法即可:

Some day you may end up with a firmware that doesn’t play well with twrp. Either no touch screen, or no data decryption. One quick way to flash a zip in this situation is to put the device in sideload mode via an adb command:
adb shell twrp sideload
then flash your zip using adb sideload:
adb sideload myawesomezip.zip

  1. 卡刷Magisk

卡刷magisk后,需同步下载Magisk APP才能获取Root

  1. 卡刷各种固件&系统

本人刷的Evo X,不知为何,有种手握高达的感觉
目前还存在android.phone keeps stopping 的提示框闪烁问题,还没找到对应资料,不知道插卡了会不会好一点

MATA 底包刷入及OTA

由于Essential已经倒闭了,所有底包都在SourceForge上:
https://sourceforge.net/projects/essential-static/
MATA的底包线刷也不是随便一个fastboot flash system xxx.img能搞定的了,在SourceForge上下载好的zip包里面自带flashall.bat,在手机fastboot模式下电脑双击这个文件运行就好了,但点开一看... 才发现原来需要这么多的功夫,刚开始还想线刷EvoX,简直是太天真了:

fastboot flash nvdef_a nvdef.img
fastboot flash nvdef_b nvdef.img
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash system_a system.img
fastboot flash system_b system.img
fastboot flash bluetooth_a bluetooth.img
fastboot flash bluetooth_b bluetooth.img
fastboot flash xbl_a xbl.img
fastboot flash xbl_b xbl.img
fastboot flash abl_a abl.img
fastboot flash abl_b abl.img
fastboot flash dsp_a dsp.img
fastboot flash dsp_b dsp.img
fastboot flash modem_a modem.img
fastboot flash modem_b modem.img
fastboot flash vendor_a vendor.img
fastboot flash vendor_b vendor.img
fastboot flash keymaster_a keymaster.mbn
fastboot flash keymaster_b keymaster.mbn
fastboot flash cmnlib_a cmnlib.mbn
fastboot flash cmnlib_b cmnlib.mbn
fastboot flash cmnlib64_a cmnlib64.mbn
fastboot flash cmnlib64_b cmnlib64.mbn
fastboot flash tz_a tz.mbn
fastboot flash tz_b tz.mbn
fastboot flash hyp_a hyp.mbn
fastboot flash hyp_b hyp.mbn
fastboot flash rpm_a rpm.mbn
fastboot flash rpm_b rpm.mbn
fastboot format userdata
fastboot reboot

还有一些小坑

  1. 到手的时候我的MATA系统版本是7.1.1,然后直接进行刷Recovery和卡刷EvoX(10.5.4)系统的操作(有意思的是,临时的Rec并没有断触),但进入系统后就断触了,点不动。所以建议还是先升级对应的底包,把上述的那些fastboot flash都刷一遍,再刷三方ROM会好一点

  2. 如果在原system/ROM中设置了密码,进入TWRP时必须Decrypt密码,断触的话基本就很麻烦,不输入密码就没办法adb sideload了;此外,还不能设置指纹,设置指纹后会导致decrypt乱码,会提示密码错误,twrp也不能读取MATA的文件系统了。因此,建议刷机的时候,把密码Remove掉,少走很多弯路。

你可能感兴趣的:(Essential PH-1)