-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
60 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 解锁BL后干点啥 | ||
|
||
## 刷入 `Magisk` 获取Root权限 | ||
|
||
再次使用 `MTKClient` 提取设备中的 `boot` , `vbmeta` 这两个分区的镜像 | ||
|
||
提取出来的是后缀为 `bin` 的文件,不需要转换至 `img` 格式的 | ||
|
||
安装 `Magisk` ,喂给ta `boot.bin` 重新打包 | ||
|
||
打包完成后,将其打包好的 `img` 文件传入电脑 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
# 开始刷机 | ||
# 刷系统————逃离原厂各种垃圾功能 | ||
|
||
## GSI | ||
## 引入 | ||
|
||
对于像联想的这种的平板,直接支持的rom很少,也很难找,所以使用GSI的支持来刷系统 | ||
对于 `Lenovo` 平板来说,直接支持的rom很少,或者说根本就没有,因为 `Lenovo` 平板也算是 `冷门` 机型了 | ||
|
||
检查您的设备是否支持GSI,可以使用 *treble* 来完成检查 | ||
所以通过设备对 `GSI` 的支持进行 换系统 | ||
|
||
## GSI 初步认识 | ||
|
||
### 什么是 `GSI`? | ||
|
||
`GSI` 是 `Gobal System Image` 也就是 `通用系统镜像`,是一种神奇的Android通用镜像,ta可以忽略“是否兼容硬件”这种疑问进行更换系统,这无疑是很好的;当然,使用ta也将可能会面临着硬件调用不合理导致的一些问题,如:续航变短、手势跟不上、屏幕亮度奇怪等。但是,总比住原厂的“垃圾堆”里强吧 | ||
|
||
[关于 `GSI` 的Google官方文档](https://source.android.google.cn/docs/setup/create/gsi?hl=zh-cn) | ||
|
||
### 设备检查 | ||
|
||
检查您的设备是否支持GSI,可以使用 *Treble* 来完成检查 | ||
|
||
![gsi-supprot](/asstes/) | ||
|
||
如果检查结果如上图,恭喜您!您的设备支持GSI,让我们进入下一步吧! | ||
|
||
如果检查结果显示您的设备不支持GSI,那么您就可以就此暂停了( | ||
|
||
## 合适的ROM | ||
## 合适的 `GSI` 镜像 | ||
|
||
目前,我已经体验过三款 `GSI` 系统,分别为: | ||
|
||
Dot OS, Lineage OS, PixelExpenrience | ||
|
||
而我现在在 `Dot OS` 上过的“逍遥快活”,因为我个人认为 `Dot OS` 是这几款里面既有颜值又有可玩性的一个 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters