Friday, April 25, 2008
java app
note: on the motodev site this driver we are using is suppose to have been upgraded for the sole purpose of interfacing with Vista.
Tuesday, April 22, 2008
Here's what I did:
1)Downloaded the USB drivers from the following site because the data cable I bought uses USB connection.
http://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver/
2)Downloaded iDen java application loader. When I use this and click "connect to phone" I get a pop-up error stating "Invalid com port selected" But when I go to preferences theedit box for Com Port doesn't accept any values and when I check connect via USB I get a pop-up error stating I have the wrong version of windows to use USB, but I’m running Windows Vista Business 32-bit.
3) Checked my device manager to make sure phone was connected to laptop. It is listed under Modems.
4) Downloaded Midway from http://developer.motorola.com/docstools/othertools/
And when I run this I get failed but the first time I ran the app I got time expired
5) found this site with info regarding time expired using Midway
6) Downloaded UID Extraction Tool v2.2 to enable JAL from
http://developer.motorola.com/docstools/othertools/UID22/
And when I run it the bottom left shows no device connected.
7) I sent this information to Bryan Ito.
data cable came in yesterday
downloaded Net Beans with mobility pack 6.0.1
downloaded iDen java application loader from motorolla site
need to download the iden usb drivers also or phone won't connect at:
http://developer.motorola.com/docstools/USB_Drivers/Handset_USB_Driver/
currently not connecting reading through some documentation for the application loader
Wednesday, April 16, 2008
data cable
Wednesday, April 9, 2008
netbeans and wireless toolkit
having problems with netbeans recognizing the application need to download the mobility pack. will do that later tonight
Tuesday, April 8, 2008
PHP mail function
http://www.nusphere.com/php/web_php_email.htm
It is suppose to be able to handle html as well as plain text and to send attachments but it is suggested to use another application to do that.
java application
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');
Tuesday, March 18, 2008
http://www.codeproject.com/KB/vb/WritingGPSApplications1.aspx
the site offers a more simplified version of gps positioning. Also, was able to re-establish the MYSQL database on:
http://minegames.pcriot.com/
It is currently set as "GPS" with a table titled "locations" and has the following fields
location id
timestamp// this is a last updated field
latitude
longitude
speed//satellite info
bearing//satellite info
type//to decide wether the position is a fixed position or if it is still being calculated since the gps sends positions at predetermined intervals of time
this is an example string:
$GPRMC,040302.663,A,3939.7,N,10506.6,W,0.27,358.86,200804,,*1Ait is unclear at this time if all these variables are necessary for our application.
Sunday, March 2, 2008
Tuesday, February 26, 2008
Friday, February 22, 2008
february 19th
Wednesday, February 13, 2008
week 6-7: finish java application for cellphone to send out GPS signal and loaded onto cellphone
week 8-9: have server receive signal and compare to hardcoded database
week 10-11: create PHP server to send e-mails when signal is sent
week 12-13: attempt to alter database on server(plant mines ) from cellphone
week 14: attempt an evaluation of game
week15-16: complete report and gather documentation regarding project
Friday, February 8, 2008
Thursday, January 31, 2008
1/18/07
established a PHP server again the one created last semester was shut down due to inactivity over winter break. the host is x10Hosting. the url is http://minegames.x10hosting.com/. The server allows for email to be sent which is easier to use than sending sms from the server