Cinema 7 with X1 works, sort of
Moderator: Moderators
Cinema 7 with X1 works, sort of
Hi all,
I downloaded an X1 device upgrade and added it to my Cinema 7 for my new Comcast X1 cable box. The upgrade works fine on my 8811 but on the 7800, the commands work but repeat indefinitely, so that the remote freezes and I have to remove the batteries to get it to stop. I've tried XMP types XMP-1 and XMP-2, both of which work with above restriction, and I also tried XMP-Slingbox protocol instead of XMP, which does not work. I also tried Final Frame toggle which seems to have no effect. Any other ideas?
I downloaded an X1 device upgrade and added it to my Cinema 7 for my new Comcast X1 cable box. The upgrade works fine on my 8811 but on the 7800, the commands work but repeat indefinitely, so that the remote freezes and I have to remove the batteries to get it to stop. I've tried XMP types XMP-1 and XMP-2, both of which work with above restriction, and I also tried XMP-Slingbox protocol instead of XMP, which does not work. I also tried Final Frame toggle which seems to have no effect. Any other ideas?
-
The Robman
- Site Owner
- Posts: 22057
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
did you change the upgrade to URC-7800 before you copied it?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
vickyg2003
- Site Admin
- Posts: 7109
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
-
ElizabethD
- Advanced Member
- Posts: 2348
- Joined: Mon Feb 09, 2004 12:07 pm
Vicky, might this be related?
https://www.hifi-remote.com/forums/viewt ... 9&start=15
scroll down to Posted: Sat May 22, 2010 11:02 pm
https://www.hifi-remote.com/forums/viewt ... 9&start=15
scroll down to Posted: Sat May 22, 2010 11:02 pm
Liz
Tweeking 8910, HTPro/9811, C7-7800, 6131o, 6131n, AtlasOCAP-1056B01, RCA-RCRP05B and enjoying the ride
Tweeking 8910, HTPro/9811, C7-7800, 6131o, 6131n, AtlasOCAP-1056B01, RCA-RCRP05B and enjoying the ride
-
vickyg2003
- Site Admin
- Posts: 7109
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
Thanks Liz, that is the post that describes the problem and solution. We have a couple of versions of xmp. The jp1 version uses a termination call that didn't exist in the older 7800. So the solution is to use XMP,{UEI) which is a bigger protocol. The jp1 version is used for the older remotes that don't have the protocol built in, but not quite as old as the 7800.
I can't believe this was posted 5 years ago. No wonder I was foggy on this.
I can't believe this was posted 5 years ago. No wonder I was foggy on this.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Color me very encouraged but still confused! I see from the other post that I need to use the UEI XMP protocol, but I'm not clear how to do that. In RM I see only XMP and XMP (Slingbox). I opened the linked Robman file and tried to use it as a cable device upgrade but I have the sense I am missing something. Do I need to edit protocol.ini? (One other good thing that came of this is I finally searched and found an old post about "writeRemote -1", that mystery was solved with a 981 reset.) So the question I have is, how do I select/add the UEI XMP protocol?
Thanks!
Thanks!
-
vickyg2003
- Site Admin
- Posts: 7109
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
Ok, fired up the old PC to have a look.
Open protocols.ini and scroll down until you find this portion.
Change the name to something other than plain XMP, something like [XMP (UEI)] or [XMP (7800)]. Then it will show up in RM as an option, don't know why this was changed to not be an option.
Open protocols.ini and scroll down until you find this portion.
Code: Select all
[XMP]
OldNames=XMP (UEI)
PID=01 6CCode: Select all
[XMP (UEI)]
OldNames=XMP (UEI)
PID=01 6CRemember to provide feedback to let us know how the problem was solved and share your upgrades.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
-
The Robman
- Site Owner
- Posts: 22057
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Do you recall exactly which call it is? This executor only uses $010A (test button held down) and $0158/$0145 (pause).vickyg2003 wrote:The jp1 version uses a termination call that didn't exist in the older 7800.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
-
vickyg2003
- Site Admin
- Posts: 7109
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
I believe the test if repeat is required clobbered something, don't quite remember.
5 years ago when I helped on this, the only thing I saw was that the JP1 verision didn't work on the 7800 Cinema 7 but did work on remotes that were slightly newer.
If you look at the one that worked, we are jumping if NC, instead of the test of the register W6 = 0.
Other than the 7800 which was my first foray into dark territory here, I've pretty much specialize in the Motorola based remotes.
5 years ago when I helped on this, the only thing I saw was that the JP1 verision didn't work on the 7800 Cinema 7 but did work on remotes that were slightly newer.
If you look at the one that worked, we are jumping if NC, instead of the test of the register W6 = 0.
Other than the 7800 which was my first foray into dark territory here, I've pretty much specialize in the Motorola based remotes.
Last edited by vickyg2003 on Wed Jul 22, 2015 10:45 am, edited 1 time in total.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.