6

I'm building an app for Android witch logs some data about phone mobile network,

Access Type: (GPRS, 3G, HSPA, LTE)
Frequency: (WCDMA 2100 Band 1)
LAC: Location Area Code
SAC: Serving Area CellID (if 3G)
CGI: Cell Global Identifier (if 2G)
Signal level: –88dbm

So far i have managed to get everything by using Telephony manager, except: Frequency: (WCDMA 2100 Band 1) there is not even a mention of mobile network Frequency as I saw.

Any way to get this data form android phone ???

Linga
  • 10,379
  • 10
  • 52
  • 104
user1936991
  • 73
  • 1
  • 4

2 Answers2

0

try to dial *#0011# on your android phone

0

In order to get some of the low level measurements made on the radio, you will need to utilize the Qualcomm libraries. This will require C++ development. Check out their site:

Qualcomm Gobi 3G & 4G Modems

Fobos13
  • 113
  • 1
  • 1
  • 11