PDA

View Full Version : *TrackMe* GPS/CellID Tracking tool for Google Earth & Google Maps


Pages : 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21

mk1 black limited
21st February 2008, 12:26 PM
I've installed the server-files on my own server, and remote logging to that works (I've checked the database and it has valid entries, and the logfiles for my webserver shows positions being posted). However, all I get on the webpage is a large world map if I choose a trip, show all points and press the Show-button? Why no trip?

If I press the Live Tracking -button I get my current position.

I'm probably doing something fundamentally wrong, but I can't quite see what...:-)

Ahhh...solution was here:

http://forum.xda-developers.com/showpost.php?p=1909507&postcount=1950

(i.e. there's a bug in the server.zip in the first post)

mk1 black limited
21st February 2008, 12:31 PM
...actually it's a bug in install.php which does not include the three lines:

//to show all map points when you arrive at the page and when you change trips
//0=don't show, 1=show
$showmap="1";

mcross
21st February 2008, 06:32 PM
Hi Mcross,

The user id are the same ID=1

The old trips table are from 1 to 16 and in the new one 1 to 12

Regards
Josef

Hello Josef,

I am not real sure how to tell you how to proceed. You will have to change the keys in you old trips table so they do not match anything you your current trips table, but when you change the key in the trips, you will have to change the trip_id field in your positions table to match.

The trips in your current database are ones you want to keep also, or do you care to get ride of them?

mcross
21st February 2008, 06:44 PM
I have made a file that will display the last positions for each user in the database. its output in in kml format, so you can view using google earth, google maps(both on internet and from mobile Google Maps) or any kml viewer. you just point to http://www.yoursite.com/trackme/usertrack.php, in google earth you can set the refresh and it automatically stays updated.

right now the icon is the man.png from google.

I am still making changes but still thought it might be useful to some users. I have tried to make it compatible with both php4 and php5.

there is no authentication so if you put this on your site as is, anyone will be able to see the last positions for all users.

I am thinking that with a little more work, we will be able to pass some variables like username, password, and then trip_id or trip_name, then it would be possible to view any of the saved trips from google earth/maps.

mcross
21st February 2008, 07:23 PM
...actually it's a bug in install.php which does not include the three lines:

//to show all map points when you arrive at the page and when you change trips
//0=don't show, 1=show
$showmap="1";

Thanks mk1 black limited for the trouobleshooting.

staryon,
attached are updated config.php and install.php files to fix this issue.

JoseF
21st February 2008, 08:16 PM
Hello Josef,

I am not real sure how to tell you how to proceed. You will have to change the keys in you old trips table so they do not match anything you your current trips table, but when you change the key in the trips, you will have to change the trip_id field in your positions table to match.

The trips in your current database are ones you want to keep also, or do you care to get ride of them?

Hi Mcross,

I thougt it was easy to merge the databases. Never mind .
Thanks for your help.
JoseF

dusoo
22nd February 2008, 12:23 PM
Hi,
i have tried to use maps.google.com to view my uploaded track, but nothing have been found after i search for http://www.luisespinosa.com/trackme/routes/dusoo.kml.
Am i doing something wrong?
Thanks for any reply!

mcross
22nd February 2008, 02:37 PM
Hi,
i have tried to use maps.google.com to view my uploaded track, but nothing have been found after i search for http://www.luisespinosa.com/trackme/routes/dusoo.kml.
Am i doing something wrong?
Thanks for any reply!

I just looked at your track in maps.google.com, are you still having troubles?

6thElement
22nd February 2008, 03:37 PM
Is it possible to use the software to track a route, then generate the Google Earth file once finished? I want to use the software with the phone in flight mode to conserve battery.

Thanks.

_LEM_
22nd February 2008, 07:24 PM
Is it possible to use the software to track a route, then generate the Google Earth file once finished? I want to use the software with the phone in flight mode to conserve battery.

Thanks.

Yes, you can create the GE file at any time.

dmurray14
22nd February 2008, 08:26 PM
I have a request (may have already been requested)

Is there any way to make maybe a much simpler version of this program that, upon launch, displays no UI or anything, just gets the current position, uploads, and quits? It would be really neat to set up a script to do this maybe 2x a day. That way if you lose the phone or something you can find it - but you're also not running live 24x7.

Just an idea...

Dan

_LEM_
22nd February 2008, 08:31 PM
I have a request (may have already been requested)

Is there any way to make maybe a much simpler version of this program that, upon launch, displays no UI or anything, just gets the current position, uploads, and quits? It would be really neat to set up a script to do this maybe 2x a day. That way if you lose the phone or something you can find it - but you're also not running live 24x7.

Just an idea...

Dan

It's a good idea. The only thing is this program is not really designed for that. I'm sure there are tons of programs that do that kind of things in case your phone is stolen or something like that.
However, let me me think about it. I'm working on the stealth mode at this moment so if I get it to work I may add that too.

6thElement
22nd February 2008, 10:14 PM
Yes, you can create the GE file at any time.
Thanks.

I'm all installed and setup on my own server, just need to go outside and lay down a track :)

mangelot
23rd February 2008, 10:07 AM
Hello,

First off all my compliments for this outstanding tool. :)
But i have one question,
when connecting my mobile phone to the parrot ck3300 BT carkit/gps module the trackme device is working correct,
but when i lets say turn off my car the gps device is also turned off. and the mobile phone (trackme) is still connected?
if i resume my trip and start the car again it doens't connect automatically
to the gps, and so i lose the trip. because i need to close down the trackme application en restart it again.,
is there an possibility to let the trackme application autoresume after the gps is restarted?
let say try to connect every minute our XX seconds..

regards Mangelot

dusoo
23rd February 2008, 01:17 PM
Im finally able to view my kml file on maps.google.com, but since yesterday i having problem to get Trackme gps-connected...I have tried to reinstall - it did not help. But, i have tried to run IGO - it has connected easily, then i switched back to TrackMe, leaving IGO on, and TrackMe was able to connect...
Im sure that i have not changed any settings on my phone or in TrackMe. Im on WM6 by the way. Can anyone suggest me to do anything? thanks a lot

prsgroup
24th February 2008, 04:02 AM
Hi Staryon,

I have a problem, when I`m online and have a fix try to upload a picture , Get this: "No positions for user found". If I use the force update and add the picture it works.

This problem is when I run my own server.

If I upload to yours it works well.

Do you have any clue what can be?

Regards
JoseF


I had the same problem. Turns out that it was due to the version of mysql that I was running. The requests.php uses commands that are only supported with mysql 5.0 and above, specifically TIMESTAMPDIFF.

Hope this helps.

Rick

_LEM_
24th February 2008, 05:37 AM
I had the same problem. Turns out that it was due to the version of mysql that I was running. The requests.php uses commands that are only supported with mysql 5.0 and above, specifically TIMESTAMPDIFF.

Hope this helps.

Rick

Thanks for the information, prsgroup.

_LEM_
24th February 2008, 06:09 AM
NEW VERSION AVAILABLE!!

- Now the KML shows the orientation (bearings). You can enable/disable this option when exporting data or when using Live Tracking. (Thanks mcross for providing the function to calculate the angle between 2 positions)

Notes:
1. If you are storing your data LOCALLY, this new version will erase your current information (I'm really sorry about that!)
2. If you are using your own server:
- Some server files have changed (export.php, requests.php and added new icons)
- You need to update your database with this query:
ALTER TABLE `positions` ADD `Angle` double default NULL

prsgroup
24th February 2008, 06:20 AM
Thanks for the information, prsgroup.

Your welcome. Thanks for a great job!

There are a couple of other issues that I encountered while setting up my server. As mentioned above, make sure that you're using mysql 5.x. In the readme for the server package, it directs you to chmod the pics folder. I also found it necessary to chmod the routes folder as well. Install.php successfully created the database and tables, but failed to modify config.php. I'm not sure why--I just manually modified the file.

Also I have a minor suggestion. If a picture is successfully uploaded, can the checkbox to the left of the picture be automatically cleared so that they are not, by default, included in subsequent uploads?

Thanks,
Rick

_LEM_
24th February 2008, 06:27 AM
If a picture is successfully uploaded, can the checkbox to the left of the picture be automatically cleared so that they are not, by default, included in subsequent uploads?


Done! Check the new version that I just uploaded.

prsgroup
24th February 2008, 06:41 AM
Done! Check the new version that I just uploaded.

Thanks!

And one other thing... index.php references mootools-release-1.11.js which is not included in the server package. I'm not sure what it's used it for, but anyone that needs it can get it here (http://mootools.net/download).

Rick

w01f
24th February 2008, 03:36 PM
During live tracking, is it possible for the map to stay on satellite view during an automatic refresh?

At the moment, I have my local server map refresh every 30 seconds, but if the tracker is watching on the satellite view, it keeps switching back to normal map mode.

Many thanks!

P.S. What is the best way to delete unwanted Trips - SQL query or manually editing a file somewhere?

_LEM_
24th February 2008, 04:50 PM
During live tracking, is it possible for the map to stay on satellite view during an automatic refresh?

At the moment, I have my local server map refresh every 30 seconds, but if the tracker is watching on the satellite view, it keeps switching back to normal map mode.



I cannot help you with that but maybe jcleek or mcross who worked on the web viewer may give you some information when they see your post.


P.S. What is the best way to delete unwanted Trips - SQL query or manually editing a file somewhere?
There is an option in TrackMe called 'Manage Trips'. You can delete trips from there.

Regards

TurboX2
24th February 2008, 10:56 PM
wat does the new update mean by orientation/barings??

i keep my phone upright in my car, wouldnt taht effect it?

GpsPasSion
24th February 2008, 11:14 PM
NEW VERSION AVAILABLE!!
Notes:
1. If you are storing your data LOCALLY, this new version will erase your current information (I'm really sorry about that!)
2. If you are using your own server:

Thanks for the new version. I am using my own server, but all the data does seem to be gone, at least it won't display on the map, I can only see the latest position, is this normal ? Any fix for that ?

Is it because the data has no angle ?

No biggie but I can't switch the language to French, German works though.

Did you have a chance to look into freezing the GPS position when the "force update" button is pushed instead of when the data is uploaded ? Would be useful to memory an exact spot.

_LEM_
24th February 2008, 11:25 PM
Thanks for the new version. I am using my own server, but all the data does seem to be gone, at least it won't display on the map, I can only see the latest position, is this normal ? Any fix for that ?

Is it because the data has no angle ?

No biggie but I can't switch the language to French, German works though.

Did you have a chance to look into freezing the GPS position when the "force update" button is pushed instead of when the data is uploaded ? Would be useful to memory an exact spot.

Did you update the server files? This version doesn't delete any data if you are storing it remotely.

>Did you have a chance to look into freezing the GPS position when the "force >update" button is pushed instead of when the data is uploaded ?

Yes, I did, unfortunately the way TrackMe is designed doesn't allow me to do that very easily. Sorry, but I don't plan to add that by now.

GpsPasSion
24th February 2008, 11:36 PM
Ah ok, sorry to hear that, but thanks for looking into it. Still think it would be a nice plus ;-)

Not sure what's going on with the data not being displayed in v1.17, I restored my previous server version v1.16 and the tracks display fine. If I have time I will.

Another suggestion, when a request for an SMS is sent and GPS is set to disconnect between updates there is an error, could you force the acquisition of a GPS position when there is such a request ?

_LEM_
24th February 2008, 11:59 PM
Not sure what's going on with the data not being displayed in v1.17, I restored my previous server version v1.16 and the tracks display fine. If I have time I will.


It may sound silly, but did you click on 'Show' when you are in v1.17? By default you won't see any data until you click that button. In previous versions wasn't like that.

By the way, web viewer v1.17 was released before I uploaded the version yesterday, so it has nothing to do with my latest changes.

GpsPasSion
25th February 2008, 12:16 AM
That could be it, but I'm not seeing any "Show" button to click on ? Do you mean "Show User" top left ? Tried that and no change. Sorry if I'm missing something obvious !

_LEM_
25th February 2008, 01:16 AM
That could be it, but I'm not seeing any "Show" button to click on ? Do you mean "Show User" top left ? Tried that and no change. Sorry if I'm missing something obvious !

I mean the Show button under the Live tracking button.

Check the attached image.

jon_k
25th February 2008, 01:28 AM
It's the server the one that generates the KML file.

I will provide soon a version where you can upload the information to your own server and I will also include the php files that you need to copy to your server. (it should be very simple to setup)

Staryon,

Consider making a new post for this version. I use your older version which supports this and love it. Awaiting for that release ;-)

_LEM_
25th February 2008, 01:40 AM
Staryon,

Consider making a new post for this version. I use your older version which supports this and love it. Awaiting for that release ;-)

I'm sorry but I don't understand. You can use your own server since one of the first versions. Am I missing something?

Regards

emay
25th February 2008, 08:49 AM
Staryon,
is it possible for you to also add an extra (virtual) COM port where you copy the incoming GPS data stream. I am having problems when I e.g. use both TomTom and Trackme. Either one of the apps gets the data stream, but never both at the same time. An extra port might solve this problem.

GpsPasSion
25th February 2008, 10:51 AM
I mean the Show button under the Live tracking button.

Check the attached image.Thanks, actually I don't have thise screen at all, in the server zip I downloaded yesterday, it looks like the old one but with v1.17 at the top instead.

I see index.php dated 03/02/2008, could that be the problem ?

Can you maybe reupload the zip ?

webpatrick
25th February 2008, 11:40 AM
Staryon,
is it possible for you to also add an extra (virtual) COM port where you copy the incoming GPS data stream. I am having problems when I e.g. use both TomTom and Trackme. Either one of the apps gets the data stream, but never both at the same time. An extra port might solve this problem.

Goto "External GPS Settings" somewhere in "Settings" and in the third tab choose automatic.

If "External GPS Settings" are not available, search the forum how to enable it so it turns up in Settings.

JoseF
25th February 2008, 03:06 PM
Hi Mcross,

I think the question is about the database.

In the trackme webbpage, In the calender if I try to change the date say :
Trip from 09 AM to 11 AM Go to calender and change the time to 09:30 AM to 10:30 AM in my server it does not work but it works in Luis.

Any ideas what`s wrong ?

Regards
JoseF

_LEM_
25th February 2008, 03:58 PM
Thanks, actually I don't have thise screen at all, in the server zip I downloaded yesterday, it looks like the old one but with v1.17 at the top instead.

I see index.php dated 03/02/2008, could that be the problem ?

Can you maybe reupload the zip ?

uhmm... I see.

mcross do you think you can send me the latest server files? Just to be sure that I'm uploading the latest.

Thanks

_LEM_
25th February 2008, 07:10 PM
wat does the new update mean by orientation/barings??

i keep my phone upright in my car, wouldnt taht effect it?

This is how it looks with the new version:

http://luisespinosa.com/images/trackme/bearings.jpg

jon_k
25th February 2008, 10:40 PM
I'm sorry but I don't understand. You can use your own server since one of the first versions. Am I missing something?

Regards


Hey.

I took this quote I will provide soon a version where you can upload the information to your own server and I will also include the php files that you need to copy to your server. (it should be very simple to setup)

I thought this quote meant that your new version here DID NOT include the ability to post the coordinates up to the web script you included.

You're saying that it does? Sorry for the confusion. I'll go ahead and try it out tonight and see what happens. I haven't used the product in a while. I'll PM you later tonight with a donation probably too.

mcross
25th February 2008, 10:43 PM
uhmm... I see.

mcross do you think you can send me the latest server files? Just to be sure that I'm uploading the latest.

Thanks

As soon as I get home I will get the latest file together and upload. Will be in a couple of hours.

mcross
26th February 2008, 03:12 AM
attached are the server files, I did need to update the index.php and the install.php. everything else looked the same.

maybe this will solve some of the issues with the dates and only being able to see the live tracking. please repost if the problems are not solved.

staryon,
good job on adding the bearing's, i appreciate the addition. makes my maps much more readable. I will add the arrows to the web interface.

_LEM_
26th February 2008, 03:36 AM
attached are the server files, I did need to update the index.php and the install.php. everything else looked the same.

maybe this will solve some of the issues with the dates and only being able to see the live tracking. please repost if the problems are not solved.

staryon,
good job on adding the bearing's, i appreciate the addition. makes my maps much more readable. I will add the arrows to the web interface.

Thanks a lot. I just updated the file with yours.

By the way, this is the logic that I follow for showing the arrows so we keep both interfaces consistent:




if angle <22.5 -> Show arrow0.png
else if angle < 67.5 -> Show arrow45.png
else if angle < 112.5 -> Show arrow90.png
else if angle < 157.5 -> Show arrow135.png
else if angle < 202.5 -> Show arrow180.png
else if angle < 247.5 -> Show arrow225.png
else if angle < 292.5 -> Show arrow270.png
else if angle < 337.5 -> Show arrow315.png
else Show arrow0.png



However if you find a better logic or something that we may change just let me know.

Regards

_LEM_
26th February 2008, 03:39 AM
I just noticed that your server files didn't include the latest icons (I made some changes in the icons this morning and they look much better now) I updated the zip file with those.

It can be downloaded from here as usual:
http://luisespinosa.com/bin/trackme/server.zip

emay
26th February 2008, 08:41 AM
Goto "External GPS Settings" somewhere in "Settings" and in the third tab choose automatic.

If "External GPS Settings" are not available, search the forum how to enable it so it turns up in Settings.

I've got that, but it still does not work. I have tried all possible combinations, where I attached Trackme to the GPS program Port and Tomtom to the hardware port and v.v. Come to think of it I never tried to have both connected to the program port. I'll be back.

I'm back. I can only connect Tomtom to my hardware port (in my Trinity COM9) to get a signal. Connecting Trackme to the program port does not give a a useable signal. What next?

GpsPasSion
26th February 2008, 10:25 AM
I just noticed that your server files didn't include the latest icons (I made some changes in the icons this morning and they look much better now) I updated the zip file with those.

It can be downloaded from here as usual:
http://luisespinosa.com/bin/trackme/server.zip
Thanks for the new server files. I have the new buttons now but google map still centered in the Pacific Ocean and no data points displayed, do I need to run the install php again ?

Kai-Uwe
26th February 2008, 11:55 AM
just update to the new version of Trackme 3.3.2.67-

Overwrite my old serverfiles with the new ones.

It looks like Trackme is runing fine....but...

There is nothing to see in google earth.. No trips no points nothing...

The webinterface stays also clean. only shows the global view. i can select the Trip. click show or live tracking......nothing to see...Show the "old" Version 1.17 ???

:eek:

And now: Switched back to the old server Files. Trackme ist still the newest version. And: Anything runs fine like before.... Ok. No Bearings etc. Just like before. Goggle Earth is also working fine again.

So there must be something wrong with the server-files.

Greetings Kai-Uwe

kb1313
26th February 2008, 12:44 PM
well, i'm using my own server now and it all works fine. i'm still having some problems with the tables (in php4), so the display of the date and time is not very nice... but google earth shows the new arrows (direction) and google maps shows the whole trip if i say: show all points... (but without the direction arrows)

so i think, the server files are working...

_LEM_
26th February 2008, 03:10 PM
just update to the new version of Trackme 3.3.2.67-

Overwrite my old serverfiles with the new ones.

It looks like Trackme is runing fine....but...

There is nothing to see in google earth.. No trips no points nothing...

The webinterface stays also clean. only shows the global view. i can select the Trip. click show or live tracking......nothing to see...Show the "old" Version 1.17 ???

:eek:

And now: Switched back to the old server Files. Trackme ist still the newest version. And: Anything runs fine like before.... Ok. No Bearings etc. Just like before. Goggle Earth is also working fine again.

So there must be something wrong with the server-files.

Greetings Kai-Uwe

Did you update your datbase with the script change that I posted?

dusoo
26th February 2008, 07:53 PM
Hi guys, am i able to upload local generated file to the luisespinosa web page to see the route? Cos, it's not working for me. Routes generated localy can be stored only localy fofr me and not uploaded to web page...Is it possible? thanks

Kai-Uwe
27th February 2008, 08:53 AM
Did you update your datbase with the script change that I posted?


No!? How do i have to do that???

Greetings Kai-Uwe

Just did a small call with my provider...It was quite simple! Just copy and paste the "script" in the query-field in my management console...click ok and done!!

So it works fine now with Google Earth. I Can see the bearing-icons now :-)

But what is about the Webinterface? Is it right that there are no bearing-icons at this time?

Greetings Kai-Uwe

GpsPasSion
27th February 2008, 12:36 PM
Thanks for the new server files. I have the new buttons now but google map still centered in the Pacific Ocean and no data points displayed, do I need to run the install php again ? Sorry to come back to this problem, I take it moving to v1.17 doens't require anything else other than running the script to add the angles and putting the new files? Still no trip display here, that's what it looks like for me when I click on "show".

_LEM_
27th February 2008, 02:20 PM
Sorry to come back to this problem, I take it moving to v1.17 doens't require anything else other than running the script to add the angles and putting the new files? Still no trip display here, that's what it looks like for me when I click on "show".

sorry but I don't really know why it doesn't work on your server.
I understand that you did run the database script update, right?

Maybe mcross may come up with something, but I have no idea why it doesn't work on yours. Sorry about that.

mcross
27th February 2008, 04:56 PM
Sorry to come back to this problem, I take it moving to v1.17 doens't require anything else other than running the script to add the angles and putting the new files? Still no trip display here, that's what it looks like for me when I click on "show".

does your config.php file contain the $showmap= variable ?.


// Google Maps default view (G_NORMAL_MAP,G_SATELLITE_MAP, G_HYBRID_MAP or G_PHYSICAL_MAP)
$googleview = "G_NORMAL_MAP";
//to show all map points when you arrive at the page and when you change trips
//0=dont show, 1=show
$showmap="1";

// Map style

mcross
27th February 2008, 10:51 PM
added code to use the bearing arrows. arrows will show as long as there is no custom icon attached to a point.

added another variable in the config file, $siteroot, so make sure that gets added on existing servers.

also updated the install.php(to account for new $siteroot variable) and the database.sql (to create the 'Angle' field in the positions table).

I set the version number to 1.18 also.

I am attaching the whole server file.


Staryon,
I noticed that when using the export in trackme. the kml file that gets generated points to http://luisespinosa.com/trackme/whicheverarrow.png for the arrow pictures,even though I have it set to my own server. Don't know if you did this by design or just overlooked this in your code.

odie3
27th February 2008, 11:06 PM
Thanks, works GREAT.

PS: I also noticed the image path in the *kml file.

added code to use the bearing arrows. arrows will show as long as there is no custom icon attached to a point.

added another variable in the config file, $siteroot, so make sure that gets added on existing servers.

also updated the install.php(to account for new $siteroot variable) and the database.sql (to create the 'Angle' field in the positions table).

I set the version number to 1.18 also.

I am attaching the whole server file.


Staryon,
I noticed that when using the export in trackme. the kml file that gets generated points to http://luisespinosa.com/trackme/whicheverarrow.png for the arrow pictures,even though I have it set to my own server. Don't know if you did this by design or just overlooked this in your code.

GpsPasSion
27th February 2008, 11:19 PM
Nice update on the GM maps for the direction !

The $showmap= variable was indeed missing, I added it to config.php and now it's working again !

Still can't swith to French (all other languages ok), no biggie but would be nice to do.

@staryon - I was thinking about the position for a forced update. Since it's difficult to freeze the position when the command is sent, could you maybe have an option to put the lat/long in the text of the message ?

mcross
28th February 2008, 02:18 AM
Still can't swith to French (all other languages ok), no biggie but would be nice to do.


I was trying to figure out the why French language was not working, got to the language.php file, the french section is in english. I looked through all my different versions of the language file and all of mine are in english.
Do you have the french translation that you can post? or can someone provide it for me?

JoseF
28th February 2008, 12:53 PM
added code to use the bearing arrows. arrows will show as long as there is no custom icon attached to a point.

added another variable in the config file, $siteroot, so make sure that gets added on existing servers.

also updated the install.php(to account for new $siteroot variable) and the database.sql (to create the 'Angle' field in the positions table).

I set the version number to 1.18 also.

I am attaching the whole server file.


Staryon,
I noticed that when using the export in trackme. the kml file that gets generated points to http://luisespinosa.com/trackme/whicheverarrow.png for the arrow pictures,even though I have it set to my own server. Don't know if you did this by design or just overlooked this in your code.



I have installd the server you post , samething is missing. The database that it creates have only 3 tables the positions don´t came up.
I have change with the database.sql from the first page.(server.zip)
Then it works

Regards
JoseF

mcross
28th February 2008, 02:20 PM
I have installd the server you post , samething is missing. The database that it creates have only 3 tables the positions don´t came up.
I have change with the database.sql from the first page.(server.zip)
Then it works

Regards
JoseF

thanks JoseF, I duplicated a line that stayron added, I don't read too well sometimes.:).

I changed the database sql and updated the attachment in my previous post.

_LEM_
28th February 2008, 04:00 PM
mcross,

I think I'm lost with the latest udpates! :p

I used your file to update my website and now I don't see the Show button. Instead I see the 'Apply Points filter'
On the other hand, some text is in Spanish. I don't know why.

Do you think you can double check that you uploaded the latest files?


One more thing, I see that you added a variable called:

$siteroot ="http://www.yoursite.com/trackme/";

You don't really need that. If you do:
$siteroot ="http://".$_SERVER['HTTP_HOST']."/".basename(getcwd())."/";
you will get the same result.

By the way, I updated the file export.php with that. So instead of hard coding my website name, I use that.

Please let me know when you think you have the latest files so I can upload the file server.zip to my server.

Thanks

_LEM_
28th February 2008, 04:09 PM
I think I got it to work. I deleted the cookies and now it's working fine.

Just the above suggestion, if you can get rid of that variable,so the user doesn't have to worry about entering the full path.

ahh... one more thing!! I think it would be nice to have an option in the viewer (not in the configuration) where you can enable/disable bearings,
and display the map how it was before. You know... to keep it consistent with the KML file that I generate. I also let the user to choose that.

Thanks

mcross
28th February 2008, 04:10 PM
$siteroot ="http://www.yoursite.com/trackme/";

You don't really need that. If you do:
$siteroot ="http://".$_SERVER['HTTP_HOST']."/".basename(getcwd())."/";
you will get the same result.

Thanks
cool,
I tried to find a way of doing this, but failed. I will add this and then check my files again.

do you have a language file with the french translation?

_LEM_
28th February 2008, 04:14 PM
Here are the latest files with the latest icons and the change in the export.php file:

http://luisespinosa.com/bin/trackme/server.zip

_LEM_
28th February 2008, 04:17 PM
cool,
I tried to find a way of doing this, but failed. I will add this and then check my files again.

do you have a language file with the french translation?

I'm sorry I have no idea of French! I hope somebody can make the translation for us.
By the way, I need to update the Spanish translation. There is still some text in English.

GpsPasSion
28th February 2008, 05:13 PM
A bit confused about the $siteroot variable, do we need it or not ?

Will upload the French translation later tonight !

mcross
28th February 2008, 05:42 PM
A bit confused about the $siteroot variable, do we need it or not ?

Will upload the French translation later tonight !

once I add the code suggested by staryon you will not need the siteroot variable. but until then, if you have put the new files on your server, you will need that variable set.

peterdm
28th February 2008, 11:01 PM
can't get server installed, recieve following message

Notice: Undefined index: folder in C:\Websites\trackme\install.php on line 55

Notice: Undefined index: username in C:\Websites\trackme\install.php on line 59

TrackMe Server Side Installation
Database tables created successfully


Remember to create two folders ("routes" and "pics") in your TrackMe folder.

If there are no errors listed above then the installation of server side files and tables is complete. You MUST delete the install.php and database.sql files before the map page will display. Once you delete install.php you can click here to view your custom map.

If you have not installed the application on your Windows Mobile Professional device you can download the latest version here


after deleting install.php and sql files i receive:

Notice: Undefined index: language in C:\Websites\trackme\index.php on line 20

Notice: Undefined variable: storelanguage in C:\Websites\trackme\index.php on line 24

Notice: Undefined index: filter in C:\Websites\trackme\index.php on line 67

Notice: Undefined index: trip in C:\Websites\trackme\index.php on line 68

Notice: Undefined index: ID in C:\Websites\trackme\index.php on line 69

Notice: Undefined index: username in C:\Websites\trackme\index.php on line 70

Notice: Undefined index: password in C:\Websites\trackme\index.php on line 71

Notice: Undefined index: action in C:\Websites\trackme\index.php on line 72

Notice: Undefined index: storecrosshair in C:\Websites\trackme\index.php on line 73

Notice: Undefined index: storeshowheader in C:\Websites\trackme\index.php on line 74

Notice: Undefined index: storeclickcenter in C:\Websites\trackme\index.php on line 75

Notice: Undefined index: storeoverview in C:\Websites\trackme\index.php on line 76

Notice: Undefined index: storelanguage in C:\Websites\trackme\index.php on line 77

Notice: Undefined index: storeunits in C:\Websites\trackme\index.php on line 78

Notice: Undefined index: storestartdate in C:\Websites\trackme\index.php on line 79

Notice: Undefined index: storeenddate in C:\Websites\trackme\index.php on line 80

Notice: Undefined variable: custom_view in C:\Websites\trackme\index.php on line 82

Notice: Undefined variable: loggedin in C:\Websites\trackme\index.php on line 235

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 242

Notice: Undefined variable: show_header in C:\Websites\trackme\index.php on line 286

Notice: Use of undefined constant ID - assumed 'ID' in C:\Websites\trackme\index.php on line 305

Notice: Use of undefined constant username - assumed 'username' in C:\Websites\trackme\index.php on line 308

Notice: Undefined variable: custom_view in C:\Websites\trackme\index.php on line 323

Notice: Use of undefined constant Name - assumed 'Name' in C:\Websites\trackme\index.php on line 366

Notice: Use of undefined constant ID - assumed 'ID' in C:\Websites\trackme\index.php on line 367

Notice: Use of undefined constant ID - assumed 'ID' in C:\Websites\trackme\index.php on line 369

Notice: Use of undefined constant Name - assumed 'Name' in C:\Websites\trackme\index.php on line 372

Notice: Undefined variable: custom_view in C:\Websites\trackme\index.php on line 387

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 396

Notice: Undefined variable: custom_view in C:\Websites\trackme\index.php on line 505

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 515

Notice: Undefined variable: avg_speed in C:\Websites\trackme\index.php on line 574

Notice: Undefined variable: avg_speed in C:\Websites\trackme\index.php on line 575

Notice: Use of undefined constant DateOccurred - assumed 'DateOccurred' in C:\Websites\trackme\index.php on line 608

Notice: Use of undefined constant DateOccurred - assumed 'DateOccurred' in C:\Websites\trackme\index.php on line 609

Notice: Use of undefined constant DateOccurred - assumed 'DateOccurred' in C:\Websites\trackme\index.php on line 611

Notice: Use of undefined constant DateOccurred - assumed 'DateOccurred' in C:\Websites\trackme\index.php on line 612

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 613

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 628

Notice: Undefined variable: show_header in C:\Websites\trackme\index.php on line 690

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 734

Notice: Undefined variable: custom_view in C:\Websites\trackme\index.php on line 751

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 963

Notice: Use of undefined constant last_location - assumed 'last_location' in C:\Websites\trackme\index.php on line 1116

Notice: Undefined variable: created_text in C:\Websites\trackme\index.php on line 1203

then map is showed.


what goes wrong?????

mcross
28th February 2008, 11:26 PM
can't get server installed, recieve following message

what goes wrong?????
which web server are you running?

GpsPasSion
28th February 2008, 11:48 PM
once I add the code suggested by staryon you will not need the siteroot variable. but until then, if you have put the new files on your server, you will need that variable set.Gotcha!

As promised, attached is the FRA translation, will fine tune if necessary

mcross
29th February 2008, 04:17 AM
added suggestions from stayron on the $siteroot and ability to show bearing arrows or not. also added button to show config settings, by default the config will not be shown.

I am trying to figure out how to get the google maps resize dynamically to the size of the table container, I've added a layout.css trying to accomplish this. anyone have success with this?

updated the language file to include the french translation (thanks GpsPassion) also fixed all the special characters so they will display correctly.

side note:
I have been looking at the Ext JS library, www.extjs.com. I would love to modify what we have to include the extjs library but I am still learning the library.

anyone here have experience with this?

If you have not seen in action, this site uses extjs its really impressive. www.ongmap.com (http://www.ongmap.com). I like the way this site handles the photos. (01Popular Data | Photos)

I have started this transfer, but am still working on making it all work together smoothly.

peterdm
29th February 2008, 07:33 AM
can't get server installed, recieve following message

Notice: Undefined index: folder in C:\Websites\trackme\install.php on line 55

Notice: Undefined index: username in C:\Websites\trackme\install.php on line 59

TrackMe Server Side Installation
Database tables created successfully



what goes wrong?????

etc,etc,etc

i did some more investigation, showing the warnings had to do with my php.ini i had to change a parameter to Off. now page is displayed perfectly.


i can upload KML files to server, the only thing that is not working. I keep receiving the message on my mobile

cannot create trip.

the user is inserted in the database. i have have seen this error before in this topis, but cannot find a solution.

reg,

Peter

GpsPasSion
29th February 2008, 09:14 AM
added suggestions from stayron on the $siteroot and ability to show bearing arrows or not. also added button to show config settings, by default the config will not be shown.

updated the language file to include the french translation (thanks GpsPassion) also fixed all the special characters so they will display correctly.

Just noticed that problem yes on my server, thanks for fixing the characters !

Unfortunately with the new version I'm back to the no track display problem I had before adding the $showmap="1" variable, I commented out $siteroot just in case but it's not helping, any new variables needed ?

http://ongmap.com/ is pretty impressive indeed!

_LEM_
29th February 2008, 03:14 PM
mcross,

The new version looks great! Thanks a lot, you are doing an incredible job.

Let me ask you something, with this new version are you not using the variables $mapwidth and $mapheight anymore? I like the idea that the map resizes automatically.

On my computer the width is resized correctly but not the height.
http://luisespinosa.com/temp/untitled.JPG

ongmap looks awesome. I would love to see the TrackMe viewer with icons on the top like that and with those smaller fonts.
I'll take to look at that library later to see if I can find out something.

Thanks again for your help!

GpsPasSion
29th February 2008, 03:44 PM
Managed to get the track display back by using the latest config.php and putting my server data, but if I choose to display the bearing arrows, I only have the track, no points. Maybe because I used siteroot previously ?

A problem with the French translation : "show config" should be "montrer la configuration" and if you click on that button it reverts back to English.

mcross
29th February 2008, 03:51 PM
mcross,

The new version looks great! Thanks a lot, you are doing an incredible job.

Let me ask you something, with this new version are you not using the variables $mapwidth and $mapheight anymore? I like the idea that the map resizes automatically.

On my computer the width is resized correctly but not the height.
http://luisespinosa.com/temp/untitled.JPG

ongmap looks awesome. I would love to see the TrackMe viewer with icons on the top like that and with those smaller fonts.
I'll take to look at that library later to see if I can find out something.

Thanks again for your help!

the height is what I am having trouble with. You can set the height in the layout.css file. I am going to try and find the solution today that will make the map auto fit both height and width. I got tired last night and just set height to px uploaded and went to bed. If I cant figure out the height problem today I will revert back to using the settings from the config file.

mcross
29th February 2008, 03:53 PM
Managed to get the track display back by using the latest config.php and putting my server data, but if I choose to display the bearing arrows, I only have the track, no points. Maybe because I used siteroot previously ?

A problem with the French translation : "show config" should be "montrer la configuration" and if you click on that button it reverts back to English.

I hate to ask but, do you have the new arrow*.png files on your server?

JoseF
29th February 2008, 05:20 PM
GPSPASSION

Managed to get the track display back by using the latest config.php and putting my server data, but if I choose to display the bearing arrows, I only have the track, no points. Maybe because I used siteroot previously ?

A problem with the French translation : "show config" should be "montrer la configuration" and if you click on that button it reverts back to English.

I hate to ask but, do you have the new arrow*.png files on your server?

Hi,

I hade a similar problem.I erase the database and create a new one.

I know its is not the best way .It worked.

There maybe other solution.

Regards
JoseF

mcross
29th February 2008, 11:30 PM
I believe the height and width are autoresizing now, I had to change the page to use div's instead of tables to get it all to size correctly.

Several changes this time. the files that changed are index.php, language.php, layout.css, calendar-win2k-cold-1.css

I am attaching a full server zip, but if you just replace those files it should work. I have tested on Firefox 2.0 and IE7.

I also added new variables to the language file.
$showconfig_button_text_off = "Hide Config";
$location_button_text_off = "Live Tracking Off";

feel free to post the correct translations.

hope you like the changes. I'm open to suggestions.

_LEM_
29th February 2008, 11:35 PM
It works great! I also love the option that turns off and on the Live Tracking.

EDIT: I saw that you added a popup window with the configuration! Pretty cool!

mcross
29th February 2008, 11:45 PM
cool, glad its working.

grandpareza
1st March 2008, 12:59 AM
It's a good idea. The only thing is this program is not really designed for that. I'm sure there are tons of programs that do that kind of things in case your phone is stolen or something like that.
However, let me me think about it. I'm working on the stealth mode at this moment so if I get it to work I may add that too.

I dont know how much of an impact this will have, but 20 bucks to you from me if stealth is implmented.

_LEM_
1st March 2008, 01:12 AM
I dont know how much of an impact this will have, but 20 bucks to you from me if stealth is implmented.

I'm still trying to do that. The library is out but it seems to be buggy. I already contacted the developers and they are looking at that.

grandpareza
1st March 2008, 01:28 AM
I'm still trying to do that. The library is out but it seems to be buggy. I already contacted the developers and they are looking at that.

That is good news to my ears. Thanks mate.

JoseF
1st March 2008, 07:57 AM
I believe the height and width are autoresizing now, I had to change the page to use div's instead of tables to get it all to size correctly.

Several changes this time. the files that changed are index.php, language.php, layout.css, calendar-win2k-cold-1.css

I am attaching a full server zip, but if you just replace those files it should work. I have tested on Firefox 2.0 and IE7.

I also added new variables to the language file.
$showconfig_button_text_off = "Hide Config";
$location_button_text_off = "Live Tracking Off";

feel free to post the correct translations.

hope you like the changes. I'm open to suggestions.

Hi Mcross,

Sorry to say but your server.zip is still missing the "positions" in the mysql tabel.

If I use this server.zip just got 3 positions in tables .

Regards
JoseF

Kai-Uwe
1st March 2008, 09:47 AM
feel free to post the correct translations.

hope you like the changes. I'm open to suggestions.

Hi,

so at first here is the German translation addet. And there are some bugs i have found.

The function is full ok. But here are a few things that don't work with the config.

1. It would be good when you have switched to your language and you came back to the site later the language could be the same. At this time you always have to open the config window and set you parameter new.

2. When cliking "Set Display" you have to clik again on "Show" or whatever you want to see. your previous Settings are gone.

3. When you change from Trip to livetracking or back the language "jumps" back to english and the standard settings (No Bearings for example)

4. When in Livetracking mode when it updates the page it switches back to english.

5. Is there a way to set a standard language? At this time it starts in english. Would be nice to switch that to an other language. "German for me for example)

6.Is there a way to set the time intervall for updating (at this timee 99 seconds) to whateve io want or to a few different intervalls? (10/30/60 seconds?)

7. Very small point: In the Top left corner stands " Trip data for:"
Where is the place to switch that to German? In German it calls:
"Streckendaten für:" or: "Daten für:"

So at the end i have to say: Great Work!!! Very fine Application!

Greetings Kai-Uwe

kb1313
1st March 2008, 01:31 PM
Kai-Uwe,

you can easily set your preferred language and a different updating interval, if you edit the config.php on your server manually. i think, it might be a permission restriction on the server side: your files might/should be only readable. maybe this is why the language switches back every time. i don't know much about php or how mcross and the others programmed this, but maybe cookies might be a solution?! well, i don't know if i'm right on that point, but i know that editing the config.php manually works. ;-)

the other thing you mentioned to change "Trip data for:" to whatever you like, you find this in the index.php. Just open this file again in an editor of choice and search for "Trip data"... you will find it. i haven't tried it myself, but it might work. ;-)

greetings

kb1313
1st March 2008, 01:52 PM
JoseF,

did i understand your problem right, that the database.sql does not create the table positions in your sql database?

there is a redundant entry in the database.sql in the section 'positions': (well at least, i think it is!!)

`Angle` double default null, .... it's there two times and my database didn't create the table, as long as it's in there. so i just ereased this line, deleted the tables which were already created (because the re-import is not completed, if there are tables found with these names), and imported the edited database.sql. now the 'positions' table should be in your database.

kevin

_LEM_
1st March 2008, 02:18 PM
ok guys, I fixed the problem in the sql script. You can get the fixed version from the first post as usual.

JoseF
1st March 2008, 02:40 PM
ok guys, I fixed the problem in the sql script. You can get the fixed version from the first post as usual.

Thanks working well.

JoseF

Kai-Uwe
1st March 2008, 03:17 PM
Kai-Uwe,
...might/should be only readable. maybe this is why the language switches back every time. i don't know much about php or how mcross and the others programmed this, but maybe cookies might be a solution?! well, i don't know if i'm right on that point, but i know that editing the config.php manually works. ;-)
........

greetings

Hi, just looked at my server. The Files are all 777 So that this is not the problem with switching back to the english language and basic settings.

Greetings Kai-Uwe

kb1313
1st March 2008, 04:10 PM
ok, here's something i don't understand.

using the new version 1.19 (which is really cool, btw) there are no bearings on my map when i use a subdomain that points to the trackme directory. if i point directly to the subfolder by typing the adress, i can see them.

i am using two directories, one for testing, one for public. with the version 1.18, there was no problem with using a subdomain. i've tested 1.19 and thought it was great, so i've renamed the public directory to backup and the testing directory to the public name. from now on, using a subdomain (like trackme.xyz.com), the bearings are gone. i've already deleted the subdomain and tried another one (like navi.xyz.com) but that didn't work either...

peterdm
1st March 2008, 09:37 PM
Tables are there webpage is showed, perfectly, i can upload KML files to server, i can upload pictures ti server. but realtime data is not entered in database. username and password are entered, the rest not. I'm running Mysql on NT2003.

anyone idea,

regards,
Peter

GpsPasSion
1st March 2008, 10:02 PM
I hate to ask but, do you have the new arrow*.png files on your server?Sure and yes, they are at the root of the server, I did have siteroot in a previous version, maybe I need to reset that somehow ?

Update 1 - I use a subdomain like kb1313 too, some type of path problem then. Maybe siteroot can fix that.
Update 2 - no doesn't help

New FRA Translation : "Display Bearing Arrows" = "Afficher sens du déplacement"
Fix FRA Translation : "Aperçu" = "Afficher Résumé"

6thElement
2nd March 2008, 04:06 AM
I've just installed the new version, I modded the sql file to drop the old tables before it recreated them. I've got a nice long bike ride planned tomorrow to test it.

marianosf
2nd March 2008, 06:14 AM
I donated using paypal, I know just saying "Thank you, great application" is not enough for the time and effort you put into this.
Viva la raza!

klopping
2nd March 2008, 12:11 PM
Hello, I use trackdisplay and I have 2 questions
1) With opera I se the track information (screen with internet explore it stayes grey. I can change setting but stil no image. Does some knows what the cause could be.
2) After refresh metric setting go back to default imperial. It is possible that it stays at metric.

_LEM_
2nd March 2008, 04:22 PM
I donated using paypal, I know just saying "Thank you, great application" is not enough for the time and effort you put into this.
Viva la raza!

Thanks a lot Mariano!! I really appreciate your contribution.

Best regards

jmat
2nd March 2008, 07:17 PM
Quick feature request: a button to sync the phone's clock to GPS time. I've discovered that AT&T is about 40-45 seconds slow than GPS time, which has caused me a few problems when trying to sync some scientific data captured on my phone (custom written program) with data captured on a real GPS (Garmin).

Kind of an obscure request, but it would make my life easier. :D

_LEM_
3rd March 2008, 01:46 AM
Quick feature request: a button to sync the phone's clock to GPS time. I've discovered that AT&T is about 40-45 seconds slow than GPS time, which has caused me a few problems when trying to sync some scientific data captured on my phone (custom written program) with data captured on a real GPS (Garmin).

Kind of an obscure request, but it would make my life easier. :D

I'll check it out if there is an easy way of doing that.

Regards

GpsPasSion
3rd March 2008, 09:55 AM
An update on the arrows on the server, they come back if you have the files in a subfolder, hosting directly on a subdomain, say track.xxxx.com\ won't work. Odd !

What do you think about my suggestion to have the lat/long added automatically to the text of the message if showing that position on the server is too complex ?

aalexandrou
3rd March 2008, 10:39 AM
Hi staryon,

Congratulations for this amazing application. It ROCKS!!

I apologise if this has already been addressed, but i tried searching through the entire thread but found no answer.

I am not online all the time with my Tilt, but i do move around quite a bit, and i can be online when i go home at night.

What would be the best way to upload my trips during the day, when i go home at night so that i can see them through Google Earth?

Also, for some strange reason, Google Earth displays the first (i.e. oldest) trip that i made and sent online, as opposed to all of them. Can anybody suggest a solution to these problems? Thanks

Once again, keep up the good work and hats off for this great program.

:)

mcross
3rd March 2008, 07:55 PM
hello all,
I was running around all weekend and did not have a chance to look at the forums, I have read the comments and suggestions and will work on making the updates. Some how we need to keep a list of feature requests that are being worked on so all users can see .

I have also updated the usertrack.php file (for use with google earth, google maps or google maps for mobile). I had one request on this file so I attaching the newest version. I put directions for use at the top of the file.
required paramaters/syntax:
always start with: "http://yoursite.com/trackme/usertrack.php?username=yourusername&password=yourpassword"
then you can add an action variable
&action=track ;will show last location for all users
&action=lasttrip ;will show last trip in realtime
or to show past trips dont include action just add
&tripname=Auto_tripnameyouwanttosee
or &tripid=tripidyouwanttosee

mcross
3rd March 2008, 08:27 PM
List of Items to be worked on:

1. Save settings per user instead of by file. I plan to add a config table that will hold settings per user which will solve many of the problem listed recently, like settings switching back to english after refresh, ets.

2. figure out the subdomain issue.

3. add the refresh interval to user settings

4. add ability to edit trip date, like tripname and comments.

5. opera compatibility.

_LEM_
3rd March 2008, 08:31 PM
Regarding Trackme's client, the to do list is in the first post.
My main priority is the stealth mode, and I will try to include that for the next version.

_LEM_
3rd March 2008, 08:34 PM
Hi staryon,

Congratulations for this amazing application. It ROCKS!!

I apologise if this has already been addressed, but i tried searching through the entire thread but found no answer.

I am not online all the time with my Tilt, but i do move around quite a bit, and i can be online when i go home at night.

What would be the best way to upload my trips during the day, when i go home at night so that i can see them through Google Earth?

Also, for some strange reason, Google Earth displays the first (i.e. oldest) trip that i made and sent online, as opposed to all of them. Can anybody suggest a solution to these problems? Thanks

Once again, keep up the good work and hats off for this great program.

:)

You have an option where you can always store your data offline. Later when you get home, select the option to upload offline data.

Regarding your other problem, are you using live tracking or you are just exporting an existing trip?

mcross
3rd March 2008, 08:39 PM
Regarding Trackme's client, the to do list is in the first post.
My main priority is the stealth mode, and I will try to include that for the next version.

I was thinking for the web interface requests/bugs. :)

_LEM_
3rd March 2008, 08:43 PM
I was thinking for the web interface requests/bugs. :)

oh yes yes... it's just I saw your list so I thought in giving you guys an update with the TrackMe's client future requests. :D

mcross
3rd March 2008, 08:56 PM
oh yes yes... it's just I saw your list so I thought in giving you guys an update with the TrackMe's client future requests. :D

I have a request for you.

I use the geofence alerts portion of trackme to mark several locations specific to me. I would like to have these location show up on the web interface with a custom icon, and hopefully show the geofence area. Do you have plans to (or Will you) add a table and start uploading these locations to the database?.

_LEM_
3rd March 2008, 09:07 PM
I have a request for you.

I use the geofence alerts portion of trackme to mark several locations specific to me. I would like to have these location show up on the web interface, and hopefully show the geofence area. Do you have plans to (or Will you) add a table and start uploading these locations to the database?.

sorry mcross, but that's not something easy to do at this moment. The reason that information is stored locally is because TrackMe didn't really need a server for that, but now that you mention that you would like to show the region in the web interface it would make sense. however, as I said, it's really complicated to change all that logic.

On the other hand, if I do that, users that use 'remote mode' but they don't have internet access all the time won't be able to use geofence anymore because they would need to access the server.

That's another reason I prefer not to change it.

sorry about that.

mcross
3rd March 2008, 09:12 PM
sorry mcross, but that's not something easy to do at this moment. The reason that information is stored locally is because TrackMe didn't really need a server for that, but now that you mention that you would like to show the region in the web interface it would make sense. however, as I said, it's really complicated to change all that logic.

On the other hand, if I do that, users that use 'remote mode' but they don't have internet access all the time won't be able to use geofence anymore because they would need to access the server.

That's another reason I prefer not to change it.

sorry about that.


no problem, I had to ask though. ;)

6thElement
4th March 2008, 12:25 AM
I used the latest version of the software while driving home today, it was logging points and then when I reached my destination I manually told it to upload the offline data. It uploaded all the points and didn't report any errors, but when I go to my trackme website I still get:

One or more TrackMe tables in your database are empty. You must generate data by running the TrackMe application on your Windows Mobile device before the map display will work properly.


Any ideas what might be wrong? :(

I've used the software in local mode and generated a local kml before, but this was the first time I've told the software to upload.

mcross
4th March 2008, 01:45 PM
I used the latest version of the software while driving home today, it was logging points and then when I reached my destination I manually told it to upload the offline data. It uploaded all the points and didn't report any errors, but when I go to my trackme website I still get:



Any ideas what might be wrong? :(

I've used the software in local mode and generated a local kml before, but this was the first time I've told the software to upload.

can you look a see which table does not have any data?

6thElement
4th March 2008, 02:34 PM
Sorry for that dumb request, I'd not even looked in the tables. Positions was empty for some reason, but trips had the trip name in it. So I dropped the 4 tables, reinstalled them and it worked fine with a quick test, thanks.

p25o1
5th March 2008, 10:40 AM
i used track me and it works nice, downloaded the tracks to Google earth and it was sweet.

i wanted to use trackme for my sport activity (gokarting) and i need to increase the gps logging to less that 10 seconds. --> it will then give me more deitails on my runs and cornering --> since every thing happen so fast and sub 10 seconds.

can you unlock the 10 seconds restriction, or is it possible to log ever 1 sec in another way

Kai-Uwe
5th March 2008, 12:17 PM
Yes it is a little bit more than off topic but perhaps somebody can help me.

I want to print something with mid HTC Tytn or my MDAIII / BlueAngel under Windows Mobile 6

A few years ago there where " HP Mobile Printing for Pocket PC". But now it is offline. i have had this software but it is gone. i think i have erased it accidently a few month ago...

Did anybody of you have this piece of Software ore something like that (Freeware)?

Greetings Kai-Uwe

mcross
5th March 2008, 01:31 PM
Yes it is a little bit more than off topic but perhaps somebody can help me.

I want to print something with mid HTC Tytn or my MDAIII / BlueAngel under Windows Mobile 6

A few years ago there where " HP Mobile Printing for Pocket PC". But now it is offline. i have had this software but it is gone. i think i have erased it accidently a few month ago...

Did anybody of you have this piece of Software ore something like that (Freeware)?

Greetings Kai-Uwe

check this link, http://handheld.softpedia.com/get/System-Utilities/Printing/HP-Mobile-Printing-8678.shtml

_LEM_
5th March 2008, 01:34 PM
i used track me and it works nice, downloaded the tracks to Google earth and it was sweet.

i wanted to use trackme for my sport activity (gokarting) and i need to increase the gps logging to less that 10 seconds. --> it will then give me more deitails on my runs and cornering --> since every thing happen so fast and sub 10 seconds.

can you unlock the 10 seconds restriction, or is it possible to log ever 1 sec in another way

Hi p25o1,

The limit is 10 seconds because otherwise the map will look too cluttered and either Google maps or Google Earth will take a long time to load. I think there are other programs that are more oriented for what you need. Unfortunately I don't remember any names. Maybe somebody will be able to give you some suggestions.

Regards

webpatrick
5th March 2008, 02:42 PM
Hi p25o1,

The limit is 10 seconds because otherwise the map will look too cluttered and either Google maps or Google Earth will take a long time to load. I think there are other programs that are more oriented for what you need. Unfortunately I don't remember any names. Maybe somebody will be able to give you some suggestions.

Regards

http://www.rungps.net/

webpatrick
5th March 2008, 02:49 PM
Correct me if I'm wrong but in the Alert section it's possible to send an SMS or Email when entering or leaving a particular area.

Maybe it's a possibility to start an application or something else (toggle Wifi/BT) when entering or leaving a particular area.

Maybe it's an idea for a new tool.

Happy-Shrimper
5th March 2008, 08:34 PM
http://www.rungps.net/

Like TrackMe, this is a fantastic piece of software. Well worth the £34.

Happy-Shrimper
5th March 2008, 08:39 PM
Correct me if I'm wrong but in the Alert section it's possible to send an SMS or Email when entering or leaving a particular area.

Maybe it's a possibility to start an application or something else (toggle Wifi/BT) when entering or leaving a particular area.

Maybe it's an idea for a new tool.

I have only installed trackme in the last few days as the live tracking in Run.GPS is a little overkill for the journey to and from work, and TrackMe fits the bill perfectly. As of yet, I haven't been able to get an alert to fire when I reach a certain point. I clicked get the location button when at a specific location and created an alert from it for about 3 locations on my journey.
Set up the sms and email addresses and message to fire, but to date, none have triggered.
I had set distance area to 0.5 miles, then expanded it to 1 mile. Should I increase the range? Typically these areas are very congested so don't pass them too quickly though.
Any suggestions?
Top piece of software though!
Thanks

_LEM_
5th March 2008, 08:47 PM
Maybe it's a possibility to start an application or something else (toggle Wifi/BT) when entering or leaving a particular area.
Maybe it's an idea for a new tool.

hmm...not sure about that. I wouldn't like to add too much bloatware to TrackMe. However, if there are more people interested I may look at that.

_LEM_
5th March 2008, 08:50 PM
I have only installed trackme in the last few days as the live tracking in Run.GPS is a little overkill for the journey to and from work, and TrackMe fits the bill perfectly. As of yet, I haven't been able to get an alert to fire when I reach a certain point. I clicked get the location button when at a specific location and created an alert from it for about 3 locations on my journey.
Set up the sms and email addresses and message to fire, but to date, none have triggered.
I had set distance area to 0.5 miles, then expanded it to 1 mile. Should I increase the range? Typically these areas are very congested so don't pass them too quickly though.
Any suggestions?
Top piece of software though!
Thanks

I have never tried it with such as small distance but I think it should work. I'll do some testing tonight when I go home.

Happy-Shrimper
5th March 2008, 08:52 PM
I have never tried it with such as small distance but I think it should work. I'll do some testing tonight when I go home.
Wow, now that was a quick reply! Would you recommend a larger range of say 3 miles or so?

_LEM_
5th March 2008, 08:54 PM
Wow, now that was a quick reply! Would you recommend a larger range of say 3 miles or so?

;)

It's up to you. It depends on what you need.
I'll let you know how is my testing tonight.

Happy-Shrimper
5th March 2008, 08:55 PM
hmm...not sure about that. I wouldn't like to add too much bloatware to TrackMe. However, if there are more people interested I may look at that.

Must confess, it would be a useful feature. Turn on wifi as you get home or to work and off as you leave. Turn on Silent maybe as you enter the office? Maybe someone could develop an application to trigger an event at home to put the kettle on a few miles up the road - :cool: but maybe carried away!

juiceppc
5th March 2008, 11:11 PM
Guys sorry if this has been answered but I use startlogic.com as a hoster and they use Vdeck. I see a MySQL option but not sure where to go from there to setup a mysql database for the server any help would be greatly appreciated. THanks. Do I try to link the database I created to the "database.sql" file in the server files folder?

I'm getting this error when try to reach my install.php file

"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log"

odie3
5th March 2008, 11:28 PM
About this Alert thing where it will sent a message (SMS/Email) when you are within a area. Can it send when you are going a set direction? Say I want it to send a message to my wife when I am going south (going home) but not north (when I am going to work).

_LEM_
5th March 2008, 11:34 PM
About this Alert thing where it will sent a message (SMS/Email) when you are within a area. Can it send when you are going a set direction? Say I want it to send a message to my wife when I am going south (going home) but not north (when I am going to work).

Why don't you use the inside/outside feature?

juiceppc
6th March 2008, 01:04 AM
Is this the stuff I'm supposed to edit in the config.php file?

// Database Information
$DBIP = "localhost";
$DBUSER = "Replace with MySQL User Name";
$DBPASS = "Replace with MySQL Password";
$DBNAME = "Replace with MySQL Database Name";

Would $DBIP = mydomain.com?

Can someone post an example of what exactly this should look like? Thanks.

greeek
6th March 2008, 08:59 AM
This has probably been covered, but I only just decided to actually install this after reading nearly the entire thread about a month ago, but... can anyone tell me roughly how much data upload etc is used each time it uploads?
I'm on a work plan, and I thought I should check before I go berko with this software - I'ts fantastic may I add!

ajs007
6th March 2008, 10:58 AM
Hi Guys,
I'm thinking of using Trackme for a charity run in the Summer. I'm happy with the tracking but wanted to 'spruce up' the 'sponser experience' i.e. let them go online to see the progress 'live'. Is it possible to add an additional feature into the html screen by pulling the altitude and distance travelled data to give a side profile similar to this:


http://bimrace.com/ba/race/race_map.php?race=5

_LEM_
6th March 2008, 03:17 PM
I have only installed trackme in the last few days as the live tracking in Run.GPS is a little overkill for the journey to and from work, and TrackMe fits the bill perfectly. As of yet, I haven't been able to get an alert to fire when I reach a certain point. I clicked get the location button when at a specific location and created an alert from it for about 3 locations on my journey.
Set up the sms and email addresses and message to fire, but to date, none have triggered.
I had set distance area to 0.5 miles, then expanded it to 1 mile. Should I increase the range? Typically these areas are very congested so don't pass them too quickly though.
Any suggestions?
Top piece of software though!
Thanks

Hi,

I tested last night and it worked fine. My settings were 0.5 miles and be notified by email and sms when I was outside the target area.
Are you sure that the alert was enabled?

_LEM_
6th March 2008, 03:20 PM
This has probably been covered, but I only just decided to actually install this after reading nearly the entire thread about a month ago, but... can anyone tell me roughly how much data upload etc is used each time it uploads?
I'm on a work plan, and I thought I should check before I go berko with this software - I'ts fantastic may I add!

hmm.. I cannot give you an exact size but every time a new position is uploaded the buffer size is around 70 bytes.

_LEM_
6th March 2008, 03:24 PM
Is this the stuff I'm supposed to edit in the config.php file?

// Database Information
$DBIP = "localhost";
$DBUSER = "Replace with MySQL User Name";
$DBPASS = "Replace with MySQL Password";
$DBNAME = "Replace with MySQL Database Name";

Would $DBIP = mydomain.com?

Can someone post an example of what exactly this should look like? Thanks.

You also need the $googleapikey key. Here is an example:

$DBIP = "myserver.test.net";
$DBUSER = "juiceppc";
$DBPASS = "juiceppcpassword";
$DBNAME = "juiceppcdatabasename";

$googleapikey = "AHBQjpZM6s9Y2DQxQAZqebFaKZyOW_BeYEGQb3qvoNuDO3zGJc 12xhpe2qv8tVA";

w01f
7th March 2008, 05:02 PM
Hi Guys,
I'm thinking of using Trackme for a charity run in the Summer. I'm happy with the tracking but wanted to 'spruce up' the 'sponser experience' i.e. let them go online to see the progress 'live'. Is it possible to add an additional feature into the html screen by pulling the altitude and distance travelled data to give a side profile similar to this:


http://bimrace.com/ba/race/race_map.php?race=5

Now that would be a cool feature!!

I like the way you can hover your mouse over the elevation diagram and see the stick man cursor move over the route on the map.

I imagine elevation data would be easy to record and store in the database, but the hard part would possibly be coding the webpage to do that?

Happy-Shrimper
7th March 2008, 09:53 PM
Hi,

I tested last night and it worked fine. My settings were 0.5 miles and be notified by email and sms when I was outside the target area.
Are you sure that the alert was enabled?

Thanks for trying. I have tried again today with an increase Distance area of 10 miles and still no trigger. the position was gained by clicking assign current position and the fire event if ... is set to current position inside target area.
Maybe I would be better using outside if it fires as soon as it comes outside of that area? i.e. I go into the area and fires as I leave. Maybe I'll try that tomorrow.
Thanks for your help and excellent app.

One thought, I use Flexmail as the default messaging. Maybe that interferes and doesn't let the messages go out? Different API maybe?

jmat
7th March 2008, 11:39 PM
i used track me and it works nice, downloaded the tracks to Google earth and it was sweet.

i wanted to use trackme for my sport activity (gokarting) and i need to increase the gps logging to less that 10 seconds. --> it will then give me more deitails on my runs and cornering --> since every thing happen so fast and sub 10 seconds.

can you unlock the 10 seconds restriction, or is it possible to log ever 1 sec in another way

You'd probably kill your phone in less than two hours with that much data logging, as well. :(

You might want to look at a GPS data logger for what you're doing. Search for "AMOD AGL3080" on Google/Amazon. It's a small cheap data logger than lasts around 16-17 hours and logs GPS data every second... I use one for photography, but it would work really well for tracking gokarts, etc.

Plus, I'd much rather carry a $60 gadget on my belt than a $400 phone while in a gokart or where it might get hit/damaged/wet/etc. :)

greeek
8th March 2008, 12:17 PM
hmm.. I cannot give you an exact size but every time a new position is uploaded the buffer size is around 70 bytes.

Cool, so even if a trip uploaded say 50-60 points, my data transfer should only total approximately 4KB for the trip...

Does that sound right?

mcross
10th March 2008, 03:58 PM
hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT
for now you have to use firefox, I must have an extra comma somewhere that is breaking Internet explorer.
keep in mind that I am still working on this so there are extra fields showing, but you will be able to get the idea. Notice that the left, right and bottom have areas for data that can be easily shown/hidden. I think there is lots of potential with this library. I need to finish the login system, and then the live tracking option, then It will be ready for first release.

let me know what you all think.

mcross

mcross
10th March 2008, 03:59 PM
Hi Guys,
I'm thinking of using Trackme for a charity run in the Summer. I'm happy with the tracking but wanted to 'spruce up' the 'sponser experience' i.e. let them go online to see the progress 'live'. Is it possible to add an additional feature into the html screen by pulling the altitude and distance travelled data to give a side profile similar to this:


http://bimrace.com/ba/race/race_map.php?race=5

ajs007,
That is very cool, I will look into how this is done. but making no promises.

GpsPasSion
10th March 2008, 04:04 PM
Looking good !

@jmat - for karting I would even go with a 5Hz capable logger like the Qstarz MT-Q1000 : http://www.gpspassion.com/forumsen/topic.asp?TOPIC_ID=107322

_LEM_
10th March 2008, 04:07 PM
Cool, so even if a trip uploaded say 50-60 points, my data transfer should only total approximately 4KB for the trip...

Does that sound right?

That's correct.

_LEM_
10th March 2008, 04:08 PM
Thanks for trying. I have tried again today with an increase Distance area of 10 miles and still no trigger. the position was gained by clicking assign current position and the fire event if ... is set to current position inside target area.
Maybe I would be better using outside if it fires as soon as it comes outside of that area? i.e. I go into the area and fires as I leave. Maybe I'll try that tomorrow.
Thanks for your help and excellent app.

One thought, I use Flexmail as the default messaging. Maybe that interferes and doesn't let the messages go out? Different API maybe?

I don't think is the email client. You can also check the screen, there is a message when an alert is triggered.

_LEM_
10th March 2008, 04:11 PM
hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT
for now you have to use firefox, I must have an extra comma somewhere that is breaking Internet explorer.
keep in mind that I am still working on this so there are extra fields showing, but you will be able to get the idea. Notice that the left, right and bottom have areas for data that can be easily shown/hidden. I think there is lots of potential with this library. I need to finish the login system, and then the live tracking option, then It will be ready for first release.

let me know what you all think.

mcross

I love it!
Please let us know about any progress that you get.

p25o1
10th March 2008, 04:59 PM
You'd probably kill your phone in less than two hours with that much data logging, as well. :(

You might want to look at a GPS data logger for what you're doing. Search for "AMOD AGL3080" on Google/Amazon. It's a small cheap data logger than lasts around 16-17 hours and logs GPS data every second... I use one for photography, but it would work really well for tracking gokarts, etc.

Plus, I'd much rather carry a $60 gadget on my belt than a $400 phone while in a gokart or where it might get hit/damaged/wet/etc. :)


thanks man, last time i was worried that the battry will heat up and expload in my pocket.
60$ sounds good,,, does it come with any gps application to export or visulize the data??
if not do you recommend any? plz
thaks again your advice is what i was looking for.

ajs007
10th March 2008, 06:42 PM
Looking good ;-)

Is anyone experiencing Google grief with the zoom function with Firefox, or is it only with Firefox Beta 3 ?

Partial zoom (75%) give loss of Sat. photos quoting that "we are sorry, but we don't have imagery at this zoom level for this region ..."

IE can zoom in great for the same location :-/

hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT
for now you have to use firefox, I must have an extra comma somewhere that is breaking Internet explorer.
keep in mind that I am still working on this so there are extra fields showing, but you will be able to get the idea. Notice that the left, right and bottom have areas for data that can be easily shown/hidden. I think there is lots of potential with this library. I need to finish the login system, and then the live tracking option, then It will be ready for first release.

let me know what you all think.

mcross

greeek
11th March 2008, 12:54 AM
That's correct.

Thanks Staryon - much appreciated!!! :)

Kai-Uwe
11th March 2008, 10:00 AM
hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT
for now you have to use firefox, I must have an extra comma somewhere that is breaking Internet explorer.
keep in mind that I am still working on this so there are extra fields showing, but you will be able to get the idea. Notice that the left, right and bottom have areas for data that can be easily shown/hidden. I think there is lots of potential with this library. I need to finish the login system, and then the live tracking option, then It will be ready for first release.

let me know what you all think.

mcross

Hope you will find the coma for the IE... :rolleyes: If you dont find it you can use this one >>> , <<< I will spend it....:D

Greetings Kai-Uwe

w01f
11th March 2008, 09:56 PM
hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT

let me know what you all think.

mcross

Big thumbs up for the new look mcross! :D

turtle2472
11th March 2008, 11:32 PM
Big thumbs up for the new look mcross! :D

QFT!

Great work and it looks great on Safari too. :)

mattpark
11th March 2008, 11:47 PM
Cool little app...

Just tested it on my latest road trip: http://whereis.matthewpark.co.uk/

I couldn't get the upload photo function to work mind you... kept getting "Cannot copy file" errors when i tried to upload.

tinpusher
13th March 2008, 02:23 AM
Great program. It's been fun tinkering with it, setting it up on my own server.

On a side note, I got the subdomain problem (not displaying the arrows) to work by doing a frame redirect to the location (as opposed to setting it directly to the folder).

i.e. Frame redirect --> http://mydomain.com/trackme

I tried that before I got around to figuring out the whole "siteroot" thing.

Works great!

Thanks for all the great work!

JS

webpatrick
13th March 2008, 10:10 AM
hey all,

I am starting to figure out the extjs stuff. I have a working map now, if you want to check it out, go here, http:\\www.mc-consult.com/trackmeEXT
for now you have to use firefox, I must have an extra comma somewhere that is breaking Internet explorer.
keep in mind that I am still working on this so there are extra fields showing, but you will be able to get the idea. Notice that the left, right and bottom have areas for data that can be easily shown/hidden. I think there is lots of potential with this library. I need to finish the login system, and then the live tracking option, then It will be ready for first release.

let me know what you all think.

mcross

Wow! this looks nice, can't wait for the release... maybe you can release a Beta so we can help you identify (and solve) different browser issues.

arpy
14th March 2008, 01:15 AM
Please, SmartPhoneSupport, i will kill for SmartPhoneSupport...

_LEM_
14th March 2008, 02:14 AM
Please, SmartPhoneSupport, i will kill for SmartPhoneSupport...

I would love to... but unfortunately I would have to rewrite a big part of the program just for this, because there are many controls that are not compatible with smartphones.

The problem is lately I don't even have too much time to update the current TrackMe so I don't really know if I will end up adding support for smartphones one day. I'm really sorry about that :(

jimmydu3
14th March 2008, 02:24 AM
Correct me if I'm wrong but in the Alert section it's possible to send an SMS or Email when entering or leaving a particular area.

Maybe it's a possibility to start an application or something else (toggle Wifi/BT) when entering or leaving a particular area.

Maybe it's an idea for a new tool.

If the program could just execute programs then Phoneweaver could handle running profiles in certain areas thanks to TrackMe's alert function. Simply drive onto campus and then Phoneweaver could dim the brightness, turn off the phone, and turn on wifi. It would work b/c Phoneweaver just added the ability to launch profiles from the command line...

"\Windows\PhWeaver.exe 1nn" with the nn's being numbers in the list of profiles.

Could be a killer addition if TrackMe could launch executables as an alert option! Thanks!

Here's a link to phoneweaver..http://www.sbsh.net/product.php?id=28

_LEM_
14th March 2008, 02:38 AM
If the program could just execute programs then Phoneweaver could handle running profiles in certain areas thanks to TrackMe's alert function. Simply drive onto campus and then Phoneweaver could dim the brightness, turn off the phone, and turn on wifi. It would work b/c Phoneweaver just added the ability to launch profiles from the command line...

"\Windows\PhWeaver.exe 1nn" with the nn's being numbers in the list of profiles.

Could be a killer addition if TrackMe could launch executables as an alert option! Thanks!

Here's a link to phoneweaver..http://www.sbsh.net/product.php?id=28

Looks interesting. I'll have a look. If there is more people interested I may add it in a future release.

turtle2472
15th March 2008, 03:49 PM
Who's running/owns the www.trackme.com site? I googled "trackme" because I couldn't find the thread and found there's a site that seems to be built just for this app.

Any ideas on who's doing this?

_LEM_
15th March 2008, 09:42 PM
Who's running/owns the www.trackme.com site? I googled "trackme" because I couldn't find the thread and found there's a site that seems to be built just for this app.

Any ideas on who's doing this?

Interesting. That website wasn't there before. I wonder if they are trying to use TrackMe's popularity for their own software. damn... I should have registered that domain.

Thanks for the information.

turtle2472
15th March 2008, 11:08 PM
Interesting. That website wasn't there before. I wonder if they are trying to use TrackMe's popularity for their own software. damn... I should have registered that domain.

Thanks for the information.

Seems to me you'd have an easy claim on cybersquatting if you'd like to gain control of the domain. I don't recall the whole process to get control of the domain, but seems like you'd be a shoe it to get it.

turtle2472
16th March 2008, 12:21 AM
I finally installed the mapping set on my own server and it was much easier than I thought it would be. Pretty cool if you asked me. I was never able to log into the web interface on your (Louis) site for some reason to be able to view it like this. I've always had to open Google Earth of Google.com/maps. Anyway, I'm really looking forward to the updated version of the web viewer now!

drum
16th March 2008, 01:20 AM
Can anybody tell me if the problem with freezing on an Artemis was ever solved. I have exactly same problem on a T-Mobile MDA Compact III and any help would be most appreciated.

Dave

turtle2472
16th March 2008, 02:16 AM
Hey mcross, I know you said you were mainly programming for IE but I thought you might be able to correct a little glitch I see with Safari or Firefox on my Mac.
Safari:
http://farm3.static.flickr.com/2173/2336437992_cfd9850262_o.png (www.flickr.com)
Safari without a picture:
http://farm3.static.flickr.com/2277/2335685973_1c7ff0e0c6_o.png (www.flickr.com)
Firefox is the same on the Mac.

Here's IE7 in Vista:
http://farm4.static.flickr.com/3143/2336492020_fe9f314279_o.png (www.flickr.com)

In this one there's a lot of dead space at the bottom of the balloon too.

Also, did I miss something about the pushpin icons throughout the trip? I'm gonna head back over to the OP and see what it said about them because I don't have any pushpins on my map other than the last one.
http://farm3.static.flickr.com/2214/2335676179_b8ff2c5c9e_o.png (www.flickr.com)

Please don't take these points wrong, I love what you and jcleek have done with this to allow such an easy way to interface with the data.

barky81
16th March 2008, 03:06 AM
Hi, I love this software and am using it to track my exercise walk around the neighborhood.

Up till now, it has worked great...but tonight, I get back from an hourlong walk, only to see my distance reported as "nan miles" even though all the points are on the map...

_LEM_
16th March 2008, 10:58 PM
Can anybody tell me if the problem with freezing on an Artemis was ever solved. I have exactly same problem on a T-Mobile MDA Compact III and any help would be most appreciated.

Dave

Did you check the FAQ from the first post?

Regards

_LEM_
16th March 2008, 11:00 PM
turtle2472,

Regarding the problem with the picture not being displayed, maybe I'm wrong, but I think it's an issue with Google Maps. If the image takes a while to load, Google maps doesn't know how to calculate its height. Once is loaded, if you refresh it, it will be displayed correctly.

c.b
17th March 2008, 12:47 AM
What a brilliant piece of software. Congratulations to all involved. I installed it last night and have been playing ever since. May have a go at getting my web server integrated next.

turtle2472
17th March 2008, 04:06 AM
turtle2472,

Regarding the problem with the picture not being displayed, maybe I'm wrong, but I think it's an issue with Google Maps. If the image takes a while to load, Google maps doesn't know how to calculate its height. Once is loaded, if you refresh it, it will be displayed correctly.

Good call. That solved it. Thanks. :)

st3v3
18th March 2008, 03:03 AM
This is brilliant running it on the Hermes but wanted to post with the config i ended up setting up to be able to run Tomtom and the brilliant TrackMe programs as there didnt seem to be alot of info around on this type of setup.

The hermes was unable to run both tomtom and trackme so this is what i did...

Using generic Bluetooth GPS paired with my Magician
Tomtom Australia maps
and GPS gate with bluetooth server running and virtual port.
Note: i did try to run GPS2Blue but it never wanted to send a port out.

Using the Hermes (i have unlimited 3g data on this)
Paired the output from GPS gate to run trackme.

mcross
18th March 2008, 11:28 PM
Hey mcross, I know you said you were mainly programming for IE

Just so you know, I hate IE:), I only use firefox, but web applications should run on all browers, so we will have to figure out why its not working in IE.

I only have IE and Firefox installed, it is good to hear that its working on others too.

My kids roller hockey league has started, I do the website for them. http://www.wcihl.com if you care to look. It was hacked, so I have been working on it. its all fixed so I hope to start on trackme web again.

mcross
18th March 2008, 11:32 PM
Hi, I love this software and am using it to track my exercise walk around the neighborhood.

Up till now, it has worked great...but tonight, I get back from an hourlong walk, only to see my distance reported as "nan miles" even though all the points are on the map...

Hello Barky81,

have you figured this out yet? I can't figure out where 'nan' would come from.

barky81
19th March 2008, 02:55 AM
Hello Barky81,

have you figured this out yet? I can't figure out where 'nan' would come from.

Not yet, but I just back from tonight's walk and it worked fine. It must be something related to the number of data points or something (the "broken" track was a much longer walk).

mcross
19th March 2008, 05:08 AM
Not yet, but I just back from tonight's walk and it worked fine. It must be something related to the number of data points or something (the "broken" track was a much longer walk).

where nan shows, the web code is looping through your points to calculate the total distance traveled. it is using the 'Latitude' and 'Longitude' data from the 'positions' table.

I am thinking there must be some kind of weird data in one on those column in the 'positions' table for that trip. can you look at the data for that trip?

Sparrowhawk
19th March 2008, 10:59 AM
After a hard reset, I'm having a few problems getting trackme working again. It seems to be the NET framework cab that's causing the bother, every time I load it I get an error message, then it seems to install correctly.
As soon as I try to run trackme however, I receive a message saying key components had failed to load.

Can anyone advise please?

drum
19th March 2008, 01:37 PM
Did you check the FAQ from the first post?

Regards

Think I've tried most things, only way I've got it to work so far is with GPSGate on a 14 day trial. Are they anyother work arounds yet?

_LEM_
19th March 2008, 03:33 PM
This is brilliant running it on the Hermes but wanted to post with the config i ended up setting up to be able to run Tomtom and the brilliant TrackMe programs as there didnt seem to be alot of info around on this type of setup.

The hermes was unable to run both tomtom and trackme so this is what i did...

Using generic Bluetooth GPS paired with my Magician
Tomtom Australia maps
and GPS gate with bluetooth server running and virtual port.
Note: i did try to run GPS2Blue but it never wanted to send a port out.

Using the Hermes (i have unlimited 3g data on this)
Paired the output from GPS gate to run trackme.

Do you have this enabled?

http://www.luisespinosa.com/images/trackme/externalgps.jpg

Sparrowhawk
19th March 2008, 07:39 PM
(Further to my post above.)

Can nobody help me out on this one?

This is what I get when I install the cab file:

http://i25.tinypic.com/szh7d2.jpg

If I click ok it then apparently installs correctly, or so it tells me.

Then I try to run TrackMe and get this:

http://i26.tinypic.com/i4e61g.jpg

Followed by this:

http://i27.tinypic.com/1nxloy.jpg


What's going on folks?

_LEM_
20th March 2008, 03:25 PM
(Further to my post above.)

Can nobody help me out on this one?

This is what I get when I install the cab file:

http://i25.tinypic.com/szh7d2.jpg

If I click ok it then apparently installs correctly, or so it tells me.

Then I try to run TrackMe and get this:

http://i26.tinypic.com/i4e61g.jpg

Followed by this:

http://i27.tinypic.com/1nxloy.jpg


What's going on folks?

Since the problem is related with the installation of CF3.5 I think it's better if you post the question in the general forum. Maybe more people will be able to help you with that.

Regards

mk1 black limited
20th March 2008, 04:50 PM
I deleted some trips from trackme the other day, and discovered they were deleted on my server as well...:-( Any way of recovering them?

_LEM_
20th March 2008, 04:53 PM
I deleted some trips from trackme the other day, and discovered they were deleted on my server as well...:-( Any way of recovering them?

If you are using a remote server the trips are not stored on your pda, they are stored on your server.

I'm not sure if you can recover data that has been deleted from a MySQL database.

mcross
20th March 2008, 05:07 PM
I deleted some trips from trackme the other day, and discovered they were deleted on my server as well...:-( Any way of recovering them?

the only way to recover is if you have a backup of the database before you deleted the trip.

my hosting company keeps 5 days of backups of my MySQL database. Hopefully your provider will have a backup.

mk1 black limited
20th March 2008, 07:00 PM
I host my own server, so there...:-) Oh well, a lesson learned.

mcross
20th March 2008, 07:20 PM
I host my own server, so there...:-) Oh well, a lesson learned.

bummer:(

sounds like its time to implement a backup process;)

mk1 black limited
20th March 2008, 07:37 PM
Nah, real men don't do backups...bu do cry a lot...:D

_LEM_
20th March 2008, 08:00 PM
Nah, real men don't do backups...bu do cry a lot...:D

:D:D

I'm one of those too.

mk1 black limited
20th March 2008, 10:11 PM
OK, I give up - could someone in the know type the mysql-commands needed to update my database to the last version with angles and stuff? Thanks...:-)

_LEM_
20th March 2008, 10:31 PM
OK, I give up - could someone in the know type the mysql-commands needed to update my database to the last version with angles and stuff? Thanks...:-)

http://forum.xda-developers.com/showthread.php?p=1960704&highlight=angle#post1960704

mk1 black limited
20th March 2008, 11:06 PM
Excellent, thanks! :-)

But are there any changes in the icons-table as well, for the direction-icons?

turtle2472
21st March 2008, 12:08 AM
I'm running on my own server (web host actually) and did this install a few days ago. I'm still missing my icons. Is there something I did wrong? I thought I would see the points marked with icons. Am I wrong?

http://farm4.static.flickr.com/3050/2348739954_468ff14616_o.png

frugalmail
22nd March 2008, 02:29 AM
Hi thanks for working on the program. I haven't had a chance to use it beyond installing it and trying to set up a GeoFence alert. But when I try to enter my coordinates manually I can't enter the full location. It should accept at least 11 characters each and currently it supports only 10. e.g. -118.123456

This thread has grown really long, so I didn't read back to see if this has been reported before, I apologize. I wish more of the developers would create sourceforge projects with ticketing.

_LEM_
22nd March 2008, 10:30 AM
Hi thanks for working on the program. I haven't had a chance to use it beyond installing it and trying to set up a GeoFence alert. But when I try to enter my coordinates manually I can't enter the full location. It should accept at least 11 characters each and currently it supports only 10. e.g. -118.123456

This thread has grown really long, so I didn't read back to see if this has been reported before, I apologize. I wish more of the developers would create sourceforge projects with ticketing.

I just checked it and yes, if you enter manually you got that problem, however it works ok if you click on 'Assign Current Position' instead. I'll fix it for the next version.

I have been very busy in the last 2 weeks because of work and I haven't had a chance to update TrackMe. Sorry about that.

greeek
22nd March 2008, 01:45 PM
I just checked it and yes, if you enter manually you got that problem, however it works ok if you click on 'Assign Current Position' instead. I'll fix it for the next version.

Would that be why I can't get mine to fire an email? I set it to go when I got within 1km of my building for work, but the damn thing won't work.
I did set the coordinates manually, and I haven't tried from assigning a current position.

Also, do I need to be working "remotely" for the triggers to go off, or if I am just saving positions locally, will the email still fire? (I have an active data connection for the blackberry service obviously)

It's really important that I get this working, as I have the receptionist in the office willing to make me a coffee once she gets my email to say I'm not far away :):):)

Damn this software is great!

barky81
22nd March 2008, 11:33 PM
where nan shows, the web code is looping through your points to calculate the total distance traveled. it is using the 'Latitude' and 'Longitude' data from the 'positions' table.

I am thinking there must be some kind of weird data in one on those column in the 'positions' table for that trip. can you look at the data for that trip?


I don't see anything offhand...

I am attaching an export of that trip from the database in case you can spot something...

GLO
23rd March 2008, 12:37 PM
Hi Guys,

Im trying to figure out how this will store the location locally on my microSD card then upload when im back at home on the wifi network.

I have read the instructions over and over but cant figure out how.

Ideally i would love for it to record the trip using the nominated date format and save it locally then upload.

For the past month i thought that it was recording trips locally but apparently it wasnt???

Any help is appreciated

mcross
23rd March 2008, 08:53 PM
I don't see anything offhand...

I am attaching an export of that trip from the database in case you can spot something...

Hello barky81,

in doing some more research I have found out that NaN stands for 'Not a Number' it even has a wiki, http://en.wikipedia.org/wiki/NaN.

I still do not know why its happening, I will load you data and if i get the NaN, i will be able to troubleshoot.

atleast we know what it means.

mcross

kb9nvh
23rd March 2008, 10:25 PM
Floating point numbers use thier "bits" to store different parts of the number (exponent and Mantissa). Unlike integers which, no matter what is contained in the bits, represents a valid number, floating points can be invalid if, somehow, the bits get mangled. So, NaN is what the operating system gives back when a floating point does not represent a valid number. This can happen when doing very low level number manipulations (like converting from single to double precision or when converting to different operating systems.

http://steve.hollasch.net/cgindex/coding/ieeefloat.html

rcktfn
24th March 2008, 05:17 PM
Hi all,

I just used TrackMe on a week long trip from Houston to Orlando. It worked great! It was the first time I used it, so it was a learning experience. The people I shared it with thought it was very cool! Ony problem was that the web page takes a LONG time to load and displays an error that a script is taking a long time to load. My guess is because there are over 2000 positions to load. If this is correct, I was thinking I would try deleting a lot of records from the database. I don't want to have delete 1000 records manually, could someone tell me the MySQL code to delete every OTHER record where ImageURL is NULL?
Here is the location of the page if you want to take a look and see if something else might be the problem.
http://www.theaguilars.com/trackme/index.php

turtle2472
24th March 2008, 07:07 PM
I'm running on my own server (web host actually) and did this install a few days ago. I'm still missing my icons. Is there something I did wrong? I thought I would see the points marked with icons. Am I wrong?

http://farm4.static.flickr.com/3050/2348739954_468ff14616_o.png

I still haven't heard even a hint of where to look for the reason I have no icons, unless I skimmed past it at one point. Anyway, I saw this post by another poster and they have what I'm looking for:
http://farm4.static.flickr.com/3049/2358010201_f8502ea098_o.png

How can I get those icons?

rcktfn
24th March 2008, 07:11 PM
I still haven't heard even a hint of where to look for the reason I have no icons, unless I skimmed past it at one point. Anyway, I saw this post by another poster and they have what I'm looking for:
http://farm4.static.flickr.com/3049/2358010201_f8502ea098_o.png

How can I get those icons?

In the config menu under Live Tracking, there is an option for "Show Bearings in map". Also, when viewing the web page, if you click on "Show Config", There is an option for "Display Bearing Arrows"

Hope this helps.

turtle2472
24th March 2008, 07:22 PM
Ok, so I checked and I have it selected. Here's from my most recent trip:
http://farm3.static.flickr.com/2286/2358057717_9a0c1f3c69_o.png

This is after deselecting bearings:
http://farm3.static.flickr.com/2265/2358057635_bf7bc76f50_o.png

integra144
25th March 2008, 03:05 AM
Does anyone know how to get Google Earth to show street names?

mcross
25th March 2008, 03:02 PM
Ok, so I checked and I have it selected. Here's from my most recent trip:
http://farm3.static.flickr.com/2286/2358057717_9a0c1f3c69_o.png

This is after deselecting bearings:
http://farm3.static.flickr.com/2265/2358057635_bf7bc76f50_o.png

what is your url? there has been several posts of people who use a url like, http://trackme.domain.com in which the bearing arrows do not show. I have not had a chance to find out why.

turtle2472
25th March 2008, 04:17 PM
what is your url? there has been several posts of people who use a url like, http://trackme.domain.com in which the bearing arrows do not show. I have not had a chance to find out why.

Yeah, that must be it then. My URL is trackme.mydomain.com. (I'll PM you my actual address if you'd like to us it to help you troubleshoot the issue. Just let me know.) I tired to use mydomian.com/trackme/ but the Google API Key is for the other format.

turtle2472
25th March 2008, 04:44 PM
Eureka!!!

All of us trackme.domain.com have a solution to the lack of directional icons.

http://farm3.static.flickr.com/2229/2361587750_555bbc2a01_o.png

All I did was create a folder called trackme (of whatever your subdomain is) and place it in my subdomain's folder. So in my case I have on the server "/user/domain/trackme/trackme" with the second folder holding the icon images. Hope this makes sense.

mcross, seems the issue is a hard coding that is PNG files are going to be in the root located domain.com/trackme not leaving room for a subdomain use instead.

_LEM_
25th March 2008, 06:55 PM
Hi Guys,

Im trying to figure out how this will store the location locally on my microSD card then upload when im back at home on the wifi network.

I have read the instructions over and over but cant figure out how.

Ideally i would love for it to record the trip using the nominated date format and save it locally then upload.

For the past month i thought that it was recording trips locally but apparently it wasnt???

Any help is appreciated

Hi GLO,

I already answered your question in my forum because you also posted there.

Regards

_LEM_
25th March 2008, 07:01 PM
Hi all,

I just used TrackMe on a week long trip from Houston to Orlando. It worked great! It was the first time I used it, so it was a learning experience. The people I shared it with thought it was very cool! Ony problem was that the web page takes a LONG time to load and displays an error that a script is taking a long time to load. My guess is because there are over 2000 positions to load. If this is correct, I was thinking I would try deleting a lot of records from the database. I don't want to have delete 1000 records manually, could someone tell me the MySQL code to delete every OTHER record where ImageURL is NULL?
Here is the location of the page if you want to take a look and see if something else might be the problem.
http://www.theaguilars.com/trackme/index.php

Hi rcktfn,

This code will delete all the positions in your database where imageurl is empty (you don't have an image)

Please do a backup first before running that just in case!

delete from positions where ImageURL is null

Michiel85
26th March 2008, 11:39 AM
I think I found where the problem is.

Windows Mobile 6 already comes with a port splitter enabled which Kaiser and Tilt users are already using by default.
If you go to START->SETTINGS->SYSTEM, there is a tool called 'External GPS' (aka GPS Intermediate Driver)
If I run it, I see the following:

http://www.luisespinosa.com/images/trackme/externalgps.jpg

That program by default does the same thing than GPSGate and similar programs.

If you are using a bluetooth GPS, you can just run that program and configure it to split the selected com port.

For Windows Mobile 5 users this program is hidden. I read that if you go to the registry and delete
the "Redirect" or "Hide" keys under HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings it should show up.
However I tried that and it is still not visible. If you want more information you can check here (http://blogs.msdn.com/windowsmobile/archive/2006/06/07/620387.aspx)

If you don't want to do that, I was able to find the application, so you can download it from here (http://luisespinosa.com/bin/GPSIntermediateDriver.zip)
Just copy it to your PDA and run it. The interface doesn't look exactly like the previous screenshots because
it displays everything in one page, but it offers the same options.

I hope this can resolve the problem with people with bluetooth GPS!
I have a HTC P3300 with Windows Mobile 6 Professional. I am able to run the program and navigate trough the menu options. But as soon as I want to start the GPS, it does nothing anymore. I know my GPS is working right, because my navigation program (TomTom navigator) is working fine using the same com-port etc...

Does anyone know what I can try? I really would like to try this program:cool:

Thanks in advance!

turtle2472
26th March 2008, 02:51 PM
Have you checked your port settings match properly?

Michiel85
26th March 2008, 07:42 PM
Have you checked your port settings match properly?Yes I did.
I use the following settings in TomTom (and they do work):
type: NMEA GPS receiver
GPS speed: 4800
port:com4

When i use these settings in TrackMe it simply hangs including my whole phone. I have to use a soft reset in order to use my phone. I tried on other gps program to test my gps named SirfTech.
When using the same settings it does show some data received from the com4, but also this program hangs. Only the phone it self is still working.

I really do not know what this can be. Anyone?

rcktfn
27th March 2008, 01:20 AM
Hi rcktfn,

This code will delete all the positions in your database where imageurl is empty (you don't have an image)

Please do a backup first before running that just in case!

delete from positions where ImageURL is null


Thanks, but I actually wanted every OTHER record, like delete all the ODD number IDs or EVEN number IDs, where ImageURL is NULL. Basically cutting the number of positions/records in half.

trackmeIT
28th March 2008, 12:21 PM
Hello mcross,
Can I help you adding Italian Language to the web interface?

Ok, the answer is Yes:

language.php, at line 280 add lines:

elseif($language == "italian") //trackmeIT
{
$title_text = "Visualizzatore TrackMe";
$trip_button_text = "Mostra Viaggio";
$location_button_text = "Attiva Tracciamento in tempo reale";
$location_button_text_off = "Disattiva Tracciamento in Tempo Reale";
$filter_button_text = "Mostra";
$filter_none_text = "Mostra Tutti i Punti";
$filter_photo_comment_text = "Mostra Solo i Punti Foto e Commenti";
$filter_photo_text = "Mostra Solo i Punti Foto";
$filter_comment_text = "Mostra Solo i Punti Commenti";
$filter_last_20 = "Mostra Solo gli Ultimi 20 Punti";
$filter_daterange = "Mostra Per Intervallo Date";
$footer_text = "Informazioni di Tracciamento fornite da";
$incomplete_install_text = "Installazione non completata correttamente! I files install.php e database.sql sono ancora presenti nella cartella TrackMe. Eliminare install.php e database.sql dalla cartella TrackMe per abilitare questa finestra della mappa.";
$no_data_text = "Una o più tabelle di TracMe nel tuo database sono vuote. Devi generare dati utilizzando l'applicazione TrackMe sul tuo dispositivo Windows Mobile prima che la mappa venga visualizzata correttamente.";
$database_fail_text = "Connessione al database fallita. Schermata terminata.";
$trip_none_text = "Nessuno";
$trip_any_text = "Tutti";
$display_options_title_text = "Personalizza Visualizzazione";
$display_header_text = "Mostra Intestazione";
$display_showbearing_text = "Mostra Frecce di Direzione";
$display_crosshair_text = "Mostra Mirino";
$display_clickcenter_text = "Clicca per Centrare";
$display_overview_text = "Mostra Anteprima";
$display_language_text = "Lingua";
$display_units_text = "Unità di Misura";
$display_button_text = "Applica Visualizzazione";
$startdate_text = "Da:";
$enddate_text = "A:";
$trip_title = "Viaggio:";
$filter_title = "Filtro:";
$date_title = "Data:";
$tripsummary_title = "Sommario del Viaggio";
$tripstatus_title = "Stato Corrente";
$summary_time = "Tempo Totale:";
$summary_photos = "Foto Totali:";
$summary_comments = "Commenti Totali:";
// Public Display Information
$user_button_text = "Mostra Utente";
$showconfig_button_text = "Mostra Configurazione";
$showconfig_button_text_off = "Nascondi Configurazione";
// Private Display Information
$page_private = "Accesso riservato. Sono richiesti Nome Utente e Password per l'accesso."; //trackmeIT
$trip_data = "Dati di viaggio di:"; //trackmeIT
$login_text = "Nome Utente";
$password_text = "Password";
$login_button_text = "Entra";


// Balloon Fields Information
$user_balloon_text = "Utente";
$trip_balloon_text = "Viaggio";
$time_balloon_text = "Ora";
$speed_balloon_text = "Velocità";
$altitude_balloon_text = "Altitudine";
$total_time_balloon_text = "Tempo di Viaggio";
$avg_speed_balloon_text = "Velocità Media";
$total_distance_balloon_text = "Distanza Percorsa";
$point_balloon_text = "Punto";
$comment_balloon_text = "Commenti";
$speed_imperial_unit_balloon_text = "mph";
$distance_imperial_unit_balloon_text = "miglia";
$height_imperial_unit_balloon_text = "piedi";
$speed_metric_unit_balloon_text = "km/h";
$distance_metric_unit_balloon_text = "chilometri";
$height_metric_unit_balloon_text = "metri";
}






index.php, at line 803 add

$html .= " <option value=\"italian\""; if($language == "italian") { $html .= " SELECTED"; } $html .= ">Italian</option>\n";




config.php, line 72 modify to:

// Language (English, Italian, German, French or Spanish)





Then I've found an error in the code (I suppose so ...)

index.php, I think there is a bug for non-english languages at line 402 to 417, I think works better:

if($trip == "None")
{
$html .= " <option value=\"None\" SELECTED>$trip_none_text</option>\n";
}
else
{
$html .= " <option value=\"None\">$trip_none_text</option>\n";
}
if($trip == "Any")
{
$html .= " <option value=\"Any\" SELECTED>$trip_any_text</option>\n";
}
else
{
$html .= " <option value=\"Any\">$trip_any_text</option>\n";
}






another tip for non-english correct display of trip name in the balloon:


index.php, at line 1209 add:

if ($tripname == "Any")
{
$tripnameText = $trip_any_text;
}
elseif ($tripname == "None")
{
$tripnameText = $trip_none_text;
}
else
{
$tripnameText = $tripname;
}

and then modify these lines:
1269
$html .= " var marker = createCustom" . $rounds . "Marker(point,'<table border=\"0\"><tr><td align=\"center\"><b>$user_balloon_text: </b>" . $username . "</td><td align=\"right\"><b>$trip_balloon_text: </b>" . $tripname . "</td></tr><tr><td colspan=\"2\"><hr width=\"400\"></td></tr><tr><td align=\"left\"><b>$time_balloon_text: </b>" . date($date_format,strtotime($row['DateOccurred'])) . "</td><td align=\"right\"><b>$total_time_balloon_text: </b>" . $total_time . "</td></tr>";

modify $tripname to $ tripnameText

The same to do at:
line 1291

$html .= " var marker = createGreenMarker(point,'<table border=\"0\"><tr><td align=\"center\"><b>$user_balloon_text: </b>" . $username . "</td><td align=\"right\"><b>$trip_balloon_text: </b>" . $tripnameText . "</td></tr><tr><td colspan=\"2\"><hr width=\"400\"></td></tr><tr><td align=\"left\"><b>$time_balloon_text: </b>" . date($date_format,strtotime($row['DateOccurred'])) . "</td><td align=\"right\"><b>$total_time_balloon_text: </b>" . $total_time . "</td></tr>";


line 1352

$html .= " var marker = ".$gMarker."(point,'<table border=\"0\"><tr><td align=\"center\"><b>$user_balloon_text: </b>" . $username . "</td><td align=\"right\"><b>$trip_balloon_text: </b>" . $tripnameText . "</td></tr><tr><td colspan=\"2\"><hr width=\"400\"></td></tr><tr><td align=\"left\"><b>$time_balloon_text: </b>" . date($date_format,strtotime($row['DateOccurred'])) . "</td><td align=\"right\"><b>$total_time_balloon_text: </b>" . $total_time . "</td></tr>";


line 1382

$html .= " var marker = createRedMarker(point,'<table border=\"0\"><tr><td align=\"center\"><b>$user_balloon_text: </b>" . $username . "</td><td align=\"right\"><b>$trip_balloon_text: </b>" . $tripnameText . "</td></tr><tr><td colspan=\"2\"><hr width=\"400\"></td></tr><tr><td align=\"left\"><b>$time_balloon_text: </b>" . date($date_format,strtotime($row['DateOccurred'])) . "</td><td align=\"right\"><b>$total_time_balloon_text: </b>" . $total_time . "</td></tr>";


If you prefear I can send you the entire files ...

The last bug I've found, but I had no time to try to fix is when changing from Live tracking Off to On and back it changes the language to English (doesn't remember the choice and takes value from config.php) ... It works ONLY if you put in the config.php file the desired language




I have also defined new vars
$page_private
$trip_data
in language.php in every language under
// Private Display Information
and then modify in index.php line 1443 in this way:

$html .= " $page_private<br>\n";


and line 369 in this way:

$html .= " $trip_data<br>\n";




I hope that these suggestions will be usefull for you and for others.

Best regards,
Riccardo

mcross
28th March 2008, 09:12 PM
Hello Riccardo,

Hello mcross,
Can I help you adding Italian Language to the web interface?


The answer is definitely YES, I will take any and all help.


If you prefear I can send you the entire files ...


Yes do send the entire files. you can upload in this thread or Private message me with the files. I will add to the source and then get them to staryon.


The last bug I've found, but I had no time to try to fix is when changing from Live tracking Off to On and back it changes the language to English (doesn't remember the choice and takes value from config.php) ... It works ONLY if you put in the config.php file the desired language


I am wanting to move user settings to be held in a database table so each user can save their desired settings, just have not got to it yet.

trackmeIT
29th March 2008, 12:20 AM
Hello again,
I've posted here because private doesn't allow attachments :rolleyes:

If you search //trackmeIT inside files you will found my modify in a short way.

Thanks for your work,
Riccardo

davexl
29th March 2008, 03:15 PM
Hello and thanks for such a promising program!

Not working for me just yet on my TytnII, Google maps gives me this error:

Line 1: <coordinates> contains syntax errors

http://luisespinosa.com/trackme/routes/davexl.kml

trackmeIT
30th March 2008, 01:07 AM
After some night thinking :confused: about this topic, I think that I've found the working-solution :D!!
For me this code is working fine in every situation (subdomain.domain.com/ and subdomain.domain.com/folder/) :

in index.php instead of :

$siteroot ="http://".$_SERVER['HTTP_HOST']."/".basename(getcwd())."/";

use this:

if (dirname($_SERVER['PHP_SELF'])=="/")
{
$siteroot ="http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']);
}
else
{
$siteroot ="http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/";
}


Please try and let me know if it works for all.

Best regard,
Riccardo:rolleyes:

annulation
31st March 2008, 05:50 AM
Just saying thanks for a really cool program. I've got the server running and uploading data is working great. You may already be working on this, but I think a cool addition would be to be able to add captions to the pictures that are uploaded at different locations and have them show up in the google picture popup bubble. Also, it would be nice to be able to upload pics and choose specific gps locations for them even if the pics don't have gps info in them.
Oh, and support for basic authentication (or any other type of authen) on the web server would be a great addition too.

For anyone installing the server, you'll need mysql version 5 or better.

Anyway, thanks again.

P@t
1st April 2008, 12:01 AM
hello everybody

I have a fujitsu siemens loox n560 and trackme worked without any problems until I installed the "GPS Instant Fix" from the fujitsu-siemens supportpage.

http://support.fujitsu-siemens.com/Download/ShowDescription.asp?SoftwareGUID=3058C5DC-8CAC-46FF-928D-A62E46253450&OSID=CB706A19-7671-4137-AFF7-6BB915E16AC4&Status=True&Component=Application%20-%20Service%20Patch

the patch is supposed to make the first gpsfix alot faster, because a programm lets you download the trajectory information of the satellites for the next 3 days. the firmware update for the sirf-III chip changed some settings from the gps interface. before the fix the software-port was com8, hardware-port com4 and the baudrate was at 9600 and when i used com8 and 9600 in trackme it worked just fine. but now after the firmware update the default baudrate is set to 57600 (same hardware & software com's). I can't choose 57600 in trackme so I manually changed the loox gps interface settings to 9600 to see if that works in trackme, but it doesn't. (other programs like the gps-locator or navigon are still working fine and the fix is actually faster then before the firmware update).

when I choose the software-com(com8) & 9600 in the trackme settings (gps interface settings at 9600 or 57600) and I go back on the first screen and click on the gps "startbutton", my pda freezes. when I choose the hardware-com (com4) in the settings of trackme and then hit "start", the pda won't freeze and i see the gps indicator led flashing, but I can wait half an hour without getting a connection to a satellite.

do you guys think trackme could work if there would be a baud setting for 57600 ? trying other com's wont work either...

I hope someone can help me with this, i would so love to use trackme again. there is no downgrad available from fujitsu, so I cant get back to the original factory settings... :(

thank you :)

trackmeIT
1st April 2008, 06:25 PM
What do you think about it, it can works?
Someone has tried?
Riccardo

_LEM_
1st April 2008, 06:49 PM
mcross, let me know when you agree with TrackMeIT's changes and I will upload the new files to my server.

by the way, I'm sorry but my life is a mess right now and I haven't even had a chance to visit the forums periodically. I hope I can go back to TrackMe soon. :(

turtle2472
2nd April 2008, 12:58 AM
I'm looking forward to the new web interface from mcross too!

BTW, is there a way to delete specific trips from the database using either TrackMe or the web interface? I've got a few bogus trips that I'd like to kill off. Otherwise, how can I remove only specific ones?

_LEM_
2nd April 2008, 09:31 AM
I'm looking forward to the new web interface from mcross too!

BTW, is there a way to delete specific trips from the database using either TrackMe or the web interface? I've got a few bogus trips that I'd like to kill off. Otherwise, how can I remove only specific ones?

You can do that from Delete Positions and Manage Trips.

turtle2472
2nd April 2008, 02:17 PM
You can do that from Delete Positions and Manage Trips.

Thank you so much. I'm sure it's written somewhere but I never found it. This really is an awesome program. :)

greeek
3rd April 2008, 12:33 AM
Would that be why I can't get mine to fire an email? I set it to go when I got within 1km of my building for work, but the damn thing won't work.
I did set the coordinates manually, and I haven't tried from assigning a current position.

Also, do I need to be working "remotely" for the triggers to go off, or if I am just saving positions locally, will the email still fire? (I have an active data connection for the blackberry service obviously)



Hi guys, can anyone help on this yet?
I've since tried setting a point from current position, but still it won't fire an email.
Also tried while working remotely, and locally.

Everything else seems to work great as far as I can tell...

decimusmaximus7
3rd April 2008, 03:00 AM
When using Google Earth, how can I determine the distance in miles between my start point and my end point?

Also when I clicked "show position on map" nothing happens.

Is there another help file beside the tutorial that I should be reading?

_LEM_
7th April 2008, 05:59 PM
When using Google Earth, how can I determine the distance in miles between my start point and my end point?

Also when I clicked "show position on map" nothing happens.

Is there another help file beside the tutorial that I should be reading?

Sorry but I'm not showing that information from Google Earth

Regarding your other problem, are you using your own server?

_LEM_
7th April 2008, 06:01 PM
Hi guys, can anyone help on this yet?
I've since tried setting a point from current position, but still it won't fire an email.
Also tried while working remotely, and locally.

Everything else seems to work great as far as I can tell...

greeek, just in case... where are you located?
Sometime ago I fixed some problems on PDAs where regional settings used a comma as a decimal point instead of a dot. Maybe I'm still missing something...

_LEM_
7th April 2008, 06:04 PM
some updates...

Last weekend I was working on the stealth mode. The library that I was using for that is out, but after a LOT of testing it seems that this feature doesn't work properly with Compact Framework 3.5 and it's only compatible with 2.0
That's really bad because it would be a mess to convert TrackMe to 2.0 at this point.

anyway... I don't give up. I will keep researching about a different way of doing that.

Sorry for this LONG delay in having that feature.

decimusmaximus7
7th April 2008, 07:04 PM
Sorry but I'm not showing that information from Google Earth

Regarding your other problem, are you using your own server?

I am using your server, but I'm not having a problem with Google Earth, I just don't know how to find the distance between two points. Also the "show position on map" that I am clicking and nothing happens is in the TrackMe program menu, not Google Earth.

_LEM_
7th April 2008, 07:37 PM
I am using your server, but I'm not having a problem with Google Earth, I just don't know how to find the distance between two points. Also the "show position on map" that I am clicking and nothing happens is in the TrackMe program menu, not Google Earth.

When you click on 'Show position on map' it should call the default browser that you have on your PDA. I have only tried it with Pocket IE, but I haven't heard problems from users using a different one. Not sure why you are having that problem. :confused:

greeek
7th April 2008, 11:36 PM
greeek, just in case... where are you located?
Sometime ago I fixed some problems on PDAs where regional settings used a comma as a decimal point instead of a dot. Maybe I'm still missing something...

I'm in Australia
According to my regional settings, a decimal symbol is a "." so that looks ok...

drakane
9th April 2008, 12:46 PM
hi!
I have the problem that TrackMe seems to only disconnect the GPS to powersave if it detected a new position. If it says "skipped", the GPS stays on, thus draining my battery all the time my phone is standing still.
Once I move enough that a new position is uploaded it correctly disconnects GPS again.
Bug or Feature? ;)

Cheers!

_LEM_
9th April 2008, 02:27 PM
hi!
I have the problem that TrackMe seems to only disconnect the GPS to powersave if it detected a new position. If it says "skipped", the GPS stays on, thus draining my battery all the time my phone is standing still.
Once I move enough that a new position is uploaded it correctly disconnects GPS again.
Bug or Feature? ;)

Cheers!

I checked my code and you're right, I'm not disconnecting the GPS when that happens. I just changed it and I have uploaded a new version.

micgrob
9th April 2008, 03:38 PM
it would be great if an activation of *TrackMe* was possible by calling the phone and entering a code (specialized voice mail with sub menus is available for symbian o.s. devices) , texting the phone a specif code, and/or clicking a link on a website to activate it. This would solve the battery life issue and would also bring better use to this program

drakane
9th April 2008, 05:16 PM
I checked my code and you're right, I'm not disconnecting the GPS when that happens. I just changed it and I have uploaded a new version.

Just to confirm, it works perfectly now.
Thanks for the quick reaction!

_LEM_
9th April 2008, 05:23 PM
Just to confirm, it works perfectly now.
Thanks for the quick reaction!

Thanks for letting me know.
Regards

redflag
9th April 2008, 05:34 PM
Couldn't get external TomTom GPS and Trackme running with Hermes at the same time (tried GPS Gate and Portsplitter), but this is only a minor irritation..

BECAUSE this is so great, my two children are coming with us for a euro road trip for three weeks and, thanks to trackme, their adventures and photos will be tracked by their schoolfriends and family via Google Earth.

Sincerely, thanks.

wizardsden
9th April 2008, 08:17 PM
I just downloaded the program and have it configured for local file creation and was looking for a way to configure the path for the local file. I see that when in remote mode you can specify the remote server URL (for running your own server) but I can't find an option to change the local path...
This would be nice for using the vastly increased storage of my 2GB card rather than the meager 128MB onboard...

_LEM_
9th April 2008, 08:31 PM
I just downloaded the program and have it configured for local file creation and was looking for a way to configure the path for the local file. I see that when in remote mode you can specify the remote server URL (for running your own server) but I can't find an option to change the local path...
This would be nice for using the vastly increased storage of my 2GB card rather than the meager 128MB onboard...

No, it's not possible. I may add that in a future version though.

Regards

mcross
10th April 2008, 04:09 AM
mcross, let me know when you agree with TrackMeIT's changes and I will upload the new files to my server.

by the way, I'm sorry but my life is a mess right now and I haven't even had a chance to visit the forums periodically. I hope I can go back to TrackMe soon. :(

hey guys, I too have had things pile up on me, I guess life happens.

I will look at and add TrackMeIT's additions (really appreciate your help), hopefully by tomorrow.

Hope to get back to to the new interface soon(There are a few code segments I want to improve, then I will post so others can help with the rest)

jr4000watts
10th April 2008, 04:42 AM
im having a tough time with this staryon would this program work with the HTC mogul from alltel i know it has built in GPS but i have original rom and everything, or how would i enable it to track me, i also have google maps or should i switch to google earth? just wanna get my gps enabled thanks.

bobudesu
11th April 2008, 04:57 AM
This is incredible!! Little late to the fun, but I'm very impressed!

It took a little bit and had some confusion on setting it up on my own server (even with the directions) but it's setup now and it looks awesome!

I can't wait to try it out on my drive to work tomorrow

turtle2472
11th April 2008, 07:41 AM
How can I add a Google Analytics code to the index.php on my server? I'm ok with adding it to an index.html but don't know anything about PHP. Is it possible to add GA to my TrackMe page? I'm just wondering who's looking and when. :)

kilrah
11th April 2008, 11:15 AM
Firstly, thanks for the cool program!

I've set it up on my own server and I'm running into the same problem I saw mentioned somewhere in the thread, where I couldn't upload pictures ("No positions for user found"). Also, the distances in the web view always shows as "nan kilometers".

Any idea? Some database encoding that could cause problem and would have to be converted? Time zone problem (the EXIF and GPS positions match correctly from what I've checked)?

mcross
11th April 2008, 06:49 PM
What do you think about it, it can works?
Someone has tried?
Riccardo

server files are updated(Additions from trackmeIT (added Italian translation, fixed some translations problems, solution for trackme.yourdomain.com users.) Thanks trackmeIT.

How can I add a Google Analytics code to the index.php on my server? I'm ok with adding it to an index.html but don't know anything about PHP. Is it possible to add GA to my TrackMe page? I'm just wondering who's looking and when. :)

I added the Google Analytics code to the index.php file. and added another variable in the config file. '$usegoogleanalytics', by default it is set to no. if you have an account with GA set to yes and it should work. btw, I used the new code ga.js.

Version set to 1.20

turtle2472
11th April 2008, 09:56 PM
I added the Google Analytics code to the index.php file. and added another variable in the config file. '$usegoogleanalytics', by default it is set to no. if you have an account with GA set to yes and it should work. btw, I used the new code ga.js.

Version set to 1.20

Looks like the version number is still 1.15 in the index.php file. The readme.txt file is labeled version 1.14 also. Not to nit-pick, just thought you might want to know.

I haven't installed it just yet but was wondering how your setup allows me to set my GA account number for the tracker script? I can manually edit it, but others might not be able to.

Edit:Now after installing it I'm not seeing the option to set GA to on. I didn't see it in the config.php file. What am I missing? I'm sure it's only my ignorance with PHP. :\

turtle2472
11th April 2008, 10:24 PM
So I compared the config.php in the attachment you posted a few posts up with the one my system generated after running install.php again and found the issue. It seems to leave out the GA addition to the config.php when doing it this way. I manually added the two lines into the config.php and all is fine. I also edited the GA account number manually and it's appears to be tracking. Thanks. :)

Kai-Uwe
12th April 2008, 08:12 AM
Are the problems with Webinterface and the IE7 also solved?

Greetings Kai-Uwe

_LEM_
12th April 2008, 01:53 PM
Firstly, thanks for the cool program!

I've set it up on my own server and I'm running into the same problem I saw mentioned somewhere in the thread, where I couldn't upload pictures ("No positions for user found").

Check that your pictures have EXIF data with a creation date. If not, double check the file date of the files. The date should be close to the date of your GPS data when was uploaded.

_LEM_
12th April 2008, 01:55 PM
server files are updated(Additions from trackmeIT (added Italian translation, fixed some translations problems, solution for trackme.yourdomain.com users.) Thanks trackmeIT.



I added the Google Analytics code to the index.php file. and added another variable in the config file. '$usegoogleanalytics', by default it is set to no. if you have an account with GA set to yes and it should work. btw, I used the new code ga.js.

Version set to 1.20

Thanks mcross, I just updated the files.