paktan / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

External storage not external #235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have an Razr-I from Motorola with Android 4.1.2 and OsmTracker 0.6.6.

My problem is:
The debug info shows that getExternalStorageDirectory is
/storage/sdcard0

This points to the build-in nearly full 8 GB flash.

The external card 32 GB SD card is mounted on /storage/sdcard1

As all storage in osmtracker is relative to the path returned by 
getExternalStorageDirectory, I can't point it to my external SD.

This is apparently a fault in this version of Android and not an OsmTracker 
bug. However it would be nice to have a way around it.

Original issue reported on code.google.com by Michael.Strecke on 7 Dec 2013 at 4:18

GoogleCodeExporter commented 9 years ago
Hi, I guess I have similar problem (LG G2 mini (root permission, SD fixed), 
with Android 4.4.2). I want to write all my tracks to external SD-Card but it 
is impossible. Is it possible to improve OSMtracker permission to write tracks 
to external SD-Card?

Regards Robert

Original comment by robo...@gmail.com on 17 Sep 2014 at 10:05