The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > Other Cool Stuff

Reply
 
LinkBack Thread Tools Display Modes
Old 08-10-2005, 11:08 PM   #31
Low Bitrate
 
Join Date: Apr 2004
Location: Ft Lauderdale, FL
Posts: 78
What do you mean exactly by poll?
kembond is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-11-2005, 08:34 AM   #32
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by kembond
What do you mean exactly by poll?

As in asking for the data, instead of getting events.
__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-11-2005, 09:20 AM   #33
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Get new version at top.


Code:
Changelog ****** FrodoXMService.exe 1.0.0.2 --Bug Fix: ChannelChange event bug fixed. ****** FrodoXMService.exe 1.0.0.1 --Bug Fix: Out of order data in emulation mode. ****** FrodoXMService.exe 1.0.0.0 Original Release

__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-11-2005, 09:08 PM   #34
Newbie
 
entr0py's Avatar
 
Join Date: Oct 2003
Location: NH
Posts: 25
Nice work frodo I have been playing with this in VB.Net. What do MSK.exe and RH.exe do located in the services folder?
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
entr0py is offline   Reply With Quote
Old 08-11-2005, 09:27 PM   #35
Newbie
 
entr0py's Avatar
 
Join Date: Oct 2003
Location: NH
Posts: 25
I am having problems getting the CurrentChannelData Event to fire. Using VB.Net 2003:
Private Sub XM_CurrentChannelData(ByVal Number As Integer, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String) Handles XM.CurrentChannelData
MsgBox("Current Channel Data") 'message box does not show up
End Sub
I also tried this in your vb project as:
Private Sub MXM_CurrentChannelData(ByVal Number As Long, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String)
MsgBox ("hi") 'did not fire
End Sub
Could you confirm if this is a bug or a problem with my code?
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
entr0py is offline   Reply With Quote
Old 08-12-2005, 12:49 PM   #36
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by entr0py
I am having problems getting the CurrentChannelData Event to fire. Using VB.Net 2003:
Private Sub XM_CurrentChannelData(ByVal Number As Integer, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String) Handles XM.CurrentChannelData
MsgBox("Current Channel Data") 'message box does not show up
End Sub
I also tried this in your vb project as:
Private Sub MXM_CurrentChannelData(ByVal Number As Long, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String)
MsgBox ("hi") 'did not fire
End Sub
Could you confirm if this is a bug or a problem with my code?

I will look, are the other events firing ?
__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-12-2005, 12:50 PM   #37
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by entr0py
Nice work frodo I have been playing with this in VB.Net. What do MSK.exe and RH.exe do located in the services folder?

They are helper applications for various functions, they must always
remain in the same directory as the service app.
__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-12-2005, 01:16 PM   #38
Newbie
 
entr0py's Avatar
 
Join Date: Oct 2003
Location: NH
Posts: 25
Is there anyway to contain them as one exe? I used Microsoft Server 2003 Resource Kit tools (svrany.exe and inssrv.exe (sp?)) to create a windows service in services in the control panel. I have not full tested it yet it seemed to work with just the FrodoXMService.exe and FrodoXMService.ini I will have to add those helper apps in the same directory and see how it functions.
Yes other events are firing, the ones I am using that are working are SignalStrength, ChannelData and CurrentTime.
Thanks for this kick a$$ service. Now I just need to get ListViews working properly in .Net, they changed there behavior compared to vb6
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
entr0py is offline   Reply With Quote
Old 08-12-2005, 01:18 PM   #39
Constant Bitrate
 
Jeep's Avatar
 
Join Date: May 2004
Location: Sweden
Posts: 151
new to XM

Hi!

Nice work with the "Frodo XMService" Just quicly tested the client dll with C# looks like it will work just fine.

I'm new to XM radio as we don't have it over here... What XM radio recivers is "XMService" working with ?

Btw, what are the "MSK.exe" and "RH.exe" that is in the Service folder?
Jeep is offline   Reply With Quote
Old 08-12-2005, 01:23 PM   #40
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
To answer both your questions, here are the exact definitions of "MSK.exe" and "RH.exe"

MSK.exe - is "Make Sure Kill" It is called when the service is shutting down, in case
of an unrecovereable error, it will make sure the service terminates properly.

RH.exe - is "Restart Helper" It is called when the service is restarted, does the same
function as MSK, but also restarts the app, and some other minor checks.
__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-12-2005, 01:24 PM   #41
Newbie
 
entr0py's Avatar
 
Join Date: Oct 2003
Location: NH
Posts: 25
Read post #37
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
entr0py is offline   Reply With Quote
Old 08-12-2005, 01:25 PM   #42
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by Jeep
I'm new to XM radio as we don't have it over here... What XM radio recivers is "XMService" working with ?

XM PCR, and the XM Direct/Commander.

For the Direct/Commander, you will need to build/buy a cable.
Information on this is in the Hardware Development Forum here.
__________________
FrodoPlayer.com
TeaBaggins.com
[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 08-14-2005, 04:00 PM   #43
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Beta 4 Released - Just a Bug fix, new info/links at the top.
__________________
FrodoPlayer.com
TeaBaggins.com
[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 09-12-2005, 10:05 AM   #44
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
Development Question.

What sort of XM hardware does this .DLL support? or Does it interact with any driver that the XM hardware comes with?

I have no XM service (although purchasing very soon). This makes it diffacult to start designing an app (for obvious reasons). I know there's an emulation mode, which I'm going to play with.

I'm @ work here so can't play too much and its quite possible I may anwser some of my own questions later tonight when I get this thing in the .Net IDE.

I also may have missed something but could someone kindly point me to an SDK? Well, maybe I wont need an SDK once I take a look @ the VB6 project example...

My main question would be what hardware and digital radio service do you guys recommed? Thnx!
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 09-12-2005, 07:23 PM   #45
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
Quote: Originally Posted by IntellaWorks
What sort of XM hardware does this .DLL support? or Does it interact with any driver that the XM hardware comes with?

I have no XM service (although purchasing very soon). This makes it diffacult to start designing an app (for obvious reasons). I know there's an emulation mode, which I'm going to play with.

I'm @ work here so can't play too much and its quite possible I may anwser some of my own questions later tonight when I get this thing in the .Net IDE.

I also may have missed something but could someone kindly point me to an SDK? Well, maybe I wont need an SDK once I take a look @ the VB6 project example...

My main question would be what hardware and digital radio service do you guys recommed? Thnx!


http://www.mp3car.com/vbulletin/hardware-development/41001-xm-carputer-guide.html
__________________
FrodoPlayer.com
TeaBaggins.com
[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
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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions on getting FREE wireless internet from T-Mobile using GPRS bankingdom Wireless Communications 296 Today 09:54 PM
How to use your VERIZON cell for FREE internet racerboy6996 Wireless Communications 219 07-28-2008 03:02 PM
Pre-Release Thread: Frodo XM Service frodobaggins Software & Software Development 10 08-04-2005 04:10 PM
OT: Web to mail service thenominous General MP3Car Discussion 2 01-13-2003 10:37 AM


All times are GMT -5. The time now is 11:17 PM.


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