From cacfbc7387faf8d2160deacae13059196b7a791b Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 20 Sep 2018 21:55:54 +0200 Subject: [PATCH] update DeodexServices.md --- doc/DeodexServices.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/DeodexServices.md b/doc/DeodexServices.md index e976503..8a8b2f2 100644 --- a/doc/DeodexServices.md +++ b/doc/DeodexServices.md @@ -44,8 +44,7 @@ if it's properly been created rename it to classes.dex and add it to `services.j ``` mv framework/oat/[arch]/services.apk_classes.dex classes.dex -zip -d framework/services.jar classes.dex -zip -j framework/services.jar classes.dex +zip -j framework/services.jar classes*.dex ``` next install the new `services.jar` to device: @@ -90,8 +89,7 @@ somestimes baksmali.jar can't find the bootclasses file itself, in this case pas in any case, if a new classes.dex was successfully created in the services-new directory, re-package it into the services.jar we previously pulled: ``` -zip -d framework/services.jar classes.dex -zip -j framework/services.jar classes.dex +zip -j framework/services.jar classes*.dex ``` next install the new `services.jar` to device: