android - How to make a script run automatically whenever i boot up the kernel -
i want create , run shell script each time boot kernel along android on mobile
a script can't run when boot kernel because interpreter (your shell) isn't ready @ point. @ best can run script when kernel done loading, , quite hackey within kernel.
best use init.rc purpose, designed for
Comments
Post a Comment