hi
I am trying to make a java app. what i am trying to do is that the app , on receiving a certain file from a bluetooth device, shud AUTOMATICALLY send an sms to a particular number.
can anyone plz help
hi
I am trying to make a java app. what i am trying to do is that the app , on receiving a certain file from a bluetooth device, shud AUTOMATICALLY send an sms to a particular number.
can anyone plz help
Hi SuperVegito,
you could start by reading some docs about Bluetooth usage in Java ME:
http://www.forum.nokia.com/document/...5DB4F8AB6.html
http://www.forum.nokia.com/main/reso...ooth.html#java
and then experimenting related some code from Forum Nokia Wiki:
http://wiki.forum.nokia.com/index.ph...s_and_services
http://wiki.forum.nokia.com/index.ph...hat_HelloWorld
About sending SMS in Java ME you can find a lot of related docs:
http://www.forum.nokia.com/document/...53A8F4F79.html
http://www.forum.nokia.com/main/reso...messaging.html
and code examples, like these:
http://wiki.forum.nokia.com/index.ph...SMS_in_Java_ME
http://wiki.forum.nokia.com/index.ph...ing_a_text_SMS
Hope it helps,
Pit