-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Android-flash-memory-backup | ||
备份安卓手机字库(flash_memory_backup) | ||
|
||
下载文件到手机或者电脑 | ||
``` | ||
wget https://raw.githubusercontent.com/xxx252525/Android-flash-memory-backup/main/flash_memory_backup.sh | ||
或者 | ||
curl -O https://raw.githubusercontent.com/xxx252525/Android-flash-memory-backup/main/flash_memory_backup.sh | ||
``` | ||
|
||
git下载 | ||
``` | ||
git clone https://github.com/xxx252525/Android-flash-memory-backup.git | ||
``` | ||
|
||
如果是下载到电脑上的,请传输文件到手机中 | ||
``` | ||
adb push PC路径 /sdcard | ||
``` | ||
|
||
然后在手机上赋予执行权限后执行文件 | ||
``` | ||
./flash_memory_backup。sh | ||
``` |