please help!
Using java Syntax Highlighting
- private TelephonyManager tm;
- tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
- location = (GsmCellLocation) tm.getCellLocation();
- CellLocation.requestLocationUpdate();
- cellID = location.getCid();
- lac = location.getLac();
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
also:
location.getCid() is returming -1
location.getLac() is returning -1
why?
thanks in advance!

