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');