i wrote a little windows batch command to play with ideos s7.
what this little thingy do:
> install huawei USB drivers
help to install appropriate drivers for your windows os version. USB driver included in the package.
> move apps to sd card it is for android 2.2.2 (froyo) ROM only
set up app2ext or app2sd or what so ever the name using script written by ivyvisors and pvella in http://www.androidtablets.net/forum/huawei-ideos-s7-development/5362-prj-apps2sd-discussion.html.
unlike link2sd or app2sd, it moves more files to sd card (data, app, dalvik-cache), so you can install more apps to your sd card.
instead of typing commands manually, i made scripted adb shell.
the script has been tested on S7-103 (internal/external sd card) running new firmware S7v100R001C98B021.
the script use mount point 179:2 for internal sd card partition 2.
you have to manually create partitions to internal sd card before using this script.
partition 1 : primary, format FAT32
partition 2 : primary max size of 2GB unformatted. (will be format by the script)
All credit for this goes to Ivyvisors and Pvella for developing the scripts
and thanks kevmueller for his clearly step by step tutorial.
> install Clockwork mod recovery.
download clockworkmod recovery from http://www.androidtablets.net/forum...y-recovery-huawey-s7-2-2-2-cm-v2-5-1-8-a.html
extract the file and put file recovery.img in Ideos_S7_tool folder
>update
hope someone will port gingerbread to our tablet soon.
> erase partition
it will erase partition(s) on your tablet, don't worry, i put confirmation dialog before
you erase it.
> reboot
it will send reboot command into normal mode, fastboot or recovery from your pc.
download link
link temporary removed due to someone reported problem with app2ext script with tablet not fullfill "prerequisites"
will fix it with add some verification before clean up data

what this little thingy do:
> install huawei USB drivers
help to install appropriate drivers for your windows os version. USB driver included in the package.
> move apps to sd card it is for android 2.2.2 (froyo) ROM only
set up app2ext or app2sd or what so ever the name using script written by ivyvisors and pvella in http://www.androidtablets.net/forum/huawei-ideos-s7-development/5362-prj-apps2sd-discussion.html.
unlike link2sd or app2sd, it moves more files to sd card (data, app, dalvik-cache), so you can install more apps to your sd card.
instead of typing commands manually, i made scripted adb shell.
the script has been tested on S7-103 (internal/external sd card) running new firmware S7v100R001C98B021.
the script use mount point 179:2 for internal sd card partition 2.
you have to manually create partitions to internal sd card before using this script.
partition 1 : primary, format FAT32
partition 2 : primary max size of 2GB unformatted. (will be format by the script)
All credit for this goes to Ivyvisors and Pvella for developing the scripts
and thanks kevmueller for his clearly step by step tutorial.
> install Clockwork mod recovery.
download clockworkmod recovery from http://www.androidtablets.net/forum...y-recovery-huawey-s7-2-2-2-cm-v2-5-1-8-a.html
extract the file and put file recovery.img in Ideos_S7_tool folder
>update
hope someone will port gingerbread to our tablet soon.
> erase partition
it will erase partition(s) on your tablet, don't worry, i put confirmation dialog before
you erase it.
> reboot
it will send reboot command into normal mode, fastboot or recovery from your pc.
download link
link temporary removed due to someone reported problem with app2ext script with tablet not fullfill "prerequisites"
will fix it with add some verification before clean up data
Last edited: