From: Mark_Venture <mar...@gm...> - 2007-04-06 03:53:34
|
I am curious... I know Bitpim currently supports the Moto V3Cm and E815m but wont autodetect them... Looking at the code it appears BitPim uses AT +GMM and maybe AT +GMI to detect the phone. Motorola Phone Tools uses the following commands to detect the phones... AT +Mode=2 AT +cgmm AT +Mode=0 .......... capture from my Alltel Flashed V3C... issuing those commands in Hyperterm at +mode=2 OK +MBAN: Copyright 2000-2004 Motorola, Inc. at +cgmm +CGMM: "CDMA800","CDMA1900","MODEL=V3Cm" OK at +mode=0 OK ------------------------------------------------------------- And from my E815.... (Verizon firmware, but I edited *Seem* *2827*, *Record* *1 *, *Bytes* (h) *22*, Offset *0008* to change from E815 to E815m) at +mode=2 OK +MBAN: Copyright 2000-2004 Motorola, Inc. at +cgmm +CGMM: "CDMA800","CDMA1900","MODEL=E815m" OK at +mode=0 OK --------------------------------------------------------------- >From my V710... (verizon firmware, but I edited *Seem* *04FF*, *Record* *1*, *Bytes* (h) *22*, Offset *0008 *to change from V710 to V710M) at +mode=2 OK +MBAN: Copyright 2000-2004 Motorola, Inc. at +cgmm +CGMM: "CDMA800","CDMA1900","AMPS800","MODEL=V710M" OK at +mode=0 OK ------------------------------------------------------------ The editing the 2827 seem on the V3C and E815, and 04FF on the V710 does change the value of Model= returned by the AT +CGMM command... Could something be added to BitPim so that when the V3C or E815 is detected it further does the AT +Mode=2, then AT +CGMM to determine if its the "M" model phone therefore allowing autodetection of them in BitPim? Mark_Venture |