Quote:
Originally Posted by Jean
Unfortunately I still get an error message -- "Error: invalid PID checksum".
|
The usual reason for this is spaces in the filenames, for example the command:
Code:
pid_checksum file name1.prc file name2.prc XXXPIDXXXX
has 5 arguments and its 3rd argument is file. The pid_checksum script will detect that you are using 5 arguments by mistake, but mobidedrm just tells you that the PID checksum is wrong. The fix is to use quotes:
Code:
pid_checksum "file name1.prc" "file name2.prc" XXXPIDXXXX