You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project sounds really good and I'll try it to replace my old downloader. I've never been a big fan of Polar for their decision to let the owner only fully use the product when accepting the upload of personal data to their online service.
I usually avoid this problem by not changing anything on my watch which also means that I do not get updates and that there is no way for me to reconfigure the screens.
For that reason I'd be really interested in a way to delete all the personal data from the watch before using the online service to update or to configure screens. (I'd not dream about an open source software that lets me do these tasks offline...)
I'd be willing to accept that there might not be a way to restore the data to the watch.
Is there a way to use the provided tools to factory reset or delete all personal data? If not, would it be very hard to implement it?
The text was updated successfully, but these errors were encountered:
Removing files from the watch should be quite doable, someone should just be willing to take the time needed to test & implement it (and accept the associated risk for the watch while doing so).
Implementing the REMOVE operation should be very, very similar (use PolarProtocol::PbPFtpOperation::Command::REMOVE instead of PolarProtocol::PbPFtpOperation::Command::GET + no need to write the result to a local file; one would just need to figure out how the result is structured/parsed, if any, incl. in case of error).
The polar_ftp tool can also be easily extended to support this operation, just as the existing GET coommand:
The project sounds really good and I'll try it to replace my old downloader. I've never been a big fan of Polar for their decision to let the owner only fully use the product when accepting the upload of personal data to their online service.
I usually avoid this problem by not changing anything on my watch which also means that I do not get updates and that there is no way for me to reconfigure the screens.
For that reason I'd be really interested in a way to delete all the personal data from the watch before using the online service to update or to configure screens. (I'd not dream about an open source software that lets me do these tasks offline...)
I'd be willing to accept that there might not be a way to restore the data to the watch.
Is there a way to use the provided tools to factory reset or delete all personal data? If not, would it be very hard to implement it?
The text was updated successfully, but these errors were encountered: