Yuan-Kuei Hsueh
Yuan-Kuei Hsueh
@RedBearAK I encountered the same issue on my laptop as well, but this time it did not occur on my NUC server. ``` (base) study@study-xps ➜ Desktop toshy-services-log Showing systemd...
This issue is still occurring, but this time there were no logs seen. 
I also purchased the same new version on March 28 from [Taobao](https://item.taobao.com/item.htm?_u=524unt6bd6e8&id=858824621268&spm=a1z09.2.0.0.4c272e8dyk0BLC).  
I just used Wireshark to dump the packets and had ChatGPT generate a sample code. Tested it on my Ubuntu machine, and replaying the previously dumped packets successfully updates CPU,...
Yesterday I tried analyzing the packets. It seems that part of the data is encrypted using DES, which makes it difficult to directly reuse the old data format.
I’ve written a sample CLI tool that supports several commands for the Turing Smart Screen - TURZX 88inch V1.1: - sync - restart - refresh-storage - brightness - save Example...
I've added the `send-image` command, which allows sending 480x1920 PNG files to the device. I think this should be enough for the project to support the new revision. Example usage:...
I also just got the `send-video` command working. Here's an example that plays a video in loop mode: ``` python turing_screen_cli.py send-video --path ./AMD.mp4 --loop ``` So far, it works...
I tried porting the current command implementation into the project. It's not fully polished yet, but it works properly on my Mac. Feel free to fork the branch and adjust...
Hi @loonatic-lee, Thanks for your detailed feedback and kind words! I've tested this on my side and noticed that even the original Theme Editor fails to properly display PNG files...