3

How do I write a program to send and receive SMS between two BlackBerry simulators using the BlackBerry JDE?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Kumar
  • 5,469
  • 20
  • 64
  • 87

2 Answers2

3

You need to launch the simulators from the commmand line using these parameters:

/sms-source-port={uint}
/sms-destination-port={uint}

Launch two simulators instances and just switch source & destination ports on them!

Jan Gressmann
  • 5,481
  • 4
  • 32
  • 26
  • I haven't tried this, but do you need to provide different PINs in the rimpublic.property file to send between the simulators? – JustinD Sep 10 '09 at 22:12
1

BB KB Article: How To - Send SMS text messages between two BlackBerry Smartphone Simulators

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114