I'm trying to install Cyanogenmod on my Xoom Verizon Stingray and am now stuck with a bricked device. The current status is the Xoom boots into ClockworkMod Recovery v4.0.0.4 but if I try to boot it returns to ClockworkMod. I think this is because I messed up the /system partition trying to install ClockworkMod incorrectly to system instead of correct recovery (which I later did):
fastboot flash recovery your_recovery_image.img
I think I need to find a way to copy the CyanogenMod image to the /sdcard and I will be good, but I cannot figure out that step presently.
I'm running ADB on Macintosh OS X. But, I no longer see the device:
bash-3.2$ adb shell mount /data
error: device not found
bash-3.2$ adb push update.zip /sdcard/
error: device not found
Also 'fastboot devices' gives blank output, nothing found now and 'Factory Reset' option in ClockworkMod Recovery does not help.
How can I get the device visible again and copy the image to it so I can install?
fastboot flash recovery your_recovery_image.img
I think I need to find a way to copy the CyanogenMod image to the /sdcard and I will be good, but I cannot figure out that step presently.
I'm running ADB on Macintosh OS X. But, I no longer see the device:
bash-3.2$ adb shell mount /data
error: device not found
bash-3.2$ adb push update.zip /sdcard/
error: device not found
Also 'fastboot devices' gives blank output, nothing found now and 'Factory Reset' option in ClockworkMod Recovery does not help.
How can I get the device visible again and copy the image to it so I can install?