jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Handle XZ compressed ART ODEX files #1

Closed jakev closed 9 years ago

jakev commented 9 years ago

Affected Module(s): unframework, getsysapps

The Galaxy S5 has a XZ compressed framework ODEX on Lollipop: /system/framework/arm/services.odex.xz. The reason behind this is unknown to me, but these need to be handled.

The S5 on Lollipop also has xz compressed ODEX + ART files:

$ adb shell ls /system/app/WebViewGoogle/arm WebViewGoogle.odex.art.xz WebViewGoogle.odex.xz

jakev commented 9 years ago

Added: https://github.com/jakev/dtfmods-core/commit/98f4de1e97195a0dd6bf2c231df3a64e9964a307