How to Build Android Apps with Termux (without Root)

Video Tutorial here - Installing dependencies pkg update  pkg install openjdk-17 nodejs wget -y Installing Required tools for building the app mkdir -p $PREFIX/opt/Android/sdk nano ~/.bashrc Paste following in it export ANDROID_H…

How to Install Ubuntu on Android without Root (Updated to 23.10)

Update Termux Repositories and Install proot-distro pkg update -y  pkg install proot-distro -y Install Ubuntu using Proot-distro proot-distro install ubuntu #Login to ubuntu proot-distro login ubuntu Video Guide Here - Installing…

Running Virtual Machines on Android (without Root !!)

Setting Up Virtual Machine on Android is now possible without root. Walkthrough Video - Commands - pkg update ; pkg install wget qemu-system-x86-64-headless qemu-utils -y mkdir ~/alpine ; cd ~/alpine  Get Iso image for Virtual Ma…

How to install Gnome Desktop with Debain in Termux | No Root

After ubuntu gnome desktop, I got comments for Debian Gnome desktop, So here it is, as the video i uploaded with gnome desktop in ubuntu, but that works with ubuntu 18.04 as it the most stable release of ubuntu yet, but, Ubun…

Nix-on-droid | A better Termux ?

Termux is an amazing Terminal emulator for android devices but, it lacks many packages that has been removed from Termux (Metasploit, THC-Hydra, John The Ripper, etc). But now we have an alternative to that which includes all the…

Install apps in Ubuntu Termux | pi-apps

Installing apps (Discord, Chromium, Whatsapp, etc) in Ubuntu (Termux) or any other debian based distro is tricky, but we have a solution for that (pi-apps). So In this article we will see how we can install apps in Ubuntu Termu…

Termux's Android 12 issue fixed ! | signal 9 issue fixed

Signal 9 is one of the biggest issue faced by Android 12 users, because of this issue termux users were unable to use termux as Android PHANTOM PROCESS kills the app, but don't worry, In this article we will fix that. First…

GitHub for beginners | Setup GitHub with Termux

GitHub is a popular platform that allows you to store and manage your code repositories, collaborate with others, and contribute to open-source projects. Whether you are a beginner or an experienced developer, GitHub can be an …

Load More
That is All