Quote:
Originally Posted by Uppy
sadly, I don’t have folder init.d in system, only have one in etc. so, I create init.d in system and script also doesn’t work. And yes, my device is rooted
|
I use a startup script in location I specified and it works correctly. I also had to create the init.d directory myself.
Do you also have ezdiy's services.app package installed?
How are you creating the script file? On the PocketBook itself? If via a computer, is it Windows/Linux etc?
Try a simple script first:
Code:
#!/bin/sh
sleep 10
echo "test" > /mnt/ext1/startup_test.txt
exit
Call it something like:
/mnt/ext1/system/init.d/test_script.sh
See if the txt file is created on startup.