adevtool broken when extracting files from /system on Android 13
flawedworld opened this issue · 2 comments
flawedworld commented
Extracting stock system source sysroot/coral-tpp2.220218.010
Enumerating files vendor
Replacing blobs with buildable modules
Marking apps as presigned ⠴ app/Traceur/Traceur.apkError: Command failed: out/host/linux-x86/bin/aapt2 dump packagename /tmp/adevtool-50360044/sysroot/coral-tpp2.220218.010/app/Traceur/Traceur.apk
ziparchive W 04-21 17:04:44 379225 379225 Unable to open '/tmp/adevtool-50360044/sysroot/coral-tpp2.220218.010/app/Traceur/Traceur.apk': No such file or directory
/tmp/adevtool-50360044/sysroot/coral-tpp2.220218.010/app/Traceur/Traceur.apk: error: failed opening zip: I/O error.
at ChildProcess.exithandler (node:child_process:398:12)
at ChildProcess.emit (node:events:527:28)
at maybeClose (node:internal/child_process:1090:16)
at Socket.<anonymous> (node:internal/child_process:449:11)
at Socket.emit (node:events:527:28)
at Pipe.<anonymous> (node:net:715:12)
Seems to be some sort of path issue where it incorrectly skips system/system instead of just system?
flawedworld commented
flawedworld commented