-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 2 unsupported languages that may cause unexpected reboots on JP version cameras #356
base: master
Are you sure you want to change the base?
Conversation
I confirm this modification works on a a6100 from Japan. No more reboot in language menu. |
I am using A7M4(Japan), And I need Chinese language 😭 |
I can confirm this patch works on a a6700 form Japan. |
maybe can you show me how its done step by step? i am running windows pc and don't have linux |
I tried it with my |
Also, work on the new ILCE-7C2 (Japan)! UPD: The update to 1.01 went well. |
Have you tried modifying BackupHeader to support Simplified Chinese? I also came up with this method, but I'm afraid the firmware may have other verification restrictions that could cause the camera to turn brick ------- 2023.12.27 add |
H @dreambold , i tried to install backup.py and tweaks.py but the code error at line 5 in backup.py. can you help me in detail of instruction how to use those file? Which one should be run first, and any attention need to pay. Thank you very much in advance. |
i tried to install backup.py and tweaks.py but the code error at line 5 in backup.py. can you help me in detail of instruction how to use those file? Which one should be run first, and any attention need to pay. Thank you very much in advance. |
i tried to install backup.py and tweaks.py but the code error at line 5 in backup.py. can you help me in detail of instruction how to use those file? Which one should be run first, and any attention need to pay. Thank you very much in advance. |
What can we expect if change "if region[region.index('_')+1:] == 'J1': return self.getLangs('JP-MOD')" Does this make any sense? Can region been recognized as Japan but language output in Chinese? |
How do I download the artifact for this? |
and you ,my friends ,you are a real hero |
Hi, Thanks in advance for your effort |
Could please help us how to do |
Just removed 2 unsupported languages that may cause unexpected reboots on Japanese version cameras.
Tested OK both on my ILCE-7C and ILCE-7RM3.
Additionally, since some languages (e.g. Simplified Chinese) are not available on some versions of camera, it might be ideal to change the region info in the
BackupHeader
. For example, I have an ILCE-7C with theCX88600_J1
region, and I'm wondering if I could change it fromCX88600_J1
toCX88600_HK1
to support more common languages. Open for discussion.