Page 2 of 2
Posted: Mon Mar 16, 2009 6:46 pm
by carbone
Thanks everybody and sorry if i didn't reply quickly...
I tried the new wav from mathdon but that didn't work...
The download failed everytime...
I tried many times with different sound volume and tone... with speakers and headphones.
Most of times, the remote blink sometimes and say "download failed" at the end of the wav... I suppose that european urc-7780 is not the same than urc-7781
thanks for your help... i think i have to be unbewitch lol
carbone
Posted: Tue Mar 17, 2009 12:55 am
by aberguerand
I have tried the posted file on my 7780 and also got a "download failed".
Here is another version that works on my 7780. You need to unzip the wav file first.
Posted: Tue Mar 17, 2009 3:01 am
by mathdon
Alain - what did you do to get the file to load to the 7780? I created one that would load to the 7781 and then did the equivalent for the 7780, so I'm puzzled as to what I did wrong. And did you use IRtoWav directly or from IR.exe? If from IR.exe, which version? My mod to correct what I believed to be wrong with WAV file generation for the 7780/81 went into IR 8.00 Beta 5 (and, of course, Beta 6), and I want to make sure I haven't made a mistake with it.
Carbone - I'm in Europe too (UK) and both 7780 and 7781 are European models. Although my remote is a 7781, so that is what I tested with, the two models are very similar and the file I posted for you was one I created specifically for the 7780.
Posted: Tue Mar 17, 2009 3:17 am
by aberguerand
Graham, I have opened your wav file in IR 8 Beta 5 and reexported it as wav (File/Export to wav/Upgrades). The only difference between your posted file and the IR exported one are in the first two bytes.
Your file :
Code: Select all
F000: 9D 62 F0 44 F0 4A FF 00 11 3A C5 66 99 0A F5 4A
....
The IR exported one :
Code: Select all
F000: FF 00 F0 44 F0 4A FF 00 11 3A C5 66 99 0A F5 4A
....
IR 8 beta 5 sets these two bytes automatically to FF 00.
Posted: Tue Mar 17, 2009 3:38 am
by carbone
Great !! It finally works !!
The aberguerand's wav was downloaded at the first try and the dvd player is region free now !
Thanks to all, i didn't understand all the steps to get this wav but it works

Posted: Wed Mar 18, 2009 5:44 am
by mathdon
I've discovered what went wrong with my WAV file. There was some junk data after the end of the valid data in the upgrade section of the EEPROM. This was included in the checksum calculation (which calculates for the entire upgrade area) but not in the WAV file (which only includes the valid data). So the checksum in the WAV file didn't match the data in that file.
When Alain reloaded the WAV file, only the valid data was loaded so IR recalculated the checksum and got the correct value, which by chance happened to be FF 00. The re-exported WAV file was then valid.
The lesson to be learned is: If you create a WAV file for an HCS08 processor, use Advanced/Clean Upper Memory from the menu bar before exporting the data. This will get rid of any junk that will otherwise be included in the checksum. (And use IR 8.00 Beta 5 or later, as earlier versions do not include the checksum in the exported WAV file.)
_________________
Graham