4

Possible Duplicate:
Obtain root access via su on the Android emulator

Hi,

I'm working on an Android App in Eclipse with the Andoid Eclipse Plug-In. I'm saving files on the virtual devise and would like to have a look at them in the Terminal Emulator (Dev Tools => Terminal Emulator). However I can't access certain directories and am refused a sudo access. How could I get a sudo access?

I'm running an Android 2.3 Emulator

Thanks for your help/hint!

Community
  • 1
  • 1
evgeni
  • 1,675
  • 3
  • 22
  • 29
  • I reply to this question here : [http://stackoverflow.com/questions/5687082/obtain-root-access-via-su-on-the-android-emulator](http://stackoverflow.com/questions/5687082/obtain-root-access-via-su-on-the-android-emulator) – a.b.d Apr 18 '11 at 20:13

1 Answers1

4

Maybe not a direct answer, but you do have access to root via adb shell.

The su in the emulator is uid locked to root, so only root can run it (which you get automatically via adb shell)