Hikvision FIRMWARE TOOLS - change language, extract files and create own firmware

axelum

n3wb
Joined
May 18, 2021
Messages
4
Reaction score
0
Location
Russia
Need help changing the logo on the hikvision DS-2CD2643G0-IZS camera works on firmware G1 v5.6.4 - v5.6.5
 

axelum

n3wb
Joined
May 18, 2021
Messages
4
Reaction score
0
Location
Russia
I'd check out the @rearanger excellent post here Hikvision G1 5.5+ firmware Exploring the Cam & attempting unlock

Once you get root shell on the camera you can change the logo to what you'd like. Will require UART access to the camera to get root in the first place however.
yes, but I am having several problems:
1) I couldn't find the images.
2) I can't download firmware via tftp after formatting.
error tftp: timeout
with smaller files everything works out
putty.PNG
 

axelum

n3wb
Joined
May 18, 2021
Messages
4
Reaction score
0
Location
Russia
You can mount the ubi volume that contains the IEfile.tar.gz if you poke about a bit using the display text as reference.

That will contain the logo you want to change.
edit:
Just checking one of my G1's and looks like after a firmware has booted first time it unpacks IEfile.tar.gz and deletes it.
So the files you are after would be

/dev/ubi5_0 on /dav_web type ubifs (rw,relatime)

In /dav_web

Code:
mkdir /dav_web
ubiattach  -m 14 -d 5 -b 5
mount -t ubifs /dev/ubi5_0 /dav_web

# find /dav_web | grep -i logo.png
/dav_web/webLib/doc/ui/images/logo.png
Thanks, truly grateful for your assistance
 

cyrusbyte

Young grasshopper
Joined
Dec 10, 2015
Messages
32
Reaction score
13
Friends, any chance to flash this cam to english?
Camera is remote installed and i will have limited time to reflash it there.
thanks!
Do you have a dropdown box at the web login page? Many have English option but default to another language..
 

cyrusbyte

Young grasshopper
Joined
Dec 10, 2015
Messages
32
Reaction score
13
Hello. I have 4 Annke C-800 Turret cameras (P/N I91BF, S/N start with 'E') , apparently equivalent to Hikvision P/N DS-2CD2383G0-I . My Annke cameras came with Factory Installed F/W = V5.5.83 , build 190313. Going to the Hikvision US website entry for that camera: 8 MP Outdoor IR Network Turret Camera and following the latest firmware download link, I find V5.6.3 build 190923 (11/20/2019) is the latest released firmware version (and newer than what is in my Annke Cameras). I also see from the Hikvision download EU portal that there are a couple newer versions than the latest released version. The latest shown on that site is V5.6.5 build 200316 (4/30/2020). Should I go with the released version or the newest version?
This might help:
 

sechan94

n3wb
Joined
Jun 28, 2021
Messages
4
Reaction score
0
Location
korea
a 2022-01-10 181429.png

@watchful_ip

Can you give me some help?

I mounted by ubiattach, according to your code, but the invalid argument error appears.

How can i solve this problem?
 

DanITman

n3wb
Joined
Apr 21, 2017
Messages
7
Reaction score
2
Anyway to use this code to change the OEM code. I feel like my NVR having an OEM code of 0x1 is causing firmware upgrades to fail. I have the correct firmware with the correct platform code. So the language code, platform code are all correct. Oem code is different.

 

krviolent

n3wb
Joined
Feb 23, 2023
Messages
1
Reaction score
0
Location
Kazakhstan
Hello! I need to load firmware with EN locale into CN camera, but I get language mismatch...
Is anybody have experience at changing lang of digicap.dav firmware?
Firmware have to header as least (H5 camera):HK20 and HK30.


HK20 header is below:
Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

00000000  30 32 4B 48 4B 24 00 00 6C 00 00 00 00 00 00 00  02KHL$..l.......
00000010  6E DC 82 11 01 00 00 00 FF FF FF FF FF FF FF FF  nЬ‚.....яяяяяяяя
00000020  FF FF FF FF FF FF FF FF FF FF FF FF 33 30 35 30  яяяяяяяяяяяя3050
00000030  30 36 30 30 36 31 31 38 31 33 31 30 30 31 31 00  060061181310011.
00000040  33 30 35 30 30 36 30 30 36 31 31 38 31 33 31 30  3050060061181310
00000050  30 31 31 00 A4 49 51 09 26 01 79 01 34 A4 5D 11  011.¤IQ.&.y.4¤].
00000060  6C 00 00 00 02 DC 82 11 E7 1D 52 B6              l....Ь‚.з.R¶
Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

00000000  30 33 4B 48 86 52 D8 26 00 13 00 00 00 00 00 00  03KH†RШ&........
 

cyberlife

n3wb
Joined
Feb 28, 2023
Messages
1
Reaction score
0
Location
Vietnam
Hello there, I have a problem with my IP-Based Indoor Station Hikvision. I have bought Ds- 6350-C1 with language Chinese. I am using an old one Ds-6350-wte1 with English language.
Now I want my DS-6350-C1 also have english language, I downloaded "Batch Configuration", then Add 6350-C1 then try to upgrade firmware to it. The firmware I use is from this link: DS-KH6350-WTE1
But not success :(
Can anyone help me?
 

Jandari

n3wb
Joined
Jun 15, 2017
Messages
7
Reaction score
1
I have an DS-KD8003-IME1 dorbell with
Firmware_V2.2.62_230204


I succesfully unpacked it and there is an audio.tar.lzma that seems encrypted and canot be extracted. Is there an possibility to replace voice files with mine and rebuild the firmware?
 
Top