2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update DeodexServices.md

This commit is contained in:
Christopher Roy Bratusek 2018-09-03 20:17:55 +02:00
parent 4f08d58f52
commit 5a9c58e384

View File

@ -8,6 +8,10 @@ If you want to check beforehand (or afterwards), if your ROM supports Signature
If your `/system/framework/services.jar` file contains the file `classes.dex`, you can skip deodexing and start patching right-away, else following theese instructions.
## Android 9.0 Pie
Android 9.0 is currently not supported by vdexExtractor or smali/baksmali.
## VDEX
If you can see `/system/framework/oat/[arch]/services.vdex`, where [arch] is the device architecture (arm, arm64, x86 or x86_64), you should follow theese instructions.