Saturday 12 December 2015

HOW TO ENABLE Init.d SUPPORT ON MOST ANDROID DEVICES USING Term-init

NOTE :  DEVICE MUST BE ROOTED

Most android optimization files are scripts and tweaks on the root build properties and on the system Init.d. For any android device to execute the said tweaks, it is required to enable Init.d support to accept the changes and optimization.

The following instruction will allow any android device running any ROM to enable Init.d support using Term-init, through terminal emulator.
REQUIREMENTS:

Any rooted android device
Terminal Emulator - DOWNLOAD and Install
Busybox - DOWNLOAD and Install
Term-init script - DOWNLOAD and copy to the root of the device SD card.

STEPS:
1. Open Terminal Emulator.
2. Type: su
3. Grant Superuser access when asked
4. Type in: sh /sdcard/term-init.sh
5. The script will execute and just follow the instructions showed.
6. Done

Credit to XDA Team for this Piece.

No comments:

Post a Comment