I suggest to try the following:
- Download the Remotemaster file for the Motorola DVI3000 (or the Galaxis sat receiver KM file) from here:
DVI3000:
https://www.hifi-remote.com/forums/dload ... le_id=2691
Galsxis Easy:
https://www.hifi-remote.com/forums/dload ... le_id=1065
They both have a custom protocol defined (I tweaked the Galaxis one to work with 23bit device/subdevice codes).
- Open the file in Remotemaster (for KM files change the file type in the open dialog box)
- Do the encoding conversion for the device/subdevice code and the OBCs (a little bit of hex/binary knowledge is needed) as described
What you need to do is to convert your device/subdevice code into the 'Fixed Data' on the first tab like this:
Device/Subdevice (Fixed Data) 37/0
Code: Select all
Decimal: 37 0
Hex: 25 0
Binary: 00100101 00000000
00 10 01 01 00 00 00 00
N32 raw: 0 011 01 01 0 0 0 0
N32 added: 11111111111 001101010000 0
11111111 11100110 10100000
N32 Hex: FF E6 A0
So the fixed code for the protocol should be FF E6 A0
- For the OBCs you follow similar procedure (see quote from jon_armstrong)
Code: Select all
OBC 12
Decimal: 12
Hex: 0C
Binary: 00001100
00 00 11 00
N32 raw: 0 0 0111 0
N32 fixed: 0011100 111111111
00111001 11111111
N32 Hex: 39 FF
Fill these hex codes for the OBC in the HEX column for the function in on Functions tab. The OBC column will now display something different than your actual OBC because of the Nokia32 way of encoding data.
- Repeat for all important keys/functions
- Export Binary Update and cross fingers that it works