Re: Android-tools does not find device

2021-01-12 Thread Joe Zeff
On 1/12/21 12:59 PM, Paul Smith wrote: Thanks, Ranjan. I do not suspect the cable is the culprit -- I have used it to charge the device. I have also used the USB port to connect other devices with no problem. I would still try a different cable, or use the cable with a different device. Just

Re: Android-tools does not find device

2021-01-12 Thread Paul Smith
Your help was providential, Tom! By running fastboot reboot the tablet rebooted! Success! Thank you so much, Tom! You have just saved my life! Paul On Tue, Jan 12, 2021 at 8:06 PM Tom Horsley wrote: > > On Tue, 12 Jan 2021 19:59:06 + > Paul Smith wrote: > > > adb reboot > > If it is in fa

Re: Android-tools does not find device

2021-01-12 Thread Paul Smith
"Paul Smith" > To: "Community support for Fedora users" > Subject: Re: Android-tools does not find device > Thanks, Ranjan. I do not suspect the cable is the culprit -- I have > used it to charge the device. I have also used the USB port to connect > other devi

Re: Android-tools does not find device

2021-01-12 Thread Tom Horsley
On Tue, 12 Jan 2021 19:59:06 + Paul Smith wrote: > adb reboot If it is in fastboot mode, don't you have to talk to it with the "fastboot" tool, not "adb"? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-

Re: Android-tools does not find device

2021-01-12 Thread Paul Smith
On Tue, Jan 12, 2021 at 7:56 PM Roberto Ragusa wrote: > > > However, when I run the following command, no device is found, in > > spite of the fact that the table is connected to my computer running > > Fedora by a USB cable: > > > > # adb devices > > List of devices attached > First step: is a ne

Re: Android-tools does not find device

2021-01-12 Thread Ranjan Maitra
From: "Paul Smith" To: "Community support for Fedora users" Subject: Re: Android-tools does not find device Thanks, Ranjan. I do not suspect the cable is the culprit -- I have used it to charge the device. I have also used the USB port to connect other devices with no problem.

Re: Android-tools does not find device

2021-01-12 Thread Paul Smith
Thanks, Ranjan. I do not suspect the cable is the culprit -- I have used it to charge the device. I have also used the USB port to connect other devices with no problem. I am trying to do a adb reboot of the tablet. Paul On Tue, Jan 12, 2021 at 7:47 PM Ranjan Maitra wrote: > > Several possib

Re: Android-tools does not find device

2021-01-12 Thread Roberto Ragusa
On 1/12/21 8:40 PM, Paul Smith wrote: However, when I run the following command, no device is found, in spite of the fact that the table is connected to my computer running Fedora by a USB cable: # adb devices List of devices attached First step: is a new device appearing in "lsusb" output? I

Re: Android-tools does not find device

2021-01-12 Thread Ranjan Maitra
Several possibilities:   1. The cable is bad (the better option). 2. The connector that connects the cable to the tablet is bad.   I have #2 with my Samsung Galaxy S7 (I lost a day trying to figure this out) and it is a known problem with the device. What are you trying to do?   Ranjan