
Features ng APK Editor
- Modify App Name
- layout re-architecting
- Remove Ad
- Make an App can move to SD Card
- Remove Unwanted Permissions
APK Editor is a powerful tool that can **** apk files to do lots of things for fun.String localization,background image replacement, layout re-architecting, and even ad eliminating, permission removing, etc can be easily done using APK editor. What it can do depends on how you use it. However, to use it well, we need a little bit professional skills.
To get started with it, just open an apk file either from a folder or installed apps. It will display some editable information inside the apk. Make some changes as you want, and then click the save button in the upper right corner. That's all! Easy to use, isn't it? In following part, I will give you some examples. For convenience, I will take 'MyAppSharer’as the target apk file.
Modify App Name
- Select target app by clicking 'Select Apk from App' and then selecting 'APK Editor’
- Editable information is showed after clicking the app, input 'APK Editor' to search the target string item, and then change the value to your favorite. For example, here we change it to 'Android app editor’

- Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
- Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)
- After installing

- Select target app by clicking 'Select Apk from App' and then selecting 'AndroidAppSharer'
- Click 'Resource' tab after editable resource shown, and then enter 'drawable' folder by clicking at the item. Click 'ic_delete.png' and it will prompt us a page to select an image to replace it. Just select the image you've prepared. (the format MUST be the same, in this case, it must be a png file)



- Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.

- Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed
Remove Ad
- Select target app by clicking 'Select Apk from App' and then selecting 'AndroidAppSharer'
- Click 'Resource' tab after editable resource shown, and then enter 'layout' folder by clicking at the item. Click 'activity_main.xml' and it will show the content of activity_main.xml. Click 'Edit' and scroll to the last line, change
to:
layout_height="0dip"
- And click 'Save' button in the bottom to save the modification. (Please note this just make the ad on main page invisible, but it's similar for other pages)
- Click save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
- Modified apk can be installed from file explorer. (But please note that the original app should be uninstalled before the installation, as the package name is not changed)
Why
ReplyDeleteIS IT POSSIBLE TO HACK AN APP PASSWORD WIT EDITOR AND HOW?
ReplyDelete