Quote:
Originally Posted by neil_swann80
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.
|
I always use windows notebook to create .sh file. I have services and jailbreak installed. Now i try to write scripts on linux virtual box, and scripts working better, without any errors, but it didnt work on autostart from init.d folder. My command for make them executable is chmod +x. Do i need to formate my memory?