Re: [android-developers] How to the GSM signal strength

2010-08-26 Thread XC He
You can check package/apps/Settings code, RadioInfo.java int signalDbm = mPhoneStateReceiver.getSignalStrengthDbm(); if (-1 == signalDbm) signalDbm = 0; int signalAsu = mPhoneStateReceiver.getSignalStrength(); if (-1 == signalAsu) signalAsu = 0; 2010/8/26 Mohammad Siddiqui : > Hi everyone

[android-developers] How to the GSM signal strength

2010-08-26 Thread Mohammad Siddiqui
Hi everyone I want to find the signal strength of GSM network. but not found any method in 1.5 sdk version is there is any alternative available to find the signal strength. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] How to the GSM signal strength

2010-08-26 Thread Mohammad Siddiqui
Hi everyone I want to find the signal strength of GSM network. but not found any method in 1.5 sdk version is there is any alternative available to find the signal strength. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post