Skip to main content

๐Ÿงช Test Mode

Test Mode lets you try DI actions in Termux, ADB or a Recovery terminal (Android device).

test-mode

note

To load it from Termux or ADB, it requires superuser permissions (ROOT).

Setupโ€‹

  1. Extract META-INF/zbin to /sdcard (Internal Storage - Android).
  2. Then, extract META-INF/addons/extra.zip file into /sdcard/zbin folder.
  3. Run one of these:

Termux (Install):

su
cd /sdcard/zbin
. ./setup -install
di # Run anytime after install
note

The Termux installation is only once, from now on you can always use the di command to load the environment. If you want to update for a more recent version of DI, it is necessary to repeat the installation process (since a complete copy is created during installation).

Termux (Load):

su
cd /sdcard/zbin
. ./setup

Recovery Terminal:

cd /sdcard/zbin
. ./setup

From ADB:

  1. First load ADB SHELL:
    adb shell
  2. Now, load the DI environment:
    su
    cd /sdcard/zbin
    . ./setup