elek / osmgpxuploader

Application to upload GPX files to the OpenStreetMap servers from Android
4 stars 3 forks source link

Cant reach osmand tracks folder #8

Open nbossard opened 10 years ago

nbossard commented 10 years ago

This bug occurs on a non rooted Nexus 4 running Android 4.4.2.

Osmand stores tracks (gpx) in folder : /mnt/sdcard/osmand/tracks

This folder can be reached using "es file explorer" but not using osmgpxuploader.

In mnt folder when clicking on sdcard, error popup is displayed " [sdcard] folderccan't be reached", see attached picture. image

nbossard commented 10 years ago

Seems that FileDialo.java, "if (file.canRead))" is a bit too restrictive.

texnic commented 10 years ago

I confirm the bug. In my case, the logger used is GPSLogger and the device is Samsung Note 2, with Android 4.4.2, non-rooted. I'd appreciate a fix, do not want to give a bad rating on Google Play.

easyKL commented 7 years ago

In non rooted devices the app cannot access /storage folder (neither many others). The "Share to" option includes osmgpxuploader, and tries to upload the GPX file, but later the permission issue reappear.