I have my crappy Samsung J5 (6) phone and after rooting it, I want to do something. I'm testing what happens if I add the current user to the root group. My username is j5xnlte
, but when I try usermod
, it says
sush: usermod: not found
What commands I ran and the output:
j5xnlte:/ $ whoami
u0_a102
j5xnlte:/ $ su
j5xnlte:/ # whoami
root
j5xnlte:/ # usermod
sush: usermod: not found
127|
j5xnlte:/ # exit
127|
j5xnlte:/ $ usermod
/system/bin/sh: usermod: not found
Maybe I don't have the ability to mess with users or groups? How I can add a user to a group on Android? I also want to know how to log in on Android as root or create a new user.
su
) e.g. in adb shell or Termux shell. Apps that can make of root do exactly that in background. – Robert Jul 01 '23 at 17:07