Re: Did I successfully ROOT my HERO? How can I tell?
Just click Allow. It'll always prompt for root.
TO see if your rooted, I believe the simplest thing is
Connect your device to the USB
Open a command terminal (type cmd in Run)
cd c:\android-sdk-windows\tools
adb shell
If you see a # sign instead of a $ sign, you are rooted.
If you see a $, try typing 'su'
If it changes to #, you are rooted.
|