Reputation: 16252
Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing?
Upvotes: 2
Views: 298
Reputation: 8671
No this is not possible. The only API for accessing SMSs is JSR 120/205, which only permits access to messages sent to a particular port number.
Upvotes: 1