ShankarG
ShankarG

Reputation: 1165

Transfer SMS from a Java phone over GPRS (i.e. run an SMS gateway)?

Is it possible to transfer SMS's from a Java based phone (either generic Java ME or Nokia Series 40) over GPRS - i.e. effectively to run an SMS gateway, without a PC?

I am aware that:

From my research it appears that this task is not possible. However, I just want to check if I'm missing something.

Upvotes: 2

Views: 1099

Answers (1)

pkk
pkk

Reputation: 3701

It's been a while I programmed midp devices, but have you seen Nokia SMS Api? http://developer.nokia.com/Develop/Java/Documentation/Java_API_specifications.xhtml#sms

I think it should be possible to read SMS in midlet, but permissions apply, and depending on the phone and/or midlet signature the resulting application would ask each time the sms is to be read (as far as I remember). Therefore you wouldn't get automatic relay as Gammu.

Edit: Have you seen this: Receive text message using J2ME

Upvotes: 2

Related Questions