Send SMS on Motorola A6288

Dear All:I have bought one Motorola A6288. I want to write programe to send SMS on it by using J2ME. My problem is : how to do it.Orange Huang
[170 byte] By [orange_hlx] at [2007-9-26 3:47:38]
# 1

[orange_hlx],

The current CLDC/MIDP 1.0 does not have provision for a J2ME developer to use any JNI like APIs to access the native device applications from a MIDlet.

I strongly believe that the kVM provided by Motorola on the current Accompli A6288 cellular phone device available on the market does not provide any API to access such native Motorola cellular phone application such as the SMS function.

However it would be best for you to check with your local Motorola rep office for more information on the J2ME implementation on their cellular phones.

If you are just looking for an IDE development tool to use specifically one that has an emulator for the Accompli A6288, we suggest that you download the Metorwerk's CodeWarrior for Java tool from:

http://www.metrowerks.com/desktop/java/trial

IMPT: Please note that this tool is not a SUN product.

HTH.

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-6-29 12:30:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

Provide you an alternate thought,

Use free SMS web-service as gateway to send your messages.

info:

HttpConnection.class

And there is no such a necessary to buy an IDE, I knew the SUN's Wireless Toolkit 1.0.3 is good enough! I've written a small program and use the J2ME Wireless Toolkit to package (Compile and "Jar"ize) these classes. Then upload <ApplicationName>.jar to my A6288. It works! Really excited!!!

atw137 at 2007-6-29 12:30:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3

[orange_hlx],

More information on Motorola's plans for the J2ME support on their handsets:

http://www.motorola.com/java/

Particularly, look at the Motorola's J2ME website that is based in Hong Kong:

http://j2me.motorola.com.hk/index.jsp

,or post your question in their forum (you'll need to register for a username and password).

HTH.

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-6-29 12:30:30 > top of Java-index,Java Mobility Forums,Consumer and Commerce...