5

Possible Duplicate:
How can I tell if I have root?

I am a noob when it comes to android.

I've read a little about rooting, but I still haven't figured out how to know if my device is already rooted or not (I bought it from a questionable store, so I don't want to just take their word for it).

I have a Galaxy S2, but I think this question is relevant for any android device.

Joe
  • 535
  • 2
  • 5
  • 17
  • I searched for a question covering this topic before I posted, but somehow I missed it. Sorry... – Joe Jun 18 '12 at 04:24
  • 2
    Don't worry - posting a duplicate is really not a bad thing unless the title and content of your post are really quite identical to the original (in which case a search should find it). Having duplicates with different wording will ultimately catch more search terms. – eldarerathis Jun 18 '12 at 13:08

2 Answers2

5

I think the best way to test would be to install an app that requires root access to perform it's main functions. Like ROM Manager, Wi-Fi Tether or most screenshot apps. They will require root and notify you if you do not have root access.

jlehenbauer
  • 10,007
  • 6
  • 44
  • 68
  • if you have adb access, you can go to "adb shell". if you see # on command line then you are rooted, $ if not. – svarog Aug 04 '14 at 06:30
0

Check if you have application like superuser or superSU installed, and launched it. you'll see.

Kiwy
  • 183
  • 1
  • 2
  • 11