Notices

Applications and Utilities Talk about apps and utilities for Windows Mobile and PPC

Reply
 
LinkBack Thread Tools
Old 04-16-06, 09:31 PM   #1 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
Bluetooth SMS tool for your Axim

I wrote a small application for sending SMS (through Bluetooth) from my X51v. I'd be really interested in some feedback regarding (in)compatibility issues.

Right now, I can say it works fine on my X51v (WM5.0, MS Bluetooth stack, VGA mode, PXA270) with my Motorola RAZRv3.

Basically, the application enables you to write the SMS on your PDA and send it to either a manually entered phone number or to one of your contacts' mobile number. Please note that you must pair your phone and PDA before my application can use it.

More info on that webpage I put together:
http://software.zone17.com/zsms.htm

The UI was done with C# and requires NETCF 2.0, whereas the helper DLL was written in C (in order to use the Bluetooth sockets). Interaction with the phone is done through AT commands.

Any comments are welcome.

-BB
bbousquet is offline   Reply With Quote
Sponsor Ads
Old 04-16-06, 11:51 PM   #2 (permalink)
Blogger
 
Forge42's Avatar
 
Join Date: Dec 2005
Location: Central Ohio, USA
Posts: 524
Device: Tilt (HTC WM6.1 ROM)
Carrier: AT&T
Thanked 1 Time in 1 Post

Awards Showcase
Reviewer Medal 
Total Awards: 1

I don't have the time to test it now, but if this app works as advertised, I will be very happy.

Could you point me to a good location for downloading CF 2.0 for the Ax? Last time I did it, I wound up downloading a bunch of extra stuff from MS that I didn't need.
Forge42 is offline   Reply With Quote
Old 04-17-06, 12:00 AM   #3 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
http://msdn.microsoft.com/netframewo...s/default.aspx

I believe the download is around 24 Mb, although only ~2 Mb ends up on the PDA. Just go to that link and click on the ".NET Compact Framework Version 2.0 End-User Redistributable" sublink.
bbousquet is offline   Reply With Quote
Old 04-17-06, 02:27 AM   #4 (permalink)
Aximsite Rookie
 
Join Date: Nov 2004
Posts: 82
Thanked 0 Times in 0 Posts
I get a communication timeout error using the same Axim (X51v with ROM A06) and a Motorola MPx 220. I do have CF installed because it was installed together with WiFiFofum 2.0. And the phone is paired appropriately...
alanbr2 is offline   Reply With Quote
Old 04-17-06, 06:53 AM   #5 (permalink)
Aximsite Prospect
 
Join Date: Aug 2005
Location: Poland
Posts: 1
Thanked 0 Times in 0 Posts
Originally Posted by alanbr2
I get a communication timeout error using the same Axim (X51v with ROM A06) and a Motorola MPx 220. I do have CF installed because it was installed together with WiFiFofum 2.0. And the phone is paired appropriately...
same here with SonyEricsson K750i and axim x51v A06
bigorange is offline   Reply With Quote
Old 04-17-06, 08:27 AM   #6 (permalink)
Aximsite Prospect
 
Join Date: Mar 2006
Posts: 9
Thanked 0 Times in 0 Posts
Worried Sorry to write but...

The same error here... Axim x51v and SPV c500
BAZIL is offline   Reply With Quote
Old 04-17-06, 09:13 AM   #7 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
The "Connection timeout" error message means that the AT command sequence did not complete within 10 seconds. Did you guys notice if your phone indicated an incoming BT connection? (my phone has a flashing blue light and the display turns on when the serial link is active). I'll test it with other mobile phones at the office to see.

Another test would be to open a serial port connection from a desktop PC to the phone using a terminal program (HyperTerminal would work) and try the following AT command sequence:

AT
[response: OK]
AT+CMGF=1
[response: OK]
AT+CMGS="xxxxxxxxxx" (replace xxxxxxxxx by the destination phone number)
[response: >]
type in message, followed by CTRL-Z
[response: OK]

I'll put in some debugging feature tonight in order to isolate the issue.
bbousquet is offline   Reply With Quote
Old 04-17-06, 10:02 AM   #8 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
It works fine with a co-worker's Sony Ericsson T610 phone. I'll try as many devices as possible today. Be sure to bind to the phone's "Dial-Up Networking" service - it's how I configured both my RAZR and the T610.
bbousquet is offline   Reply With Quote
Old 04-17-06, 12:22 PM   #9 (permalink)
Aximsite Prospect
 
Join Date: May 2003
Posts: 11
Thanked 0 Times in 0 Posts
I thought I'd lost SMS functionality when I "upgraded" to x51v. Didn't know why the v551 worked with the X5 + Socket card and not my X51v (stupid jerks).

In any case, how do I pay you for your work?
CASLshark is offline   Reply With Quote
Old 04-17-06, 01:19 PM   #10 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
Quote:
In any case, how do I pay you for your work?
You don't. I did this primarily for myself and I'm just happy that others can actually benefit from it - that's why I'm asking for feedback so I can improve its features and increase the number of supported devices.

On that last topic, I believe adding support for AT+CGMF=0 (PDU mode) will fix the "connection timeout" issues some are experiencing. For instance, it doesn't work on a co-worker's Sony Ericsson S700i.
bbousquet is offline   Reply With Quote
Old 04-17-06, 02:46 PM   #11 (permalink)
Aximsite Minor League
 
Knumb's Avatar
 
Join Date: Mar 2006
Location: California
Posts: 129
Device: Fuze
Carrier: AT&T
Thanked 0 Times in 0 Posts
thanks. I'll try this out with my V600 later this week and let you know.
__________________
KNUMB
Knumb is offline   Reply With Quote
Old 04-17-06, 04:46 PM   #12 (permalink)
Aximsite Rookie
 
Join Date: Nov 2004
Posts: 82
Thanked 0 Times in 0 Posts
Originally Posted by bbousquet
You don't. I did this primarily for myself and I'm just happy that others can actually benefit from it - that's why I'm asking for feedback so I can improve its features and increase the number of supported devices.

On that last topic, I believe adding support for AT+CGMF=0 (PDU mode) will fix the "connection timeout" issues some are experiencing. For instance, it doesn't work on a co-worker's Sony Ericsson S700i.
Hi BB,
When do you intend to have a new version with this added support for us to test?
alanbr2 is offline   Reply With Quote
Old 04-17-06, 05:42 PM   #13 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
Originally Posted by alanbr2
Hi BB,
When do you intend to have a new version with this added support for us to test?
Hopefully tonight. I'll post an update on this thread as soon as it's ready. I believe most (if not all) phones support the "PDU" mode but I'll probably add a checkbox to the options panel in order to force it into "Text" mode (which is currently used).
bbousquet is offline   Reply With Quote
Old 04-18-06, 01:14 AM   #14 (permalink)
Aximsite Rookie
 
Join Date: Apr 2006
Posts: 52
Device: Motorola RAZR v3
Thanked 0 Times in 0 Posts
Update: I have almost finished the PDU code. It should be done tomorrow night.
bbousquet is offline   Reply With Quote
Old 04-18-06, 01:47 AM   #15 (permalink)
Aximsite Rookie
 
Join Date: Nov 2004
Posts: 82
Thanked 0 Times in 0 Posts
Originally Posted by bbousquet
Update: I have almost finished the PDU code. It should be done tomorrow night.
Oh oh, I was here waiting... LOL
alanbr2 is offline   Reply With Quote
Reply

Tags
axim, bluetooth, sms, tool

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AXIM x50v Self Diagnostic tool Hendrixus X50 / X51 Forums 19 12-12-07 09:24 AM
Axim x50v-- Retail Sales Tool? (Commission) Dropkickduffy Applications and Utilities 3 07-21-05 12:04 PM
Better "Find" tool for Axim to do word searchs? winebike X30 / X3 / X3i Forums 2 09-25-04 09:50 AM
Looking for a PPC development tool DELLaxim Water Fountain 8 08-04-04 09:11 PM


All times are GMT -5. The time now is 11:10 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-10 LeckMedia, LLC