Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MuntashirAkon/SetEdit

Open source version of the original Settings Database Editor
https://github.com/MuntashirAkon/SetEdit

android hacktoberfest material-design settings

Last synced: about 2 months ago
JSON representation

Open source version of the original Settings Database Editor

Awesome Lists containing this project

README

        

# SetEdit

The open source version of **4A Settings Database Editor**.

[Get it on F-Droid](https://f-droid.org/packages/io.github.muntashirakon.setedit)

**WARNING:** I do not guarantee that problems caused by the improper use of this utility can be fixed, and we are unable to help you with any such problems. We support only this app, not your device's system software. Settings Database Editor (SetEdit) is invaluable if you need it, but if you're not careful you're very likely to mess something up.

By default, for your protection, Android prevents you from modifying the **SECURE** and **GLOBAL** tables. If you have Android Jellybean or later, you can remove this protection from an ADB shell using the following command:
```shell
pm grant io.github.muntashirakon.setedit android.permission.WRITE_SECURE_SETTINGS
```
On earlier versions, you can only remove this protection on a rooted device by installing SetEdit to the system partition.

Both `WRITE_SETTINGS` and `WRITE_SECURE_SETTINGS` permissions are optional if you do not need to edit any items.

### Android 14 and Up

This app needs to target API 22 because API 23 (Android M) onwards do not allow it to modify some setting items without elevated permissions such as root or ADB.
In Android 14 onwards, a new restriction has been added that prevents an app targeting API 22 or earlier to be installed without elevated permission.
You can install the application from an ADB shell using the following command:

```shell
adb install --bypass-low-target-sdk-block SetEdit.apk
```

Or, from a rooted shell:

```shell
pm install --bypass-low-target-sdk-block SetEdit.apk
```

(Replace `SetEdit.apk` with the actual file name or location.)

### License

GNU General Public License v3.0

### Credits

[SetEdit by 4A](https://play.google.com/store/apps/details?id=by4a.setedit22)