Thanks for the reply. The way you mentioned was the way to do it prior
to Android 2.0. However, it has since been deprecated, meaning that is
no longer the way to access signal strength. From my limited testing
this method no longer seems to work when testing with the Droid.

On Nov 17, 12:30 pm, Master_Ne0 <master.ne0s.soluti...@googlemail.com>
wrote:
> The source code suggests this,
>
> @Override
>         public void onSignalStrengthsChanged(SignalStrength
> signalStrength) {
>             mSignalStrength = signalStrength;
>             updateSignalStrength();
>         }
>
> where SignalStrength is android.telephony.SignalStrength class. Let me
> know if this works, doubt that it will be backwards compatible.
>
> Ne0
>
> On Nov 17, 1:46 am, Ken Adair <kadai...@gmail.com> wrote:
>
> > I'm assuming it is returning -1 because it is no longer being used
> > with 2.0?
>
>

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

Reply via email to