settings

Vibrate settings on Android 2.2

Hi, I'm making a vibrate toggling widget (in fact, its first version is already in the Market) but I'm having some problems with the vibrate settings of Android 2.2. Up to Android 2.1 I have no problem, when I want to disable vibrate I do am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER,AudioManager.VIBRATE_SETTING_OFF); am.setVi...

single exe with changable settings

Hi i am trying to make a simple application which will be used to point a web browser control to some of our web applications at my work. I would like to have only one exe file but also have an admin window to change some of the settings and have them persist when the application is closed. is that possible? i have looked at the applicat...

Android: Change APN settings by code.

Hello all. As in my country (Belgium) a lot of operators settings are not included in default APN list, i would like to create an app that will fill all APN fields correctly with the user choice. I just read all the doc and Google a lot of questions but no answer... How should I do to create an APN profile? Thank a lot for any clue. ...

c# - approach for saving user settings in a WPF application?

What approach do you recommend for persisting user settings in a WPF windows (desktop) application? Note that the idea is that the user can change their settings at run time, and then can close down the application, then when starting up the application later the application will use the current settings. Effectively then it will appe...

UIAlertView like "Turn On Location Services to allow maps to determine your location". Settings + Cancel

I Want to emit this alert: Turn On Location Services to allow maps to determine your location I need both "Settings" and "Cancel" exactly like the "maps" application. "Settings" should open settings->general->location services I didn't find the way to open the settings page. Can you help me? Thanks ...

android Outbound caller id - on/off

Hi guys, I wan to hide/show my caller id from my activity programmatically. I tried to find it in the android documentation but without the luck. Maybe you have any ideas? Thanks, marqs ...

iPhone dev mail, contacts, calendar settings

Hi, I need to access a "Sort Order" and "Display Order" preferences under Settings -> Mail, Contacts, Calendar. Is there any example how to do that? Thank you /Alex ...

For a .net assembly, where are the user settings saved?

I've been experimenting with the project settings feature of C# projects, and I'd like to find the xml file containing all the user settings. It should be in my App Data folder in Documents and Settings, but from there I can't seem to find it. Where does this file get saved? Edit: I am using Windows XP and have Show Hidden files turne...

Storing settings for Browser Helper Object.

I have a browser helper object on IE that have some "clipboard history" functions. I have been storing settings into a file into the directory where the BHO file is (currently "$PROGRAMFILES\Common files\folder\", it was like this when i received the code but i can change it). In my computer (XP SP3 in virtual machine) I have no problem...

Updating wallpaper service variables, from Settings Activity.

Hi All, In my live wallpaper app, I am facing this issue. I want to update my LiveWallpaper service with values that User types in the wallpaper settings activity. (e.g String) What I have done til now : Converted the wallpaper service to implment SharedPreferences.OnSharedPreferenceChangeListener interface, to listen if any changes d...

force android to turn off data connection setting when all APN settings are failed?

I know a tip to turn off 3G connection programmatically is to change its APN(to turn off) and restore(when we want to turn it on). The problem is system setting still display ON even when it can't connect. can anyone know how to turn off the setting then there is no valid APN. Many thanks :) ...

GlassFish v3 - portability of settings

Hey there, Is there any way to simply copy the GlassFish v3.0.1 server settings (ie connection pools, resources, realms... ) to another GlassFish, so it is not needed to set them manually? This way it would be a lot easier to set up the same development environment. Environment: NetBeans 6.9 + GlassFish 3.0.1 Thanks in advance, Daniel...

postback times are the same no matter what is happening

I found this by accident and feel that it must be a settings issue. I was initially trying to solve a problem with uploading large files. In the process of implementing a solution I was able to get the file uploaded in approximately 2 minutes whereas before it would timeout after a much longer time period. The strange thing is this: the ...

Howto set outputdirectory with google eclipse plugin?

I'm using the Google Eclipse Plugin for GWT development. To do the configuration stuff there's a folder .settings with two files com.google.gdt.eclipse.core.prefs and com.google.gwt.eclipse.core.prefs. These files are a kind of propertie-files. Now I'm trying to set two different directories for source and output files. But I can't find...

What's required to read value set in Settings app from my app via NSUserDefault?

I set a text setting key in by Settings.bundle. The Settings app show the key's default value well. But I can't read the value via NSUserDefaults with this code. NSString *aaa = [[[NSUserDefaults standardUserDefaults] stringForKey:@"aaa"] copy]; Value is always nil. I believe I omitted something required steps. What's required? ...

Android EmailProvider

Hi, Is there a way to access the EmailProvider class via reflection? thanks! ...

Proxy settings in browsers

I have a couple of questions - would be happy with any tips advice for either/both of them. 1) Is there any way to set up proxy settings on browsers automatically without having to go into settings and typing the port number etc.? Ideally I would like to run a script that does this automatically. 2) Secondly, I know I can use a PAC fil...

How to turn on Processor ID of the computer in bios ?

I am developing window application in C#. I have developed an installer which takes the processor ID of the computer & generates the unique key. My installer is running fine in almost all the computers but on one computer it is not able to read the processor ID. I debugged my program & I found that it has not the proper permissions to re...

How to prevent Visual Studio from prompting to update .settings file from app.config

We're using a .settings file to store our application settings, and use default values in there so that we don't need to configure every single setting. This has generally been fine. However, during development we'll frequently change values in app.config, which means that when we open the .settings file, we always get the prompt "Value...

What are the settings in Create New Test Wizard of VS2010?

Please explain the meaning of the marked red section in the screenshot below. All helps are very much appreciated! ...