| Author |
Get the mobile number with J2ME
|
Moniphal Say
Ranch Hand
Joined: Aug 11, 2004
Posts: 48
|
|
Dear all, I've found a post here, some one asked about "can we get the mobile number with J2ME" but the reply of this post is not clear. So now,i've asked again, does J2ME provide any technique that we can get the mobile number . For example, with J2ME, MIDP . I have an application client-server , which client connect to the server to request some information. On the server side, I want to get the mobile number of the connected client . How to get that?? Regards, Moniphal
|
<b>The more we learn, the more we know !</b>
|
 |
Vijay Dogra
Greenhorn
Joined: Sep 16, 2004
Posts: 22
|
|
Hello, Yes you can get the address of the client that connects to a server. You can get address using <message object>.getAddress() method which returns address of connected client. Although its not possible to get own number using MIDP2.0 Correct me if I am wrong. Regards, Vijay
|
 |
 |
|
|
subject: Get the mobile number with J2ME
|
|
|