- Jun 16, 2012
- 2,876
- 986
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.
...the commands as you have them presented, come from the root utility. The syntax is different if you are typing in the commands yourself. Thus, adb.exe shell su -c "cat /dev/block/nanda > /sdcard/dump/bootloader.img" when typed in by hand becomes...
adb shell
su
cat /dev/block/nanda > /sdcard/dump/bootloader.img
Since you need to have shell and admin rights throughout the dump process...
Look in Development. There is a post by vampirefo that explains exactly what you need to do. The biggest problem you're going to run in to besides the very real possibility of bricking the tablet is trying to figure out which dump will work. Since you didn't make a dump and used LiveSuite, there is a possibility that NONE of the dumps will work, in which case you're screwed. Unless of course the place that sold the tablet to you will exchange it.
I'm answering this on my Dell Streak before work, so you'll just have to use the search engine we have at the top of every page for the purpose.