No, the digicap.dav file in the dropbox folder is the Chinese 5.1.6 140412 firmware, tftp this into the camera. Once rebooted it will be in Chinesse. Now telnet into the camera and replace the davinci file with the one in dropbox folder. login via ip address youve assigned to camera, telnet program will ask for hikvision login and password. Admin,12345. Then type "startFTPService".
Then use a ftp software/program to log into camera username: root Password 12345. (I use filezilla) Locate davinci file in camera and replace it with the one from the dropbox folder, close ftp software, in telnet program type "stopFTPService" then type reboot and press enter. Now once camera has rebooted menus should now be in english, good luck.
No, the digicap.dav file in the dropbox folder is the Chinese 5.1.6 140412 firmware, .....
What is the difference between the digicap.dav and the davinci.tar.gz ?
What software is contained in each file?
When you say to "... replace it with the one from the dropbox folder" do you mean to copy the file davinci.tar.gz from your dropbox and overwrite the original file davinci.tar.gz located in the camera?
In your dropbox the title says "v5.1.6_140612" which is the official firmware version number in the US HIK site. Have you mistyped in your text above the firmware version?
Sorry, the v5.1.6_140412 is the US firmware, this reverts to Chinese when TFTP'd onto the Chinese cameras. That is why the davinci file is changed so it shows in English.
The digicap.dav is the actual US firmware for Hikvision Series 2 Cameras and davinci.tar.gz is the edited hex file which makes the firmware English.
I've tried to mod the Firmware 5.2.0 but I've found two problems:
1) The ftpput and ftpget executable are missing in the 5.2.0 firmware version (maybe to try to avoid the davinci mod?)
Solution: mount a NFS or CIFS share within the classic configuration menu and then use this command (assumed that you use the first share of the list):
cp /dav/davinci.tar.gz /mnt/nfs00
Then modify the davinci file on the share and when you are done you can copy back to the camera with this command:
cp /mnt/nfs00/davinci.tar.gz /dav
2) The original string in 5.1.6 firmware "8a 30 dd e5 38 a0 9d e5" is there, but when I modify it with "8a 30 dd e5 01 a0 a0 e3" and reboot simply the camera doesn't boot anymore. I had to restore the old firmware with the tftp.
Anyone has an idea of another string value to try?