dualshock-tools / ds4-tools

Scripts I use to play and reverse-engineer the DualShock 4
MIT License
300 stars 50 forks source link

Creating and restoring a backup copy of the gamepad firmware #27

Closed Gnidozz closed 5 months ago

Gnidozz commented 6 months ago

As I understand it, using this utility I can take a snapshot of the data before making changes to the device’s firmware. Using the command: python ds4-tool.py dump-flash FILE_NAME.bin

But how can I restore this backup from a file? Tell me the appropriate command, please.

carpikes commented 5 months ago

Unfortunately there is no command to load a dump :( The dump-flash command was used only for debugging purposes.