Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

extract.sh has one bug: cause error in extracting priv-app #64

Open
istomyang opened this issue Sep 9, 2020 · 0 comments
Open

extract.sh has one bug: cause error in extracting priv-app #64

istomyang opened this issue Sep 9, 2020 · 0 comments

Comments

@istomyang
Copy link

istomyang commented Sep 9, 2020

$sevenzip x -odeodex/${imgexroot} "$img" ${imgroot}$f >/dev/null || clean "$work_dir"

solutions:
$sevenzip x -odeodex/${imgexroot} "$img" ${imgroot}priv-app/$f >/dev/null || clean "$work_dir"

deodex "$work_dir" "$(basename $f)" "$arch" "$PWD/$img" "$(dirname $f)" || clean "$work_dir"

solutions:
deodex "$work_dir" "$(basename $f)" "$arch" "$PWD/$img" priv-app || clean "$work_dir"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant