ADB Plugin is a Chrome Extension that runs ADB daemon and enables remote debugging for mobile.
- Visit https://github.com/Sfate/ADBPlugin-linux-x32/raw/master/npADBPlugin-lastest.crx and download extension.
- Go to
chrome://extensions
and drop that file there. - Click little Android icon next to address bar.
- Get FireBreath at http://www.firebreath.org/display/documentation/Download
- Navigate to project root directory and build package:
# Note: $PROJECT_ROOT_DIR and $FIREBREATH_FULL_PATH should be complete paths
cd $PROJECT_ROOT_DIR && chmod +x build.sh
./build.sh $FIREBREATH_FULL_PATH
- Complete extention will be available at the project root directory by name
npADBPlugin-linux-x32.crx
- Need to be tested on x64 and non-debian based systems.
This is a port of https://github.com/repenaxa/ADBPlugin for Linux.
And i beelive that this should be under the MIT License. Please inform me if it's not. =)