Discover

Topics

PhoneMonitor

PhoneMonitor APK

PhoneMonitor APK

1.8 Freegreeenwalker ⇣ Download APK (1.32 MB)

This application can get some pieces of information from TelephonyManager.

What's PhoneMonitor APK?

PhoneMonitor is a app for Android, It's developed by greeenwalker author.
First released on google play in 10 years ago and latest version released in 7 years ago.
This app has 876 download times on Google play
This product is an app in Tools category. More infomartion of PhoneMonitor on google play
This APK displays information that can be read from TelephonyManager.
It can display all information from TelephonyManager regarding the SIM.
If you use a prepaid SIM abroad (such as the US), It is easy to read your own telephone number
and SIM serial number for refilling on your "My Page" by using this APK.


There are following 4 buttons.

(1) REFRESH
It will update the information in the current state.

(2) START
It will start updating regularly the information every 3 seconds.

(3) STOP
It will stop the updating.

(4) CLOSE
You can end this application.

■This APK can get information by using the following methods in ”android.telephony.TelephonyManager”.
[Correspondence table between android.telephony.TelephonyManager and this APK]

◆IccCard : hasIccCard ()
◆LineNumber(MSISDN) : getLine1Number()
◆SubscriberId(IMSI) : getSubscriberId ()
◆SimCountryIso :getSimCountryIso()
◆SimOperator : getSimOperator()
◆SimOperatorName : getSimOperatorName()
◆SimSerialNumber : getSimSerialNumber()
◆SimState : getSimState()
◆VoiceMailNumber : getVoiceMailNumber()
◆VoiceMailAlphaTag :getVoiceMailAlphaTag ()
◆PhoneType : getPhoneType ()
◆CallState : getCallState()
◆CellLocation : getCellLocation ()
◆LAC / Cell_ID :getLac (),getCid() /getBaseStationId(),getNetworkId(),getSystemId(),getBaseStationLatitude(),getBaseStationLongitude()
◆DataActivity : getDataActivity()
◆DataState : getDataState()
◆DeviceId(IMEI) :getDeviceId ()
◆DeviceSoftwareVersion(IMEI-SV) : getDeviceSoftwareVersion ()
◆Group Identifier Level1 : getGroupIdLevel1()
◆ MMS user agent(URL) : getMmsUAProfUrl()
◆ MMS user agent profile: getMmsUserAgent()
◆Carrier privileges : hasCarrierPrivileges()
◆SMS capability : isSmsCapable()
◆Voice capability : isVoiceCapable()
◆Serving Cell RSSI/RSCP : getRscp()/getRssi()
◆NeighboringCellInfo : getNeighboringCellInfo ()
◆NeighboringCellInfo2 : List getNeighboringCellInfo ()
◆NetworkCountryIso : getNetworkCountryIso ()
◆NetworkOperator(PLMN) : getNetworkOperator ()
◆NetworkOperatorName : getNetworkOperatorName ()
◆NetworkRoaming : isNetworkRoaming ()
◆NetworkType : getNetworkType()
◆All observed cell info: List getAllCellInfo()