Terminal commands on boot

Search This thread

beastaki23

Senior Member
Dec 30, 2010
298
478
Athens
A small app I made for rooted devices. It runs terminal root commands on start up. Just add the commands you like in the list with the add button, to run on start up. I don't know if anyone needs to, but since I don't know init.d scripts, I inserted:

echo 1 > /sys/class/misc/backlightnotification/enabled
echo 0 > /sys/class/misc/backlightnotification/led_blink_duration

to enable BLN on moshkernel 1.9.1, and without blinking.
Don't blame me for any damage may occur. The code is included too.
 

Attachments

  • starter.txt
    6.8 KB · Views: 25
  • bootreceiver.txt
    1.2 KB · Views: 16
  • Starter.apk
    315.5 KB · Views: 18
Last edited:
  • Like
Reactions: neohq and beegee

neohq

Senior Member
Jun 8, 2014
151
51
Cluj
OnePlus 7 Pro
Working perfect !
I use it because there is a conflict between the default bln from kernel and the BLN Control Pro app.

Thanks.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    A small app I made for rooted devices. It runs terminal root commands on start up. Just add the commands you like in the list with the add button, to run on start up. I don't know if anyone needs to, but since I don't know init.d scripts, I inserted:

    echo 1 > /sys/class/misc/backlightnotification/enabled
    echo 0 > /sys/class/misc/backlightnotification/led_blink_duration

    to enable BLN on moshkernel 1.9.1, and without blinking.
    Don't blame me for any damage may occur. The code is included too.