When fixing or recovering Xoom as described in How to Restore and Relock a Motorola Xoom Tablet to Stock using fastboot one needs to do following:
- fastboot erase boot
- fastboot erase system
- fastboot erase recovery
- fastboot erase userdata
- fastboot erase cache
- fastboot flash boot boot.img
- fastboot flash system system.img
- fastboot flash recovery recovery.img
- fastboot flash userdata userdata.img
- fastboot erase cache
For this one needs images boot.img
, system.img
, recovery.img
and userdata.img
. Given Xoom is old now, I have serious trouble getting those images, links I have found so far are no longer working. Are there any recent and working links, if not for stock images, then for some alternatives?