Update Home
parent
e7eb3a9636
commit
884543b9dd
1 changed files with 23 additions and 1 deletions
24
Home.md
24
Home.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Transfer old maps
|
||||
|
||||
- Before opening Co Maps
|
||||
### Before opening Co Maps
|
||||
- Connect through CLI via ADB
|
||||
```
|
||||
adb shell
|
||||
|
|
@ -23,3 +23,25 @@ exit
|
|||
```
|
||||
exit
|
||||
```
|
||||
### After CoMaps was open
|
||||
- Connect through CLI via ADB
|
||||
```
|
||||
adb shell
|
||||
```
|
||||
- Become root
|
||||
```
|
||||
su
|
||||
```
|
||||
- Remove new folder & rename old folder
|
||||
```
|
||||
rm -rf /sdcard/Android/data/app.comaps
|
||||
mv /sdcard/Android/data/app.comaps.fdroid /sdcard/Android/data/app.comaps
|
||||
```
|
||||
- Exit root
|
||||
```
|
||||
exit
|
||||
```
|
||||
- Exit shell
|
||||
```
|
||||
exit
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue