某朵某唯安卓机,哪些内置软件可以删除?去广告净化
发布于 作者:苏南大叔 来源:程序如此灵动~在某东上,买了这款某朵某唯的手机之后,发现其漫天飞广告的实质,就非常生气,从来没有买过这么多内置广告的手机。经过无数次好几个月的不断试验,终于把这款手机的广告全部都删除了,本文就说一下这款朵唯手机的广告清理过程。
千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!千万别买这朵唯牌的手机,或者说freeme
系统的手机,都是广告!!!满世界的广告!!!太可怕了!!!
苏南大叔的“程序如此灵动”博客,记录苏南大叔的编程经验文章。本文测试环境:doov@d80pro
,android@11
,win10
,adb@1.0.32
。顺便说一句,发现这个山寨机居然没有陀螺仪硬件,使用导航软件的时候,只能显示位置,不能显示朝向!
手机初始化
初始化的时候,选择“手势导航栏”,不选推荐的"虚拟按键导航栏"。其余的各种流氓软件,一律不启用。然后,最后一步各种软件协议、自动更新之类的全部不同意。
进入系统后,狂按设置里面的安卓版本号菜单,打开"开发者模式"。开启【usb调试】和【无线调试】。然后,不监控adb
安装软件。打开oem
锁,关闭“重启系统自动更新”。
选用适当工具
主要是adb
命令的提供方,参考:
思路之启动器
首先就是启动器com.freeme.launcher
,广告漫天飞,同时导致其它软件卡到黑屏。但是,卸载或者停用它,都会导致任务管理器失效。
解决思路是保留这个默认的启动器,然后安装微软桌面。设置导航方式为手势导航。
adb install "D:\freeme\微软桌面.apk"
adb shell pm set-home-activity "com.microsoft.launcher/com.microsoft.launcher.Launcher"
adb install "D:\freeme\shizuku.apk"
adb install "D:\freeme\installerx.apk"
adb install "D:\freeme\accessibilitymanager.apk"
至于默认的“系统桌面”和“微软桌面”,以及任务管理器的三者关系问题,大家自行实验。
常规操作:“系统桌面”空白处长按,点击桌面设置,关闭手势。点击个性化,关闭桌面推荐。点击关于,关闭智慧助手。移除顶部的天气控件,以免带回最美天气。
这里唯一要卡的bug
就是:
在默认的系统桌面里面,添加小插件,选择到“微软桌面”目录下面的[设置]即可,不解释。
思路之手机管家
然后是手机管家com.freeme.secureguard
,这款软件千万不能删除。删除就不能进入系统,只能双清重置系统。这里的思路是保留这款软件。但是不同意其自动更新,更新了之后就在应用管理里面单独卸载更新。然后在设置里面,做不同意广告等设置。
adb shell pm uninstall --user 0 com.zhuoyi.appstore.overlay
adb shell pm uninstall --user 0 com.zhuoyi.appstore
adb shell pm uninstall --user 0 com.freeme.secureguard.overlay
adb shell pm uninstall --user 0 com.freeme.secureguard.provider
注意:不要同意它的手机充电管理等选项,否则会在充电的时候跳广告。
至于安装卸载时跳出的广告,使用shizuku
+installerx
的思路来处理。参考文章:
思路之浏览器
默认的com.feimi.browser
打开就是个超大广告,根本也不是人用的。太气人了。卸载,然后使用xbrowser
代替。这个过程中没有任何的阻力。
adb shell pm uninstall --user 0 com.feimi.browser
adb shell pm uninstall --user 0 com.feimi.browser.auto_generated_rro_vendor__
adb install "D:\freeme\xbrowser.apk"
思路之软件市场
自带的com.zhuoyi.appstore
,这个也删除,不解释。其它用不到的com.freeme.*
也卸载了。唯一不理解的就是:为啥还自带个隐藏版的华为市场。见下一条思路。
adb shell pm uninstall --user 0 com.freeme.healthcontrol
adb shell pm uninstall --user 0 com.freeme.widget.newspage
adb shell pm uninstall --user 0 com.freeme.freemenote
adb shell pm uninstall --user 0 com.freeme.lite.gopush
adb shell pm uninstall --user 0 com.freeme.rescue
adb shell pm uninstall --user 0 com.freeme.legal
adb shell pm uninstall --user 0 com.freeme.video
adb shell pm uninstall --user 0 com.freeme.theme.SPACE
adb shell pm uninstall --user 0 com.freeme.healthcontrol.auto_generated_rro_vendor__
adb shell pm uninstall --user 0 com.freeme.zmcalendar
adb shell pm uninstall --user 0 com.freeme.yellowpage.lite
adb shell pm uninstall --user 0 com.freeme.zmcalendar.overlay
adb shell pm uninstall --user 0 com.freeme.lite.statistic
adb shell pm uninstall --user 0 com.freeme.setupwizard
adb shell pm uninstall --user 0 com.freeme.setupwizard.auto_generated_rro_vendor__
adb shell pm uninstall --user 0 com.freeme.searchbox
adb shell pm uninstall --user 0 com.freeme.agingtest
adb shell pm uninstall --user 0 com.freeme.game
adb shell pm uninstall --user 0 com.freeme.reliabilitytest
adb shell pm uninstall --user 0 com.freeme.magnification
adb shell pm uninstall --user 0 com.freeme.provider.badge
思路之华为相关
手机系统初始化的时候,强制大家登陆到了华为id
。让大家有这款手机有华为基因的想法。然而,和华为相关的软件最重要的com.huawei.appmarket
,这款手机的系统做了特殊处理。重启手机就会把这华为应用市场给干掉隐藏掉禁用掉。
目前的线索是:/system/priv-app/Hwmarket/ota/
,待议。
adb shell pm uninstall --user 0 com.huawei.hwid
adb shell pm uninstall --user 0 com.huawei.fastapp
adb shell pm uninstall --user 0 com.huawei.appmarket
adb shell pm uninstall --user 0 com.huawei.wallet
adb shell pm uninstall --user 0 com.huawei.educenter.overlay
adb shell pm uninstall --user 0 com.huawei.music
adb shell pm uninstall --user 0 com.huawei.educenter
adb shell pm uninstall --user 0 com.huawei.himovie
adb shell pm uninstall --user 0 com.tencent.qqlivehuawei
adb shell pm uninstall --user 0 com.huawei.appgallery.overlay.config.droi.r1
adb shell pm uninstall --user 0 com.huawei.himovie.overlay
使用了腾讯应用宝代替,当然在设置里面修改了权限,去除了推荐等功能,否则又是全家桶的到来。
adb install "D:\freeme\应用宝.apk"
关闭了应用宝的开机自启动。
思路之其余软件
其余的那些根本都没见过或者强推的软件,苏南大叔都用不到,全部卸载。
adb shell pm uninstall --user 0 com.alipay.plug
adb shell pm uninstall --user 0 com.qujie.video
adb shell pm uninstall --user 0 com.qujie.video.small
adb shell pm uninstall --user 0 com.qujie.video.live
adb shell pm uninstall --user 0 com.youku.phone
adb shell pm uninstall --user 0 com.youku.phone.overlay
adb shell pm uninstall --user 0 com.sohu.sohuvideo.emplayer
adb shell pm uninstall --user 0 com.sohu.newsclient.overlay
adb shell pm uninstall --user 0 com.zuimei.gamecenter
adb shell pm uninstall --user 0 com.icoolme.android.weather
adb shell pm uninstall --user 0 com.zhy.qianyan
adb shell pm uninstall --user 0 com.zeropasson.zp
adb shell pm uninstall --user 0 com.droi.ringtone
adb shell pm uninstall --user 0 com.droi.watermark
adb shell pm uninstall --user 0 com.droi.discount
adb shell pm uninstall --user 0 com.rlxs.android.reader
adb shell pm uninstall --user 0 com.shuame.sprite
最终剩余的软件
仅仅保留了下面几款软件。
com.microsoft.launcher
com.freeme.secureguard
com.android.overlay.launcher3
com.android.theme.icon_pack.rounded.launcher
com.android.theme.icon_pack.filled.launcher
com.android.theme.icon_pack.circular.launcher
com.sprd.powersavemodelauncher
com.freeme.manager
com.freeme.bio.face.service
com.freeme.camera.overlay
com.freeme.filemanager
com.freeme.camera
com.freeme.multiapp
com.freeme.provider.config
com.freeme.ota
com.freeme.supershot.auto_generated_rro_vendor__
com.freeme.supershot
com.freeme.manager.auto_generated_rro_vendor__
com.freeme.taskbar
com.freeme.datacenter
com.freeme.taskbar.auto_generated_rro_vendor__
com.freeme.multiapp.auto_generated_rro_vendor__
com.freeme.applock
com.freeme.gallery2
com.freeme.hongbaoassistant
com.freeme.lockscreen.levect
com.freeme.lockscreen.picker
com.freeme.bio.face.service.auto_generated_rro_vendor__
com.freeme.provider.config.auto_generated_rro_vendor__
com.freeme.flashlight
com.freeme.calculator
com.freeme.firewall
com.freeme.backscreen
剩余工作
剩余的就是调整微软桌面设置,然后开启微信及qq的分身功能等。这里唯一要注意的是:微信的各个分身需要赋予全部权限,才能够正常登陆使用。而这个系统的权限管理有两个地方(两者不同步),都在“应用管理”下面。也就是说要多次调整相关权限。待议。
adb install "D:\freeme\微信.apk"
adb install "D:\freeme\qq.apk"
结语
实际上还有很多adb
相关的文章可以说,但是这里苏南大叔非常想先对这一系列,做个结束总结文章。
本博客不欢迎:各种镜像采集行为。请尊重原创文章内容,转载请保留作者链接。