android - How to connect to a dev phone and gain the root permission through "adb shell" -


I am using a Dev Phone (Nexus One). I was connected to it through "ADB Open", but I did not get permission for root. When I run "su" in the shell, I'm not

  $ su su: permission denied   

actually I do not have "/ sbin" at all Can reach.

When I use the "root" option in "ADB", I also get errors:

  ./ adb root -s xxx shell adbd in production Can not run as root   

I have not found any errors, I have not used any downloaded SDK or I have compiled an SDK from source I'm not sure What does "whats the output" actually mean that I am compiling Android And it enclose on the phone? I thought that a Dev Phone phone already unlocks the root permission.

Thank you for your help.

You should unlock your phone - root it. Nexus One comes with this option, but you have to enable it. You can read articles or Google for more.

Comments