View Single Post
Old 06-07-2024, 05:02 AM   #178
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,897
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Quote:
Originally Posted by Uppy View Post
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.

Last edited by neil_swann80; 06-07-2024 at 05:27 AM.
neil_swann80 is offline   Reply With Quote