Question: Is there a way for your app to auto-create a trip each time you start it up? Perhaps Trip-MMDDYYYY as a name?
Quote:
Originally Posted by staryon
No, but it's a great idea. I will add it for the next version.
BTW, before you start planning how to add this, I'll like to add something to this suggestion of auto-adding a trip when you enable your TrackMe program.
That is, when you enable it *before* a new trip is added there should be a way to pick up on the last auto-added trip and continue the one before. For example, say I am going on a trip to my dads (which is a 4 hour trip). For this trip with the kids (3 of them) there a few stops we make on the way where I would disable the application. So while I would stop the tracking temporally I would not want a new trip created but to be able to pick backup from my stop(s). Not sure if there is a meta-data tag to support a stop (like how long between the stop and start) but that would be cool information.
Odie3
AT&T Tilt - ROM: [Apr 09] Dutty's Official WM6.1 5.2.19209 ROM date: 04/09/08 Radio Version: 1.58.16.27 Niki
HTC Kaiser Hard-SPL v1
SIM Unlocked (Code for free from AT&T)
8GB Scandisk MicroSDHC
BTW, before you start planning how to add this, I'll like to add something to this suggestion of auto-adding a trip when you enable your TrackMe program.
That is, when you enable it *before* a new trip is added there should be a way to pick up on the last auto-added trip and continue the one before. For example, say I am going on a trip to my dads (which is a 4 hour trip). For this trip with the kids (3 of them) there a few stops we make on the way where I would disable the application. So while I would stop the tracking temporally I would not want a new trip created but to be able to pick backup from my stop(s). Not sure if there is a meta-data tag to support a stop (like how long between the stop and start) but that would be cool information.
I was thinking in doing the following. Let me know what you think.
Something simple... if in the configuration the selected trip is <None> and you have enabled the option 'Auto create trip names if selected trip is <None>', then when you click on Start and you upload your data, a new trip will be created, and if you go back to the configuration, you should see that the name of the new trip is now selected.
By doing that, if you click on stop and start again, it will use again that trip.
If you want a new trip for the next time that you click on start, just need to go back to Config and change it to <None>
Regarding your other question, yes, you can use them in Google Maps, but at this moment not directly (I have to change something in the structure of the file) Meanwhile, there was a user who wrote a script that makes the conversion automatically. The problem is I cannot find the post. I'll let you know if I can find it later.
Try my apps and games!
TrackMe GPS/CellID tracking tool that records your positions and display them in realtime (or recorded trips) on Google Earth and GM. Available for Android,WP7 and WM Distant Galaxies Classic space shooter game. Available for WP7 and WM,Xbox,PC CatchMe Know how far is another phone and what direction you need to follow to reach it with no internet connection. Available on WM
Please if you like my software. A good motivation for development and updates! Thanks!
staryon, you need to update those PHP files.
They do not work without modification on my server.
You are not declaring the variables being passed in via the URL.
uhmm... that's strange. The other users didn't mention anything about that. Maybe is a setting that you need to change on your server?
Try my apps and games!
TrackMe GPS/CellID tracking tool that records your positions and display them in realtime (or recorded trips) on Google Earth and GM. Available for Android,WP7 and WM Distant Galaxies Classic space shooter game. Available for WP7 and WM,Xbox,PC CatchMe Know how far is another phone and what direction you need to follow to reach it with no internet connection. Available on WM
Please if you like my software. A good motivation for development and updates! Thanks!
I'm a well versed PHP developer.
The most likely reason no one else has had problems is they are either using your server, or their server has "register_globals" set to on in the php.ini file.
That can be a security risk.
Something simple... if in the configuration the selected trip is <None> and you have enabled the option 'Auto create trip names if selected trip is <None>', then when you click on Start and you upload your data, a new trip will be created, and if you go back to the configuration, you should see that the name of the new trip is now selected.
By doing that, if you click on stop and start again, it will use again that trip.
If you want a new trip for the next time that you click on start, just need to go back to Config and change it to <None>
Perfect and it is simple!
as for MPIIIMan, I bet he is correct that the other users have "register_globals" enabled on their server or have a php.ini/.htaccess enabling it in their directory where the *.php code is at. I too hate using *register_globals*... (not that I am currently using your trackme php code but other code that I have used required it ).
Odie3
AT&T Tilt - ROM: [Apr 09] Dutty's Official WM6.1 5.2.19209 ROM date: 04/09/08 Radio Version: 1.58.16.27 Niki
HTC Kaiser Hard-SPL v1
SIM Unlocked (Code for free from AT&T)
8GB Scandisk MicroSDHC
I'm a well versed PHP developer.
The most likely reason no one else has had problems is they are either using your server, or their server has "register_globals" set to on in the php.ini file.
That can be a security risk.
Any other php developer will agree with me that you should declare those variables.
I'm just trying to help you tighten up your code here.
I'm not a PHP expert at all, I was just wondering why it was working with other people.
Any suggestions are well appreciated, I will make the changes that you suggested.
Please let me know if you find other things that should be changed/improved.
Thanks
Try my apps and games!
TrackMe GPS/CellID tracking tool that records your positions and display them in realtime (or recorded trips) on Google Earth and GM. Available for Android,WP7 and WM Distant Galaxies Classic space shooter game. Available for WP7 and WM,Xbox,PC CatchMe Know how far is another phone and what direction you need to follow to reach it with no internet connection. Available on WM
Please if you like my software. A good motivation for development and updates! Thanks!
oh man... I didn't know you were using your own server. The php files have changed for this version. You know, that's why I didn't want to release the php files until I had stable version.
I figured I would help out with the project so I made a ASP.Net page that would basically scrape staryon's kml file and then set the mime-type which seemed to help a bit with the google maps. There's still a few errors (something to do with the style) but it at least works in google maps now.
I tested it a bit this morning and it works like a charm! I take no credit/responsability for this amazing program, just figured I would help until staryon can get google maps working!
Peace
-Shawn
Sweet, this works!
Odie3
AT&T Tilt - ROM: [Apr 09] Dutty's Official WM6.1 5.2.19209 ROM date: 04/09/08 Radio Version: 1.58.16.27 Niki
HTC Kaiser Hard-SPL v1
SIM Unlocked (Code for free from AT&T)
8GB Scandisk MicroSDHC
Having a good recovery makes the process of modifying, tweaking, maintaining, … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?