# HG changeset patch # User Mychaela Falconia # Date 1581306235 0 # Node ID f1ee6c480432b61dfc0f02a44b7fb10388d52ea2 # Parent ea948d6d3b3d8f5ffe3c507f085074163c477fc0 scripts/gtm900[bp]-ffs-clean added diff -r ea948d6d3b3d -r f1ee6c480432 scripts/gtm900b-ffs-clean --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/gtm900b-ffs-clean Mon Feb 10 03:43:55 2020 +0000 @@ -0,0 +1,17 @@ +# This fc-fsio command script should be executed as part of the procedure +# for converting a Huawei GTM900-B (EU frequency bands) modem to FreeCalypso; +# it should be executed after FreeCalypso fw has been flashed with fc-loadtool, +# when the newly flashed fw is booted for the first time. + +# delete Huawei files which are wrong for FreeCalypso fw +cleandir /aud +rm -f /gsm/com/baseprofile0 +rm -f /gsm/com/cmdList +rm -f /gsm/com/profile0 +rm -f /gsm/l3/rr_sc_arfcn +rm -f /pcm/BAUDRATE +rm -f /pcm/SMS + +# new RF band configuration and ID string +set-rfcap dual-eu +set-pcm-string CGMM GTM900-B-FC diff -r ea948d6d3b3d -r f1ee6c480432 scripts/gtm900p-ffs-clean --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/gtm900p-ffs-clean Mon Feb 10 03:43:55 2020 +0000 @@ -0,0 +1,17 @@ +# This fc-fsio command script should be executed as part of the procedure +# for converting a Huawei GTM900-P (US frequency bands) modem to FreeCalypso; +# it should be executed after FreeCalypso fw has been flashed with fc-loadtool, +# when the newly flashed fw is booted for the first time. + +# delete Huawei files which are wrong for FreeCalypso fw +cleandir /aud +rm -f /gsm/com/baseprofile0 +rm -f /gsm/com/cmdList +rm -f /gsm/com/profile0 +rm -f /gsm/l3/rr_sc_arfcn +rm -f /pcm/BAUDRATE +rm -f /pcm/SMS + +# new RF band configuration and ID string +set-rfcap dual-us +set-pcm-string CGMM GTM900-P-FC