Yuan-Kuei Hsueh

Results 23 comments of 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. ![image](https://github.com/RedBearAK/toshy/assets/2286805/554feec0-2071-463e-98d8-0a2b4b952fe7)

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). ![Image](https://github.com/user-attachments/assets/a6d05824-8351-4c66-bc81-6d9bffcef0c5) ![Image](https://github.com/user-attachments/assets/7b6d0fc0-fa81-4952-be6a-e1349b9d952b)

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...