guino / BazzDoorbell

124 stars 22 forks source link

update doorbell #100

Open stack0423 opened 1 year ago

stack0423 commented 1 year ago

Can i update my doorbell with 2.10.5? Its working now with the hack. Is the hack then still working?

guino commented 1 year ago

You can update, but if you do you'll need to patch ppsapp again (no need to re-apply the hack), here's what I recommend: 1-delete ppsapp from the root of the SD card (so it starts up with the default version without changes) 2-update the device (it will reboot when done) 3-delete the home folder from the SD card (so you can get a copy of the updated ppsapp) 4-patch ppsapp to enable RTSP (assuming it's in this list https://github.com/guino/ppsapp-rtsp/issues/1 ), if not you may need to request a patch to enable RTSP. 5-place the patched ppsapp in the root of the SD card & reboot device to use it

The 2.10.x versions usually block the URLs like http://admin:0560565099@IP/proc/cmdline but you already installed the hack so you probably don't need it (and you can use ppsFactoryTool.txt to get it to work if needed).

The only thing you'll get from 2.10.x is ONVIF (and it's poorly implemented) so it's your call to update it or not. Personally, if it's working and has what I need I don't waste time on it. I would only update it if I have issues and/or something annoying or there's some new feature I want.

stack0423 commented 1 year ago

ok thanks your support