ma1co / fwtool.py

A tool to unpack Sony camera firmware images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tried installing open memories: tweak for PJ 680 japanese model but got unknown camera error

ashishs911 opened this issue · comments

Please add PJ 680 in the compatible cameras

commented

Sorry for my late reply.
As a first step, we'd have to dump the PJ680 firmware. We'll do this using the firmware update mode. First, we have brute force the model id of your camera. This won't install anything on your device. If you're interested to help, here's what you can do:

  • If you're on windows, download the newest development build of pmca-console here.
  • Download 0x61010000.zip and place it in the same folder (no need to unpack). It contains a bunch of firmware images which might match your camera.
  • Power on your camera and connect it over USB to your computer.
  • Open a command prompt and run the following command: pmca-console guess_firmware -f 0x61010000.zip
  • With a bit of luck, the script should find the model id of your camera.

Let me know if you need any help.

commented

Closed due to inactivity. @ashishs911 Please reopen if you make progress.