• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root adb vendor code

Boraichee

Android Enthusiast
Any one with adb can you tell me the vendor code. My new install of debian will not see it and it pissing me off. If you use linux you can run these commands to find the code.

Code:
cd ~/android-sdk-linux/platform-tools
You my need to change that to match your sdk directory ^

and then

Code:
./adb devices
 
Back
Top Bottom