Click here to Skip to main content
15,881,881 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi All

1. How can i get the Mobile Number and IMEI Number from which my web page is browsed?

2. I have also developed a .jar J2me application which run on mobile and send user reactions on my webpage. Its working good but i also want to send the existing mobile number of this device? Is It Possible?


I have created a .jar application which i m allowing only for our registered users and only they can use it. through this application our client can access their details like account balance, last transaction, latest things for him from our website.

Our clients are known by their provided unique mobile number only. so dats why i need the user number whenever he send request through the .jar application only.

Now if our .jar application (J2ME) can fetch then this is will also gud.

If any one has other solution for that then please share with us to guide us.

(One more thing that mobile number is the only way to know him because we also have facility to check their status by sneding SMS on our long code.)
if we able to fetch the IMSI number of sim then this will also work for us. but ligin Id and password can never...

Thanks
Posted
Updated 27-Dec-12 7:54am
v2

if your mobile user install you jar app then you easily & legally get his/her mobile no

web services with j2me is nice & used very very widely

no need to use browsers
 
Share this answer
 
I have created a .jar application which i m allowing only for our registered users and only they can use it. through this application our client can access their details like account balance, last transaction, latest things for him from our website.

Our clients are known by their provided unique mobile number only. so dats why i need the user number whenever he send request through the .jar application only.

Now if our .jar application (J2ME) can fetch then this is will also gud.

If any one has other solution for that then please share with us to guide us.

(One more thing that mobile number is the only way to know him because we also have facility to check their status by sneding SMS on our long code.)
if we able to fetch the IMSI number of sim then this will also work for us. but ligin Id and password can never...

Thanks
 
Share this answer
 
Comments
André Kraak 27-Dec-12 13:55pm    
I believe you mistakenly posted this as a solution and think you intended you improve your question.
If you wish to change your question use the Improve Question button at the right below your question.

Please move the content of this solution to your question and remove the solution.

Thank you.
[no name] 27-Dec-12 15:57pm    
Add this details in your question via Editing it.
You can't get the mobile number or IMEI number of a mobile phone from which your web page is browsed due to security concerns, its sort of illegal thing as Krunal said. Being a web server, you are not allowed to get such information from client. You can only get the Phone Model or some browser related information.

However, if you connect your mobile phone to your PC via cable, then you can get its Phone & IMEI number through a desktop application. Could it be applicable for your scenario ?

Hope it got clears to you.
 
Share this answer
 
Looks like you're dealing with some illegal application. ;) (just kidding)
No, it's not possible, you just can't do that. The server can't let you go through it, so far as Security is concerned.
 
Share this answer
 
Comments
Faisalabadians 27-Dec-12 1:48am    
lol. illegal application
onlineQry 27-Dec-12 13:55pm    
I have created a .jar application which i m allowing only for our registered users and only they can use it. through this application our client can access their details like account balance, last transaction, latest things for him from our website.

Our clients are known by their provided unique mobile number only. so dats why i need the user number whenever he send request through the .jar application only.

Now if our .jar application (J2ME) can fetch then this is will also gud.

If any one has other solution for that then please share with us to guide us.

(One more thing that mobile number is the only way to know him because we also have facility to check their status by sneding SMS on our long code.)
if we able to fetch the IMSI number of sim then this will also work for us. but ligin Id and password can never...

Thanks
You can't. For very, very good security reasons, the browser (and thus the server) cannot access the mobile or IMEI number.

That is assuming that it is a mobile at all, rather than a desktop, laptop, tablet, or internet-enabled fridge.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900