S22 HW-702T Backup and Restore Bash program - RomTablet!

db260179

Senior Member
Apr 5, 2011
5
0
Hi Everybody,

I'm posting this across many tablet forums.

This is my custom made bash program called 'RomTablet'.

Basically I made this because I was tired of typing in commands to backup and restore my custom roms that I was making on my S22 HW-702T tablet.

I've created this on Ubuntu 10.04 LTS, it is a selection of generic bash scripts and should work on most linux distros. I've included pre compiled binarys, so it should work out of the box!

Here is the Prerequiste for this program:



  • A 32bit PC running Linux - preferably Ubuntu 10.04 (Tested)

    A S22 HW-702T Android Tablet - The scripts can be modified to suit your tablet

    USB Debugging Turned ON for ADB to function!!

    At least 4GB SDCARD

    At least 400MB free space on your PC hard drive

    Patience :cool:

Installing RomTablet is very easy!, Just download from the links below, extract the zip (preferable in you home folder).

Open up a terminal, 'cd into the extracted folder i.e. - 'cd ~/romtablet-0.1'
make sure 'menu' is executable - chmod +x menu

Then type './menu'

Select you desired options. My advice is to run option 1 then 2 as your main options!

The scripts require that you stay in the main folder!

I've tested this program extensively on my tablet, DO NOT TRY THIS ON ANY OTHER TABLET! - IT WILL NOT FULLY BRICK YOUR TABLET, BUT WILL MAKE IT UNBOOTABLE IF IT IS NOT A S22 TABLET!

I've included my custom rom in romfiles/custom



  • My custom rom includes the following:

    Mali graphic fix (angry bird plays properly now)

    Changed the build.prop to set the correct Android version 2.1 (naughty chinese)

    More up to date apks - Youtube 1.6, Google Maps 5, Adobe Reader a few more...

If you are not sure how to access the Clockworkmod menu, just do as follows:

Turn off the Tablet, Hold the Power button down until it turns ON, then quickly hold down the MENU button (middle on this tablet) keep it held down until the clockworkmod menu appears!. Use the BACK and MENU to go UP and DOWN - use the HOME button to enter the mode

Sometimes a MD5SUM error will appear in the Clockworkmod menu, this is due to your SDCARD not mounting properly to fix this issue, just turn off the tablet and then try again.

Any issues, questions and suggestions please post on this thread!

Enjoy!

Download links:

Hotfile.com: One click file hosting: romtablet-0.1.zip

http://rapidshare.com/files/456013823/romtablet-0.1.zip
 
Last edited:

jururu

Member
Apr 14, 2011
2
0
Hello.
"tools/adb push "tools/tablet/recoveryS22.rom" /sdcard/romtablet"

in the romtablet-0.1.zip >>> \tools\tablet\recoveryS22.img
is "recoveryS22.rom" ??

is possible to use pendrive and not sdcard. how??

tank
 

db260179

Senior Member
Apr 5, 2011
5
0
Hello.
"tools/adb push "tools/tablet/recoveryS22.rom" /sdcard/romtablet"

in the romtablet-0.1.zip >>> \tools\tablet\recoveryS22.img
is "recoveryS22.rom" ??

is possible to use pendrive and not sdcard. how??

tank

Hi,

Just change the scripts/flash_clockworkmod.sh - entry /sdcard/ with the location of your pendrive, usually udisk1 or 2
 
Top