can we acess the inbox using native code

I just wanted to acess the SMS inbox using j2me code, but came to know that we cannot acess the inbox using j2me code so i just had a query that cant we find the underlying os name and version using System.getProperty() and then depending on the os have a different native code for different os which will acess the inbox if this is possible plz let me know

Thanks

Sagar

[389 byte] By [sagar123a] at [2007-11-27 6:25:09]
# 1

Is the information your wanting to get out of the SMS messages specifically for your J2ME app? Or are they just any SMS message on the phone? If they are specifically for your app you could use the SMS push functionality to alert the app to the new message and then the app can store / use the contents of the message as it pleases (automatically). SMS push messages can be sent from cell phone too cell phone or from a cell modem attached to a server to a cell phone.

Hope this helps in someway.

tinnya at 2007-7-12 17:44:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I want to read all sms in the inbox so wanted to know whether i can use native code for that? Can we use native code in j2me?Is native a keyword in j2me ?
sagar123a at 2007-7-12 17:44:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
No not in J2ME CLDC http://jguru.com/faq/view.jsp?EID=217402
tinnya at 2007-7-12 17:44:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
By now I am assured that I cant acess the SMS inbox in CLDC based devices but want to know whether its possible to acess the inbox in CDC based devices. Please help me on thisThanksSagar
sagar123a at 2007-7-12 17:44:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...