Should not shell@mako:/ $
be shell@mako:/ #
?
Or I haven't root successfully yet?
How to check whether my nexus4 have root successfully?
Thanks!
Should not shell@mako:/ $
be shell@mako:/ #
?
Or I haven't root successfully yet?
How to check whether my nexus4 have root successfully?
Thanks!
Rooted or not: Logging in via adb shell
first brings you to a user-prompt only (connected with the "shell" account). In order to work with root, you need to "escalate" your permissions by invoking su
:
> adb shell
shell@mako:/ $ su
#
Apart from that, there are a few root checker apps available as well...
adb root
will start the shell in escalated mode. This will only work with custom ROMs though, not rooted stock. – Chahk Aug 26 '13 at 13:41root@android:/ #
in another phone (Philips) when i enter commandadb shell
? What's the difference? – wbj1022 Aug 27 '13 at 08:37adbd
) running in root mode by default. See my previous comment. – Izzy Aug 27 '13 at 09:00