Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add screenshots to Android FAQs #197

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/faq/android-01-version/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extra:
order: 10
---

You need at leat Android 5 to run the app. Devices with latest Android can run Organic Maps.
You need at least Android 5 to run the app. Devices with later Android versions can run Organic Maps.

Organic Maps can work on devices with Google Services installed and without Google support.

2 changes: 1 addition & 1 deletion content/faq/android-02-fdroid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ extra:
order: 20
---

F-Droid version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor.
[F-Droid](https://f-droid.org/) version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor.

With Organic Maps from Google Play you can disable Google Play Services for location search in app settings.
2 changes: 2 additions & 0 deletions content/faq/android-03-lags/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ Most likely you configured to store maps data on SD card. Usually switchable SD

Change Organic Maps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage.

<img src="/faq/android-03-lags/settings-save-map-to.png" style="width:100%; max-width:400px"/>

Or you can replace SD card with faster one to improve map performance.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions content/faq/android-04-logs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ extra:
---

If you want to report a bug then additional app logs could help locate a problem.
To get useful logs go to Settings → Enable logging. After that do action to reproduce the problem.
Finally tap on icon with Organic Maps icon on main screen and press "Report a bug" button.
To get useful logs go to "Settings → Enable logging". After that, do the action that reproduces the problem.

<img src="/faq/android-04-logs/settings-enable-logging.png" style="width:100%; max-width:400px"/>

Finally, tap on the button with Organic Maps icon on main screen and press "Report a bug" button.
Don't forget to disable logging after reporting.

<img src="/faq/android-04-logs/about-report-a-bug.png" style="width:100%; max-width:400px"/>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.