Package Renaming Settings - Sombody101/APKognito GitHub Wiki
There a several basic options that come build into a dropdown card menu on the main package renamer page.
This is the path directing to the Java runtime executable. This is set every time APKognito opens. If no path is found, then this field is left blank and the user will be warned about an invalid Java path when a rename job is attempted.
This is the directory that all renamed packages are placed into. The default path is %APPDATA%\APKognito\output
.
This is the replacement company name of a package. (e.g., com.sombody101.myapp
-> com.newcompany.myapp
).a
This option is only useful if there isn't enough space on which ever drive %TEMP%
is defined on (usually the C drive). Disabling this toggle will move/delete the source app files immediately after their use, but before the process is finished. This is to preserve drive space. But, if the renaming fails, APKognito will not reverse the process. You'll have to rebuild your project and get the original app again. A warning dialog will appear when this toggle is disabled.
Each renamed package will be pushed to an ADB enabled device after being renamed. This toggle requires that platform tools is installed and a valid path is set in APKognito. You can also enter the command :install-adb
in the Console Page to install and configure platform tools automatically.
Obviously, this action card will bring you to the Advanced Renaming Options page. To learn more, go to the Advanced Package Renaming Settings guide.