Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 04-11-2005, 05:58 PM   #31
Low Bitrate
 
Join Date: Mar 2005
Location: Germany
Posts: 89
hematec is on a distinguished road
hi @all
please tell me what exactly is not working ...
hematec is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-11-2005, 06:24 PM   #32
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
Hi Hematec, Have you tested this version I put out ? It seems to me that for some reason no incomming data from Phoco is working/comming into RR. So it lets people send commands out but nothing comes in... I have taken a look at the code but without the hardware I coudn't find anything wrong with it... The skins do seem to be in order..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 04-11-2005, 06:25 PM   #33
Constant Bitrate
 
Partybuster's Avatar
 
Join Date: Apr 2004
Location: Amsterdam
Posts: 172
Partybuster is on a distinguished road
well, when I go to misc - phone , RR starts phonecontrol up, so that works.

but the connection with the phone isn't OK. I can dial a number but the rest doesn't work at all. No phone status, no phonebook reading, no saving of changes, reload button doesn't work, etc.

the file AdressBook.xml isn't created, do I need to make one because I can't find one anywhere.
Partybuster is offline   Reply With Quote
Old 04-11-2005, 06:27 PM   #34
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by mauri
Who of you that it tries the tests of Phoco, please face a list of the compatible jail cell, I beg me

Mauri

__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 04-11-2005, 07:58 PM   #35
Maximum Bitrate
 
contaygious's Avatar
 
Join Date: Feb 2005
Location: The Yay Area (SF)
Posts: 481
contaygious is on a distinguished road
yo am I doing something wrong it won't load up phoco for me.

what am i supposed to do with the phoco.ini it looks fine to me.
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!

Last edited by contaygious; 04-11-2005 at 08:02 PM.
contaygious is offline   Reply With Quote
Old 04-11-2005, 08:05 PM   #36
Maximum Bitrate
 
Join Date: Oct 2003
Posts: 664
dmurray14 is on a distinguished road
I'd be willing to test. I have a T637 and everything that PhoCo can do works with my phone.

Dan
dmurray14 is offline   Reply With Quote
Old 04-11-2005, 08:12 PM   #37
Constant Bitrate
 
Partybuster's Avatar
 
Join Date: Apr 2004
Location: Amsterdam
Posts: 172
Partybuster is on a distinguished road
@contaygious

you need to have the right path for phonecontrol in your ini file. Mine is for example:

C:\Program Files\PhoneControl.NET\

the AdressBook.xml should be created by RR I guess, but it doesn't happen.

awaiting more info from guino and hematec to continue testing
Partybuster is offline   Reply With Quote
Old 04-11-2005, 08:17 PM   #38
Maximum Bitrate
 
contaygious's Avatar
 
Join Date: Feb 2005
Location: The Yay Area (SF)
Posts: 481
contaygious is on a distinguished road
thanks, but mine looks like this and doesn't load phoco


phocopath=C:\Program Files\PhoneControl.NET\
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!
contaygious is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-11-2005, 08:23 PM   #39
Constant Bitrate
 
Partybuster's Avatar
 
Join Date: Apr 2004
Location: Amsterdam
Posts: 172
Partybuster is on a distinguished road
check your configuration file for phonecontrol and see if remote control is active (server)

<RemoteControl>
<Mode>Server</Mode>
<IPPort>17015</IPPort>
</RemoteControl>
Partybuster is offline   Reply With Quote
Old 04-11-2005, 08:25 PM   #40
Maximum Bitrate
 
contaygious's Avatar
 
Join Date: Feb 2005
Location: The Yay Area (SF)
Posts: 481
contaygious is on a distinguished road
yup that's how mine looks too:

<RemoteControl>
<Mode>Server</Mode>
<IPPort>17015</IPPort>
</RemoteControl>
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!
contaygious is offline   Reply With Quote
Old 04-11-2005, 08:27 PM   #41
Constant Bitrate
 
Partybuster's Avatar
 
Join Date: Apr 2004
Location: Amsterdam
Posts: 172
Partybuster is on a distinguished road
hmm, weird, phonecontrol launches on my pc because I see it's window on the taskbar. I can't open it but that's because RR is controlling it. Try do dial to any number to see if that works (that's the only thing I can do)
Partybuster is offline   Reply With Quote
Old 04-11-2005, 08:29 PM   #42
Maximum Bitrate
 
contaygious's Avatar
 
Join Date: Feb 2005
Location: The Yay Area (SF)
Posts: 481
contaygious is on a distinguished road
nope doesn't work either :?

i have the trial version does that matter?
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!
contaygious is offline   Reply With Quote
Old 04-11-2005, 08:32 PM   #43
Low Bitrate
 
Join Date: Mar 2005
Location: Germany
Posts: 89
hematec is on a distinguished road
hi,

my mistake. please comment out the line in frmCOM

which is:

'Call ParseXML(left(m_sRecvBuffer_PHOCO, Len(m_sRecvBuffer_PHOCO) - 1))

this sends the xml messages to RR

also please change:
winsPhoCo.GetData l_sTmp
to:
call winsPhoCo.GetData l_sTmp

also i updated the modPhoco.bas and changed the startup and closing of phoco.
its no difference if phoco is running or not, but it will be closed when you close roadrunner. you can now also tell RR if you wish to save your call list and how many entries you want maximal at your list of every type (default 25).

please check before you use phoco with RR that it works correct when you start it manualy. in the config-file of phoco the remote-port has to be set to 17015 (is the default value)
Attached Files
File Type: zip phoco.zip (12.2 KB, 92 views)

Last edited by hematec; 04-11-2005 at 08:37 PM.
hematec is offline   Reply With Quote
Old 04-11-2005, 08:39 PM   #44
Low Bitrate
 
Join Date: Mar 2005
Location: Germany
Posts: 89
hematec is on a distinguished road
i forgot that you now had to write the complete path to the phoco.exe in the phoco.ini not only the path!!!!!
but this only if you use the new version of the modPhoco.bas
hematec is offline   Reply With Quote
Old 04-11-2005, 08:51 PM   #45
Maximum Bitrate
 
contaygious's Avatar
 
Join Date: Feb 2005
Location: The Yay Area (SF)
Posts: 481
contaygious is on a distinguished road
did those changes, still doesn't load for me.

phocopath=C:\Program Files\PhoneControl.NET\PhoneCtl.NET.exe
__________________
Peep MY TYTE WHIP yo! It's got too many ill mods to list!

Last edited by contaygious; 04-11-2005 at 08:54 PM.
contaygious is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
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 On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for beta testers for new DC-DC PSU MikeH Power Supplies 22 05-18-2004 03:22 PM
Beta testers: AiPC2 Seraph Software & Software Development 35 01-22-2004 01:58 PM
X-MP3Pad is out! I need beta testers! PorscheMP3 Software & Software Development 1 07-15-2002 03:33 PM
Wanted: beta testerss for X-MP3Pad (formerly MP944) PorscheMP3 Software & Software Development 0 05-07-2002 12:58 PM



All times are GMT -5. The time now is 01:58 AM.


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