Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
2k views

Persistent storage of encrypted data using .Net

I need to store encrypted data (few small strings) between application runs. I do not want the user to provide a passphrase every time (s)he launches the application. I.e. after all it goes down to ...
5
votes
2answers
172 views

Windows: How to canonicalize a file to the special folder?

i want to to persist some filenames for the user (e.g. recent files). Let's use six example files: c:\Documents & Settings\Ian\My Documents\Budget.xls c:\Documents & Settings\Ian\My ...
4
votes
1answer
247 views

Difference between NetworkInfo.isRoaming() and TelephonyManager.isNetworkRoaming()

I'm trying to detect wether the device is roaming or not in my app and I've found these two methods: NetworkInfo.isRoaming() TelephonyManager.isNetworkRoaming() Is there an essential difference ...
4
votes
1answer
474 views

Does CTCarrier mobileNetworkCode change when roaming?

The documentation states for CTCarrier's carrierName "The value does not change if the user is roaming; it always represents the provider with whom the user has an account." It does not say the same ...
4
votes
2answers
2k views

Measure data roaming traffic on Android?

Just back from a very nice vacation in Iceland, and await the data roaming bill from my phone company. I hope for the best having limited my traffic as much as possible, but I want to know in advance. ...
3
votes
1answer
210 views

iPhone iOS: how to detect when in roaming? (Not for jailbreaked phones)

I'm coding an app with heavy network usage. I've been told to warn users for costs but only when in roaming mode. I know theres some way to know when the phone is roaming comparing two undocumented ...
2
votes
2answers
187 views

Get Network MNC and MCC

I know I can get the carriers Name, MNC and MCC using the following properties of the CTCarrier Class carrierName mobileCountryCode mobileNetworkCode These details are of the SIM inserted into the ...
2
votes
2answers
660 views

C# settings using ApplicationSettingsBase - roaming and common

I'm using the Windows Forms Application settings architecture (or however you're supposed to refer to it) and am successfully saving user settings to AppData. What I want to do is have some settings ...
1
vote
1answer
307 views

.NET User.config file is deleted on Citrix

I have written a .NET app and use the built in User Settings to store user specific information. It works brilliant. The user.config file is stored in the Apps/Local directory. Now, a client is ...
1
vote
1answer
186 views

Iphone Simulator - simulate roaming

Is it possible to simulate roaming case in iPhone Simulator?
0
votes
1answer
20 views

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?
0
votes
1answer
65 views

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 ...
0
votes
0answers
21 views

Recognize International data roaming

Is there a way to recognize if the data traffic is running under international data roaming? On some new devices I've seen in the options the possibility to turn on/off the national data roaming and ...
0
votes
0answers
581 views

Android CallLog: see if the call was in roaming

My app wants to measure total duration of incoming and outgoing calls, local and roaming. So far i have this code which should measure just the duration of all incoming and outgoing calls. /** * ...
0
votes
1answer
122 views

Data service in roaming on blackberry phones

Can i chack in my application that data serivice is available in roaming? Can i use PhoneState.isDataServiceAvailable() for this situation or use another solution?
0
votes
1answer
240 views

Set Data Roaming on/off in an iPhone through code

I would like to be able to to switch roaming on or off from my app but haven't found much about it, is it possible? Thanks in advance!
0
votes
1answer
876 views

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 ...
0
votes
1answer
95 views

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 provides any help over this. Or any TAPI api on win32 helps me in getting this information???? Please ...