Hi Andrzej,

I am not aware that the Android telephony package supports this
functionality on SDK level. I also doubt that this functionality is
implemented on framework level (please correct me if I am wrong). In
general when you look at current existing TAPI API implementations
there are APIs like

- getPreferredNetworkList()
- manualNetworkRegistration()  which enables you to manually register
to a network in the Preferred Network list
- ....

The TAPI API support is more complex than what is right now
implemented in Android.

You would need a similar support in Android for being able to manually
switch the network.

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Aug 7, 4:37 am, Andrzej Dobrucki <andrzej.dobru...@gmail.com>
wrote:
> Does anyone know if there's a way to manually switch from one carrier
> to another in code?
>
> I could get actual operator data with
> serviceState.getOperatorAlphaLong
> (); etc, but wasn't able to find a solution to actually switch from
> one to another. Does one need to use AT commands or similar?
>
> Thanks for help
--~--~---------~--~----~------------~-------~--~----~
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