
Originally Posted by
rightstyle
Iam pretty sure that ive seen init.rc files that use the import command? Maybe its for a specific version of android, i dont know. A alternative would be to use the exec command instead and start a command/script that does the mounting.
That's the other thing what our init doesn't support. Thank to Samsung that they gave us such useless init...
---------- Post added at 03:38 PM ---------- Previous post was at 03:35 PM ----------

Originally Posted by
ch33kybutt
Answer to why your /etc/init.d scripts are not running at boot may be in XDA forum
HERE and my post
HERE This way didn't help, but my idea did.
Code:
service sysinit /xbin/busybox run-parts /mnt/sdcard/system/etc/init.d
oneshot Otherwise the scripts didn't start at all. And yes, this starts the scripts concurrently, but I had to do this, because I needed to mount /data early. So I moved and rewroteall the
data specific lines of init.rc to the shell script.
----------------
V2 released with loop mounted data image -> Your settings will be saved between reboots.
Bookmarks