Use the command line to remove the Android system's own application method

Source: Internet
Author: User
Tags root access

In general, mobile phone manufacturers will have a number of applications built into the phone, and these applications can not be deleted using general application management. Of course, there are some apps, like 360 and pea pods, that can be removed from the app after gaining root access to the system. But what if I don't want to have an app to get my root privileges? Is there a convenient and quick way?

Of course, that's the use of shell commands. Of course, the driver for the current phone is installed first, otherwise it cannot be debugged.

How to remove the built-in apps from Android The author also describes the method of using the command line to remove the system application, but the personal feeling is too troublesome, in fact there is a simpler way, as long as three steps: adb remount-->adb SHELL-->CD System/app-->ls-a, and then find the appropriate APK file (in general, we can determine the corresponding built-in application according to the file name), with RM delete .

It is worth noting that for some mobile phones, just this may not be able to completely remove the clean (although the surface is deleted, but the config file is still in, if you want to install the app again, the system will say that it has been installed), insurance, it is best to restart the phone.

What if I forgot to reboot and then install the app for some reason, then the system will get an error?

There is a simple, crude way to remount first, then force it to push it into System/app. such as: adb remount-->adb push d:\gamebox.apk/system/app/

Because immediately to work, in the back to increase, the problem of the small partners can leave a message below.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.