ma1co / OpenMemories-Tweak

Unlock your Sony camera's settings
MIT License
1.14k stars 113 forks source link

RX100M5 - turn off screen option #404

Open marcodagi opened 3 years ago

marcodagi commented 3 years ago

Is it possible to add an option(s) to turn off a screen without turning off the camera? I found that newer models have option to turn it off after custom time. This is something good to have (or even more if this kind of thing is possible at all)

CyberUSB2 commented 3 years ago

In order to solve this, you would need to do the following steps:

  1. Extract the backup.bin file from the newer camera ( by using pmca-console.exe pull file command)
  2. Change the setting for turning the screen off (dont change any other settings)
  3. Extract the backup.bin file again from the newer camera
  4. Compare the 2 extracted backup.bin files and use "diff" software to see which setting has changed
  5. Step 4 should have revealed the backup param ID for turning the screen off
  6. Use PMCA-console.exe interactive updater shell to manually set that backup param ID on the older camera.
  7. Operate your older camera to see if the newer setting has an affect..
dsol1980 commented 9 months ago

Anyone found this missing parameter for older cams? if someone discovered the parameter, would this work across other Sony models do you think?