General :: Change Android System Settings By Code
Jun 8, 2012
some tutorial for changing android system settings by code.System Settings like:
-Ringtones
-Vibration
-Volume
-Brightness
names of the classes in which I have to look into, it will also be useful.
View 2 Replies
Jun 7, 2012
changing android system settings by code. System Settings like:
Ringtones
Vibration
Volume
Brightness
etc
View 6 Replies
View Related
May 4, 2012
I want to know how can i change the phone info, in the system settings.
I want to change them for my own rom, so i want to include, for example, a different build date, build number, kernel version, etc..
View 1 Replies
View Related
Aug 25, 2013
My OEM's preloaded rom is almost-nearly stock, apart from 2 things:
1. White background on "system settings" interface and not the default holo. Cant that be changed to default?
2. Ribbon effect instead of flash-light in holo effect, which tbh is quite annoying, because the ribbon effect is also quite large and in slower animation speed so that,s 1 second of frustation everytime i scroll to the end. (Yea, 1 second isnt much but, add those up and it gets annoying really fast)
How can these be changed back to default without installing a custom rom?
View 1 Replies
View Related
Apr 12, 2010
I have a widget that changes some system settings, but it will not take right away. It seems like I need to refresh the system settings for it to take. How do you change some system settings from a widget that take instantly?
when my widget is pressed it goes to an activity with a blank background to change the system settings. one of the settings that are changed is the display brightness. this is the code i use to change the display brightness. once i change the settings i call the finish function to exit the activity so i am not stuck there after the settings are changed. One thing i did notice is that if i didnt exit the activity the settings did change, but i was stuck in the activity. its when i added the class.this.finish(); to exit the activity that the settings don't change. code...
View 2 Replies
View Related
Dec 5, 2009
I'm stuck on trying to change system settings that are not standard android ones, specifically trying to enable/disable the auto backlight setting on the HTC Hero in code,
I can't see anyway to find out the string I need to use when doing Settings.System.get.
View 3 Replies
View Related
Aug 10, 2010
New to Android and new to this forum. I've converted from a blackberry and I can't tell you how much I love my Captivate. Well, enough of that :-) I have a few questions. I currently have my display set to time out after one minute. When I'm using the music player is there anyway to prevent the screen from locking. I have having to unlock it to switch tracks.
As a side, is there a way to change the locking system from a sliding pattern to a number code?
View 3 Replies
View Related
Apr 30, 2013
I need an app that backs up my personal system settings.
View 7 Replies
View Related
Sep 11, 2012
I'm modifying a stock ROM for work to have everything setup and ready to go after flashing the tablets (currently we flash and run a setup app) and have run into an issue I can't seem to find an answer to.
I need to be able to set certain system settings, such as "USB Debugging", "Unknown Sources", "Display Timeout", and a few other things.
I presume its one of the files inside the system.img.ext4 but can't find one that has anything like this.
View 2 Replies
View Related
Jul 31, 2013
When I change between governors, I noticed that a governor folder will be created under sys/device/cpu/cpufreq. Within this folder, it contains all the settings and values for this governor. how these settings and values are generated?
I want to modify some settings of the smartassv2. However, if I tried to modify it during the normal, mksh will eat my CPU. I really can't figure out why and this only happens to smartassv2. So I'm looking for an alternative way to modify these settings.
View 2 Replies
View Related
May 3, 2012
Context: Today im investigating how works android classes:
android.provider.Settings.Secure and android.provider.Settings.System
both works over settings.db into
data/data/com.google.android.providers.settings/databases/settings.db.
There is something that surprised me:
When I had never changed one of settings, for example LOCK_PATTERN_ENABLED, the method:
getString(ContentResolver resolver, String name) returned null.
By default lock pattern is disabled when i activated it, method returned 1 and then when disabled returned 0.
My question: is true that when you havent changed the value of a setting, the system goes to look for its default value out of settings.db? and is true that this value at settings.db until you change it is null?
I've read some post about it, but no one working against api. For who may be interested: [URL] .......
I decompiled Settings.apk, SettingsProvider.apk and Phone.apk. There you can find some bools.xml where are stablished default values for some settings I've not found yet every setting I need.
View 2 Replies
View Related
Feb 9, 2014
Me and a friend are trying to port a system app from the same phone but two different roms. Here's the situation. The phone is zopo zp998 and it comes with regular Android 4.2.2. Zopo is making the exact same phone for the Chinese market with on OS based on Android 4.2.2 that's called YunOS and it doesn't have Google account support so it's not usable outside China.
The YunOS has a black screen gesture feature that you can activate in the settings under display and then while the screen is Black you can make symbols on it with your finger and open specific apps. For instance if you draw the letter C the dialer will open.
My friend was able to find the system app for the gestures in YunOS and all its library files and put it in his rom. When the phone boots we can see that the gestures service is running fine but we don't have the option in the settings to activate the app. we can use on how to transfer a system setting and app like this? Is there another app we can use to trigger the on and off of the app?
View 8 Replies
View Related
Jan 15, 2012
i'm searching an app where i can control the intensity of the whole system vibration settings. keyboard, alarm, calls...anything
i'm running cm7 with the siyah 2.6.7 if it's of interest...
View 2 Replies
View Related
Feb 1, 2013
I was looking for a way to backup apps and system settings directly to my PC, instead of the phone's memory. Is it possible with TB? I have the paid TB version if it matters.
View 4 Replies
View Related
Jan 22, 2014
I have installed the [ROM] Lenovo P780 Pre-rooted Official ROMs for Flash Tool with TWRP and now I do not find the "USB Debugging" option in the App option of System Settings. Instead appear a list of the applications installed where I can select any app change options.
This ROM comes configured to Root as default.
View 6 Replies
View Related
Mar 26, 2014
I want to change my android system on my smartphone Samsung AT&T SGH-i997.
I want an android version with a battery vertical position in green collor.
View 1 Replies
View Related
Jun 18, 2012
I would like to change my region/language setting independently from the general LANGUAGE-SETTING in settings !!!
Ok that means i dont care about the language my apps will be displayed in as long as it is english "which should be in every rom.."
But i do care about the region they are set in... means when i start MIUI News/Weather (geniewidget.apk) I want to see News from Germany and temperature in Celsius..
When I play "who-becomes-rich" I want Euro for currency! and so on ...
Is there any way to set the region like that ? (build.prop or anything else..?)
Im using MIUI v4 with my G-Nex.
View 1 Replies
View Related
Feb 19, 2009
I wanna to add some code in Camera Apps code , so that it will invoke my Application and do the thing as per my desier. Is it possible to change the Application code? If any one already tried this then plz let me know, how to proceed and build if i change some code. How to integrate my application with camera apps.
View 2 Replies
View Related
Sep 4, 2013
My device GPS running WinCE 6
Can I change my operating system from windows ce6 To Android?? And how??
View 4 Replies
View Related
Oct 27, 2010
I'm starting to make my own android roms and i was wondering if it was possible to change the default android settings you get when you flash a rom. For example, when you first boot, animations are already turned on and orientation is turned off (unchecked) by default.
I've got an .apk manager so i've had a feeble attempt at going through .xml files in the decompiled Settings.apk. "res/xml/ sound_and_ display_ settings. xml" had the most potential but i couldn't see any "enable/disable" options.
View 9 Replies
View Related
Dec 29, 2013
Is their any way to change system animations, except using frameworktool?
View 1 Replies
View Related
Feb 9, 2014
Is it possible to change the operating system on the arnova 10 g2 to the most up to date android gingerbread or jellybean and if its possible how i do it.
View 1 Replies
View Related
Aug 2, 2012
Is there a way to change all of the system fonts into just one font? I'm running a ROM that uses about 20 fonts. However I only want to use Roboto. Is this possible?
GT-I9100
View 2 Replies
View Related
Jun 9, 2013
I'm using this CM10.1 on my ST5570 (S. Galaxy Mini) and want change Trebuchet Launcher system launcher with NOVA launcher on this release. I can't post on the thread linked above because I haven't yet permissions to do this.
View 4 Replies
View Related
Jan 22, 2014
I've just upgrade my S2 from andriod 2.3ish to 4.1.2. Before doing so I changed the default system sound to that droplet sound (in the normal settings view, no root, nothing special with this phone) but now I've upgraded the 'normal' setting to change 'system sound' has gone. Have they really just scrapped that option?
View 3 Replies
View Related
Feb 18, 2014
Can i change the way my phone vibrates. I want to make it similar to the htc one mini vibration. I have a blu life play device. Is it possible to change the vibration while typing and using system keys?
View 4 Replies
View Related
Apr 20, 2014
I well know Unicon which allow to change all the icons in the whole system with a icon pack
Looking for something similar but to mod only a few apps
View 3 Replies
View Related
Jul 19, 2012
My device is Chinese and has no brand. (with Android 4.0)
I changed some things in framework-res.apk, but not set the permission to 755 before saving in /system/framework/ so now the phone keeps resetting!
How do I change the permission of this file without the device to start??
View 8 Replies
View Related
Mar 17, 2013
How do you change APN settings on galaxy note 1. I am switching my straight talk sim to a recently purchased AT&T Note 1(used)
View 2 Replies
View Related
Jun 6, 2013
I have gotten the new version of Gmail for my HTC One. I decided to use this instead of the native mail app, but is there a way to change the sync times? Atleast by using the native app, I have it pull every hour during the week, and on the weekend its every 3hrs. But this seems to constantly be pulling the mailbox, is there a way to change it? I'm just trying to maximize battery (Its alot better after 2 weeks of use, just fine tuning)
View 1 Replies
View Related