You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to run patch.py on Debian using "python3 patch.py"
This is what it returns:
*** Device detected! proceeding...
*** Working dir: /tmp/tmpi_qbrdss
*** Rooting adbd...
remount succeeded
*** Pulling framework from device...
220 KB/s (309 bytes in 0.001s)
*** Disassembling framework...
I: Using Apktool 2.0.2 on framework.jar
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
*** Done. Now this won't hurt a bit...
Traceback (most recent call last):
File "patch.py", line 47, in
f = open(to_patch, "r")
FileNotFoundError: [Errno 2] No such file or directory: 'framework.jar.out/smali/android/content/pm/PackageParser.smali'
What am I doing wrong? Am I missing a package perhaps?
The text was updated successfully, but these errors were encountered:
I just tried to run patch.py on Debian using "python3 patch.py"
This is what it returns:
*** Device detected! proceeding...
*** Working dir: /tmp/tmpi_qbrdss
*** Rooting adbd...
remount succeeded
*** Pulling framework from device...
220 KB/s (309 bytes in 0.001s)
*** Disassembling framework...
I: Using Apktool 2.0.2 on framework.jar
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
*** Done. Now this won't hurt a bit...
Traceback (most recent call last):
File "patch.py", line 47, in
f = open(to_patch, "r")
FileNotFoundError: [Errno 2] No such file or directory: 'framework.jar.out/smali/android/content/pm/PackageParser.smali'
What am I doing wrong? Am I missing a package perhaps?
The text was updated successfully, but these errors were encountered: