Current location - Quotes Website - Personality signature - How to rename the installed software of Android?
How to rename the installed software of Android?
Android is a relatively open source system, and most of the code is open to the outside world, so mobile phone manufacturers have customized their own systems based on Android, such as MIUI, Le Frog and other systems. Since many codes are open, we can modify many things in the system. Today, let's talk about how to change the name of an Android program. Of course, I believe this is useless for many people, but for some "paranoia" and "obsessive-compulsive disorder"

Preparation tools:

Download and install java version 1.6 (recommended 1.7 or above) and configure Java environment variables;

APK+Dex decompilation and recompilation tool (apkdb) version APKDB)v 1.7.2 (it is recommended to download the official version above 1.8.0);

ARSC editor;

The above tools can be downloaded by Baidu;

1? The so-called clever woman cannot cook without rice. After preparing the above tools, we will first decompress the program that changed its name and change it. Apk suffix is. Zip, then unzip it, open the unzipped folder and find the resources.arsc file:

2? Next, open the ARSC editor software, drag the resources.ars file into the program processing box, and then the software will open the resources.ars file by itself:

3 ? Find the "string" column in the title bar and the value "app_name" in the "key" value below. We can also directly enter "app_name" in the search bar below for quick positioning:

4 ? Then select the option of "area" at the bottom right as "zh", and then you will see that the original area value has changed from "TTPod" to "listening every day". Now we can modify the program name, for example, change the original program name from "Listen Everyday" to "Listen Everyday" in "Regional Value", and then click "Save Current Value" in the lower right corner.

5 ? Next, select "Save" in "File", and a prompt will pop up whether to overwrite it. We choose "Yes":

6 ? Then repackage the files in the folder, that is, add them to "compressed files zip ..." and change their suffix to. Apk, and re-sign the repackaged program with APKDB tool (otherwise, it cannot be installed and used):

7 ? Finally, put the program into the mobile phone and install it. At this time, you will find that you have successfully changed the name of the program, as shown below, and it has become "beautiful every day".