Can someone who's rooted their wifi xoom grab me a copy of the stock recovery partition?
You can grab it from an adb shell with something like
Thanks!!!
-Jim
You can grab it from an adb shell with something like
su
dd if=/dev/block/mmcblk0p6 of=/mnt/sdcard/Download/recovery.img
and thendd if=/dev/block/mmcblk0p6 of=/mnt/sdcard/Download/recovery.img
adb pull /mnt/sdcard/Download/recovery.img
Thanks!!!
-Jim