Skip to content

Protobuf Files Extracted from the EcoFlow Android App

Notifications You must be signed in to change notification settings

aaa4xu/ecoflow-app-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf Files Extracted from the EcoFlow App

Although I used some of the files and everything worked, I cannot guarantee the correctness of all files!

Instructions for Extracting Proto Files

  1. Download the EcoFlow app APK file
  2. Download apktool
  3. Decode the APK file
    java -jar apktool_2.11.0.jar d app-release.apk -o ~/Downloads/ecoflow-app
  4. Install bun
  5. Install project dependencies
    bun install
  6. Run
    bun index.ts ~/Downloads/ecoflow-app

Acknowledgements

About

Protobuf Files Extracted from the EcoFlow Android App

Topics

Resources

Stars

Watchers

Forks