Android Modification Master is a tool that can directly decompile the packaged APK installation package without source code, add and remove some functions by modifying the SMALI code, and also modify the application icon and application The program name realizes personalized application. Let’s talk about how to modify the Android application icon and program name.
The first step: click on the Android Game tab at the top of the Android Modifier, and find any game you want to modify on the page that opens. Let’s take the game Snake Battle as Lizi.
The second step: Click the install button of the game, and the relevant decompilation option menu will pop up. You can install the application to the mobile phone through this menu, or view the source code, or you can decompile it directly. Click the decompile button in the menu to enter the game's decompilation interface.
The third step: In the decompilation interface, the function classification tab is on the left, and the operable items corresponding to the current tab are on the right. The default tab is General Information. You can modify the application icon and application name here. Note that the icon must be in png format. Try to set the icon to a size of 128*128 pixels or larger. If the application has multiple language versions, the application names of all language versions will be listed, and you can modify the application name of the corresponding language. For example, change it to your own personalized name, I Love Snake. After the application is compiled, the application icon you see when installed on your phone will become your customized icon, and the name will also become your customized one. name. Similarly, in this interface you can modify the APP statistical parameters and payment parameters. After recompiling, you can easily turn this application into your own APP!
Step 4: After the previous steps, the name and icon of the application and related application parameters have been modified. We only need to see the decompilation results on your phone! Click the Packaging/Signature tab on the left side of the aforementioned interface, and you can choose the default signature (Android applications need to be signed and packaged before they can be installed on the phone) or your own signature file (if you do not know the signature file, please Baidu Android signature file yourself relevant knowledge), and then click the Start Packing button to package.
During the packaging process, you can view the packaging log on the right side of the interface. If there are any problems, you can follow the prompts to execute the corresponding code to analyze the existing problems, and make appropriate modifications to recompile and package.
After the packaging is completed, click the Install to Phone button immediately, then install the application to your phone and take a look!
Android modification master|