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 ???