views:

48

answers:

1

Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing?

+1  A: 

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.

funkybro