Rooted phone not showing as a rooted device ubuntu

Dec 2, 2012
14
0
0
Visit site
Running ubuntu 12. something something, sorry two os on one device using the other one. Have what should be a rooted android phone. I run adb, adb devices and the device is shown, now adb shell and I geta $ sign instead of a pound (#) sign which means I have root access to the device. Does this mean I have a rooted rom and not a rooted device?
 

EndlessDissent

Well-known member
May 14, 2012
174
9
0
Visit site
The only thing that ever gets rooted is the ROM. You can't root hardware, only the Linux kernel, which is software and part of your ROM.

When you start ADB shell, it's supposed to dump you into the user shell. To get root access, just use su after you start the shell.