FreeCalypso > hg > freecalypso-tools
comparison doc/Host-tools-overview @ 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 | b84bc65e7f86 |
children | 8027cc12f96a |
comparison
equal
deleted
inserted
replaced
390:c7599298998c | 391:53b474e7e590 |
---|---|
53 c1xx-calextr This utility extracts the factory RF calibration values for | 53 c1xx-calextr This utility extracts the factory RF calibration values for |
54 Mot C1xx phones from the records contained in a special sector | 54 Mot C1xx phones from the records contained in a special sector |
55 of their flash and converts them to FreeCalypso format, to be | 55 of their flash and converts them to FreeCalypso format, to be |
56 used when running our own firmware on these phones. See the | 56 used when running our own firmware on these phones. See the |
57 Compal-calibration article for more details. | 57 Compal-calibration article for more details. |
58 | |
59 compile-fc-batt This utility compiles a table of battery thresholds for the new | |
60 FreeCalypso battery management code from ASCII source into the | |
61 binary form suitable for uploading into /etc/batterytab on a | |
62 FreeCalypso device. It is rarely used directly, instead | |
63 fc-fsio write-battery-table command invokes compile-fc-batt | |
64 behind the scenes. | |
65 | |
66 compile-fc-chg This utility compiles a FreeCalypso battery charging | |
67 configuration file from ASCII source into the binary form | |
68 suitable for uploading into /etc/charging on a FreeCalypso | |
69 device. It is rarely used directly, instead fc-fsio | |
70 write-charging-config command invokes compile-fc-chg behind the | |
71 scenes. | |
58 | 72 |
59 ctracedec GSM firmwares built in TI's Windows environment (official ones | 73 ctracedec GSM firmwares built in TI's Windows environment (official ones |
60 as well as our own hacks based on the TCS211 semi-src) have a | 74 as well as our own hacks based on the TCS211 semi-src) have a |
61 "compressed trace" misfeature whereby many of the ASCII strings | 75 "compressed trace" misfeature whereby many of the ASCII strings |
62 in debug trace messages get replaced with numeric indices at | 76 in debug trace messages get replaced with numeric indices at |
168 | 182 |
169 fc-vm2hex This utility converts the old-fashioned (non-AMR) voice memo | 183 fc-vm2hex This utility converts the old-fashioned (non-AMR) voice memo |
170 files read out of FFS into hex strings that can be analyzed by | 184 files read out of FFS into hex strings that can be analyzed by |
171 a human or further fed to fc-tch2fr. | 185 a human or further fed to fc-tch2fr. |
172 | 186 |
187 fcup-* FreeCalypso User Phone Tools; see the User-phone-tools article. | |
188 | |
173 imei-luhn A simple utility for computing or verifying the Luhn check | 189 imei-luhn A simple utility for computing or verifying the Luhn check |
174 digit of an IMEI number. | 190 digit of an IMEI number. |
175 | 191 |
176 pirexplore This is a run-from-RAM (no flashing) program for Pirelli DP-L10 | 192 pirexplore This is a run-from-RAM (no flashing) program for Pirelli DP-L10 |
177 phones that exercises their peripheral hardware, primarily their | 193 phones that exercises their peripheral hardware, primarily their |
178 LCD. | 194 LCD. |
179 | 195 |
180 rvtdump This tool produces a human-readable dump of all output emitted | 196 rvtdump This tool produces a human-readable dump of all output emitted |
181 by a TI-based GSM fw on the RVTMUX binary packet interface. It | 197 by a TI-based GSM fw on the RVTMUX binary packet interface. It |
182 can also log this dump to a file. | 198 can also log this dump to a file. |
199 | |
200 sms-pdu-decode This utility is part of FC User Phone Tools; see the | |
201 User-phone-tools article. | |
183 | 202 |
184 tfc139 This tool breaks into Mot C1xx phones via shellcode injection, | 203 tfc139 This tool breaks into Mot C1xx phones via shellcode injection, |
185 a method that works despite any bootloader locks, allowing you | 204 a method that works despite any bootloader locks, allowing you |
186 to reflash locked phones with new firmware with fc-loadtool. | 205 to reflash locked phones with new firmware with fc-loadtool. |
187 The name of the utility is historical: previously it was | 206 The name of the utility is historical: previously it was |