RemoteMaster/RMIR v2.00-preview8 is now available
Moderator: Moderators
-
The Robman
- Site Owner
- Posts: 21888
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
The new build works fine.
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!
-
The Robman
- Site Owner
- Posts: 21888
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
I just downloaded the exe version of 1.99b and it runs fine in Win7-64
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!
Rob,
You might be able to adjust which of the various installed Java versions is the active or default one using the Java Control Panel, found in the Control Panel (at least on XP).
You might be able to adjust which of the various installed Java versions is the active or default one using the Java Control Panel, found in the Control Panel (at least on XP).
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
OK, it's been almost a week since I released Preview 8. It's been downloaded 34 times. The only comments have been from Rob related to a problem with an older version of Java 6 on 64-bit Windows 7.
Does no one else have any feedback?
Does no one else have any feedback?
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
vickyg2003
- Site Admin
- Posts: 7104
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
All I've got to say is Nice Job! 
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.
-
The Robman
- Site Owner
- Posts: 21888
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Go for it, make it official.
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!
-
Capn Trips
- Expert
- Posts: 3989
- Joined: Fri Oct 03, 2003 6:56 am
Me likeee!
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
There appears to be a bug in reading in KM upgrade files which specify NEC 4DEV Combo as the executor. Only the first 3 device/subdevice pairs are read; the 4th is discarded.
I think this is caused in DeviceUpgrade.java, line 2366
Value[] importParms = new Value[ 6 ];
I suppose to read in all 4 device/subdevice pairs, the 6 needs to be replaced by 8. (Currently, the files section contains no upgrade using all 4 pairs.)
Also, the protocols.ini entry for NEC 4DEV Combo has the following line:
ImportCmdTranslator=Translator(0,2,8) NECStyleImporter(1)
It should be
ImportCmdTranslator=Translator(0,1,8,0,-1) NECStyleImporter(1)
This error does affect 5 upgrades in the file section.
KM uses 1 based indices while RM uses 0 based. Note that the similar NEC 2DEV Combo entry is correct.
I think this is caused in DeviceUpgrade.java, line 2366
Value[] importParms = new Value[ 6 ];
I suppose to read in all 4 device/subdevice pairs, the 6 needs to be replaced by 8. (Currently, the files section contains no upgrade using all 4 pairs.)
Also, the protocols.ini entry for NEC 4DEV Combo has the following line:
ImportCmdTranslator=Translator(0,2,8) NECStyleImporter(1)
It should be
ImportCmdTranslator=Translator(0,1,8,0,-1) NECStyleImporter(1)
This error does affect 5 upgrades in the file section.
KM uses 1 based indices while RM uses 0 based. Note that the similar NEC 2DEV Combo entry is correct.
I have posted for testing, RemoteMaster.jar and protocols.ini files containing 3FG's corrections. They also include his additions for the NEC 4DEV Yamaha protocol, see here for more details.
Graham