You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for sharing this great tool for rom analysing !
I meet one thing that, after I run the ext2rd system_ext.img ./:savedir there is no error show and the jar file in system image is good to unzip.
while the jar xvf com.android.appsearch.apex returns
savedir/system/apex$ jar xvf com.android.appsearch.apex
extracted: apex_build_info.pb
extracted: apex_manifest.pb
java.util.zip.ZipException: invalid entry CRC (expected 0xdb6c7410 but got 0x2c51a2fa)
at java.base/java.util.zip.ZipInputStream.read(ZipInputStream.java:222)
at java.base/java.io.FilterInputStream.read(FilterInputStream.java:107)
at jdk.jartool/sun.tools.jar.Main.copy(Main.java:1249)
at jdk.jartool/sun.tools.jar.Main.copy(Main.java:1277)
at jdk.jartool/sun.tools.jar.Main.extractFile(Main.java:1454)
at jdk.jartool/sun.tools.jar.Main.extract(Main.java:1364)
at jdk.jartool/sun.tools.jar.Main.run(Main.java:409)
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1681)
I tried several system image including the newest android-s-beta 3.1 , the result seems same, all apex file is croupted while the other jar file is good to unzip.
Any idea if some log I could help to catch to debug this ? the tool build is using the HEAD version.
The text was updated successfully, but these errors were encountered:
I tried pull out the apex file from phone with same apex and compare two files, it seems that the ext2rd exacted apex file added more 00 after the end of apex file ( should be zip structure in the end ), while the same size 00 is before AVB0 tag in the phone pulled apex filed
Hi,
Thanks for sharing this great tool for rom analysing !
I meet one thing that, after I run the
ext2rd system_ext.img ./:savedir
there is no error show and the jar file in system image is good to unzip.the system.img in the test below is from https://dl.google.com/developers/android/sc/images/factory/coral-spb3.210618.016-factory-b1598d08.zip
When it comes to file under
system/apex/
, the unzip is not success,seems all the apex file are brokenwhile the
jar xvf com.android.appsearch.apex
returnsI tried several system image including the newest android-s-beta 3.1 , the result seems same, all apex file is croupted while the other jar file is good to unzip.
Any idea if some log I could help to catch to debug this ? the tool build is using the HEAD version.
The text was updated successfully, but these errors were encountered: