ma1co / Sony-PMCA-RE

Reverse Engineering Sony Digital Cameras
MIT License
1.99k stars 221 forks source link

How to enabe PAL/NTSC Selector on Sony A7IV #499

Open tuyenvuhuy opened 3 months ago

tuyenvuhuy commented 3 months ago

When I try to unlock PAL/NTSC for Sony A7IV using service mode but the selection option 'Enable PAL / NTSC selector & warning' is not show. How can we do it?

TOL00 commented 3 months ago

hi, I also faced this problem.
https://github.com/ma1co/Sony-PMCA-RE/issues/495 311547665-21f1efe7-0722-4e5a-865a-2b51e00e9882

Seele-Q commented 3 months ago

Same issue

Seele-Q commented 3 months ago

In [backup.py] there is code /self.addProp('palNtscSelector', BackupProp(dataInterface, 0x01070148, 1))

I guess the ID 0x01070148 is incorrect. As use commend "bk -r" to read 0x01070148, get Error: Senser adjust control error 129, but "bk -r 0x010d008f"(Languages ) get "01", maybe this why can only have 2 options for Limit & Languages.

Can anyone have idea how to get the correct ID for this?

brazefuze commented 3 months ago

hi, I also faced this problem. #495 311547665-21f1efe7-0722-4e5a-865a-2b51e00e9882

hi were you able to unlock languages? i reach to the same menu, & when i plug out my usb & check in the camera, the option to change language is still not there :( [FX30]

DrewTNBD commented 2 months ago

@Seele-Q When you run: /Users/drew/Downloads/Sony-PMCA-RE-master/pmca-console.py print_backup Backup.bin

This is supposed to print out all properties in a particular backup.bin file, using the printBackupCommand(file) function.

However when I run it here on my Macbook I get this: error: argument Backup.bin: can't open 'Backup.bin': [Errno 2] No such file or directory: 'Backup.bin'

I have a Sony a6700, so I don't know if they changed the name or location of the bin file??? I'll try to figure it out. But effectively if we could get this to work, it would in theory give us a whole list of all supported properties.

My guess is that 0x01070148 is incorrect for newer devices.

tuyenvuhuy commented 2 months ago

@ma1co do you have any idea for this issue?