Java – Android gets the mobile network band

Android gets the mobile network band… here is a solution to the problem.

Android gets the mobile network band

I’m building an app for Android that records some data about the phone’s 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 the phone manager, except: frequency: (WCDMA 2100 Band 1) As I can see, there is not even a mention of mobile network frequency.

Is there any way to get this data from Android phones???

Solution

Try dialing *#0011# on your Android phone

Related Problems and Solutions