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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only media #13143

Open
vascotenner opened this issue Nov 10, 2021 · 1 comment
Open

Read-only media #13143

vascotenner opened this issue Nov 10, 2021 · 1 comment

Comments

@vascotenner
Copy link

馃殌 feature request

Problem statement

On my phone, the sd card is oftennin read only modus. Osmand cannot start an display maps.

Solution

Allow to run osmand with the maps stored on an read only medium an allow displaying maps, routing, searching.

Not allowing updating maps, save waypoints favorites etc.

Describe alternatives you've considered

@vshcherb vshcherb added this to the future-android milestone Nov 15, 2021
@vshcherb
Copy link
Member

Dev comment: It depends on which API is present. OsmAnd needs to write only to certain files such as favorites / tracks when recording, few indexes. But it relies on random file read / search and we need to check which api is available. Is random search in file available or only sequential read.

For example: we can't support Read-only API from DocumentFile Android 11 cause it doesn't support random access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants