• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root check for root access?

The root@sept-36 under kernel version just means you got the update and that's the new kernel you got. It is different from the original BH2 kernel name.

If you want to check if you have root, connect the device to the Computer and setup USB Debugging:

abd shell
su

if you get the # you have root.
 
A better way to check is to use 'id'.. so

adb shell
id

if you're not root

su
id

If id returns 0 you are root, if not then you are not root.
The # is fine to check on the behold for now, but id is the proper way to check :)
 
Back
Top Bottom