The following lists the software in the mobile phone through the PM list packages-F, and then compares it with the software in the simulator to obtain a list that can be safely uninstalled.
Note: Google market is unavailable after uninstallation, and you still want to use Google market instead of uninstallation.
First enter ADB shell, then mount-O remount, RW/dev/block/mtdblock2/system, and then execute the following command to delete it.
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
Then exit the ADB shell and execute the following command to clean up
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
Execute sync and restart reboot.