Add Home
commit
e7eb3a9636
1 changed files with 25 additions and 0 deletions
25
Home.md
Normal file
25
Home.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Co Maps
|
||||
|
||||
## Transfer old maps
|
||||
|
||||
- Before opening Co Maps
|
||||
- Connect through CLI via ADB
|
||||
```
|
||||
adb shell
|
||||
```
|
||||
- Become root
|
||||
```
|
||||
su
|
||||
```
|
||||
- Rename old folder
|
||||
```
|
||||
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