# HG changeset patch # User Mychaela Falconia # Date 1520792400 0 # Node ID 53b474e7e590a4ac029428ae53ef14b277ff3ec2 # Parent c7599298998cea505fdf5ce01d1906483e0eb89f doc/Host-tools-overview: documented new additions diff -r c7599298998c -r 53b474e7e590 doc/Host-tools-overview --- a/doc/Host-tools-overview Sun Mar 11 17:39:53 2018 +0000 +++ b/doc/Host-tools-overview Sun Mar 11 18:20:00 2018 +0000 @@ -56,6 +56,20 @@ used when running our own firmware on these phones. See the Compal-calibration article for more details. +compile-fc-batt This utility compiles a table of battery thresholds for the new + FreeCalypso battery management code from ASCII source into the + binary form suitable for uploading into /etc/batterytab on a + FreeCalypso device. It is rarely used directly, instead + fc-fsio write-battery-table command invokes compile-fc-batt + behind the scenes. + +compile-fc-chg This utility compiles a FreeCalypso battery charging + configuration file from ASCII source into the binary form + suitable for uploading into /etc/charging on a FreeCalypso + device. It is rarely used directly, instead fc-fsio + write-charging-config command invokes compile-fc-chg behind the + scenes. + ctracedec GSM firmwares built in TI's Windows environment (official ones as well as our own hacks based on the TCS211 semi-src) have a "compressed trace" misfeature whereby many of the ASCII strings @@ -170,6 +184,8 @@ files read out of FFS into hex strings that can be analyzed by a human or further fed to fc-tch2fr. +fcup-* FreeCalypso User Phone Tools; see the User-phone-tools article. + imei-luhn A simple utility for computing or verifying the Luhn check digit of an IMEI number. @@ -181,6 +197,9 @@ by a TI-based GSM fw on the RVTMUX binary packet interface. It can also log this dump to a file. +sms-pdu-decode This utility is part of FC User Phone Tools; see the + User-phone-tools article. + tfc139 This tool breaks into Mot C1xx phones via shellcode injection, a method that works despite any bootloader locks, allowing you to reflash locked phones with new firmware with fc-loadtool.