Back to Browse

CLI cmd settings | settings on Android.

81 views
Aug 22, 2024
1:17

#cmd #android #termux #settings #global #secure #system For get the values, i recommend for watching this video : https://youtu.be/RBFGP-Ca-9I?si=VquBdxX5m_9hzcXK Below is the CLI for configuring settings in Android. *Test On Redmi note 9 pro Android 14 HyperOs * In CLI settings, divided into 3 Categories: 1. system 2. global 3. secure To see the variables and values listed, you need to use the command "settings list [Categor]" example: ```settings list system``` To see the variable configuration and values in the system settings * Delete/remove/disable Use the command "settings delete [categor] [keyword]" Example: ```settings delete system double_click_power_key``` To turn off the Flashlight feature by pressing the power button 2x * Enter value/activate Use the command "settings put [category] [keyword] [value]" Example: ```settings put system double_click_power_key turn_on_torch``` To activate the Flashlight feature by pressing the power button 2x The following are a few 'keywords and values' that I need in the `system` category or to be precise in "Settings - Gesture Shortcuts". if it's not enough, you can look for it yourself. 1. Turn on/off Flashlight by pressing the power button 2x This menu is in "Movement Shortcuts" - double_click_power_key turn_on_torch 2. Gesture down three finger screenshot - three_gesture_down screen_shot 3. Long press three finger gesture - three_gesture_long_press partial_screen_shot These settings will be saved in the "/data/system/users/0/" folder Category: 1. System /data/system/users/0/settings_system.xml 2. Global /data/system/users/0/settings_global.xml 3. Secure /data/system/users/0/settings_secure.xml

Download

0 formats

No download links available.

CLI cmd settings | settings on Android. | NatokHD