19
2017-08

隐藏Flyme系统自带应用

Flyme自带应用越来越多,什么读书、资讯这种与系统无关的东西还不允许删掉。其实不能删掉也不要紧,建个桌面文件夹藏起来就好了,可是它会经常弹出些广告,还关不掉,ADUI的流氓作风学的有模有样。

网上找到了隐藏的方法:https://bbs.meizu.cn/thread-6201787-1-1.html

原理就是利用 adb shell pm hide 命令。

 

在使用的过程中,遇到了操作不成功的情况,表现的症状是连接手机打开USB调试后,不会弹出授权窗口。

执行adb hide命令,出现"Error: unknown command 'hide'"错误。

执行adb devices,出现以下提示:

用的win10系统,感觉可能是驱动没弄好,但是更新驱动也不好使。最终尝试打开Android Studio,然后打开Android Monitor,终于弹出了USB调试授权窗口,这时再执行adb devices,出现以下提示:

再次尝试hide,成功了!

想取消隐藏可以用unhide

下面是flyme自带APP的包名

    【桌面云备份】

    adb shell pm hide com.meizu.desktopbackup

    【国际流量】

    adb shell pm hide com.flyme.roamingpay

    【语音控制】

    adb shell pm hide com.mediatek.voicecommand

    【支付中心】

    adb shell pm hide com.meizu.account.pay

    【语音设置】

    adb shell pm hide com.iflytek.speechsuite

    【浏览器】

    adb shell pm hide com.android.browser

    【用户/活动中心】

    adb shell pm hide com.meizu.compaign

    【备份与恢复】

    adb shell pm hide com.meizu.backup

    【云帐号】

    adb shell pm hide com.aliyun.ams.tyid

    【地图】

    adb shell pm hide com.meizu.net.map

    【用户反馈】

    adb shell pm hide com.meizu.feedback

    【应用商店】

    adb shell pm hide com.meizu.mstore

    【搜索】

    adb shell pm hide com.meizu.net.search

    【移动支付服务】

    adb shell pm hide com.meizu.mpay

    【资讯】

    adb shell pm hide com.meizu.media.reader

    【工具箱】

    adb shell pm hide com.meizu.flyme.toolbox

    【云盘】

    adb shell pm hide com.meizu.flyme.clouddisk

    【画板】

    adb shell pm hide com.meizu.media.painter

    【魅族游戏中心福利助手】

    adb shell pm hide com.meizu.gamecenter.service

    【动态主题服务】

    adb shell pm hide com.ibimuyu.lockscreen

    【生活平台】

    adb shell pm hide com.meizu.net.o2oservice

    【用户中心】

    adb shell pm hide com.meizu.account

    【读书】

    adb shell pm hide com.meizu.media.ebook

    【音乐】

    adb shell pm hide com.meizu.media.music

    【视频】

    adb shell pm hide com.meizu.media.video

    【Pico TTS】

    adb shell pm hide com.svox.pico

    【YunOS搜索】

    adb shell pm hide com.yunos.alimobilesearch

    【语音助手】

    adb shell pm hide com.meizu.voiceassistant

    【云服务】

    adb shell pm hide com.meizu.cloud

    【免流快传】

    adb shell pm hide com.meizu.share

    【MzSyncService】

    adb shell pm hide com.meizu.mzsyncservice

    【动态主题服务】

    adb shell pm hide com.vlife.mxlock.wallpaper

    【邮件】

    adb shell pm hide com.android.email

    【查找手机服务】

    adb shell pm hide com.meizu.flyme.service.find

    【主题美化】

    adb shell pm hide com.meizu.customizecenter

    【游戏中心】

    adb shell pm hide com.meizu.flyme.gamecenter

    【体验计划】

    adb shell pm hide com.aliyun.ic

    【阿里此刻】

    adb shell pm hide com.yunos.lifecard

    【生活服务】

    adb shell pm hide com.meizu.media.life

    【系统升级】

    adb shell pm hide com.meizu.flyme.update

« 上一篇下一篇 »

相关文章:

留言列表:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。