el cleanup es el que sale en el root f3v1 ( root a la 023 ), yo lo hice una vez actualizado a la 026 prodría ser por eso?,el que viene en el f3v3 ( root a la 026 ) es igual solo que al final no sale lo de la sdcard, bueno este es el contenido del cleanup:
@echo off
@adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
@adb shell rm /system/app/LearningClient*
@adb shell rm /system/app/TimescapeTheme*
@adb shell rm /system/app/Phonebook*
@adb shell rm /system/app/DigitalClock*
@adb shell rm /system/app/PcCompanion*
@adb shell rm /system/app/Face*
@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/LatinIME*
@adb shell rm /system/app/SEMCTouchPal*
@adb shell rm /system/app/se-supp*
@adb shell rm /system/app/TimescapeTheme*
@adb shell rm /system/app/Browser*
@adb shell rm /system/app/CdfInfo*
@adb shell rm /system/app/semc-backup*
@adb shell rm /system/app/Fota*
@adb shell rm /system/app/FileCo*
@adb shell rm /system/app/Launch*
@adb shell rm /system/app/Wiper*
@adb shell rm /system/app/Maps*
@adb shell rm /data/app/*.zip
@adb shell rm /data/app-private/*
@adb shell rm -r /etc/semc/startupshow
@adb shell rm /etc/semc/preset/app/persistent/*
@adb shell rm /etc/*.iso
@adb shell mv /etc/mount_iso.sh /etc/mount_iso
adb push app\packages.xml /sdcard
adb shell dd if=/sdcard/packages.xml of=/data/system/packages.xml
adb shell rm /sdcard/packages.xml
@echo ##############################
@echo # DEVICE CLEANED SUCCESFULLY #
@echo ##############################
@adb shell reboot
pause
pause