adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS Use code with caution.
setedit (Settings Editor) is a command-line tool buried deep within Android’s framework (part of com.android.settings ). It allows you to read, write, and delete system configuration keys that aren't normally exposed in the Settings app. Setedit Command
Upon launching SetEdit, you will be presented with the list of settings tables. Each one is a long list of keys and their corresponding values. adb shell pm grant by4a
#!/system/bin/sh CURRENT=$(settings get global airplane_mode_on) if [ "$CURRENT" -eq 1 ]; then settings put global airplane_mode_on 0 echo "Airplane mode OFF" else settings put global airplane_mode_on 1 echo "Airplane mode ON" fi Upon launching SetEdit, you will be presented with
The basic syntax of the setedit command is:
csc_camera_forced_shuttersound_on or camera_shutter_sound_allowed Value: 0 Increase Maximum Bluetooth Audio Volume: Table: Global Key: audio_safe_volume_state
The list of possible modifications is vast and depends on your specific device and Android version. Other popular uses include: