Where can i find sample for symbian app for sending sms? -
I have a Nokia N70 that needs to code some applications that can send a lot of SMS from an SMS (SMS spamming) For example, smth:
for (int i = 11111; i & lt; 99 999; i ++) {SendSms ("+ 385 655" + i.ToString (), " Hello, World "); }
This dummy sample says that +385 Croatia is for the country and 655 is the operator code.
N70 is the old series 60 second edition. We try not to write a new C ++ code for that version. Instead use the example code for J2ME JSR-120. You can find it on
Comments
Post a Comment