AndyOpie150
<strong> <a href="http://androidforums.com/optimus
I'm getting the impression you are a visual learner so ^ this should help.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C:\SDK\platform-tools>adb shell
(pressed enter then this came)
- exec ' /system/bin/sh' failed: No such file or directory <2> -
cd C:\Program Files (x86)\Android\android-sdk\platform-tools
adb shell
For the record, I did have to adjust the directions on the adb webpage, they got the steps close, but not quite right.Thanks for jumping in and giving such incredible advice. The OP isn't real phone tech, DOS savy. I'll try to translate if needed and or possible.the error you're listing means:
adb is working fine,
the boot.img is intact and working but /system is boogered up.
it is hard to fix.
i forgot from reading the thread, do you get the same error using adb shell after trying to boot into recovery first?
using a linux system or live cd, you can chmod 4755 a copy of busybox on the pc, then
adb remount
then
adb push busybox /system/bin/sh
after that you might be able to use adb shell and continue.
i or someone else can upload busybox binary for you if you want to try that route.
adb shell
mount /dev/block/mmcblk0p1 /sdcard
flash_image boot /sdcard/vrecovery.img
reboot

He says it's going to take doing things you don't understandthe error you're listing means:
adb is working fine,
the boot.img is intact and working but /system is boogered up.
it is hard to fix.
i forgot from reading the thread, do you get the same error using adb shell after trying to boot into recovery first?
He says go to Ubuntu.com and download the live cd. Burn as normal, then reboot your computer using it. Then type in the cryptic commandusing a linux system or live cd, you can chmod 4755 a copy of busybox on the pc,
chmod 4755
Reboot, without the Ubuntu CD, as these are specific commands you need to run while booted into windows. He's assuming you have a command prompt running. This is where you need to start typing.then
adb remount
then
adb push busybox /system/bin/sh
If you can't seem to get the whole CHMOD thing he's offering to supply you with one, ready to be pushed. Sorry,that's about as good as the translations get.after that you might be able to use adb shell and continue.
i or someone else can upload busybox binary for you if you want to try that route.
heh, i have problems with simple English.
right now, your blacked-out recovery is the only thing keeping your phone from being a brick. it's dangerous to replace it without fixing the rom first. a bad recovery flash right now would leave you holding an expensive paperweight.
to avoid this, you can temporarily flash a usable recovery into the /boot partition.
you'll hopefully be in a working recovery. until you flash a rom or backup with it, which will overwrite the temporary /boot partition recovery. this recovery will start from a regular boot, no key combination when turning on the phone.Code:adb shell mount /dev/block/mmcblk0p1 /sdcard flash_image boot /sdcard/vrecovery.img reboot
use it immediately to flash a previous backup or a new rom.
once the rom boots you can use flash_image gui or adb or terminal to flash that vrecovery.img to the recovery partition.
the important thing is not to risk borking your adb access until you can boot into a working rom.
@Andy, feel free to translate!![]()
adb shell
mount /dev/block/mmcblk0p1 /sdcard
flash_image boot /sdcard/vrecovery.img
reboot
