View Single Post
  #10  
Old October 13th 03, 10:53 PM
Lokke
external usenet poster
 
Posts: n/a
Default

On Mon, 13 Oct 2003 02:49:14 +0300, "Nikos Chantziaras"
wrote:

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.


I am sorry. Mostly for the fact that the drive is dead and to a lesser
extend, that I did crosspost.

But will we know that Notepad was the source of the problem? Should I
binary compare the files? (and how)

Lokke