• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Get the mobile number with J2ME

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic