Auto allow android app permissions

 Hi guys welcome to MR.Ethical YT blog.If you are searching for how to bypass android app permissions then you are in the right place. In this post Iam going to show you how can we allow android app permissions automatically.

To automatically allow permissions we had to change app target sdk to 22 or less.We can do this by apkmod or manually changing target sdk by apps like apkeditor.


Using apk editor

Download the apk editor from here and install it.
Open it and and click select apkfile (you can select from installed apps also) find the apk or payload you want to auto allow permissions, click on it then select common edit. Change the target sdk version to 22.Click on save. Apk will be save in ApkEditor/tmp folder. Install now and you can see permissions were allowed automatically you only have to click on continue.

Using Apkmod.

Update and upgrade termux repositories.
install wget and download Apkmod installer script.
pkg install wget && wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh 

 Give executable permission.

chmod +X setup.sh

Run the Installer script.

./setup.sh

This will take some time install the apkmod so wait until it finishes the installation.

After installation gets completed. Copy the apk file path.

apkmod --enable-perm -i pathoftheapkfile -o hack.apk

sign the apk.

apkmod -s -i hack.apk -o /sdcard/haxRat.apk

Thats it for this post guys.

Post a Comment (0)
Previous Post Next Post