A simple Android application which emulates the behavior of the init.d kernel mechanism (automatic execution of the scripts contained within the /system/etc/init.d folder at each boot).
Universal-init.d is hosted in the following web site
https://github.com/Androguide/Universal-init.d
If you think the Android project Universal-init.d listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Universal-init.d.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_SUPERUSER android.permission.RECEIVE_BOOT_COMPLETED |
There are 7 image files in Universal-init.d. The names of the image files are listed as follows.
ic_action_delete.png ic_action_edit.png ic_action_execute.png ic_action_opensource.png ic_action_question.png ic_github.png ic_google_play.png
The following screenshort is generated from the image listed above.
Universal-init.d has the following Java source files.
com.androguide.universal.init.d.About.java com.androguide.universal.init.d.BootReceiver.java com.androguide.universal.init.d.CMDProcessor.java com.androguide.universal.init.d.Initd.java com.androguide.universal.init.d.Main.java