PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Using FP_control?



tanaka
02.12.2017, 14:18
I want to adjust front led brightness, I used fp_control and It worked, but after reboot It is back to previous values again.

Anyway to make the change permanent?

bonkel
03.12.2017, 09:20
You can add it to own Script

Gesendet von meinem SM-G935F mit Tapatalk

tanaka
03.12.2017, 21:17
You can add it to own Script

Gesendet von meinem SM-G935F mit Tapatalk

Any guide to make this script?

Audioniek
03.12.2017, 22:38
Here is an example. The name of the script should be ownscript.sh. Place it in the directory /etc. It should have executable rights, e.g. 755 (use chmod).


#!/bin/sh

# Place your own commands on the next lines as you would type them on the command line
fp_control -b 5


Regards,

Audioniek.