ADB and Fastboot in Ubuntu on ARM

Is it possible to get ADB and Fastboot for Android working in Ubuntu running on the ARM Samsung Chromebook under crouton? I'm having no luck finding an answer.

1 Answer

yes you can install ADB and Fastboot.

First update Repository

sudo add-apt-repository ppa:phablet-team/tools && sudo apt-get update

then install ADB and Fastboot

sudo apt-get install android-tools-adb android-tools-fastboot

After installation check the ADB connection by

connect device via USB cable

Tpye adb devices and hit enter you will get an id of device connected to system.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like