How to autodetect a mobile phone using the j2me application running on it, based on a message initiated from a remote server. A server message may cause the j2me application to dial a predefined number. I realized that dialing can be done using the platformRequest () method, through which I can send him a phone number as a URL string.
However, I do not know any protocols where the server side can initiate a dialogue with the client (j2me application).
source
share