First of all, your tools have helped me a lot. Thank you so much!
test environment:
UKA_5.27 version, Owner : Android 10 and FLYME 9, ROM : Android 10 and system as root
error :
Multiple same specifications error occurs when \local\binary\bin_system\imgextractor1.py is called
local\binary\unpack_img:Number of lines of code 376
#echo
echo ".....$unpacking ${file}..."
python31 $binary_dir/bin_system/imgextractor1.py "$file" "$PWD"
#python31 /data/local/binary/bin_system/imgextractor1.py "$file" "$PWD"
My temporary solution
python31 $binary_dir/bin_system/imgextractor1.py -i "$file" -o "$PWD"
First of all, your tools have helped me a lot. Thank you so much!
test environment:
UKA_5.27 version, Owner : Android 10 and FLYME 9, ROM : Android 10 and system as root
error :
Multiple same specificationserror occurs when\local\binary\bin_system\imgextractor1.pyis calledlocal\binary\unpack_img:Number of lines of code 376My temporary solution