Questions tagged [system-setting]

29 questions
1
vote
2 answers

Is possible to set only default English language of application in android

I only want set only default English language of application in android. After Supporting Different Languages, I also use values/strings.xml to store characters in that file. If in English language mode of System Settings, I can show correct…
Huy Tower
  • 7,769
  • 16
  • 61
  • 86
0
votes
0 answers

In flutter app is there any way to open Settings>Privacy>Ads page from our Own application?

I want to open Settings>Privacy>Ads page on Butten click. Is there any way to open Global privacy ads settings from out app.Need to open particular page and do some action on settings page.Currently i can open settings page but show page inside…
0
votes
0 answers

In flutter app is there any way to open Settings>Privacy&Security>Tracking page from our Own application?

I want to open Settings>Privacy&Security>Tracking page on Button click. It opens own app security page but I want to open Settings>Privacy&Security>Tracking. Is there way to open direct Tracking page?
0
votes
1 answer

Android Allow App to set Brightness permission using command line

I tried different things but I'm not able to find a solution yet. My App wants the user to change the birghtness of the screen. A system dialog pops up, that this needs a special permission and I than have allow the App in System Settings to allow…
Shannah
  • 39
  • 4
0
votes
1 answer

Powershell to change Advance System Properties

Is there a way in powershell to change advance system settings in the remote tab? Picture is attached for reference.
JW12689
  • 117
  • 1
  • 10
0
votes
1 answer

Symbolic names for WPF system colors?

Where can I get symbolic names for WPF "system" colors? I tried SystemColors but the names do not tell me much, for example I don't see an entry for disabled label text color. And I am looking for something along such lines -- enabled button text…
astrowalker
  • 3,123
  • 3
  • 21
  • 40
0
votes
1 answer

Windows Mobile - Settings

I need to programtically make settings for all items that are shown in Settings menu of windows mobile. This includes Personal, System and Connection tabs on setttings screen. Is there any API that provices access to all settings items? I am using…
Let me Ask
  • 1,029
  • 1
  • 8
  • 33
0
votes
1 answer

Where is the umask setting stored? Can this be applied to home directory other than setting it globally?

umask seems to be set in various files (centos) as: /etc/profile /etc/profile.d/umask.sh /etc/login.defs ... what is the precedence order for this? Moreover, when you set the umask using "umask xxx" where does this value gets stored? what is the…
Haris Farooqui
  • 944
  • 3
  • 12
  • 28
0
votes
3 answers

How to detect CPU speed and H.D.D rpm in objective-c or python

I'm new to objective-c, for an academic reason I need to read CPU speed and H.D.D rpm What is the simplest way to access some system setting in objective-c or python I can choose between objective-c and python for this project.
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100
0
votes
0 answers

IntelliJ IDEA does not save system settings on exit

my IntelliJ IDEA does not save my settings on exit. I have looked in the settings and have found nothing. My problem is: when I exit intelliJ and I reopen it my project might be opened but I have to click view and find the class manually and reopen…
nxn
  • 89
  • 1
  • 10
0
votes
0 answers

Android, Lock device pragmatically

I want to do screen lock(Swipe, Pattern, Password or pin) automatically locked when finished call. For example, When device set Pattern lock and screen light off, get Skype call that time screen light on and UI is on the screen, it by pass…
Palak
  • 2,165
  • 2
  • 21
  • 31
0
votes
1 answer

How to set Textwrangler the default editor for c code on OSX?

Right from the start I found Xcode to be way to overloaded for simple C programs I have to write for university. Lately I discovered Textwrangler to be more of an editor I wanted to use for that purpose, beforehand I used VIM quite a lot, but having…
Friedrich
  • 29
  • 2
0
votes
1 answer

Mac OS X Energy Saver mode does not open or function

I'm running Mac OS X 10.7.5 on a MacBook Pro. Recently, my Energy Saver mode has stopped functioning, and I can no longer open the Energy Saver Configuration Pane. When I click it, an Alert Dialog pops up with the message: Preferences Error Could…
0
votes
1 answer

Permission to write /system

I'm writing an application that needs to write /system. I have been doing it through busybox (Using commands), but now I'm building with firmware keys, so I have access to all system permissions (via android:sharedUserId="android.uid.system") I have…
1
2