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.
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
Friends, any chance to flash this cam to english?
Camera is remote installed and i will have limited time to reflash it there.
thanks!
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?
Check that the target device does exist, for example :I mounted by ubiattach, according to your code, but the invalid argument error appears.
ls -al /dev/ubi*
Yes, you are correct.I checked it . i think target already exist.
ubiattach -m 14 -d 5 /dev/ubi_ctrl
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¶
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Ш&........
How you do it ? Can you describe it ?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?