ผมใช้ตามนี้เลยครับ ใช้มา2สัปดาห์ก็ไม่เจอปัญหาอะไรนะครับ
@echo off
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell mkdir /sdcard/apps
adb shell cp /system/app/mox* /sdcard/apps
adb shell cp /system/app/off* /sdcard/apps
adb shell cp /system/app/play* /sdcard/apps
adb shell cp /system/app/track* /sdcard/apps
adb shell cp /system/app/EManual* /sdcard/apps
adb shell cp /system/app/SemcIME* /sdcard/apps
adb shell cp /system/app/LatinImeTutorial* /sdcard/apps
adb shell cp /system/app/AndroidQuadrapop* /sdcard/apps
adb shell cp /system/app/LatinIME* /sdcard/apps
adb shell cp /system/app/SEMCTouchPal* /sdcard/apps
adb shell cp /system/app/se-supp* /sdcard/apps
adb shell cp /data/app/*.zip /sdcard/apps
adb shell rm /system/app/mox*
adb shell rm /system/app/off*
adb shell rm /system/app/play*
adb shell rm /system/app/track*
adb shell rm /system/app/EManual*
adb shell rm /system/app/SemcIME*
adb shell rm /system/app/LatinImeTutorial*
adb shell rm /system/app/AndroidQuadrapop*
adb shell rm /system/app/SEMCTouchPal*
adb shell rm /system/app/se-supp*
adb shell rm /data/app/*.zip
adb shell rm -r /etc/semc/startupshow
adb shell rm -r /etc/semc/preset/app
adb shell reboot
pause