Open greenflash1986 opened 3 years ago
I realized that there is more work to do: the TARGET_APKs and TARGET_DIRS need to corrected as well. Will do it and come back with a solution.
Did it. Hopefully you want to merge it.
Some explanations:
*.apk
with double quotes to get all correct files. maybe you want to change it in L 52ff?echo -n
is to prevent xargs to output an empty line
Hi @Roboe
as I ran into the (possible) same issue #11 I possibly fixed it. This PR tries to mount "system" and if this fails it mounts "system_root" and changes the paths accordingly. (If this mount would fail also the script dies.)
Best regards