The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
16 views

How can I change regional setting in linux? [closed]

I want to change regional and language setting in linux by changing the file. Does anyone know what file that I need to change ? Where is the default directory ?
0
votes
0answers
17 views

InnoDB Tablespace critical error in great need of a fix [migrated]

Link to screenshot : http://www.nouvellesduquartier.com/i/1/p/Munin_%20Critical_MySql_InnoDB_.JPG Question: Could the error shown on the screenshot be the reason why my site is very slow?
0
votes
1answer
50 views

Save Setting onDestroy

How to save setting after we exit the app using onDestroy? Example: When the app start, it will start Main_Activity.class Button button1; public class Main_Activity extends Activity { ...
0
votes
1answer
55 views

Create custom setting screen in Android

I want create a setting screen like this And like this First time , I thinks can use ImageView and TextView with setOnClick . But it looks not good . Some one can give me some advices ?
0
votes
1answer
56 views

Setting up Ogre3d an Qt5.0

Im trying to compile a ogre 3d example project on Qt5.0 as a plain c++ project, but Im getting a lot of errors of "No such file or directory", I already add all the paths to the pro file. Also I set ...
0
votes
0answers
22 views

irrlicht setting up, error 1>main.obj : error LNK2001: symbole externe non résolu __imp__createDevice

When I create a new project in VC++ 2010 express and try to run the Irrlicht example, I get the following: 1>main.obj : error LNK2001: unresolved external symbol __imp__createDevice I added the ...
-1
votes
0answers
66 views

code to change the audio profile of android device [closed]

I am working on a android app that the user can set the specific profile if something happened .for example lets say a button click. Is there any code to access or to set phones audio profile settings ...
0
votes
0answers
17 views

Reading out the display settings and their options

I'm developing a display energy app and I need to read out the display settings and their options. What I exactly mean is to read out all of the settings of an appropriate device, to answer the ...
0
votes
0answers
52 views

Set cookie in IE by powershell

Is there a way to set cookies in IE browser using a powershell script? I use the following method - $ie = New-Object -com "InternetExplorer.Application" I don't know how to add my cookies in IE. ...
2
votes
2answers
34 views

Setting values in matrices - Python

I made i matrix 5x3 field = [] fields = [] for i in range(0,5): for j in range(0,3): x = 1 field.append(x) fields.append(field) When i want to change one ...
0
votes
0answers
13 views

Have a content page use the Masterpage that is loading it

I have a website that uses 3 diffrent Masterpages. All of the Masterpages can call the same content page: About.aspx. Each Masterpage has a unique menu that has to be displayed, but all three menus ...
0
votes
1answer
56 views

Android:How to show the location source settings programmatically?

I want to open location source settings,I do as this Intent intent = new Intent( Settings.ACTION_LOCATION_SOURCE_SETTINGS ); startActivityForResult(intent, 0); but in some phones(main ...
1
vote
1answer
133 views

Enable/Disable Wifi on non-jailbroken iOS device

This i needed for my internal app. I want to toggle wifi on ios device. Any framework is available. I tried following code, but it provides me no help. This dont change my wifi settings. { ...
2
votes
2answers
215 views

Setting Correct Filepath for a txt Save - vb.NET [duplicate]

Okay. I feel like this should be programming 101, but I cannot seem to find a decent answer on how to set a file path name to be dynamic enough to be set explicitly to where the exe is installed. ...
-7
votes
1answer
53 views

Changed settings don't work [closed]

I have changed properties at an object in C# and when I run the project, the settings have not changed. What can I do?
0
votes
1answer
45 views

Setting values to a struct is not working for me. (C)

I created a typedef matrix: typedef struct matrix { int m; int n; int **vrednosti; } matrix ; and a function that creates a matrix: matrix* create_matrix(int x, int y, int** val) but when I ...
0
votes
1answer
39 views

Error Converting varchar to Int - Sql on Server vs SQL on local PC

I have a Query requiring Varchar to be converted into INT. Iam not currently posting the query itself as I do not believe the problem to be there. I setup the query on my home PC using a backup from ...
0
votes
0answers
19 views

setting breakpoints when using launchingconnector of JDI

I am trying to build my own java debugger using JDI. LaunchingConnector lc=(LaunchingConnector)connector; arguments=lc.defaultArguments(); Connector.Argument main=(Connector.Argument) ...
0
votes
1answer
68 views

Can I send class as extra with intent?

I'm trying to pass class name with extra, how to do that ? Intent p = new Intent(StartScreen.this, Setting.class); p.putExtra(" ",StartScreen.this); I want to get the class name in Setting class ...
-1
votes
1answer
115 views

how to set ubuntu 12.04 on dell running when closing the lip [closed]

i install ubuntu 12.04 on dell vostro. i want to use the external mirror when i closed the lip. but i failed when i set the power settings in power, it is no effect. i found power manager might be ...
0
votes
0answers
63 views

how can I set wallpaper like this?

ImageView im1_a; im1_a = (ImageView)findViewById(R.id.a_01_b); im1_a.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO ...
-5
votes
1answer
88 views

Setting environment variables in android [closed]

i have an array, say answers[] = {1, 1, 1}, and want it to be changed when the program is running. when user presses a button, i want answers[1] = 3, so that when the program is opened again ...
0
votes
0answers
122 views

How to delete screen lock item when settings menu in anroid4.0

I want to modify the setting menu app in anroid4.0, and to delete screen lock item in secure. Because I do not hope users can modify screen lock. It is not lock screen default. I check for google ...
0
votes
0answers
50 views

Setting up a production server [closed]

I have an Ubuntu server which should serve my web application. So before I start I would like to know the best way to handle the application before deploying it. I heard that there are online tools to ...
2
votes
1answer
33 views

django memcached setting location list has tuples?

Just saw this configuration in one of the project setting.py CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'KEY_PREFIX' : ...
1
vote
0answers
160 views

how to set IOS deployment target version to a point IOS release

I want to set the IOS deployment target as 5.0.1 so that my app doesnt run on devices running 5.0 or lower. However in xcode I only see options to either chose 5.0 or 5.1. I dont see options to select ...
1
vote
0answers
147 views

Setting max map/reduce tasks on a per-job basis

I have two type of jobs that require the cluster to have different number of tasks per node. After doing the research, I end up with this page: https://issues.apache.org/jira/browse/HADOOP-5170 I ...
0
votes
0answers
328 views

VB.NET - I can't save/get settings from “my.settings”

I have a problem with my form, when the form loads it draws some new checkboxes into the form. ok that I want to do is: if any of the checkboxes is clicked then create/save that property into a ...
-1
votes
1answer
61 views

Code to store my app-setting activity in Settings of Android Phone? [closed]

I have made my app and i want that my app will be integrated with the settings of phone and it will also work on front screen? Like that we will keep our mobile at silent mode by going to setting and ...
0
votes
1answer
94 views

Windows Service doesn't read settings.setting?

I have a Setting.setting have a setting option : isSent - type int - value : 0 And my code : if (Settings.Default.isSent =! 0) { var info = ...
0
votes
1answer
154 views

How to set time settings for different timezones in PHP?

I made a project with PHP that was expected to run inside my country Iran that its timezone is UTC+3:30. I inserted the line below inside my codes: date_default_timezone_set('Asia/Tehran'); But ...
0
votes
0answers
21 views

Adding build path in eclipse error

I tried adding jar to build path, it gets added. When i click apply and ok after adding still its there. But when i again try and check if my jar is present in build path surprisingly the jar is not ...
3
votes
3answers
391 views

Disable cookies set by the google plus one button

When I place the following code on my site for a nice standard +1 <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone"></div> <!-- Place this ...
2
votes
1answer
113 views

How to disable “the error the value ‘abc’ is not valid for IntegerProperty”

I hope someone can help me out to disable the default validation that MVC 3 runs when I post a string value in an integer field. Currently the application will add the error “the value ‘abc’ is not ...
1
vote
0answers
133 views

Getting error while setting bitrate in CAN interface for ICS

I am trying to set the bit-rate in i.Mx6 processor in android. I am using iproute2 utility to set bitrate for CAN controller. The command used to set the bitrate is given below: #ip link set can0 ...
0
votes
1answer
125 views

Jquery Time Ago only in days

I want jquery timeago only show me the timeago in days ! I meant when passed 30 days it will show me 31,32,32 days and not 1 month. Thanx for your pront answer.
1
vote
0answers
40 views

how would you change Android AVD setting to make the emulator smooth as on the real android devices? [duplicate]

Possible Duplicate: Slow Android emulator this is my setting: Name = JellyBean_x86, Target = Android 4.1 - API Level 16, CPU/ABI = Intel Atom (x86), SD Card = 2048 MB, Snapshot enabled, ...
0
votes
0answers
88 views

Change a page background using setting in c#

I have a picture box object in setting and I have 2 forms,I wanna change parent form's background image using system setting in child form,my code is like this: in child form(it has a picture box ...
0
votes
0answers
88 views

Need a solution for this case about WCF and IIS

First, sorry for my bad English. I have a WCF Service Application. When it runs, I have to type username, password and choose the database for this WCF Service to connect and interact with. Then ...
0
votes
0answers
96 views

Probelm in my Xcode asking for delegate method

Suddenly, my xcode ask for me some delegate method. for example,  -(void)willPresentAlertView:(UIAlertView *)alertView -(void)didPresentAlertSheet:(id)sheet; -(void)didPresentModalView:(id)view; ...
1
vote
0answers
54 views

Ivars type Nsstring in Obejctive c are nil after button event

I dont understand this yet. If I create an ivar of a class (no property). I set the ivar directly to for example @"patrik" in the - (void)viewDidLoad then the ivar value is still there when I click a ...
0
votes
1answer
1k views

How to maintain Galaxy S2 screen active (Android OS)?

In Samsung Galaxy S2, where can I find the option to keep screen active? I've already searched through Menu->Configuration->Application->Development (and every other menu), but the Development option ...
0
votes
0answers
64 views

I can't copy texts by command+C in Eclipse

I'm using Eclipse on Mac, version JUNO. From some days ago, I can't copy texts by command+C. The key bind of "copy" is binded to "command+C" when in Windows in my 'Keys' setting of Eclipse. I can't ...
0
votes
0answers
147 views

Android unwanted screen on with error in logcat: Excessive delay setting brightness: 197ms, mask=2

I have developed an app that uses alarm/notification services of the android system. In the recent few days I found my phone (Nexus S Jelly Bean) display is switching on unwantedly. I am worried ...
0
votes
2answers
143 views

How to locate the preference category in a preference screen in Android?

I implement a notification in the notification area, which can be clicked and go to the Sound Setting preference activity. There's several categories in this page, how can i scroll to a category or a ...
2
votes
3answers
596 views

Reliable method to get the country the user is in?

I usually get the country from the device's language. It works but now I have to recognize Brazil. And most of the devices only have portuguese (pt_PT), and no portuguese (Brazil) option. I checked ...
1
vote
0answers
111 views

Setting a texture to a md2 model java/android

I need help with setting a texture to a .MD2 model in java/android According to wikipedia, I came up with the following: ( MD2 (file_format) ) Loading texCoords: int idx = 0; for(int i = 0; i < ...
0
votes
1answer
144 views

Making new file in android

I have a problem, I want to set a ringtone inside my main acivity, I read this tutorial: http://androidgenuine.com/?tag=set-as-ringtone-android , but function save is not working, to be more specific ...
1
vote
1answer
196 views

android: is there Intent.Action of font setting changed?

In android, when some of setting changed, the activity of app must reCreate, which may result in app crashed, like language or font setting; I know language setting's Intent.Action is ...
0
votes
1answer
80 views

How to apply fast scroll using PreferenceActivity?

I'm using ListPreference within PreferenceActivity. With this widget, is it possible to apply a fast scrolling to it? If yes, how can I do it? Right now, I'm stuck with this screen, without ...

1 2 3