Reading SMS from inbox in j2me

后端 未结 4 1705
一整个雨季
一整个雨季 2021-01-24 16:39

I am using j2me technology. My application is for sending and receiving sms. Sender can not send sms on specific port and sms always goes to inbox. Is it possible to read sms fr

4条回答
  •  爱一瞬间的悲伤
    2021-01-24 17:14

    You can not read SMS from Inbox directly. For reading SMS from Inbox you need APIBridge.jar. Using this .Jar file you can read the SMS from inbox too.

    For Sending SMS on a particular port, try this Sending/Receiving SMS from MIDlets

    The API Bridge package includes a server component and set of plug-ins that are installed on a Nokia Symbian device. This device component is complemented by a JavaScript™ library, set of ActionScript classes, and a JAR file containing classes and resources that enable the use of the features of the shipped plug-ins.

    The other features of APIBridge.Jar is as follows,

    • Uploading files.
    • Capturing video, image, and audio.
    • Reading files.
    • Resizing images.
    • Creating image thumbnails.
    • Using the logging service.
    • Using the location service.
    • Using the media management service.
    • Sending DTMF tones in an active call.

    Please note that APIBridge.jar works for Symbian OS Based Phone Only. Not for S40 Device

提交回复
热议问题