Jump to content

Boot scripts


Guest Alkapton

Recommended Posts

Guest Alkapton

Is there any way to execute a script file [toward the end of] at boot time?

Where is best place to keep script - I notice if I put script at / it does not survive re-boot.

Thanks for any help.

Link to comment
Share on other sites

Guest Alkapton

Except I do not have init.d - I have a init.rc but do not understand it enougth to risk just adding what I want at the end.

My idea is to set up zram automatically at boot time.

Link to comment
Share on other sites

you need to first create an init.d folder in

system / etc /

now you need to enable init.d support, you can easily do this by adding this line to the bottom of

system / etc / init.qcom.post_boot.sh


/system/etc/init.d/*
[/CODE]

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.