Wednesday 27 October 2021

Access Android/Obb In Android 11

2 comments


As we all know that Android 11 comes with scoped storage restrictions and accessing folder obb is not that simple in Android 11. 


Let's see how to access it :)


STEPS :

  • First open your favourite File Manager and try to install an Android App from there
  • When you will attempt for installing any android app from your file manager then android will ask you to grant a permission Install Unknown Apps 
  • You will have to grant it and then cancel the installation of App.
  • Now you can access Android/obb folder from your favourite file manager.

Tip For Termux Users :

  • To access Android/obb folder from termux , you will have to give same permission to termux also.
  • Just hit a command termux-open /path/to/any/App.apk then android will again ask for a permission named Install Unknown Apps
  • After granting it , you can abort the installation of App 
  • Now you can access Android/obb from termux also 

Access Android/data ?

No it's not possible in Android 11 ( at least i did not see any trick or hack for it ).

Join Us On Telegram : t.me/hax4us_group
Read More

Sunday 24 October 2021

Convert Smali To Dex

1 comment


 Hey , are you finding a way simple & easy way to convert Smali code to Dex format ? 


Then Let's find the way you want CLICK HERE



Read More

Friday 22 October 2021

Hack Instagram Without Phising Or Bruteforce Attack

1 comment


If you are searching a way to hack Instagram account without any Bruteforce or Phising Attack or Method then dude you are at right place :)


Its possible with cookies. Yes we have to steal cookies from our victim's device and then we can inject it into our device with the help of Firefox ( unfortunately we don't have any option in Chrome so install firefox if you have not )


Steps 

Read More

Monday 18 October 2021

Install Openjdk or Java 11 In Termux

Leave a Comment

 


We can easily instalk Openjdk-17 by just apt but still in some cases , we need Openjdk-11 for comparability issues like coc-java needs JDK-11 so here we go ( Click here for full installation process )

Read More