[ADB] How to control the backlight of the capacitive buttons topic
Credit goes to Sander761, just putting it here so everyone can see it. I did this to my regular S 6 and it worked.
Quote:
Originally Posted by sander761 (Post 60009456) Hi, using my Note 3 and adb I figured out the fix for this. On the Note 3 these settings were under Settings/Display/Touch Key Light. Assuming you have ADB installed and the phone put into developer mode (root is not required, this is 'standard' stuff) + usb debugging to on, take the following steps (tested on an S6 Edge): * on the PC running adb, connect it to the device and use the command 'adb usb'. Perform the requested action to allow the PC access to the S6 (Edge) * next, use the following commands to change the light-out period: "adb shell settings put system button_key_light 0" -> always disable the capacitive button lights "adb shell settings put system button_key_light -1" -> always enable the capacitive button lights "adb shell settings put system button_key_light 1500" -> always disable the capacitive button lights after 1.5 seconds "adb shell settings put system button_key_light 6000" -> always disable the capacitive button lights after 6.0 seconds "adb shell settings get system button_key_light" -> get the current setting (standard: 1500, ie. 1.5 seconds) Good luck, Sander761 (I posted this same instruction on Tweakers.net in Dutch btw) |
xda-developers
0 commentaires:
Enregistrer un commentaire