-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to explain Android 9 deodex #47
Comments
I don't think you're messing up with anything. If the corresponding Dex files are successfully generated in means that the tool is doing its job. Its up to you then to manually repackage the Dex files back to Apks under the appropriate names and resign them. And again as described in #25 (comment), a full-stack deodexing is not among the primary purposes of this tool. However, I've noticed in the past that some folks have already wrapped around this tool their deodexing kits, so feel free to search for them in XDA forums or Google. |
I'm triying to deodex services.jar on Pie to install nanodroid-patcher and get signature spoofing, but after running script in tools/deodex/run.sh on it I obtain a folder named services_classes.dex with too files in it. Wich File I have to repack to services.jar ? |
@palight both files should be added back to the jar file following the naming convention (classes.dex, classes2.dex, etc.) |
Thanks you very much, I discovered it already, that was pretty obvious, but not vor neebies like me…
… Le 21 mai 2019 à 10:21, Anestis Bechtsoudis ***@***.***> a écrit :
Closed #47 <#47>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#47?email_source=notifications&email_token=AMDFJGCXOKKHXBW4R5WKBX3PWOWIXA5CNFSM4GRCAKN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORRRYPPA#event-2355333052>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AMDFJGAQYVZILSQQQ2SAIYDPWOWIXANCNFSM4GRCAKNQ>.
|
It's very confusing, not obvious what is the way to deodex Android 9.
Can you please send me a draft of the list of the commands to run ?
I will elaborate on this and create a pull request to have a clear doc with pleasure, or better a bash script. It's my job !
I try to deodex vdex files to enable signature spoofing to install MicroG via NanoDroid for LineageOS 16.0 alpha (Android 9.0 Pie SM-A520F device)
I follow instructions from here
I wonder how to use vdexextractor/tools/deodex/run.sh
What I have tried so far :
But now, I have only as *.dex :
I think I miss something.
I think I miss-use the tool. What is the full list of commands to be able to patch Pie aka Android 9 ?
The text was updated successfully, but these errors were encountered: