Cellphonesguide.net
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
Android Android Games iOS iPhone Samsung Galaxy Google Pixel OnePlus Huawei Xiaomi
Discord Social FB Group Games Ask a Question Apps

Android device chooser. Why my device seems offline?

TelVerde

  • Material Design addicted
  • ***
  • 170
Android device chooser. Why my device seems offline?
« on: May 03, 2015, 03:04:40 PM »
List of devices attached: Offline

Why?
« Last Edit: August 09, 2019, 07:19:45 AM by telplaza07 »
Re: Android device chooser. Why my device seems offline?
« Reply #1 on: May 03, 2015, 03:08:37 PM »
  • Restart adb by issuing 'adb kill-server' followed by 'adb start-server' at a cmd prompt / terminal
  • Disable and re-enable USB debugging on the phone
  • Rebooting the phone if it still doesn't work.

99% of your issues will be resolved.

« Last Edit: August 09, 2019, 07:02:08 AM by telplaza07 »
Re: Android device chooser. Why my device seems offline?
« Reply #2 on: May 03, 2015, 07:07:45 PM »

Install ADB and Fastboot tools

Code: [Select]
sudo apt-get install android-tools*
« Last Edit: August 09, 2019, 07:00:09 AM by telplaza07 »