Jump to content

adb shell problem on my rooted Desire


Guest Berry White

Recommended Posts

Guest Berry White

When I put my rooted Desire in recovery mode and I launch from my windows console the command:

adb shell

I get this error:

- exec '/system/bin/sh' failed: No such file or directory (2) -

so I cannot access to the /system partition in this way.

When the device is in normal mode it's all fine (but I cannot write to the system partition, obviously).

Any help?

Thank you in advance.

Edited by Berry White
Link to comment
Share on other sites

Guest PaulW21781

You have to use pushfiles still so you get the green recovery console, then you can shell to it.

If you want access to /system though, you need to mount it once in the shell.

#mount /dev/mntblock3 /system

Link to comment
Share on other sites

Guest Berry White
You have to use pushfiles still so you get the green recovery console, then you can shell to it.

If you want access to /system though, you need to mount it once in the shell.

#mount /dev/mntblock3 /system

Thank you very much, I didn't understand that I have to go to the GREEN recovery console, I thought going to the RED triangle was enough. :huh:

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.