How to read an SMS message from inbox using j2me (midp2.0)?

亡梦爱人 提交于 2019-12-04 17:01:43
bharath

You can't achieve this with j2me. I already discussed in Nokia forum. See this link.

Yes, But you can not directly access the In-Box using J2ME Code, You need a .Jar file called APIBridge.jar

This .Jar file allows you to interact with the lowerlever api. As the name implies it is a Bridge between J2ME API and Native OS API.

Please visit this link for more information.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!