1
0

docs: 更新文章内容

This commit is contained in:
2025-10-13 10:20:34 +08:00
parent 6e549d6b49
commit afea227c37
108 changed files with 1439 additions and 921 deletions

View File

@@ -1,5 +1,5 @@
---
title: 蓝狐BLUEFOXNX1 刷 GSI 系统
title: "蓝狐BLUEFOXNX1 刷 GSI 系统"
date: 2025-07-02T22:27:40Z
lastmod: 2025-07-03T21:54:29Z
tags: [Android,GSI,刷机,系统]
@@ -21,11 +21,11 @@ tags: [Android,GSI,刷机,系统]
手机关机,打开 MTK Client 软件,手机同时按住“音量加”和“音量减”键,然后通过数据线连接到电脑。
![image](assets/image-20250702233608-t3r8wve.png)
![image](assets/image-20250702233608-t3r8wve.png)
使用 MTK Client 的“Read partition”功能读出除“userdata”用户数据以外的分区备份以便刷坏了可以还原。
![image](assets/image-20250702224334-vyg3sj8.png)
![image](assets/image-20250702224334-vyg3sj8.png)
### 二、解锁 BootLoader
@@ -39,7 +39,7 @@ tags: [Android,GSI,刷机,系统]
然后执行 `adb reboot bootloader` 命令,等待几秒钟,直到设备重新启动进入引导加载程序。
> 注意:进入 fastboot 模式后,大概率会因为没有驱动程序,执行 `fastboot` 命令失败,需要参考“[https://www.cnblogs.com/changweijinghu/p/16880803.html](https://www.cnblogs.com/changweijinghu/p/16880803.html)”解决。
> 注意:进入 fastboot 模式后,大概率会因为没有驱动程序,执行 `fastboot` 命令失败,需要参考“[https://www.cnblogs.com/changweijinghu/p/16880803.html](https://www.cnblogs.com/changweijinghu/p/16880803.html)”解决。
>
> 驱动程序下载地址:[获取 Google USB 驱动程序](https://developer.android.com/studio/run/win-usb) / [usb_driver_r13-windows.zip](https://dl.google.com/android/repository/usb_driver_r13-windows.zip)
@@ -59,7 +59,7 @@ No (Volume Down): Do not unlock bootloader.
将下载的 GSI 文件包解压到 ADB 工具所在文件夹内。
> 例如本文使用的 `aosp_arm64-exp-BP1A.250405.005.C1-13151952-61d23231.zip`,可以解压得到 `system.img` 和 `vbmeta.img` 这两个镜像文件。
> 例如本文使用的 `aosp_arm64-exp-BP1A.250405.005.C1-13151952-61d23231.zip`,可以解压得到 `system.img` 和 `vbmeta.img` 这两个镜像文件。
依次执行以下命令,刷入镜像:
@@ -72,6 +72,6 @@ fastboot reboot
> 注意:执行 `fastboot reboot fastboot` 命令后如果等待比较久都没出现“Finished”提示则需要插拔一下数据线。
![image](assets/image-20250702232252-k8k0r2r.png)
![image](assets/image-20250702232252-k8k0r2r.png)