I haven't been posting. But have spent a few hours updating java application but have been continuously having hard time with it transferring to the phone again. tried using website of minegames.pcriot.com to transfer. Going to have to breakdown ands buy data cable.
currently running application on Sun Java wireless toolkit for CLDC.
attempted to place java app in public directory on uh sytem using ssh.
able to put trial gps locations into table of sql database using sql querry:
(this is using the standard GPS format created by NMEA)
INSERT INTO `gpslocations` (`GPSLocationID`, `LastUpdate`, `Latitude`, `Longitude`, `speed`, `direction`, `distance`, `gpsTime`, `LocationMethod`) VALUES
(1, '2007-07-17 17:44:37', 47.508464, -122.023040, '40', '356', '2', '9:02pm Tue, Jun 19 07', '327681'),
(2, '2007-07-17 17:49:43', 47.518773, -122.030123, '35', '335', '3', '9:03pm Tue, Jun 19 07', '327681'),
(3, '2007-07-17 17:51:00', 47.526416, -122.036533, '24', '330', '3', '9:04pm Tue, Jun 19 07', '8');
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment