I am root?

NJDude

Expert
Licensed User
Longtime User
No dice.

I ran the app, shows the msgboxes saying what is going to do but the results are never shown, the app didn't crash though, and yes, I got the Superuser request and granted access.
 
Upvote 0

vb1992

Well-Known Member
Licensed User
Longtime User
I would suggest then grabbing a terminal app
and start seeing how your unix environment is setup

Some ROM's mess with the system's files.

once in Terminal, issue some commands:


su

id

echo $PATH

echo $SHELL

env
 
Last edited:
Upvote 0
Top