FreeCalypso > hg > fc-magnetite
comparison src/aci2/aci/ati_omcompat.c @ 225:b16d79c550a2
aci2: AT@SC bogon fully expunged
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Oct 2016 05:50:25 +0000 |
parents | 93999a60b835 |
children | 3b8d291ed45a |
comparison
equal
deleted
inserted
replaced
224:08543d6806b0 | 225:b16d79c550a2 |
---|---|
203 } | 203 } |
204 | 204 |
205 /* | 205 /* |
206 * Openmoko's firmware contains an undocumented AT@SC command that | 206 * Openmoko's firmware contains an undocumented AT@SC command that |
207 * sets/changes the IMEI of the modem. However, it takes the IMEI | 207 * sets/changes the IMEI of the modem. However, it takes the IMEI |
208 * input in an obfuscated form, and the implementation code is | 208 * input in an obfuscated form, and the logic is broken - hence |
209 * rather ugly - hence I don't feel like reimplementing it here. | 209 * we are NOT reimplementing this bogon in FreeCalypso. |
210 * | 210 * |
211 * If you feel like changing your modem's IMEI, you can do it quite | 211 * If you feel like changing your modem's IMEI, you can do it |
212 * easily with FreeCalypso tools: use fc-loadtool to read the FFS | 212 * through the RVTMUX interface with our fc-fsio utility's |
213 * sectors out of flash, then mpffs-edit to change the /pcm/IMEI file | 213 * set-imeisv command. |
214 * in the FFS image, then fc-loadtool again to program the modified | 214 */ |
215 * FFS image back into flash. | |
216 */ | |
217 | |
218 GLOBAL T_ATI_RSLT atAtSC (char *cl, UBYTE srcId) | |
219 { | |
220 TRACE_FUNCTION("atAtSC"); | |
221 | |
222 return (ATI_FAIL); | |
223 } | |
224 | 215 |
225 /* | 216 /* |
226 * PURPOSE : @BAND command (Get RF band) | 217 * PURPOSE : @BAND command (Get RF band) |
227 */ | 218 */ |
228 | 219 |