stayboogy
Android Expert
Add init.d function without custom ROM
(makes it possible to run various relocation and performance scripts or any other kind of script at boot without a custom rom or custom boot.img)
DISCLAIMER: init.d scripting is original to Linux--there is no one in the Android community that can claim it as their creation. also, this is my work. it was not stolen from anyone as someone here on the boards has suggested. all the other implementations of this feature use many more files than what i have given--files that are USELESS btw. for this phone, this is original to me. and the install-recovery.sh file is original to valueforvalue who totally rewrote it and added logging support that was not there to begin with.
**link2sd / apps2sd unsupported**
requirements:
a) rooted phone
b) cwm recovery
(will install on stock recovery if renamed to update.zip)
(makes it possible to run various relocation and performance scripts or any other kind of script at boot without a custom rom or custom boot.img)
DISCLAIMER: init.d scripting is original to Linux--there is no one in the Android community that can claim it as their creation. also, this is my work. it was not stolen from anyone as someone here on the boards has suggested. all the other implementations of this feature use many more files than what i have given--files that are USELESS btw. for this phone, this is original to me. and the install-recovery.sh file is original to valueforvalue who totally rewrote it and added logging support that was not there to begin with.
**link2sd / apps2sd unsupported**
requirements:
a) rooted phone
b) cwm recovery
(will install on stock recovery if renamed to update.zip)
1) download "initd-signed" from above and copy to the root of your sdcard
2) reboot phone into cwm recovery
3) select "install zip from sdcard"
4) select "choose zip from sdcard"
5) select "initd-signed"
6) select "yes - install"
7) when finished, reboot the phone
8) verify "init.d_test_log.txt" exists in "/data/local/tmp/" (there will also be another log in the directory but it's not important at this time--it's added by the new install-recovery.sh)
you now have init.d scripting function available to you
hit the thanks button
SPECIAL THANKS
**thanks to valueforvalue for his modified install-recovery.sh**
**thanks to jamespfassett for his inspiration by mentioning init.d scripting in another thread--he was my muse for this project**


