Guest Berry White Posted May 1, 2010 Report Posted May 1, 2010 (edited) 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 May 1, 2010 by Berry White
Guest PaulW21781 Posted May 1, 2010 Report Posted May 1, 2010 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
Guest Berry White Posted May 1, 2010 Report Posted May 1, 2010 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:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now