The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins

Reply
 
LinkBack Thread Tools Display Modes
Old 01-14-2008, 03:00 AM   #1
Newbie
 
VorTechs's Avatar
 
Join Date: Dec 2007
Location: Gloucester, UK
Posts: 30
RRMobile Resurrection

Not sure if anyone has been actively working on this - but I've been having a good dig around the source code for RRMobile with a view to continuing support for the plugin.

I've made a couple of simple changes to the program so far, which are:
  • Plugin starts with no default profiles configured
  • Plugin no longer closes when phone not available
  • Clicking on 'Phone Status' icon when phone not available re-establishes communications

I am currently waiting for another BT dongle to turn up so I can actually configure/test the plugin with a view to extending it.

If anyone out there is experienced with skins, I could use some help generating a configuration skin for the plugin...
__________________
KimmyBean> Stu, you know that cybersex we had?
KimmyBean> I'm pregnant!

Last edited by VorTechs; 01-14-2008 at 03:02 AM.
VorTechs is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 01-14-2008, 07:51 AM   #2
MySQL Error
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 4,997
i've fiddled around with the source several times but being that my CDMA phone barely works with anything i havent gave it a real big effort. If you need any support i'm always around though
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
Sonicxtacy02 is offline   Reply With Quote
Old 01-14-2008, 09:40 PM   #3
MySQL Error
 
MatrixPC's Avatar
 
Join Date: Sep 2003
Location: Beach City, Socal
Posts: 4,033
Quote: Originally Posted by Sonicxtacy02 View Post
i've fiddled around with the source several times but being that my CDMA phone barely works with anything i havent gave it a real big effort. If you need any support i'm always around though

I was on the same boat as you. Play with the source code for a while, but my interest in phone and PC drop as FreeFone emerged.
Till now, I still don't bother configure the carpc for phone connection.
__________________
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
MatrixPC is offline   Reply With Quote
Old 01-15-2008, 07:51 PM   #4
Constant Bitrate
 
Join Date: Jul 2006
Posts: 133
I would LOVE for someone to figure out a decent way to interface with CDMA phones. I got my LG VX8100 to work so-so with RRMobile. That was a lot better than what I have been able to get with FreeFone.
LYHTSPD is offline   Reply With Quote
Old 01-16-2008, 08:09 AM   #5
MySQL Error
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 4,997
Quote: Originally Posted by LYHTSPD View Post
I would LOVE for someone to figure out a decent way to interface with CDMA phones. I got my LG VX8100 to work so-so with RRMobile. That was a lot better than what I have been able to get with FreeFone.

well the problem with CDMA phones is they use an extremely limited AT Modem command set. In order to get them fully capable of working we would need to find out qualcomm's AT command set but that isnt readily available to the public. But if anyone could find it i'd have rrmobile working with it in a snap! lol
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
Sonicxtacy02 is offline   Reply With Quote
Old 01-16-2008, 06:18 PM   #6
Newbie
 
Join Date: Jul 2007
Posts: 1
Quote: Originally Posted by Sonicxtacy02 View Post
well the problem with CDMA phones is they use an extremely limited AT Modem command set. In order to get them fully capable of working we would need to find out qualcomm's AT command set but that isnt readily available to the public. But if anyone could find it i'd have rrmobile working with it in a snap! lol

I'm also looking for a program that will let you make calls from the computer.

There's a nice guide with AT commands, and Qualcomm defined AT commands at http://www.canarysystems.com/nsuppor...T_Commands.pdf. The Qualcomm ones are at Chp 19.
fresca891 is offline   Reply With Quote
Old 01-17-2008, 07:59 AM   #7
Newbie
 
VorTechs's Avatar
 
Join Date: Dec 2007
Location: Gloucester, UK
Posts: 30
Finally got my XDA Graphite (WM6) to actually communicate with ATSniffer

I had to install some stuff on the phone to enable the DUN functionality that used to be in WM5, which then gave me the ability to add a serial port to the phone!

The output results don't look too promising though....

Code:
Time AT Command Res. MSec Return 13:56:55 AT OK 46 <CR><LF>OK<CR><LF> 13:56:55 ATV1Q0 OK 31 <CR><LF>OK<CR><LF> 13:56:55 AT+GMI OK 31 <CR><LF>Xda Graphite<CR><LF><CR><LF>OK<CR><LF> 13:56:55 AT+CGMI ERR 46 <CR><LF>ERROR<CR><LF> 13:56:55 AT+GMM OK 31 <CR><LF>SmartPhone<CR><LF><CR><LF>OK<CR><LF> 13:56:55 AT+CGMM ERR 46 <CR><LF>ERROR<CR><LF> 13:56:55 AT+GSN OK 125 <CR><LF>352421010160473<CR><LF><CR><LF>OK<CR><LF> 13:56:56 AT+CGSN ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPAS ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CLIP? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CLCC ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CBC ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CSQ ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS="ME" ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=1000 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS="SM" ERR 46 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:56 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1000 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS="MC" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1000 ERR 46 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS="DC" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1 ERR 46 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1000 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS="RC" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1000 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBS="EN" ERR 46 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:57 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBS="FD" ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=1 ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBS="LD" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=1 ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBS="ON" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBS="TA" ERR 15 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBS="AP" ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 AT+CPBR=1 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:58 at+mode=2 ERR 46 <CR><LF>ERROR<CR><LF> 13:56:58 at+mode=0 ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+cpbs=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+cpbs="AD" ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+mpbr=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+mpbr=1 ERR 15 <CR><LF>ERROR<CR><LF> 13:56:59 at+cgsn ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+cgmr ERR 46 <CR><LF>ERROR<CR><LF> 13:56:59 at+cgmm ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 at+cscs=? ERR 15 <CR><LF>ERROR<CR><LF> 13:56:59 at+cscs="ASCII" ERR 15 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGMI=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGMI ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGMM=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGMM ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGSN=? ERR 46 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CGSN ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CSCS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CSCS? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CIMI=? ERR 31 <CR><LF>ERROR<CR><LF> 13:56:59 AT+CIMI ERR 31 <CR><LF>ERROR<CR><LF> 13:57:00 AT+CMUX=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:00 AT+CMUX? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:00 AT+GMI OK 31 <CR><LF>Xda Graphite<CR><LF><CR><LF>OK<CR><LF> 13:57:00 AT+GMM OK 31 <CR><LF>SmartPhone<CR><LF><CR><LF>OK<CR><LF> 13:57:00 AT+GMR OK 109 <CR><LF>ASUSTeK COMPUTER INC.;XdaGraphite;V2.17.2.P9_2007-06-11;17913<CR><LF><CR><LF>OK<CR><LF> 13:57:00 AT+GSN OK 121 <CR><LF>352421010160473<CR><LF><CR><LF>OK<CR><LF> 13:57:00 AT+GOI ERR 31 <CR><LF>ERROR<CR><LF> 13:57:00 AT+GCAP OK 78 <CR><LF>+GCAP: +FCLASS<CR><LF><CR><LF>OK<CR><LF> 13:57:00 ATI0 OK 46 <CR><LF>Microsoft Corporation AT Command Interpreter Settings...<CR><LF><CR><LF> E0 L0 M0 Q0 V1 X4 &C1 &D2<CR><LF> S00=000 S01=000 S02=043 S03=013 S04=010<CR><LF> S05=008 S06=002 S07=060 S08=002 S10=014<CR><LF> S12=050<CR><LF><CR><LF>OK<CR><LF> 13:57:00 ATI1 OK 46 <CR><LF>Microsoft Corporation AT Command Interpreter Settings...<CR><LF><CR><LF> E0 L0 M0 Q0 V1 X4 &C1 &D2<CR><LF> S00=000 S01=000 S02=043 S03=013 S04=010<CR><LF> S05=008 S06=002 S07=060 S08=002 S10=014<CR><LF> S12=050<CR><LF><CR><LF>OK<CR><LF> 13:57:00 ATI2 OK 31 <CR><LF>Microsoft Corporation AT Command Interpreter Settings...<CR><LF><CR><LF> E0 L0 M0 Q0 V1 X4 &C1 &D2<CR><LF> S00=000 S01=000 S02=043 S03=013 S04=010<CR><LF> S05=008 S06=002 S07=060 S08=002 S10=014<CR><LF> S12=050<CR><LF><CR><LF>OK<CR><LF> 13:57:00 ATI3 OK 46 <CR><LF>Microsoft Corporation AT Command Interpreter Settings...<CR><LF><CR><LF> E0 L0 M0 Q0 V1 X4 &C1 &D2<CR><LF> S00=000 S01=000 S02=043 S03=013 S04=010<CR><LF> S05=008 S06=002 S07=060 S08=002 S10=014<CR><LF> S12=050<CR><LF><CR><LF>OK<CR><LF> 13:57:00 ATI4 OK 31 <CR><LF>Microsoft Corporation AT Command Interpreter Settings...<CR><LF><CR><LF> E0 L0 M0 Q0 V1 X4 &C1 &D2<CR><LF> S00=000 S01=000 S02=043 S03=013 S04=010<CR><LF> S05=008 S06=002 S07=060 S08=002 S10=014<CR><LF> S12=050<CR><LF><CR><LF>OK<CR><LF> 13:57:00 AT+WS46=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:00 AT+WS46? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CSTA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CSTA? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CMOD=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CMOD? ERR 27 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CHUP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CBST=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CBST? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CRLP=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CRLP? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CR=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CR? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CEER=? ERR 11 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CEER ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CRC=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CRC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CHSD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CHSD ERR 50 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CHST=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:01 AT+CHST? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CHSN=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CHSN? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CHSC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CHSC ERR 27 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSDF=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSDF? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSIL=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSIL? ERR 27 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSTF=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CSTF? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CNUM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CNUM ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CREG=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CREG? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+COPS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+COPS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CPWD=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CLCK=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:02 AT+CLIP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CLIP? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CLIR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CLIR? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+COLP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+COLP? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CDIP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CDIP? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CCUG=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CCUG? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CCFC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CCWA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CCWA? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CHLD=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CTFR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CUSD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CUSD? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CAOC=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CAOC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:03 AT+CSSN=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CSSN? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CLCC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CLCC ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPOL=? ERR 15 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPOL? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPLS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPLS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+COPN=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+COPN ERR 46 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CAEMLPP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CAEMLPP? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPPS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPPS ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CFCS=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CFCS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CAAP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CAAP? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPAS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:04 AT+CPAS ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CFUN=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CFUN? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CPIN=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CPIN? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CBC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CBC ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CSQ=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CSQ ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CMEC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CMEC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CKPD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CDIS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CDIS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CIND=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CIND? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CMER=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CMER? ERR 15 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CPBS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:05 AT+CPBS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CPBR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CPBF=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CPBW=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CCLK=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CCLK? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CALA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CALA? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CSIM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CRSM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CSCC=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CSCC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CALM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CALM? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CRSL=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CRSL? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CVIB=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CVIB? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:06 AT+CLVL=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CLVL? ERR 62 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CMUT=? ERR 15 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CMUT? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CACM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CACM? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CAMM=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CAMM? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CPUC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CPUC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CCWE=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CPWC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CPWC? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CLAN=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CLAN? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CLAE=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CLAE? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CSGT=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CSGT? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:07 AT+CSVM=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CSVM? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CRMC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CRMC? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CRMP=? ERR 15 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CMAR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CLAC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CLAC ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CALD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CAPD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CTZU=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CTZU? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CTZR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CTZR? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CPROT=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CGLA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CRLA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CCHO=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CCHC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CEAP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:08 AT+CERP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+CERP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+CMEE=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+CMEE? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+FCLASS=? OK 31 <CR><LF>(0)<CR><LF><CR><LF>OK<CR><LF> 13:57:09 AT+FCLASS? OK 31 <CR><LF>0<CR><LF><CR><LF>OK<CR><LF> 13:57:09 AT+VBT=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VBT? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VGR=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VGR? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VGT=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VGT? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VIP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VIT=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VIT? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VTS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VTD=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+VTD? ERR 15 <CR><LF>ERROR<CR><LF> 13:57:09 AT+CSMS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:09 AT+CSMS? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CPMS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CPMS? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CMGF=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CMGF? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CESP=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSCA=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSCA? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSMP=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSMP? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSDH=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSDH? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSCB=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSCB? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CSAS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CRES=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CNMI=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CNMI? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CMGL=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:10 AT+CMGR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CNMA=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGS=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMSS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGW=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGD=? ERR 27 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGC=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMMS=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMMS? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGL=? ERR 46 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGR=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGS=? ERR 31 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGW=? ERR 93 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMGC=? ERR 35 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CNMA=? ERR 50 <CR><LF>ERROR<CR><LF> 13:57:11 AT+CMSS=? ERR 31 <CR><LF>ERROR<CR><LF>

__________________
KimmyBean> Stu, you know that cybersex we had?
KimmyBean> I'm pregnant!

Last edited by VorTechs; 01-17-2008 at 08:05 AM.
VorTechs is offline   Reply With Quote
Old 03-22-2008, 12:17 PM   #8
FLAC
 
greatwhite's Avatar
 
Join Date: May 2007
Location: Top o' the world Ma!
Posts: 1,269
Quote: Originally Posted by Sonicxtacy02 View Post
well the problem with CDMA phones is they use an extremely limited AT Modem command set. In order to get them fully capable of working we would need to find out qualcomm's AT command set but that isnt readily available to the public. But if anyone could find it i'd have rrmobile working with it in a snap! lol

Quote: Originally Posted by fresca891 View Post
I'm also looking for a program that will let you make calls from the computer.

There's a nice guide with AT commands, and Qualcomm defined AT commands at http://www.canarysystems.com/nsuppor...T_Commands.pdf. The Qualcomm ones are at Chp 19.

*SNAP*


Hmmmm, not working yet..............

__________________
For once you have tasted flight you will walk the earth with your eyes turned skywards, for there you have been and there you will long to return.
Leonardo Da Vinci
greatwhite is offline   Reply With Quote
Old 04-04-2008, 09:22 PM   #9
Newbie
 
rogue212005's Avatar
 
Join Date: Apr 2007
Location: Kansas
Posts: 6
Phonebook mode

Unfortuneatly I have no idea how to implement this, but on the Alltel Razr V3M, I can open hyperterminal, send the command AT+MODE=2 and the phone starts to react the way these phone controlling programs want. http://en.wikipedia.org/wiki/Motorola_Phone_AT_Commands
This is where I came up with the idea. I've only tested this in Freefone, and it still has a few hiccups.
__________________
Can't think of a single cool thing to type here........

Progress:
Hardware:
Parts Acquired: 90%
Configured: 50%
Software: Not Even close!!!! Looking for a good phone software solution
Fabrication and Install
Screen Mounting Figured Out!
rogue212005 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
1987 Toyota Camry -- Complete Resurrection Sidewalksalvage Worklogs 96 01-11-2008 03:21 AM
RRMobile setup howto nasa RR Plugins 0 12-23-2006 06:50 PM
RRMobile makes RR disappear rscherp RR Plugins 7 11-06-2006 10:28 AM
RRMobile - Anyone got working? Bluetooth rikblacketer RR Plugins 3 10-31-2006 05:30 PM
A new version of RRMobile is coming! RRMobile RR Plugins 10 08-21-2006 03:25 PM


All times are GMT -5. The time now is 11:37 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics