a GUI tool for easier using ADB and fastboot
EAF is a graphical manager of ADB (Android Debug Bridge) and fastboot.
Linux and Windows are officially supported, for MacOS users, you can build it by yourself.
Download release files from Releases page, or from our Website
Please double click the exec file to install.
Extract the tar.xz, and excute easy_adb_fastboot
which should be inside the folder.
Updates will be checked every few days, you can set it in the settings page, or you can check it manually
Currently not supported, download manually from the links above.
Install dependencies
$ npm install
Download platform-tools
$ node scripts/eaf_builder.js -d #Windows and Linux only, for mac users, please download manually from Google's site
$ node scripts/eaf_builder.js -i=<index> -c=<channel> #index should be a number, and channel should be a string
$ npm run build #build locally
or
$ npm run publish #build and upload release server (any releasing way that electron-build supports)