Compdigitec Labs

« | Home | »

Modifying Android settings from the filesystem / terminal

By admin | November 5, 2012

(Root access is required for this entire procedure; but root access is usually present on development builds anyway.) Normally, the built-in Settings app can be used on Android to change system settings. But if you’re on a development build where the settings app is broken and can’t be used, the Android settings database can be found at:

/data/data/com.android.providers.settings/databases/settings.db

Probably, you will need to cp the file to a place that any user can read from (e.g. /sdcard). Then, git pull the file and open it in SQLite Manager or something similar, and you can edit it. The most interesting table will probably be the “secure” table, where you can change the system settings.

Just use adb push to push the file back on the device, and use mv to move it to /data/data/com.android.providers.settings/databases/.

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Mobile | 3 Comments »

3 Responses to “Modifying Android settings from the filesystem / terminal”

  1. buy magic mushrooms online canada Says:
    March 22nd, 2024 at 05:01

    … [Trackback]

    […] Find More Information here to that Topic: compdigitec.com/labs/2012/11/05/modifying-android-settings-from-the-disk-terminal/ […]

  2. scooters in honolulu Says:
    March 30th, 2024 at 00:41

    … [Trackback]

    […] Find More on that Topic: compdigitec.com/labs/2012/11/05/modifying-android-settings-from-the-disk-terminal/ […]

  3. ks quik Says:
    April 19th, 2024 at 21:09

    … [Trackback]

    […] Here you can find 11700 additional Info to that Topic: compdigitec.com/labs/2012/11/05/modifying-android-settings-from-the-disk-terminal/ […]

Comments