Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SMS between two BlackBerry simulators

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

like image 706
Kumar Avatar asked Nov 25 '25 02:11

Kumar


1 Answers

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!

like image 98
Jan Gressmann Avatar answered Nov 28 '25 02:11

Jan Gressmann