paktan / osmtracker-android

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

gpx file missing images #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. created new track with images
2. transferred gpx file with Android File Transfer
3. Attempted to open images in JOSM

What is the expected output? What do you see instead?
I expected to see the image, instead a small dialog box with a title of 
file:/Users/(myusername)/D... with no image.

What version of the product are you using (See "About" screen)?
Version 0.6.6

Make/model of your device, and Android version?
Nexus 5, Version 4.4.2

Please provide any additional information below.
Running SAXCount of the transferred gpx gave the following:
./SAXCount 
~/OSM/Skagit/Roads/LakeTyee/May_8\,_2014_11\;35\;39_AM_2014-05-08_11-35-39.gpx 
dyld: Library not loaded: /Users/boris/osx/lib/libxerces-c-3.1.dylib
  Referenced from: /Users/username/Downloads/xerces-c-3.1.1-x86-macosx-gcc-4.0/bin/./SAXCount
  Reason: image not found

Original issue reported on code.google.com by cliff...@snowandsnow.us on 9 May 2014 at 3:00

GoogleCodeExporter commented 9 years ago
When I run GPX Reader (android app) the pictures are in the data directory. 
However, none appear using the Android File Transfer. 

Original comment by cliff...@snowandsnow.us on 9 May 2014 at 11:17

GoogleCodeExporter commented 9 years ago
Hi, I'm not sure why the pictures don't appear, but that seem to be an Android 
issue not really an OSMTracker one if they're on the phone?

Original comment by nicolas@guillaumin.me on 10 May 2014 at 6:41

GoogleCodeExporter commented 9 years ago
I agree that the problem is Android. I'm guessing this problem will affect 
everyone with a new version of Android. Without rooting my device I don't see 
anyway to solve this. 

It is my understanding that the only user interface to files is via the Android 
File Transfer program. I'm just guessing, but it is probably a DRM limiter. 

Original comment by cliff...@snowandsnow.us on 10 May 2014 at 10:10

GoogleCodeExporter commented 9 years ago
I installed file transfer software that solved the problem. I still believe 
that the user should be able to easily copy the images from the app or from the 
device without additional software.

Original comment by cliff...@snowandsnow.us on 10 May 2014 at 11:10

GoogleCodeExporter commented 9 years ago
I think the problem is that Android devices now use MTP to transfer files 
(rather than just being a USB Storage Device), and Mac OS doesn't support MTP 
out of the box.
It works fine under Windows or Linux though.

Original comment by nicolas@guillaumin.me on 11 May 2014 at 1:00