From 5a9c58e384e0d4a96f5519972481a2aea2570753 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 3 Sep 2018 20:17:55 +0200 Subject: [PATCH] update DeodexServices.md --- doc/DeodexServices.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/DeodexServices.md b/doc/DeodexServices.md index 493a054..488b27f 100644 --- a/doc/DeodexServices.md +++ b/doc/DeodexServices.md @@ -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.