NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 196 197 198 199 200 … 1231 Next »
MCE remote: some keys bring up MCE

 
  • 0 Vote(s) - 0 Average
MCE remote: some keys bring up MCE
mabloom
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Oct 2008
#1
2008-10-28, 06:13 PM
While running GBPVR, all of the keys on my remote seem to work, but some keys will additionally bring up MCE functions.

For example, the Guide button brings up GBPVR's TV Guide, but moments later MCE's TV Guide takes over the screen.

Similarly, the Live TV button does the right thing in GBPVR, but then an MCE screen appears with the text "Tuner not available" (naturally, since GBPVR has it.)

Other Media Center programs somehow inhibit MCE from being triggered by the remote while they are running, so it should be possible for GBPVR to do so.

How can I make GBPVR inhibit MCE from coming up when I press such buttons?

In case it is relevant, my hardware is: ASUS G2S-B2 notebook running Vista SP1 with AVERTV NanoExpress HC82 Tuner, and Pinnacle MCE remote/IR Receiver. A Radioshack remote configured for "Microsoft MCE" behaves identically.

Thanks,

Michael
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-10-28, 06:42 PM
The MCE remote was made for MCE and your computer knows it!!! that's why you have to disable the keys that your computer will also associate with MCE funtions.

A while back there used to be an alternate driver for the Blaster/beanbag. However, one guy found what keys to remove and make things work. It's found at the beginning of the setup guide for IR Server Suite. I'm quite sure your won't need to install the suite though...

http://forums.nextpvr.com/showthread.php?t=33633
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#3
2008-10-28, 07:54 PM
or go to msconfig and stop any services from starting with "ehtray" in them
Verus
Offline

Junior Member

Posts: 20
Threads: 2
Joined: Jul 2008
#4
2008-10-28, 08:03 PM
This manual has a good explanation on how to disable all the buttons from starting MCE, look for Disable ehtray.exe Application for MCE Remote on page 11. I've used it successfully on Vista x64 with IR Server Suite.

http://melloware.lostlands.net/products/...Manual.pdf

Also explains how to eliminate the double button push when you're using another IR receiver app, where MCE and the other IR app receive the IR signal.
mabloom
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Oct 2008
#5
2008-10-28, 11:10 PM
Thanks to everyone who responded to my query.

I located ehtray in process explorer and tried suspending it rather than killing it. This worked just as well as killing it for the desired purpose, but I found that just suspending it has the added advantage that running Windows Media Center after GVPVR does not cause a new instance of ehtray to be invoked. Thus it's not necessarily necessary to do anything with the invoking registry entry.

If this were Unix, I'd just start PVRX2.exe from a wrapper that sent a SIGSTOP to ehtray first (Under unix, STOP means "suspend" not "kill") or modify GBPVR to optionally send a STOP signal to ehtray when it starts. (The reason I'd make it an option is that if you select this option you won't want to also send a corresponding SIGCONT later on to cause the ehtray process to resume execution because doing so seems to result in ehtray handling (at least one of) the events that it didn't while suspended, thus starting MCE up)

Actually, upon further thought, it might be cleaner to send ehtray a SIGKILL (or whatever the windows equivalent is) upon gbpvr startup since it will always be done upon startup if the option to do so is chosen, so it won't matter if MCE reinvokes ehtray the next time it is run.

sub: What do you think of the idea of adding an option for sending ehtray either a suspend or a kill signal (or whatever the windows equivalent is) during gbpvr startup? Then the next time somebody asks this question, the answer will be just "click such and such option".

Best Regards,

Michael
ajst2duk
Offline

Member

Posts: 56
Threads: 6
Joined: Mar 2008
#6
2008-10-29, 01:58 AM
This bugs me to bits too........ I tried disabling ehtray but MC still pops up unwanted. If I had the option, I would tear it right out as I never use it, but it seems totally part of the OS.
mabloom
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Oct 2008
#7
2008-10-29, 06:16 AM
ajst2duk Wrote:This bugs me to bits too........ I tried disabling ehtray but MC still pops up unwanted. If I had the option, I would tear it right out as I never use it, but it seems totally part of the OS.

Yeah. That's because ehtray gets restarted by MC even though you've both killed the running ehtray process and disabled the ehtray startup item.

Instead of killing and disabling ehtray, "suspend" the running process. Although it won't be killed, suspension means that it will never receive a CPU time slice, so it will not be able to respond to an infrared sensor event. And since the ehtray process has not been killed, if you run MC in the interim, MC won't try to start a new ehtray process.

"Process explorer" is one of the 3rd party tools available that you can use to do this.

The only drawback is that you will need to do it once after any reboot of Windows. It's not ideal, but it's better than nothing.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#8
2008-10-29, 08:01 AM
well my way works but and doesnt restart itself
the only way it comes back on is if i click on the shortcut or exe mc file
and even if you do use mc the next time you restart ehtray doesnt start up
so it works well for my needs
mabloom
Offline

Junior Member

Posts: 19
Threads: 3
Joined: Oct 2008
#9
2008-10-29, 08:46 AM
I did a little searching and found that the pstools package, downloadable from microsoft, contains the pssuspend and pskill programs that can be used from the command line or in a wrapper around PVRX2.

For example, the two line script:
[INDENT] pskill.exe ehtray
PVRX2.exe[/INDENT]

or the script:
[INDENT]pssuspend.exe ehtray
PVRX2.exe[/INDENT]

could be used depending upon whether or not you care about MCE.

If you use pskill, you could explicitly restart ehtray upon exit from PVRX2, if you want the Windows default behavior whenever gbpvr is not running.

With one of these approaches, no changes are needed to any part of the system outside the domain of gbpvr.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#10
2008-10-29, 08:57 AM
that wont work as the idea is to stop the remote from starting mce when you press start on the mce remote i thought

plus i hardly call unticking a box in msconfig risky
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge 2250 MCE remote Jeckler 22 20,675 2013-03-26, 04:26 PM
Last Post: DonBrutto
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,166 2012-08-30, 09:43 PM
Last Post: billbobbins
  Program MCE remote? arkennedy75 1 2,677 2011-04-13, 12:09 AM
Last Post: pBS
  remote problem in GBPVR Zacken 5 2,608 2010-12-08, 09:00 PM
Last Post: Zacken
  Lost with HIP and my MCE remote kjc 15 5,120 2010-09-24, 07:13 AM
Last Post: mila06
  Forward key malfunctions, and sometimes no keys work at all BobAtTorrey 0 1,283 2010-06-30, 01:03 AM
Last Post: BobAtTorrey
  Remote double-keypress problem with Win 7 toboR 7 3,174 2010-05-21, 01:12 AM
Last Post: sgilani
  windoze 7 help needed for remote.ini highestbid 2 1,530 2010-04-30, 01:42 PM
Last Post: ElihuRozen
  Hauppauge Remote configuration ? HYBRiD.BLiNG 2 1,876 2010-04-30, 01:40 AM
Last Post: HYBRiD.BLiNG
  Need to mouse click playback screen before remote will work? acb 3 1,932 2010-04-24, 11:35 PM
Last Post: acb

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode