开发者

Android: How can I scan all visible base stations logging their RSSI and cell id?

I was working on a research which requires me to record GSM/CDMA base stations (all visible at a particular time). I read some work in which people reported that they can scan 5-6 base stations logging their id and RSSI values. I tried to dig in but was just able to scan for the one connected Base Station. I think it is possible but couldn't find any documentation for the开发者_运维技巧 same, online. Also there are some apps developed which give GSM map or something, but no idea how.


I think what you are looking for is the android telephony manager.

http://developer.android.com/reference/android/telephony/TelephonyManager.html

Checkout the getNeighboringCellInfo() method

The getNeighboringCellInfo() method is dependant on the phone model on some phones it works and on some it doesnt. It seems this an area where you will feel the pain of android fragmentation. I hope it works for you..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜