INTRODUCTION
The Android working framework is an exceptionally famous linux-based working framework, offering both elevated degrees of safety and a profoundly instinctive point of interaction. Android operating system accompanies an implanted security module that blocks outsider applications and merchants from altering center framework records.
Android gadgets accompany preinstalled games and bloatware that can't be eliminated. To uninstall these applications, you really want to root your Android gadget. An attached gadget permits you to eliminate undesirable applications, change boot liveliness, set computer processor overclock and underclock, and physically update the framework.
How to get root access in Termux without rooting our phone
STEP 2 : To access your sd card storage, use the following command,
termux-setup-storage
STEP 3 :- Update and Upgrade the packages using following command,
apt update && apt upgrade
STEP 4 :- Install Git package by using following command,
pkg install git -y
STEP 5 :- Install Python2 by using following command,
pkg install python2 -y
(note:- FakeRoot module only works on python 2 so don't install python3)
STEP 6 :- Download FakeRoot Repo by using following command,
git clone
https://github.com/MaulanaRyM/FakeRoot
STEP 7 :- Run the FakeRoot module by using following command,
ls
cd FakeRoot
python2 root.py
Finally, You have now successfully gained root access in Termux without rooting your Android device.