Closed Fisjkars closed 4 years ago
Unfortunately Windows support is limited. PR's welcome to fix it though.
I'm also facing the issue. Quite frustrating.
I'm also facing the issue. Quite frustrating.
Happy to take a PR to improve this.
Alright so this is related to this other issue. In \objection\utils\patchers\android.py line 228:
# windows / delegator weirdness...
if 'Press any key to continue . . .' in o:
o = o.split('\n')[0]
The 'Press any key to continue . . .' check won't work if your os language is not in english. For instance, if you're using French, the check should be:
if 'Appuyez sur une touche pour continuer...' in o:
Changing this worked for me.
I just released 1.9.2 with a more generic approach to this Windows weirdness.
Describe the bug Issue in the version detector for apktool on Windows 10
To Reproduce Steps to reproduce the behavior: objection patchapk -s .\base.apk
Evidence / Logs / Screenshots The stacktrace I had :
Environment (please complete the following information):