FreeCalypso > hg > fc-am-toolkit
diff sh/c139-gen-fc-script @ 19:2299f1ebbfd2
c139-gen-fc-* shell scripts: add explanatory comments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 10 Jun 2023 23:20:44 +0000 |
parents | c8ad6188b9ed |
children |
line wrap: on
line diff
--- a/sh/c139-gen-fc-script Sat Jun 10 08:16:10 2023 +0000 +++ b/sh/c139-gen-fc-script Sat Jun 10 23:20:44 2023 +0000 @@ -1,5 +1,12 @@ #!/bin/sh +# This shell script generates the set of files needed for reflashing a Motorola +# C139/140 phone to FreeCalypso: it invokes c139-gen-fc-ffs-img to generate +# fc-ffs.bin (customized FFS image containing IMEI and extracted factory RF +# calibration values specific to your particular phone), and the present script +# then generates a command script for fc-loadtool that flashes everything +# in one go. + if [ $# != 1 ] then echo "usage: $0 fwimage.bin" 1>&2