Default sms port and java apps
On which port do the messages sent by the default SMS application in SE phones arrive?
Is there any way for a J2ME app to access these messages and handle them in parallel with the built in message handling system?
i.e. Is it possible to have an app catch a generic message, retrieve text etc from it concurrently with the default message handler ?
Thank you :)
[386 byte] By [
Chargea] at [2007-11-27 6:45:14]

# 1
> On which port do the messages sent by the default SMS
> application in SE phones arrive?
There is NO definite port, that uses default SMS application in SE and other phones.
>
> Is there any way for a J2ME app to access these
> messages and handle them in parallel with the built
> in message handling system?
There are NO such possibilities
>
> i.e. Is it possible to have an app catch a generic
> message, retrieve text etc from it concurrently with
> the default message handler ?
NO
>
> Thank you :)