On Mon, Nov 14, 2011 at 11:45 AM, ikalbeniz <[email protected]> wrote: > I have ben reading and testing telephony api: > > http://developer.android.com/reference/android/telephony/package-summary.html > > i want tomeasure signal levels wih a normal phone so I need to switch > programatically from/to GSM,UMTS and HSDPA and get cell and > neighboringcell signal level for each network type.. is it possible > with android sdk? is it posible to switch operators? >
Nope, the TelephonyManager stuff in the SDK really just gives you things like coarse location based on cell info, neighboring tower cell info, etc.. It doesn't allow you to go deep enough to switch operators. kris -- 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

