[APP] *TrackMe* GPS/WiFi/Cell Tracking recorder for hikers and travelers with offline/online mapping (now support 17 different maps!)

Search This thread

_LEM_

Senior Member
Mar 17, 2006
2,633
153
luisespinosa.com
New update 6.5.1

Fixed:
Folder selection was not working properly when importing images.

Please review TrackMe on Google Play if you want me to continue adding new features! :giggle:
 
  • Like
Reactions: puredp1

_LEM_

Senior Member
Mar 17, 2006
2,633
153
luisespinosa.com
hey guys, I noticed there are now many users who are using TrackMe on Android 11.
I still don't have an Android 11, so I haven't been able to test it on a real device.

If any of you is using it on 11, could you please let me know if you found any issues? Thanks a lot!
 

_LEM_

Senior Member
Mar 17, 2006
2,633
153
luisespinosa.com
New update 6.5.3

Fixed:
OpenStreetMap not downloading tiles.

Please review TrackMe on Google Play if you want me to continue adding new features! :giggle:
 

harrisc

Senior Member
Mar 20, 2011
130
59
hey guys, I noticed there are now many users who are using TrackMe on Android 11.
I still don't have an Android 11, so I haven't been able to test it on a real device.

If any of you is using it on 11, could you please let me know if you found any issues? Thanks a lot!
I am using TrackMe on a realme X2 and Android 11 with no problems
 
  • Like
Reactions: _LEM_

plonti

New member
Mar 27, 2022
1
0
Hello!
After uploading trip to trackme server (http://luisespinosa.com/trackme/) I cannot delete it.
Clicking on button "Delete Trip" generate error "Operation failed. Result from request to server: Result 3".
There is no problem for me, but I do not want to litter server with insignificant data.
May be someone got similar issue?
 

Attachments

  • photo_2022-03-24_20-56-33.jpg
    photo_2022-03-24_20-56-33.jpg
    76.4 KB · Views: 20

_LEM_

Senior Member
Mar 17, 2006
2,633
153
luisespinosa.com
Hi everybody...
I'm still around, in case someone was worried about me ;)

Sorry for the lack of updates. A lot of things going on for the last year and a half while also working on a new game.

I'm currently updating TrackMe to support Android 13 Tiramisu phones. Google has changed lots of things again and it requires big changes on my side as well. Good thing is that TrackMe will still be compatible for super old phones as far as Android 4.1 Jelly Bean which are now more than 10 years old.

I plan to release it either next week or the next one. Stay tuned!
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    screenshot11.png
    screenshot22.png
    screenshot33.png
    screenshot44.png
    screenshot55.png
    screenshot66.png
    screenshot77.png
    screenshot88.png
    screenshot99.png
    screenshot100.png


    HISTORY

    TrackMe is the conversion of the popular tool written originally for Windows Mobile 5 and 6. This version for Android has widely extended the WM version and includes tons of new features. You can find the original thread for TrackMe for WM here

    WHAT IS TRACKME?

    TrackMe is a GPS/WiFi/Cell ID tracker. It records your path, speed, altitude, distance, temperature and other parameters. It can also be started remotely using text messages from any other phone.
    You can view your data (live or recorded) from your phone or also from any browser if you sync it with a TrackMe server.

    Features

    * Works with no internet connection. All your data is stored on your phone unless that you decide to sync it with a TrackMe server.
    * Stealth mode: Start/stop recording or send your position by sms by sending text messages from other phones without having TrackMe installed.
    * Add markers with pictures, comments, file attachments or voice notes to your routes.
    * Automatic image matching. You can match existing photos stored on your phone with any of your routes. TrackMe will try to find the closest match by using the tags stored inside the photos.
    * Detailed route summary.
    * Load any GPX files on the map and follow them!
    * Show nearby markers. Check on the map for nearby markers that you have added previously in other routes. Very useful if you are trying to go back to a place that you have visited before.
    * Cloud sharing. Share public or privately your position on the map. You can use this to meet with a person, if you both got lost from each other, if you want to see where the person is if it went on a trip...
    This feature can be also started and stopped from any other phone using text messages.
    * Export and import routes using KML or GPX files.
    * Share your position on WhatsApp, sms, email, twitter...
    * Highly customizable.
    * Use our own server free of charge or your own!
    * And much more!

    DOWNLOAD
    Marketplace

    HOW TO USE YOUR OWN SERVER
    Click here for instructions (Google Maps API not needed)

    CUSTOM WEB VIEWER DEVELOPMENT AND USER PLUGINS
    Click here to visit the thread

    WEB BROWSER VIEWER
    Created by OpitZle, pammetje, mcross, jcleek and _LEM_ (only TrackMe client<->server communication)

    jcleek1.jpg






    SYNCING YOUR DATA WITH A TRACKME SERVER (you only need the app on your phone)

    Let's suppose your wife wants to track your location in real-time.

    On your phone: Enable "Sync my positions" in Settings->TrackMe Server Settings->Sync my positions. You also need to enter a username and password.
    Now your wife can go to http://luisespinosa.com/trackme from a browser, enter that username and password and enable "Live Tracking On/Off" to see your current position. You need to start recording on the TrackMe app for all this to work.

    Keep in mind that Cloud Sharing is less accurate. Syncing with a TrackMe server will allow you as much accuracy as you need, by adjusting the GPS, WiFi, QuickFix, Minimum Accuracy/Distance/Time values in the settings.
    4
    hey guys,

    I'm back to development! I just uploaded a new version where I have added the initial logic to let users remove ads.
    It's not available yet, it will in the next version.

    Once I have that done, I will add the option to upload images which has been on my to-do list for a long time.

    I also want to create a very light version of TrackMe for tracking phones. I get several emails every week about that asking
    how to do it.

    Glad to be finally back. I'm a little rusty developing on Android, but hopefully it'll be just a matter of time! :angel:
    4
    new web viewer

    Hi!

    I tried posting this in web development thread, but I don't have 10 posts :(
    When I earn some points I may repost it there, where it belongs

    I wrote a web viewer for TrackMe data. It is a complete rewrite of the original viewer. The only thing that is left of old viewer is interface look and feel.
    It uses Google Maps API v3 but I plan to implement also an OpenStreetMap alternative.
    My viewer is based on ajax, so everything works dynamically without page reloading.
    I use TrackMe on Android, so I implemented only the functions present in this version. There is no support for photos or comments. I will surely add those features when they become present on Android :)
    On the other hand I added altitudes graph. I thought about adding other graphs (like speed) and statistics but gps data I get with the Android app often miss info like speed, angle etc. (why?)
    The code is GPL, so everybody can contribute or reuse it. If you make changes to it please contribute your patches back :)

    The code is available at github:
    https://github.com/bfabiszewski/phpTrackme

    You can see a simple demo at:
    http://flaa.fabiszewski.net/phptrackme/
    (auto registration of new users from client is blocked on this site)
    3
    hey guys...new updates soon! Working on TrackMe again with new features ;)