I'm trying a bit to get information about neighboring cells (for the current cell information, everything works fine):
mTelephMgr=(TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); neighbours=mTelephMgr.getNeighboringCellInfo();
I tried with 2G / 3G networks with Galaxy S (2.2.1) and Nexus S (2.3.1) and two different operators, but I always get an empty list for neighbors. Networks are based on GSM (Spain).
I was looking for time to search the Internet, and although some people report the same problem, others seem to work fine.
Any suggestions?
Thank you very much in advance.
android telephonymanager
kabracity
source share