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
0
votes
2 answers

Differentiate between international roaming and roaming with the country.

Do we have any flag or value on the phone which can help decide this ?
Divya Y
  • 183
  • 1
  • 9
0
votes
1 answer

android intent to open data-roaming setting page ,does not work correctly.

I use the below code to open data-roaming setting page f(bv
User10001
  • 1,295
  • 2
  • 18
  • 30
0
votes
1 answer

AppData\Roaming\ Folder absent on Vista

The application I am working with writes to the User\Application Data folder on XP and the AppData\Roaming folder on Vista. On one of the Vista machines the AppData\Roaming folder is not present. As a result some of the features of the application…
jbsp72
  • 1
  • 2
  • 2
0
votes
1 answer

Use Windows.Storage.ApplicationData object and his RoamingSettings property for save SerializableDictionary

In the code-behind of a page of Windows 8.1 app, I create a SerializableDictionary: private static SerializableDictionary elenco = new SerializableDictionary(); where, the…
Marco87
  • 13
  • 4
0
votes
2 answers

How to save a Dictionary variable in roaming - C#

After studying the manual of Visual C#, I'm starting to program a simple app for Windows 8. I'm using Visual Studio 2013 Express and .NET Framework 4.5.1. In the code I've written up to now, in the code-behind of a page I create a list of…
0
votes
1 answer

iOS Significant location changes is available during roaming?

Does anyone knows if the significant location changes service works properly when the phone is roaming or there are restrictions? In the offical doc I don't find any useful info. Thanks a lot
Mauro Nonnis
  • 262
  • 3
  • 9
0
votes
0 answers

Saving state in a Windows Store app when logged in with a local account

I'm new to Windows Store app development and Windows 8 in general and I'm working on an app. I see that there are 2 types of accounts to log in to win8 with: a Microsoft account and a local account. I also see that I have 2 data stores I can use to…
yonih
  • 517
  • 4
  • 15
0
votes
1 answer

Get App state from AplicationData.RoamingFolder

I am trying to sync roaming settings (using RoamingStorageQuota) on two diffent devices where my app is installed on both but wondering my app state from 1st device to 2nd device not restoring oftenly taking more time to restore/reflect app state. I…
0
votes
1 answer

How to recognise smart clients GIS/WISPr

How to detect devices seeking http://en.wikipedia.org/wiki/WISPr XML feed? I am guessing there should be some sort of the request that is standardised. Though, I managed to uncover that iPass itself is passing iPassConnect rather than anything that…
Gajus
  • 69,002
  • 70
  • 275
  • 438
0
votes
2 answers

How roaming of mobile can be identified

Is there any way to know SIM is in roaming. Does any AT cmd or any Remote Access Service API provide any help over this. Or any TAPI api on win32 helps me in getting this information?
Vinayaka Karjigi
  • 1,070
  • 5
  • 13
  • 37
0
votes
1 answer

Windows 8 roaming storage in WPF desktop application?

I planned to create a Windows 8 Store App but reluctantly had to switch to desktop application. I found that Windows 8 Store Apps fail to detect second screen, which is necessary for me. The intention still is to mimic the behaviour of Windows Store…
Jakob Lithner
  • 4,225
  • 6
  • 38
  • 59
0
votes
1 answer

Is There a Settings Viewer/Manager for Windows 8 apps?

For testing my roaming and/or local settings, I'd like to be able to clear all the settings. I could do it like so, I guess: App.roamingSettings.Value["SomeVal"] = string.Empty; App.roamingSettings.Value["SomeOtherVal"] =…
0
votes
1 answer

How to store roaming files in Windows 8?

I'm trying to store a file and roam it to other devices in Windows 8. The official documentation on this states: Within its app data store, each app has system-defined root directories: one for local files, one for roaming files, and one for…
Mathias Lykkegaard Lorenzen
  • 15,031
  • 23
  • 100
  • 187
0
votes
1 answer

How does the System Status iPhone app obtain Wifi network roaming information?

I've just downloaded an app from the App Store called System Status which gives you detailed information about the iPhone it's installed on. One of the features provides a system log which allows you to see the network info when you roam from one…
AndyC
  • 115
  • 10
0
votes
1 answer

Roam between different access points

I'm working on a android application to make a phone call via WiFi. It is working fine, but when I move in the building and the phone has to make a connection with a new access point because the signal gets to weak I lose connection for a second or…
Robby Smet
  • 4,649
  • 8
  • 61
  • 104