There is a newer chinese firmware for Eos, but no official/english one newer than 20161209.Hi
I just downloaded DH_IPC-HX4XXX-Eos_EngFraSpaRus_PN_Stream3_V2.420.0000.22.R.20161209.bin firmware and it works.
Just wanted to make sure that no other new firmware exists.
Thanks again.
I patched the Chinese one very quickly and flashed it to my cam: https://i.botox.bz/dh_ipc-hx4xxx-eos_chn_pn_stream3_v2.426.0000.22.r.20170309.bin
I don't see any changes to be honest...
When the English version is out I'll make a full image, this one has: region check patched, telnet added, eng,spa,fra,rus from previous version, disabled update and T2U "watchnet" server/ lechange pro
So it should be fine for testing, but don't flash all of your cameras yet ^^
This is the same firmware but an older version...Thanks cor35vet for your help but this file is still rejected by the cam, may be not the good one?
Could you please patch me this last one? No need of telnet
The last official file from Dahua website is this one
DH_IPC-HX5X3X-Rhea_Eng_P_Stream3_V2.460.0000.7.R.20170306.zip
Many thanks
I will compare them, were you able to flash that one?yes, you're totale right but it's the only firmware i can found on the offical dahua webpage of the cam ??
IPC-HDBW5231R-Z | Dahua Technology
so i think my be the older one should pass? i can't understand why the "newest" one is rejected as "illegal" ?
How do you know that is the reason?no, i can't flash this one, because it's saying illegal (englsih version not patched) but may be a i will be able with the patched version (i really hope so)
Interesting, this is the JSON RPC for the WebUI?Later versions of Dahua FW has telnetd is disabled by default, however telnetd can be enabled/disabled by one simple JSON request.
Remote dump's from some research I have doing some time (even console debug shell via JSON is possible)
[IPC-HDBW1320E-W] / # getdefault Telnet
[request]
{"session": 217419250, "params": {"name": "Telnet"}, "method": "configManager.getDefault", "id": 1}
[responce]
{ "id" : 1, "params" : { "table" : { "Enable" : false } }, "result" : true, "session" : 217419250 }
[IPC-HDBW1320E-W] / # telnetd enable
[request]
{"session": 217419250, "params": {"name": "Telnet"}, "method": "configManager.getConfig", "id": 20}
[responce]
{ "id" : 20, "params" : { "table" : { "Enable" : false } }, "result" : true, "session" : 217419250 }
[request]
{"method": "configManager.setConfig", "session": 217419250, "params": {"table": {"Enable": true}, "name": "Telnet"}, "id": 21}
[responce]
{ "id" : 21, "params" : { "options" : null }, "result" : true, "session" : 217419250 }
[IPC-HDBW1320E-W] / #