but SignalStrength class is not available in the android sdk version 1.5

On Thu, Aug 26, 2010 at 4:05 PM, AJ <ajeet.invinci...@gmail.com> wrote:

> Hi Vinay
>
> Check the example @
> http://www.firstdroid.com/2010/05/12/get-provider-gsm-signal-strength/
>
>
> Thanks,
> AJ
>
> On Aug 26, 2:38 pm, Vinay S <s.vinay....@gmail.com> wrote:
> > Hi XC He,
> >
> > Can you please suggest what should be imported to get
> > mPhoneStateReceiver..?
> >
> > Regards,
> > Vinay
> >
> > On Aug 26, 1:38 pm, XC He <schosnab...@gmail.com> wrote:
> >
> > > 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 <siddiqui.m...@gmail.com>:
> >
> > > > 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
> android-developers@googlegroups.com
> > > > To unsubscribe from this group, send email to
> > > > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > > > 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 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