FreeCalypso > hg > freecalypso-tools
changeset 391:53b474e7e590
doc/Host-tools-overview: documented new additions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Mar 2018 18:20:00 +0000 |
parents | c7599298998c |
children | 01c97de62dda |
files | doc/Host-tools-overview |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.