View Single Post
  #6  
Old October 13th 03, 12:49 AM
Nikos Chantziaras
external usenet poster
 
Posts: n/a
Default

Lokke wrote:

Of course the tool initially found that it is NOT a Samsung writer and
quit. In the binary, using Notepad, I changed the ID string "SAMSUNG
CD-R/RW SW-208B" into "CREATIVE CD-RW RW8435E " (mind the extra
space). Then the tool recognized the writer and started the upgrade
process. But failed after 99%...


Using Notepad (or any other text-editor) for that, was a very, very bad
idea. Text-editors will modify the file in a destructive way (they think
there are line-breaks in there, but that's not true for a binary file). You
should use a hex-editor for that, which would allow you to change only what
you want, not messing up the whole file. Text-editors are for text-files,
not binary ones. Don't do it again.


--
Niko