Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx252525 authored Dec 20, 2024
1 parent f4c8b3c commit 77cb068
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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
```

0 comments on commit 77cb068

Please sign in to comment.