| Reply | « Previous Thread | Next Thread » |
|
For a project I need to find out in what country the phone is. This is obviously possible with the N95 and 6110 but not so easy with older phones.
So, is there a way to get the location of the phone when a GPS is not available? |
|
First of all, you don't need to use N95, E90 or 6110 Navigator to make location based applications - you can also use external bluetooth GPS device to get your position with any smartphone that has public bluetooth API (which is true when you develop in Symbian or J2ME with JSR-82).
If you need to know what country the phone currently is you don't need GPS module - you only need MCC (Mobile Country Code) and small database of codes corresponding to countries (http://en.wikipedia.org/wiki/List_of..._country_codes). You may find many examples of doing it - you may try this one http://newlc.com/monitoring-network-and-cell-id/ to get MCC/MNC. The rest is simple ;-) Hope you will find this answer helpful. BR, Jack |
|
Quote:
I am also work on similar project Can you clear it to me the above quoted text. Actually I have to fetch the network information from any mobile phone. Waiting for your reply....... Thanks....... |
|
if you want to know the country that phone is in, then read it from the Cell id, if you need to know the country of origin of the subscriper, then read it from the IMSI number.
yucca |
|
Hi,
The way suggested also depends on the mobile device being used. Since not all device supports the system properties for getting the cellid and other information from the network. I dont think there is any other way of getting location information without GPS in j2me Sunil |
| sunil_bhambani123 |
| View Public Profile |
| Find all posts by sunil_bhambani123 |
|
If bluetooth is available then you can use Bluetooth GPS.
|
| honest_success |
| View Public Profile |
| Find all posts by honest_success |
|
You can easily get the country information from all the symbian based device using the telephony API, telephony API will gives the Mobile Country Country Code(MCC), check out CTelephony - NotifyChange methode, it will give you what u are looking for.
Sajid Iqbal ASD, Accredited S60 Developer [EMAIL]saji.iq@gmail.com[/EMAIL] |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Location API (JSR 179) without GPS.. | d33 | Mobile Java General | 21 | 2008-08-01 14:51 |
| Location api jsr 179 and Bluetooth GPS | prategiov | Mobile Java General | 21 | 2007-12-05 00:36 |
| Location API, but no GPS | redsmurph | Mobile Java General | 3 | 2007-01-30 21:59 |
| Find the location of your mobile phone without GPS?? | Priju Jacob Paul | General Symbian C++ | 2 | 2006-11-18 23:57 |
| Beginning Location API; GPS real life connectivity. | uttumuttu | Mobile Java Tools & SDKs | 6 | 2006-07-03 21:51 |