https://github.com/robthepcguy/automate-renapk
A semi-simple batch file to rename an apk and install it alongside the original.
https://github.com/robthepcguy/automate-renapk
Last synced: 4 months ago
JSON representation
A semi-simple batch file to rename an apk and install it alongside the original.
- Host: GitHub
- URL: https://github.com/robthepcguy/automate-renapk
- Owner: RobThePCGuy
- Created: 2024-05-10T06:26:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T06:35:43.000Z (about 2 years ago)
- Last Synced: 2025-03-24T10:59:54.854Z (about 1 year ago)
- Size: 23.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automate-RenAPK
A semi-simple batch file to rename an apk and install it alongside the original.
## Req
Java
## Instructions:
1. Extract automate-renapk.zip to a directory with the apk package name to change.
2. Run automate-renapk.bat.
3. When prompted, enter the name of the apk file (without the apk file extension).
4. Enter a new name for your package in the following format: new.package.name (can be any three names, but no special characters).
5. When completed, the cmd window will close, and you will see in the folder an apk file with the new package name you asked for.
6. Lastly, if there are any OBB files, you must rename them (the folder and the OBB file) to the new package name.