From 5ce2c189f207f6abdd0cd15311b8b0ffb7177f35 Mon Sep 17 00:00:00 2001 From: dqzg12300 Date: Sun, 8 Jan 2023 19:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=9C=BA=E9=83=A8=E5=88=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter-02/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter-02/README.md b/chapter-02/README.md index 74eb073..2697a4f 100644 --- a/chapter-02/README.md +++ b/chapter-02/README.md @@ -534,7 +534,7 @@ make dist DIST_DIR=dist_output ​ 接下来是如何刷入卡刷包,有两种刷入方式,一种是使用`adb sideload`命令刷入,另一种方式是使用twrp刷入。下面演示两种不同方式的刷机流程。 -​ 1、adb sideload +​ 1、adb sideload(这里没写完,你补充一下,我这边环境没跑通) ​ 首先进入fastbootd @@ -553,4 +553,4 @@ fastboot reboot fastboot ​ -​ 2、twrp +​ 2、twrp(这里没写完,你补充一下,我这边环境没跑通)