- Is it possible to find to which port was the SMS sent(as I understand getOriginatingAddress returns only number)?
- How can I send SMS to a specific port from emulator?
The main problem is that port number and phone number which emulator has are开发者_JAVA百科 the same.
My quick guide if you wanna check how to send sms among devices: http://xjaphx.wordpress.com/2011/07/07/sending-messages-among-devices/
Launch another instance of emulator. The port number is displayed in the window title.
To send SMS to custom port use this method.
精彩评论