diff --git a/cheetah/extract-files.sh b/cheetah/extract-files.sh index 537ad10..bdb6942 100755 --- a/cheetah/extract-files.sh +++ b/cheetah/extract-files.sh @@ -61,6 +61,10 @@ fi function blob_fixup() { case "${1}" in + product/etc/felica/common.cfg) + [ "$2" = "" ] && return 0 + sed -i -e '$a00000018,1' -e '/^00000014/d' -e '/^00000015/d' "${2}" + ;; vendor/etc/init/init.modem_logging_control.rc) [ "$2" = "" ] && return 0 sed -i 's/ && property:ro.debuggable=0//' "${2}" diff --git a/panther/extract-files.sh b/panther/extract-files.sh index 10b546d..4c8739d 100755 --- a/panther/extract-files.sh +++ b/panther/extract-files.sh @@ -61,6 +61,10 @@ fi function blob_fixup() { case "${1}" in + product/etc/felica/common.cfg) + [ "$2" = "" ] && return 0 + sed -i -e '$a00000018,1' -e '/^00000014/d' -e '/^00000015/d' "${2}" + ;; vendor/etc/init/init.modem_logging_control.rc) [ "$2" = "" ] && return 0 sed -i 's/ && property:ro.debuggable=0//' "${2}"