Easy ADB and fastboot (EAF)

a GUI tool for easier using ADB and fastboot

View the Project on GitHub ryantsui1109/Easy_ADB_fastboot

Easy ADB and fastboot (EAF)

EAF 是什麼

EAF 是一個圖形化的 ADB 和 fastboot 管理器

EAF 的功能

截圖

fastboot getvar function device manager output by groups

支援的平台

目前官方發佈 Linux 和 Windows 版,macOS 用戶請自行編譯

安裝與更新

安裝

Releases 頁面下載, 或從我們的 網站

Windows

雙擊 exe 檔案安裝

Linux

解壓縮下載到的 tar.xz, 並執行 easy_adb_fastboot

Update

Windows

每隔數天將自動檢查更新,可以在設定中變更,或手動檢查更新

Linux

目前不支援,請自行下載新版

從原始碼構建

  1. 克隆原始碼
  2. 安裝 Node.js 和 npm
  3. 安裝依賴

    $ npm install
    
  4. 下載 platform-tools

    $ node scripts/eaf_builder.js -d #僅支援 Windows 和 Linux,macOS 請自行下載
    
  5. 配置
    $ node scripts/eaf_builder.js -i=<index> -c=<channel> #index 爲一數字,channel 爲一字串
    
  6. 建置 EAF
    $ npm run build #此爲本地建置
    

    $ npm run publish #編譯並上傳到發行伺服器(需爲 electron-builder 支援者)