Link to home
Start Free TrialLog in
Avatar of yussufawad
yussufawad

asked on

how I can get the GSM tower info. in J2ME ?

I want to know if there any code in J2ME that can get the GSM tower info. like channels of the GSM tower and the distance between the tower and my nokia phone  and more info. about it ;
as i want to build GPS program using the GSM towers info.

or is there any way to get the channels and distance .
I found C++ app do this, but i want it in J2ME ...
Avatar of jwenting
jwenting
Flag of Netherlands image

that information is not available to the phone, so it's not available to you.
Avatar of yussufawad
yussufawad

ASKER

I mean that i want to know how to get  the cell properties like CELLID , LAC , network signal or channel , napper signals or channels and more info. about the cell

I use System.getProperty() method and get the cell id but the others return null ( like the local area code )

is there any code can help me to get the LAC and (network or cell) signal and there nappers.

ASKER CERTIFIED SOLUTION
Avatar of CodeFish
CodeFish
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial