PDA

View Full Version : SMS from JAVA App


dchauhan
25-04-2003, 03:55 PM
Hi All,
I am trying to develop a Personal Java App for XDA which can read,send SMS and can read CBS. I look through web for help and could find some SMS APIs but not really helpful. Is there a way in JAVA to do that and do I need to have some contract with O2 ( service provider) or some knowledge of internals of XDA like RIL.
Any help is appreciated.
Thanks
Dhiraj

eero.lehtinen
11-06-2004, 11:34 AM
I have implemented a JNI API for SMS: attached is the code for XDA II

almerchant
17-07-2007, 11:44 AM
I read yr SMS from Java App
I wonder if u could write a small app which could pick out a phone number contained in an sms. I receive sms from various sources with cell phone numbers in them and i need to respond to them with my postal address. I wonder if i could find an app which could send an sms to the number contained in an sms.
for eg.
new sms from :
shailes<+91-12345-85995>
content as below
"
Dear Al please call dhiraj on +91-98123-47485 and discuss the sms thread and send a quote and yr address"
<end of message>
Action
SEND An sms to DHIRAJ with predefined message
Most application filters can only read and will reply to sender
for eg. MAGICALL will send SHAILES a predefined message or the incoming text message
I need the program to read the phone number inside the text message and reply to it.
Any help