T0biasCZe/AdbFileManager — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Windows desktop app that works like a fast file manager between an Android phone and my PC, using ADB instead of normal MTP so transfers are much faster. I want a two pane view, with the phone on one side and Windows folders on the other, so I can browse both, go into folders with double click or Enter, go up a folder with Backspace, select files or folders, and copy them in either direction with clear arrow buttons.
Please make it Windows only, in C#, and assume the phone has USB debugging turned on. Add a few basic settings, keep original modified date when copying, preview photos or videos on double click by temporarily pulling them to the PC, and a compatibility mode for older Android devices where normal file listing does not work right. It should be easy to use, responsive, and practical for everyday file transfers. If needed, look up current ADB and desktop runtime details online, including the 32 bit .NET 8 requirement.
Want more depth? Deep Reverse