APK Functions of MT Manager

Below are listed apk functions provided by the MT Manager app. Read and learn what those functions are and why those functions are used. Get the most out of this application for free.

Sign APK

Sign APK - MT Manager

Add digital signature to selected apk file. Once you modify any Android app or file it needs to be signed. If not, the app will not work. The sign is used for integrity verification and identity information verification.

Select the apk file and click on “Apk functions”. You will see a list of functions. Select “Sign APK” from that list. If you already have a .jks or .keystrore on your computer, just import it and use that file to sign your apk with the credential information used while creating keys. For users without a key file select “More” and then select the “Generate key” button to generate a key.

Clone APK

Use this apk function to create a duplicate of an app. No need to find Android apps that allow multiple instances. Select the apk file using MT manager and select “clone apk” to create a duplicate.

Optimize APK

Optimize APK - MT Manager

This function will remove unwanted files and reduce the size of app resources like images, audio and etc. to improve performance.

Dex Redivision

Use this function to manage the number of methods in an apk file. By default, there is a 64K method limit in each DEX file. Use the Dex Redivision function to split methods across multiple DEX files.

Dex Anti-confusion

DEX Anti-Confusion

Most developers use DEX confusing methods to add symbolic names to make code analysis difficult. Use this function on apk files that use obfuscated to protect code from reverse engineering.

Decrypt Dex Strings

Decrypt DEX Strings - MT Manager

Reverse engineer DEX file to a jar. There are standalone apps like dex2jar to convert DEX files to JAR.

Resources Confusion

This is a security feature that can be added to the resources of an app to prevent reverse engineering. As the function suggests it confuses the resource names and values by adding symbolic names, white spaces, etc.

Resources Anti-confusion

Use this function if you encounter apk file or an app that uses resource confusion. This function will de-obfuscating or de-confusing the resources within an APK file.

Resources Minification

Most users use this function to improve performance by reducing file sizes of resources used in apk.

XML Batch Replacement

Want to edit multiple XML files at once? Sometimes you may want to change resource values, layout options, colors, etc. on many XML files simultaneously. Use this apk function to make changes to multiple XML files at once.

XML Translation Mode

Localize the app for different languages by translating text on XML file.

Kill Signature Verification

You can try this function for testing if you are an app developer. Consider using a safer verification method if the app verification can be removed with one click.

APK Data Multiplexing

When you package an apk file into itself, the size of the entire apk file will be doubled. At this time many data of the external apk and the internal apk are duplicated resulting in a waste of space. You can use this function to reduce apk file size close to the original size.

Inject Logging

Add a logging feature to identify issues, variable values, and other runtime information. You can use this function to observe application behavior if you reverse engineer an application.

Leave a Comment