- Feb 8, 2011
- 153
- 20
- 0
You may want to try this to get init.d support going:
[KITCHEN][APR. 22 '11] HTC Android Kitchen, v0.157 [Linux / Mac / Windows] - xda-developers
It is confirmed working on Optimus One roms. Worth a shot.
If you didn't see my other post, I found a work around to init.d support. I was mistaken before when I said Xionia had it enabled. I installed a2sd which places a script in the init.d folder and runs it magically on boot. When I tried putting other scripts in that folder, they did not run. I then edited the a2sd script and add the lines:
sh /system/etc/init.d/02script.sh
sh /system/etc/init.d/03script.sh
sh /system/etc/init.d/04script.sh
...
And now I can run the scripts I want at boot.
Thanks. As soon as I got my optimus, this kitchen is what I used to make my own first custom ROM. They mustve updated it though because the original didn't have the init.d support option in it. *Hits thank button*