Skip to content

Hardware

ArnoldasMk edited this page Jun 3, 2026 · 2 revisions

Finding's about 'Armor 29 Thermal' Pro hardware.

LED Controls

Warning: Using values other than those documented below will force a reboot, not recommended.

Camp-Flash Control

Turn ON (max brightness value is 90)

adb shell su -c 'echo 90 > /sys/devices/platform/yft_camplight/camplight_set_brightness; echo 1 > /sys/devices/platform/yft_camplight/camplight_mode'

Turn OFF

adb shell su -c 'echo 0 > /sys/devices/platform/yft_camplight/camplight_mode; echo 0 > /sys/devices/platform/yft_camplight/camplight_set_brightness'

LED Modes

Mode Command
OFF adb shell su -c 'echo 0 > /sys/devices/platform/yft_camplight/leds_ctl'
Red adb shell su -c 'echo 1 > /sys/devices/platform/yft_camplight/leds_ctl'
Blue adb shell su -c 'echo 2 > /sys/devices/platform/yft_camplight/leds_ctl'
Red & Blue adb shell su -c 'echo 3 > /sys/devices/platform/yft_camplight/leds_ctl'
Red Flashy adb shell su -c 'echo 4 > /sys/devices/platform/yft_camplight/leds_ctl'
Blue Flashy adb shell su -c 'echo 5 > /sys/devices/platform/yft_camplight/leds_ctl'
Red & Blue Flashy adb shell su -c 'echo 6 > /sys/devices/platform/yft_camplight/leds_ctl'

Custom Buttons

Button Location
F1 Left, large button
F2 Right, small button

Clone this wiki locally