adb 卸載android系統程式

來源:互聯網
上載者:User
下面是通過 pm list packages -f 列出手機中的軟體,然後跟模擬器中的軟體進行對比後得出的可以安全卸載的列表。  注意:卸載之後就沒有Google Market了,還想用google market的不要卸載。 

先進入adb shell,然後mount -o remount,rw /dev/block/mtdblock2 /system,再之後執行下面的命令刪除。 

 

rm /system/app/IM.apk

rm /system/app/WeatherForecast.apk

rm /system/app/checkin.apk

rm /system/app/MediaUploader.apk

rm /system/app/GmailProvider.apk

rm /system/app/Email.apk

rm /system/app/GoogleApps.apk

rm /system/app/gtalkservice.apk

rm /system/app/AIMPlugin.apk

rm /system/app/ImProvider.apk

rm /system/app/MSNPlugin.apk

rm /system/app/Gmail.apk

rm /system/app/Talk.apk

rm /system/app/GooglePartnerSetup.apk

rm /system/app/GoogleSettingsProvider.apk

rm /system/app/MMITest.apk

rm /system/app/Vending.apk

rm /system/app/GoogleSubscribedFeedsProvider.apk

 

之後退出adb shell,然後執行下面命令清理

adb uninstall com.android.im

adb uninstall org.anddev.android.weatherforecast

adb uninstall com.google.android.server.checkin

adb uninstall com.google.android.apps.uploader

adb uninstall com.google.android.providers.gmail

adb uninstall com.android.email

adb uninstall com.google.android.googleapps

adb uninstall com.google.android.apps.gtalkservice

adb uninstall com.android.im.plugin.aimplugin

adb uninstall com.android.providers.im

adb uninstall com.android.im.plugin.msnplugin

adb uninstall com.google.android.gm

adb uninstall com.google.android.talk

adb uninstall com.google.android.googlepartnersetup

adb uninstall com.google.android.providers.settings

adb uninstall org.chivin.mmitest

adb uninstall com.android.vending

adb uninstall com.android.providers.subscribedfeeds

 最後執行 sync 同步,reboot 重啟即可。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.