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 <[email protected]>:
> 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 to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to