Kaison New member VC 34 Jan 16, 2021 #1 So I can see nothing on my screen, so I rebooted and entered the recovery mode gearlock terminal, what command can I use to increase brightness?
So I can see nothing on my screen, so I rebooted and entered the recovery mode gearlock terminal, what command can I use to increase brightness?
AXON Supreme Moderator Blog Author VC 2,871 Jan 16, 2021 #2 In a recovery mode open a command terminal. Then run nano ~/gearboot/boot-comp/FixBrightness. It should open a text editor like interface for that new file. Type the following code in that. Bash: settings put system screen_brightness 100 rm "$0" Press Ctrl+O and then Ctrl+X to save it. Get back to main recovery screen by pressing alt+f1 and boot into android. Upvote 0 Downvote
In a recovery mode open a command terminal. Then run nano ~/gearboot/boot-comp/FixBrightness. It should open a text editor like interface for that new file. Type the following code in that. Bash: settings put system screen_brightness 100 rm "$0" Press Ctrl+O and then Ctrl+X to save it. Get back to main recovery screen by pressing alt+f1 and boot into android.