INIT.D Support for Android using BusyBox

You want to “unleash the “developer” in you, by introducing mods and tweaks on your Android phone, but, it keeps asking you if you have Init.d support.

The Android system uses a custom init process while booting, but this is not the one we are talking about, as the functionality of the default init is limited.

For optimizing the phone, you will randomly require flashing mods and tweaks to it. If you are scratching your head, wondering how to enable init.d support on your Android phone, look no further. This brief guide should help you in finding the right track.

Prerequisites for enabling init.d

  1. Rooted Phone 
  2. Install Terminal Emulator (To Access the android system’s inbuilt Linux command line shell). 
  3. Busybox Applets 
  4. Download init script 
Android Terminal Emulator
Android Terminal Emulator
Developer: Jack Palevich
Price: Free
BusyBox
BusyBox
Developer: Stephen (Stericson)
Price: Free

What Is init.d in Android?

Init is the first program that is started by the kernel while booting in Operating systems such as Linux and Unix. Init is responsible for mounting directories, setting up file system permissions, starting native daemons, and assigning oom adjustments to processes. Daemons are processes that keep running in the background and stop only when the phone is switched off. 

Since Android is based on Linux, it uses a custom init to boot up its processes. The functionalities of this init are very limited, though Android developers have managed to put into effect a support for a feature similar to the original init.d. Init.d is a custom feature, which is why it is not available in stock ROMs.

How to Enable init.d Support in Android

There are a few methods you can use to enable init.d in android. You can:

  • Flash a zip file containing the needed modifications.
  • Modifying the system files directly.
  • Using an App that emulates the init.d file function.

There are a lot of apps on the Play Store that can emulate the init.d functions. Downloading and app for this is the safest way out of all the methods. Although the methods we are going to show you is pretty safe as well.

  • First, open the Terminal Emulator, and type “su.”
  • You need to grant Superuser access when it prompts.
  • Then type in the following command:
sh /sdcard/term-init.sh
  • The script will execute immediately, and you need to follow the on-screen instructions to make it work.

Below are the things you can do by enabling init.d support on your Android phone:

  1. By allowing the init.d support, you can now modify various kernel parameters when the device boots. The days of relying on an app to do so will become alien. Now, you can save a lot of memory, and the app storage space.
  2. You will get the convenience of swapping right at the time it boots.
  3. Freely create scripts, which will function in the background and do a plethora of tasks.
  4. If you are an advanced user, you can commence native processes and stop them at your will. A good time to stop the process is when you connect your Android device for charging.
Note: Before proceeding to enable the init.d scripts on your Android phone, ensure you perform a backup. As you can understand, after the init.D is enabled, it will change the kernel and the other parameters.

How to check if init.d support is already enabled?

How to Enable Init.d Support on any Android phone.
How to Enable Init.d Support on any Android phone.
How to Enable Init.d Support on any Android phone.

Probably, the developer entity residing in you, propels you to perform several experiments with your Android phone.

If you are unsure if you already had enabled init.d in the past, then there is a way to check it. Why on earth should you redo all these steps, when it is already present? Here is how to check:

  1. Get a Root file manager, and navigate to /system/etc.
  2. If you find a folder named as init.d this signals, you have already enabled it previously.

You can also check if the folder has the scripts in it. For double checking, you can further use an app for checking whether the ROM is supporting those scripts.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

3 Comments