lprot

Results 169 comments of lprot

> it's not about magiskinit, since simply unpack repack does not work. Unpack/repack works with and without -n, not sure what was wrong with boot2.img on old firmware but on...

> pstore This firmware does not have adb at all (it is blocked even if you enable developer's options). I will try to connect to uart on board ![Image](https://github.com/user-attachments/assets/8d12d5b2-7dcd-47db-a80e-5d5c723f5056)

Strange to have it there then because you always see the sorting direction in the headers of the columns in panels. But I suppose that is needed somewhere where indicators...

Just an inspiration how it is correctly done in Forklift: ![image](https://github.com/doublecmd/doublecmd/assets/2608545/3f9a1adb-9572-4feb-b34f-b04dce699ffc) If ls fails, why to change anything?

> This is impossible. DC works differently. Why exactly is the error handling not possible?

> plugins like ftp use wfx api from totalcmd, the entire implementation occurs on the plugin side and dc receives a list of files, dc doesnt know the reason why...

> totalcmd supports error checking if the plugin uses the winapi call SetLastError, but in the cross-platform doublecmd this functionality is missing iirc Why we cannot change/reconnect to the current...

> getting a list of files and writing information to the log are in no way related to each other. dc doesnt know why the plugin decided to write something...

> wfx api simply provides a callback which essentially writes a certain string (error/details) in the log window Still don't get why DC cannot control the call back and react...

> File panel and log window are two independent entities. They are not related to each other in any way. Can't beleive they cannot exchange status :(