不ROOT不刷,用批处理一键精简U830系统(只需1分钟!!!)

使用方法:

以ADB方式连接手机,并运行其中的批处理(BAT),手机自动重启,精简完成,前后不过1分钟
(如果中间CMD窗口进行不下去,请断开手机并以ADB方式重新连接即可)

这是目前最简单的终极精简方案!!!!!!不用破解ROOT,不用刷RECOVER,对批处理熟悉的朋友可以参照定制自己的精简方案

附:
精简的系统文件:
1、精简系统程序9个(/system/app):BugReporter.apk、AppWidget.apk、LiveWallpapers.apk、MagicSmokeWallpapers.apk、VisualizationWallpapers.apk、Protips.apk、NewClock.apk、MobileWidgetProvider.apk、OmsThemeManager.apk
2、精简了全部移动定制程序(system/carrier)手机电视除外 (删除手机阅读、手机视频、音乐随身听、手机证券、手机导航、MM、号薄管家、139邮箱、游戏大厅、随e行宽带、移动梦网、移动收藏侠、移动服务等)
3、精简了全部中兴定制程序(OPL/APPS/APK)名片全能王除外(删除开心网、新浪微博、人人网、词典、金软、搜狗输入等)

@echo off
@echo 程序制作:XGC QQ:405610005 EMAIL:[email protected]
@echo 请用ADB方式将手机与电脑连接......
adb wait-for-device
adb push psneuter /data/local/tmp
adb shell chmod 755 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter

adb wait-for-device
adb shell mount -o rw,remount -t ext3 /dev/block/mmcblklp21 /system

adb shell rm /system/app/BugReporter.apk
adb shell rm /system/app/AppWidget.apk
adb shell rm /system/app/LiveWallpapers.apk
adb shell rm /system/app/MagicSmokeWallpapers.apk
adb shell rm /system/app/VisualizationWallpapers.apk
adb shell rm /system/app/Protips.apk
adb shell rm /system/app/NewClock.apk
adb shell rm /system/app/MobileWidgetProvider.apk
adb shell rm /system/app/OmsThemeManager.apk

adb shell rm /system/carrier/139Mail.apk
adb shell rm /system/carrier/BrowserLauncher.apk
adb shell rm /system/carrier/CMCCService.apk
adb shell rm /system/carrier/DMClient.apk
adb shell rm /system/carrier/Fetion.apk
adb shell rm /system/carrier/G3eWalk.apk
adb shell rm /system/carrier/GameHall.apk
adb shell rm /system/carrier/MobileMarket.apk
adb shell rm /system/carrier/MobileMusic.apk
adb shell rm /system/carrier/MobileReader.apk
adb shell rm /system/carrier/MobileStock.apk
adb shell rm /system/carrier/Navigation.apk
adb shell rm /system/carrier/MobileVideo.apk
adb shell rm /system/carrier/SMMA.apk
adb shell rm /system/carrier/SyncMLClient.apk
adb shell rm /system/carrier/WidgetManager.apk
adb shell rm /system/carrier/OMEletBox.apk
adb shell rm /system/carrier/omeletframework.jar

adb shell rm /system/lib/libomeletboxjni.so

adb shell rm /system/webwidgets/*.*
adb shell rm /system/webwidgets

adb shell mount -o ro,remount -t ext3 /dev/block/mmcblklp21 /system

@echo 正在精简OPL......
adb shell mount -o rw,remount -t ext3 /dev/block/mmcblklp21 /opl
adb shell rm /opl/apps/apk/Dictionary.apk
adb shell rm /opl/apps/apk/Emode.apk
adb shell rm /opl/apps/apk/Kaixin.apk
adb shell rm /opl/apps/apk/OffReader.apk
adb shell rm /opl/apps/apk/Renren.apk
adb shell rm /opl/apps/apk/SecuritySms.apk
adb shell rm /opl/apps/apk/SogouIME.apk
adb shell rm /opl/apps/apk/Weibo.apk

adb shell rm /opl/lib/libhanvonhw_v12.so
adb shell rm /opl/lib/libsogouime_jni_v12.so
adb shell rm /opl/lib/libhyfoffice.so
adb shell rm /opl/lib/libthemeextractor_v7.so

adb shell mount -o ro,remount -t ext3 /dev/block/mmcblklp21 /opl

adb shell rm /data/local/tmp/psneuter

pause
adb reroot

如不想精简的请在批处理中删除,也可增加你想精简的文件

相关文章

发表新评论