OSMtracker (Android)
| OSMTracker for Android | |
|---|---|
| Author: | nguillaumin |
| Website: | https://code.google.com/p/osmtracker-android/ |
| Version: | 0.6.4 (2013-04-07) |
| License: | GPLv3 |
| Platform: | Android |
|
Offline GPS tracker with fast POI placement shortcuts. Exports in GPX format with waypoints, suitable for import in JOSM. Clone of OSMtracker | |
OSMTracker (on Google Code) is the sister application for the Android platform to OSMtracker for Windows Mobile.
Take part in our PDA display resolution survey, please feel free to vote for the following (or add new less common) display resolution
We are collecting information about most common PDA display resolution used by OSMtracker users, in hope we can provide more intuitive and user/finger friendly UI in one of the upcoming OSMtracker releases.
| Resolution | Votes | Description |
|---|---|---|
| 240 × 320 | 12 | QVGA (often both portrait and landscape, just rotate the mobile), Samsung Galaxy 5, SE Xperia X10 mini/(pro), HTC Wildfire, Huawei U8160 |
| 240 × 400 | 1 | WQVGA (often both portrait and landscape, just rotate the mobile), GeeksPhone One |
| 480 × 320 | 23 | HVGA (often both portrait and landscape, just rotate the mobile), many Android mobile phones (HTC Hero, HTC Legend, HTC Wildfire S, Xperia x8, LG Optimus One, Samsung Galaxy Ace, SE Xperia Mini Pro...) |
| 480 × 640 | 1 | VGA (often both portrait and landscape, just rotate the mobile), Openmoko Freerunner |
| 480 × 800 | 30 | WVGA (often both portrait and landscape, just rotate the mobile), many new Android mobile phones (HTC Desire, Google Nexus one / S, Samsung Galaxy S, ZTE Skate...) |
| 480 × 854 | 11 | FWVGA (often both portrait and landscape, just rotate the mobile), Motorola Milestone/Droid/Droid X/Defy/Defy+, Sony Ericsson Xperia X10 |
| 540 × 960 | 4 | qHD (often both portrait and landscape, just rotate the mobile), HTC: Desire HD2, Raider, Sensation [xx]; Motorola: Razr, Milestone, Atrix; Sharp Aquos Phone SH-80 F; Huawei Ascend P1 (didn't check, if they are all available with Android) |
| 600 × 1024 | 4 | WSVGA (often both portrait and landscape, just rotate the mobile), Samsung Galaxy Tab, Toshiba SmartPad |
| 720 x 1280 | 9 | XHDPI (often both portrait and landscape, just rotate the mobile), w:Samsung Galaxy Nexus, w:Samsung Galaxy S III, w:Samsung Galaxy Note II |
| 800 × 1280 | 4 | WXGA (often both portrait and landscape, just rotate the mobile), w:Samsung Galaxy Note, w:Asus Transformer Pad TF300T |
| other | - | please specify by adding a new row into table |
OSMtracker development team
Contents |
Screenshots
Track file location
For each new track, a subdirectory is created in the dedicated osmtracker directory, which by default is typically on the SD/USB storage in osmtracker/. While pictures and audio annotations are written immediately into this subdirectory, the track itself has to be exported explicitly. To do so, select the track in the tracklist so you see the "Track Details", modify the name if necessary.
Still being in the "Track Details", go to the context menu and select "Export as GPX", and it will be written in the respective subdirectory. Alternatively, touch+hold the respective track name to open a context menu. (Please note that "Save" means not exporting yet. Could the developer please explain where the track is being hold before exporting.)
OSM Map background
When the setting "OSM background" is set and an Internet connection exists, the tiles of the current position will be downloaded and shown.
If no connection exists, the map will only be shown if the tiles were previously downloaded. This download can be done offline, the directory path where the tiles are stored is "sdcard/osmdroid/tiles/Mapnik/(zoomlevel)/...". Offline downloaded tiles need to be renamed from "*.png" to "*.png.tile" as a new extension.
Compiling from Source
Be aware that these instructions check out from the SVN repository on Google Code, which may no longer contain the latest version. Consider using git clone https://github.com/nguillaumin/osmtracker-android.git instead.
svn checkout http://osmtracker-android.googlecode.com/svn/trunk/ osmtracker android update project --name Osmtracker --target android-3 --path osmtracker cd osmtracker ant (debug|release)