Andronix Paid Modded OS in Free & How to Solve signal 9 Error?

 


What is Andronix Modded OS for Termux?

This is only for Termux. Andronix modify Modded OSs to achieve maximum performance, and Andronix ship it with all the essential software pre-installed.

Here we are giving you Debian and Manjaro OS which are paid for free.


How to Download & Install:

Step 1: First Download Termux from Fdroid.
Step 2: Download Debian or Manjaro os from below Download Link.
Step 3: Open termux and then give this command.
termux-setup-storage

Step4: Copy downloaded os in Internal Storage and for Debian give below command in termux.

tar -zxf /sdcard/andronix-modded-debian-hackingzone.tar.gz -C /data/data/com.termux/files --recursive-unlink --preserve-permissions

Step 4: Wait for Restoring and then type exit to exit and open termux again and you will see termux restored.

Step 5: Type below command to start setup.

./start-androdeb.sh

Step 6: Setup Username, Name & Password.

Everything is done and OS installed.


How to fix [Process completed (signal 9) - press Enter] Error?

Use these commands at your own risks! Disabling Phantom Processes Killing may cause bootloop or make some apps in background lost control.

It is assumed that Google Services Framework is installed on your phone. We will disable its auto config syncing to prevent GMS from overriding the configs.

1. For non-rooted devices

  • Note: These steps require a PC. If you don’t have a PC, try running ADB in Termux instead. See this Reddit post.
  • Download Platform tools for Windows at Android Developers. Extract the archive.
  • Open terminal in platform_tools directory. (SHIFT + Right click → Open Windows Terminal or Powershell)
  • Open System Settings on Android, go to “About phone”, click five times on “build number”. Search “Developer options” and enable ADB debugging there.
  • Connect the phone to PC. Execute this command and agree ADB debugging on Android phone.
./adb devices
  • Execute commands according to your Android version. Then reboot.
# For Android 12L & Android 13:

./adb shell "settings put global settings_enable_monitor_phantom_procs false"

# For Android 12:

./adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647"

2. For rooted devices

  • Open Termux, switch to su and grant root permission.
su

  • Execute commands according to your Android version. Then reboot.

# For Android 12L & Android 13:

su -c "settings put global settings_enable_monitor_phantom_procs false"

# For Android 12:

su -c "/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647"


Download OS:

Debian

Click Below Download Button to Download Debian Modded Os

Manjaro

Click Below Download Button to Download Manjaro Modded Os

Next Post Previous Post
No Comment
Add Comment
comment url