Questions tagged [roaming]

Roaming helps ensure that a traveling wireless device (typically a cell phone) is kept connected to a network without breaking the connection.

77 questions
1
vote
1 answer

Wifi connection when using mobile network

When I change my network from 3G to Wifi what is happening to all the services I'm using (like Facebook, Gmail, etc.)? Do they disconnect and then connect again? Is it like roaming between mobile networks?
1
vote
1 answer

how to enable roaming data programmaticaly?

i have a problem. I bought google nexus 7 (3g version) on ondroid 4.2.2 and i want to enable\disable roaming data programmaticaly. how do i do that? ConnectivityManager cm = (ConnectivityManager)…
wondertalik
  • 658
  • 1
  • 6
  • 11
1
vote
1 answer

Iphone Simulator - simulate roaming

Is it possible to simulate roaming case in iPhone Simulator?
Luke
  • 11
  • 1
1
vote
1 answer

Would backing roaming settings with a class be elegant or Rube Goldbergesque?

I am using roaming settings to store state ASAP and restore it JIT, or ALAP (L = Late). For the possible advantage of using data binding for properties that are accessed/mutated in this way, I'm thinking of creating a class that would mirror the…
1
vote
0 answers

How to check whether the iOS device running GPRS / data plan in roaming or not

I want to check whether the iOS device running GPRS / data plan is in roaming or in native location using xcode code / coco touch library? Can you please help me in that ? Thank you in Advance.
AvtarSingh Suchariya
  • 1,992
  • 1
  • 20
  • 25
1
vote
0 answers

Can I detect whether my roaming data will actually roam?

I'm writing a C#/XAML Metro app, and plan to have my app put some data in roaming storage. From what I understand, roaming storage will automatically roam to the user's other devices via the cloud if: the user is signed into Windows using a Live ID…
Joe White
  • 94,807
  • 60
  • 220
  • 330
1
vote
4 answers

File already being accessed error

I have a few files in \AppData\Roaming that my app is writing to. I create the files when the application starts like this: private void Form1_Load(object sender, EventArgs e) { DirectoryInfo _File = new…
Nathan
  • 1,135
  • 2
  • 12
  • 27
1
vote
1 answer

Create setup without writing to registry

I need to make a setup for my .Net4 application. What I expect about installer is that it will just check if .Net4 Client profile is installed on target machine and if not it will deploy the .Net package and it will extract the app to directory…
Muff
  • 75
  • 2
  • 8
0
votes
1 answer

Know when the device registers to the roaming network?

I need to know when the device registers to the roaming network. Is there any intent broadcasted or any other way how I can know this event?
Preethi
  • 2,112
  • 7
  • 38
  • 54
0
votes
1 answer

How to know whether Roaming Data is Enabled/Disabled? Programmatically

How to know whether Roaming Data is Enabled/Disabled? In the code i need to know whether Data Roaming is enabled. I can check whether phone is roaming via TelephonyManager. But how to know if Data Roaming is enabled?
Taras
  • 488
  • 6
  • 21
0
votes
0 answers

How do I find out if one of the dual SIM cards is roaming?

so I need to find out if the user is using roaming and I'm having trouble with phones with multiple SIM cards. My problem occurs when they have 1 sim card that's not roaming and 1 sim card that is roaming then TelephonyManager isNetworkRoaming…
mp19975558
  • 21
  • 3
0
votes
0 answers

pseudo-VoWiFi on any Android phone thru manual routing?

Let's assume I have two SIMs on Android phone. SIM1 corresponds to roaming, the carrier supports VoLTE and VoWiFi so I can easily enjoy home pricing for calls and messages as soon as I have WiFi. SIM2 corresponds to local provider and allows to have…
ΔFosB
  • 1
0
votes
1 answer

GSM location update in a roaming situation

I have a question regarding a location update in a roaming situation for a mobile station, what will be the signaling messages allowing this procedure to take place? I know that 4 of the messages are LOCATION UPDATING REQUEST Global Title…
alin tudor
  • 13
  • 1
  • 1
0
votes
1 answer

I want to enable data roaming on sim module SIM 7600 E-H using AT Commands

I am working on sim module SIM700E-h and using Sakura Sim Card. I want to use this sim module for data(internet).So according to me we need to check 3 things. 1) International data roaming is enabled in the module 2) Make sure that the module is…
Krupali Mistry
  • 624
  • 1
  • 9
  • 23
0
votes
0 answers

Disabling Android Data/Roaming programmatically

I'm currently working on an app, that automatically disables your data connection, when you're in a country that isn't covered by your carrier for data roaming. Now I'd like to know how I would be able to disable the data connection on android…
MG lolenstine
  • 919
  • 1
  • 11
  • 32