Several days after an OTA update to Honeycomb, my Google I/O Galaxy Tab crashed and went into a constant reboot state. These are the steps I used to recover. Note that this will delete all your personal data in the /data directory
- Download fastboot, you will need this tool to get to the recovery screen. Unzip it and make sure it is executable:
chmod 755 fastboot-mac
- Put the Tab into recovery mode by holding the Power button and Volume Down. The screen should look like this:
- Select USB by clicking on Volume Down, click on Volume Up to confirm. Plug the Tab into your computer
- Download recovery.zip and unzip it
- Fastboot the Tab (I used the parameters from here):
./fastboot-mac -p 0x0700 -i 0x0955 boot recovery.img
- On the Tab, use the Volume control to a factory reset. This will reformat /data — note that all your data will be deleted.
- Reboot the Tab.
Long Story
I tried a number of methods to recover the Tab without losing data. I tried to use Droid Basement's Guide to recover the Tab, but I was stymied by /data. When the Tab booted using fastboot, the /data directory was mounted read only. I tried mounting /data rw numerous times via adb shell but every time I tried to write to /data it immediately reverted to a ro state. Reformatting /data seemed to the remaining choice.
If you want to do more with the Galaxy Tab, I highly recommend Droid Basement for hacks and images.
0 comments:
Post a Comment