echo "-----------------<List the port filtering and flush any. Dropbear always runs, SSH just gets blocked>---------------"
/bin/iptables -L
/bin/iptables -F
# Fix the execute permission just in case
chmod 755 busybox-armv6l
chmod +s busybox-armv6l
cp busybox-armv6l /bin
ls -al /bin
echo "-----------------<Add new Busybox commands to supplement existing>---------------"
/bin/busybox-armv6l --install -s /bin
# ls -al /bin Far too many to list!
echo "-----------------<inhibit the busybox protected shell>---------------"
mv /bin/psh /bin/psh_orig
ln -s busybox /bin/psh
# ls -al /bin Far too many to list!
ssh root@[COLOR=#333333]<IP of camera>[/COLOR] "ash -c 'mv /bin/psh /bin/old_psh'"
ssh root@[COLOR=#333333]<IP of camera>[/COLOR]
root@[COLOR=#333333]<IP of camera>[/COLOR]'s password:
BusyBox v1.19.3 (2015-03-20 17:37:48 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
-sh: /bin/psh: not found
# ls /
bin dav dev home linuxrc opt root srv tmp var
config davinci etc lib mnt proc sbin sys usr
This won't fix language mismatch issues though if you are using an NVR.Hi! I don't know if it has been said before, but there is an easy way to switch to english language the web menu of your camera. Go to the login web page and the type javascript:chooseLanguage("en") in the address bar of your browser. Repeat if necessary. The only problem is that it's not a permanent solution.
V5.3.0 build 150327 in Chinese is what I got and can't really use it either. Anyone got anything that can make it go back to English? on the tag on back of cam I says 5.3.0Hi Whoslooking, good job. I can test the modified firmware for you and share the result to you and forum members liked I did for alastairstevenson. The camera is in chinese 5.3.0 now, so it is not useful for me. Thus any test are welcomed even at risk of brick.Best regards