Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add packet types fota.py #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NullReferenceError
Copy link

@NullReferenceError NullReferenceError commented Feb 2, 2024

I've been on a quest to find a basic method of powering off the blackvue camera in some way over remote connection. Real interesting stuff in this repository - the firmware modifications don't seem to work on newer cameras (tried adding a backdoor using the cmd.cgi method to just call /sbin/poweroff on the device) but was unable to get the firmware on the DR900X to take, with both FOTA and manually overwriting the path on the SD-Card. The path in the SD-card is actually completely empty (or maybe hidden) so I think there is some precautions in place on newer firmwares. The FOTA upgrade seems to run, but after the camera reboots it's back at the same firmware prior to the FOTA running. Could also be the sue_checksum is not valid - tried several variations on the model (900X2, DR900X, 900X) with no luck.

Anyway, in FOTA I found several other packet types that can be sent to the DR900X, and updated the script here to account for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant