Hi,
I know this post is extremely ancient, but since I'm facing the same problem, I decide to ask anyway.
I wish to load a module AFTER Android System, or somewhere very late in the boot process, preferably before acc_open. I tried loading in init.rc using services or "on boot" but my module is loaded quite early in the boot process.
Is there a way to load my module after Android System is up, or somewhere very late in the boot process?