blocker icon indicating copy to clipboard operation
blocker copied to clipboard

[Feature Request] Implement repack apk

Open NSTAdventure opened this issue 3 years ago • 0 comments

issues maybe people are too lazy to have dependencies to pc only for repack apk and install apk in T (Test Only)

Solution Implement Repack apk in test mode and install in test mode thought the app

references how to instal test only version apk file?

command used either with or without adb shell
(without shell: adb install -t name.apk) (with shell: adb shell pm install -t name.apk

NSTAdventure avatar Jan 31 '22 05:01 NSTAdventure