Gameye98 / Lazymux

termux tool installer
2.69k stars 559 forks source link

make sure your device has been rooted #42

Closed ChabaneAmaury closed 4 years ago

ChabaneAmaury commented 4 years ago

Hi, I have an error when trying to install a tool. It says

ERROR: Make sure you're device has been rooted

But I can't even start it when in su, and it does not ask for root permissions (termux already did)

Thanks

Gameye98 commented 4 years ago

Does your phone has been root? If it does, run tsu command on your termux before run Lazymux

ChabaneAmaury commented 4 years ago

Ok so tsu worked, but I have no idea where it has been saved

Gameye98 commented 4 years ago

$ pkg up -y $ apt install tsu -y

ChabaneAmaury commented 4 years ago

I was talking about the module installed from lazymux. Sorry about that

Gameye98 commented 4 years ago

What module you have install on your termux?

ChabaneAmaury commented 4 years ago

it's a fresh install, almost nothing...

Gameye98 commented 4 years ago

Pls provide any screenshot... cuz i dont understand what kind of issues you have when runnin Lazymux

ChabaneAmaury commented 4 years ago

Screenshot_20200727-110839 Alright here is what I have (fresh install) And if I try to run it with su: Screenshot_20200727-111128 Now with tsu: Screenshot_20200727-111323 As you can see, tsu make it cloning the git, but I have absolutely no clue from where it is saved

Gameye98 commented 4 years ago

If you check on the lzmcore.py
It always move the cloned project into the $HOME
Where the symbol of ~ is refer the home directory, could you show me your current directory by input pwd on your termux and send a new screenshot?
And try to check your home directory by enter this command...

ls $HOME
ChabaneAmaury commented 4 years ago

Screenshot_20200727-195101 There you go

domdroid9944 commented 4 years ago

@Gameye98

Gameye98 commented 4 years ago

Could you send a screenrecord to me when installing wifite with Lazymux? Cause there's no error on the code...

ChabaneAmaury commented 4 years ago

Ok so I was recording it for no reasons this time it has been saved in the Lazymux directory...BUT while trying to run it, turns out it need python 2 to work. Any advice on how to install 2 versions of python?

Screenshot_20200815-002852 As you can see it has been saved...

Gameye98 commented 4 years ago

I think the previous wifite has been saved to $HOME/.suroot

Solved!!