now sadp does not show the camWhat exact firmware did you use?
What does SADP show for the camera?
I think you are looking at a Chinese version camera.hi is it possible to flash the model DS-2CD63C5F-IHVS, its supposed to replace Replace DS-2CD63C2F-IVS ?
thanks, I've replied with a pmI think you are looking at a Chinese version camera. To be honest I don't know what type of firmware it takes (IPC_G0, IPC_G1, H3+M etc etc).
It might be possible to make a hacked to English version of firmware for it, but I'd have to have access to the cameras UART and get a flash dump.
There are scripts to unpack/decrypt and encrypt/repack firmware (digicap.dav) for Hikvision IP Video Intercom and IP Door Bells devices (see attached).
To run scripts: Linux (tested on Ubuntu), Python3 and cryptodome python library are needed.
To unpack/decrypt firmware:
1) Copy digicap.dav file to the folder with scripts
2) Run script: ./unpack.sh
3) Unpacked and decrypted firmware is located in the /digicap.dav_unpacked/img folder
To encrypt/repack firmware:
1) Run script: ./repack.sh
2) repack_digicap.dav file is created.
The main application file is hicore and it is located in the hicore.tar.lzma archive.
To extract hicore file:
tar --lzma -xvpf hicore.tar.lzma
To create hicore.tar.lzma archive:
chmod 755 hicore
tar -cvf hicore.tar hicore
lzma -z hicore.tar
chmod 644 hicore.tar.lzma
rm hicore
Note: The 3DEC key for IP Video Intercom and IP Door Bells devices is stored in the .rodata section of the digicapkeyArm.ko (24 bytes at file offset 0x2C0)
Hi,hiktools05R1 - программа которая НЕ РАБОТАЕТ)
Распаковываю рабочую прошивку digicap.dav программой hiktools 05R1 - распаковывает прошивку, потом обратно запаковываю
без редактирования и прошиваю - доходит до половины загрузки и выдаёт ошибку)) Т.е. программа hiktools05R1 - не рабочая,
единственное что распаковывает нормально и можно сравнить файлы 2-х прошивок.
Либо запаковка обратно из .img в .dav не корректно работает.
-----------------
hiktools05R1 is a program that DOES NOT WORK)
I unpack the working firmware digicap.dav with the hiktools 05R1 program - it unpacks the firmware, then I pack it back
without editing and stitching - it reaches half of the download and gives an error)) Ie. the hiktools05R1 program is not working,
the only thing that unpacks normally and you can compare the files of 2 firmware.
Or packing back from .img to .dav does not work correctly.
Hi, and how did you unpack and pack the firmware?Hi,
I have the Hikvision intercom DS-K1T501SF, I unpacked/decrypted and encrypted/repacked firmware (I just changed audio files), but the intercom is bricked. It beeps after booting, it lights, but I can not see it anywhere. TFTP update does not work, but I can ping 192.0.0.64. Could you help me, please?
Thanks,
Jiri
Hi,
with Linux scripts from Ivan1985...
Surprisingly, I used this firmware and the interface changed, do a full factory resetHello everyone, and since I joined the forum I have been trying to solve a problem ... but without success! I hope someone will help me, then I have a monitor DS-KH8301-WT Purchased in China with English language, unfortunately I needed the Italian language and when I updated the firmware, all the interface in Chinese language is back, I tried different firmware, to no avail due to mismatched language, then I came to this post: Hikvision FIRMWARE TOOLS - change language, extract files and create own firmware
well flashing this firmware VIS_11_H5_INDOOR_STD_V1.5.0_181101 has been accepted, but the interface always remains in Chinese, I have tried other versions and other multilingual, but without success! this damn Chinese language doesn't want to go away! hope you can help me, thanks!
I have the same model, and do I understand it right? our tool does not work for this camera type (shows wrong magic and completely different language code, so probably some structure changed.As that model holds the bootpara data / device signature in a security chip, the only way to convert it from CN to EN and install newer firmware is to use 'hacked to English' firmware.
It's a bit of a techy process.