update Deodex Instructions for Pie

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent f585f2dcf2
commit ffc4b9ec23

@ -95,7 +95,6 @@ NanoDroid officially supports the following Android versions:
* 9.0 / SDK 28 (Pie)
* Patchers works
* if your ROM's services.jar already contains classes.dex
* and you use baksmali/smali on PC to convert from ODEX 039 format to an older
* [> Deodex Instructions](doc/DeodexServices.md)
earlier versions will never officially be supported (you may still report bugs, though).

@ -10,7 +10,9 @@ If your `/system/framework/services.jar` file contains the file `classes.dex`, y
## Android 9.0 Pie
Android 9.0 is currently not supported by vdexExtractor or smali/baksmali.
Android 9.0 is currently not supported by smali/baksmali (more precisly O/DEX format 039 and OAT format changes are not yet implemented).
VdexExtractor will create CompatDex for Android 9.0 (more precisely VDEX 019 files) instead of DEX. Theese CDEX files can only be manually converted to DEX on a GNU/Linux or MacOS PC, see [vdexExtractor: Strategy to convert CompactDex back to StandardDex](https://github.com/anestisb/vdexExtractor/issues/23)
## VDEX

Loading…
Cancel
Save