An interface to ADB that allows browsing, transferring, and editing of files with ease, in a modern and fluent Windows app, built in WPF.
%LocalAppData%\AdbExplorer
ℹ️ For Store version:
To be able to see these files, create %LocalAppData%\AdbExplorer\App.txt
before installing, otherwise the files are stored in an unknown location.
- App.txt - persistent settings file.
- AdbProgressRedirection.exe - a pipe for getting progress updates while executing ADB push & pull commands.
- TEMP - a folder to which edited files are transferred temporarily.
- TempDrag... - folder(s) to which files are temporarily transferred for Drag & Drop / Clipboard transfer to PC.
The settings file contains user app settings as well as other settings not directly accessible. The file can be edited, but the format must be preserved. An unrecognized entry will be overwritten. The file can be deleted to restore app settings to their defaults.
To minimize false positive AV detection of AdbProgressRedirection.exe, the x64 build is not done in Visual Studio, but using a specific version of UCRT.This leaves us with only Bkav Pro detection which is (aparently) infamous for its false positives.
- Download GCC 13.3 with UCRT64
- Extract somewhere
- Add to environment Path
[extracted path]\mingw64\bin
- Open the AdbProgressRedirection folder in VS Code
- Build (Ctrl+Shift+B)