Skip to content
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

baksmali cant find dex files #859

Open
Dialgatrainer02 opened this issue Oct 28, 2022 · 1 comment
Open

baksmali cant find dex files #859

Dialgatrainer02 opened this issue Oct 28, 2022 · 1 comment

Comments

@Dialgatrainer02
Copy link

trying to deodex a waydroid android 11 rom to enable sinature spoofing and microg

comand run "java -jar baksmali.jar x framework/oat/x86_64/services.odex -d framework/x86_64 -d framework"

error "Exception in thread "main" java.lang.RuntimeException: "framework/oat/x86_64/services.odex" has no dex files"

jdk version "openjdk version "1.8.0_352"
OpenJDK Runtime Environment (build 1.8.0_352-b08)
OpenJDK 64-Bit Server VM (build 25.352-b08, mixed mode)"

@RenateUSB
Copy link

RenateUSB commented Nov 3, 2022

.odex files are not .apk or .jar or .zip, they are ELF files.
(Ok, at least on ARM devices. They are some kind of executable on x86.)
As such they have no dex files inside them.
You probably want to simply use /system/framework/services.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants