cxulo / ADB-Explorer

A fluent UI for ADB on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADB Explorer Logo

ADB Explorer

Platform

Issues GitHub last commit

An interface to ADB that allows browsing, transferring, and editing of files with ease, in a modern and fluent Windows app, built in WPF.

Issues



App Files

...\AppData\Local\IsolatedStorage\...

Launch app while pressing L-Ctrl to open app files location which may contain:

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

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.

About

A fluent UI for ADB on Windows

License:MIT License


Languages

Language:C# 98.8%Language:C++ 1.2%