Hi,
I'm mobile developer, I have problem send sms from PC to j2me app,
j2me app only listen sms in specific port, my question is how to send sms to j2me app?
everytime i try to send sms using j2se library in my PC, sms always go to inbox.
Hi,
I'm mobile developer, I have problem send sms from PC to j2me app,
j2me app only listen sms in specific port, my question is how to send sms to j2me app?
everytime i try to send sms using j2se library in my PC, sms always go to inbox.
Hi. Seems that you haven't specified target port - try sending message to MSISDN:PORT e.g. 1333111323:1025.
By the way - is j2me app installed on an emulator or do you send SMS through some SMSC? If it's an emulator, how do you send SMS from PC to that emulator?