If I had to guess, the VIOFO iOS app v2.9 supports setting the HDR settings which first appeared in production firmware version V1.1_0817. The app may be sending a query to the A119 Mini about the HDR settings and the V1.0_0621 did not have that feature. One would hope the app would be able to suppress error responses for unsupported features in that version of firmware.The App version is iOS 2.9 and the camera FW version is A119 Mini_V1.0.20220621. I plan to upgrade the camera FW to the new FW.
LMAO.They really should put in a version checker as to not call to functions that do not meet the version. I know a ton of people that never upgrade the firmware.
I've sent this issue to VIOFO asking what they can do to make the VIOFO app more aware of the features available in the installed firmware version or handle (silently) any request for a request for an unsupported feature in the firmware that's currently installed.They really should put in a version checker as to not call to functions that do not meet the version. I know a ton of people that never upgrade the firmware.
I'm not suggesting having anyone generate HTTP requests to their VIOFO dash camera to change settings, I'm simply pointing out what the app is doing (or not doing). I want the VIOFO app to handle these issues in a graceful manner so the user is not presented with an avoidable error message.As they say " if it aint broke, dont fix it " 😉
I must admit i update when i can, most scary have always been computer motherboard BIOS updates, CUZ i have heard horror stories, but knock on wood i have never experienced that myself.
I have as a younger geek some times messed around in reg edit in windows, and this have caused a need for a reinstall now and then. 😳
Sad part is its only a few extra lines of code. I've already told people to update their firmware as I know the apps will update on their phones then Ill get phone calls as to why its not working and how do we fix it... That and there are so many uninformed users who will just vote down and give bad reviews because they don't know any better.I've sent this issue to VIOFO asking what they can do to make the VIOFO app more aware of the features available in the installed firmware version or handle (silently) any request for a request for an unsupported feature in the firmware that's currently installed.
The app could make one query to the firmware and ask what are the command (numbers) that are supported by the installed firmware and then they could restrict the app to the list of supported firmware commands. I do see a request with a "cmd=3014" and the large XML response is a list "<cmd>" and "<status>" values, but it doesn't contain a "<cmd>" entry for the 2027 (see below) or 2028 command. Without a list of the "cmd" parameter values and what they mean, it's hard to determine what exactly each one is used to accomplish in the app/firmware connection.
I'll see what VIOFO comes back with on this issue.
I examined the packet capture a bit more and found that "cmd" value "2026" is used to select the "HDR" feature option ("par" values: 0=Off, 1=On, 2=Auto). To adjust the start/end times for the HDR "Auto" mode, a "cmd" value of "2027" is used with a "str" parameter value with the start/end times in the format of "19:00-07:00".
I gave those folks a special shoutout in my latest review at 34:03That and there are so many uninformed users who will just vote down and give bad reviews because they don't know any better.