Document Organic Maps repair restore path
Browse files
android/AndroidWorldAvd_baseline_20260503_README.md
CHANGED
|
@@ -52,6 +52,15 @@ emulator was verified to include the third-party benchmark apps.
|
|
| 52 |
SMTP: 10.0.2.2:3025
|
| 53 |
```
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
- No real model provider credentials. Configure those separately in `.env` or
|
| 56 |
your shell environment.
|
| 57 |
|
|
@@ -85,9 +94,10 @@ android_avd_repair_bundle_20260504.zip
|
|
| 85 |
android_avd_repair_bundle_20260504.zip.sha256
|
| 86 |
```
|
| 87 |
|
| 88 |
-
This bundle contains all benchmark APKs
|
| 89 |
-
templates. It is a fallback for hosts where
|
| 90 |
-
without the benchmark apps in `/data/app`
|
|
|
|
| 91 |
|
| 92 |
Usage:
|
| 93 |
|
|
@@ -103,6 +113,14 @@ If only one emulator is connected, `-Device emulator-5554` can be omitted. The
|
|
| 103 |
script requires `adb root`; run it only after the target emulator has fully
|
| 104 |
booted. See `README_REPAIR.md` inside the repair bundle for details.
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
## Required Host Service
|
| 107 |
|
| 108 |
Communication tasks require a local GreenMail server on the host machine.
|
|
@@ -330,4 +348,3 @@ Final v2 SHA256:
|
|
| 330 |
```
|
| 331 |
FEFA8C0FCFA79416B1B740A5B380D0936F102EE3A52A82CC207B6021BAD3C9D2 AndroidWorldAvd_baseline_20260503_v2.zip
|
| 332 |
```
|
| 333 |
-
|
|
|
|
| 52 |
SMTP: 10.0.2.2:3025
|
| 53 |
```
|
| 54 |
|
| 55 |
+
- Organic Maps offline map files used by the Android map tasks. In a restored
|
| 56 |
+
emulator they should be visible at:
|
| 57 |
+
|
| 58 |
+
```text
|
| 59 |
+
/sdcard/Android/data/app.organicmaps.web/files/260404/
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
Expected files include `World.mwm`, `WorldCoasts.mwm`, and `Monaco.mwm`.
|
| 63 |
+
|
| 64 |
- No real model provider credentials. Configure those separately in `.env` or
|
| 65 |
your shell environment.
|
| 66 |
|
|
|
|
| 94 |
android_avd_repair_bundle_20260504.zip.sha256
|
| 95 |
```
|
| 96 |
|
| 97 |
+
This bundle contains all benchmark APKs, reusable K-9 / Delta Chat app-data
|
| 98 |
+
templates, and Organic Maps offline map files. It is a fallback for hosts where
|
| 99 |
+
the exported AVD data image boots without the benchmark apps in `/data/app` or
|
| 100 |
+
without the expected Organic Maps `.mwm` files.
|
| 101 |
|
| 102 |
Usage:
|
| 103 |
|
|
|
|
| 113 |
script requires `adb root`; run it only after the target emulator has fully
|
| 114 |
booted. See `README_REPAIR.md` inside the repair bundle for details.
|
| 115 |
|
| 116 |
+
After repair, you can verify the Organic Maps offline files with:
|
| 117 |
+
|
| 118 |
+
```powershell
|
| 119 |
+
adb -s emulator-5554 shell "ls -lh /sdcard/Android/data/app.organicmaps.web/files/260404"
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
+
The listing should include `World.mwm`, `WorldCoasts.mwm`, and `Monaco.mwm`.
|
| 123 |
+
|
| 124 |
## Required Host Service
|
| 125 |
|
| 126 |
Communication tasks require a local GreenMail server on the host machine.
|
|
|
|
| 348 |
```
|
| 349 |
FEFA8C0FCFA79416B1B740A5B380D0936F102EE3A52A82CC207B6021BAD3C9D2 AndroidWorldAvd_baseline_20260503_v2.zip
|
| 350 |
```
|
|
|