Change AdfuUpdate.inf
This topic will be about the AdfuUpdate.inf file you need to change to get your player as an ADFU Device.
ADFU Device is needed for dead players where you want to update a new working firmware.
You can find the AdfuUpdate file into the download section.
Now, each mp4 Player has its own "ID". To get to know your player's ID; you need to go to :
Control Panel - System - Hardware - Device Manager -
Ther you have to find your MP4 player. normally it's an "unknow device".
right klick on it and choose "properties" - Details -
There you will find teh identification you need. It will look like this :
USB\VID_10D6&PID_6982\2002-78
The VID and PID number is what we need to edit into AdfuUpdate.inf, in order that Windows knows that this file has hardware information for the selected device.
Example:
If your VID is 10D6 and your PID ff51, you have to change adfu file into this :
[Upgrade]
%USB\VID_10D6&PID_ff51.DeviceDesc%=MDisk.install,USB\VID_10D6&PID_ff51
and this last line :
[Strings]
MSFT="MP3 Player"
MfgName="MP3 Player"
USB\VID_10D6&PID_ff51.DeviceDesc="ADFU USB Device"
Good luck
|