Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devices list empty after running ADB devices #42

Open
Priyanshu-Kumar1 opened this issue Feb 19, 2021 · 4 comments
Open

Devices list empty after running ADB devices #42

Priyanshu-Kumar1 opened this issue Feb 19, 2021 · 4 comments

Comments

@Priyanshu-Kumar1
Copy link

I m trying to get logcat for my app made using kivymd but it is crashing. I don't have a PC therefore I installed termux-adb but after doing all steps I can't find my mobile in List of devices attached it is completely empty. Please help me

@and101
Copy link

and101 commented Feb 22, 2021

This version of Termux-ADB has old binaries that don't support pairing without a PC.

Alternatively, if you have a device with Android 11, you can use my fork of Termux-ADB with updated binaries. If your device supports wireless debugging, you can use a pairing code to pair Termux-ADB to your device. You can find the repo on my profile.

@arkansawdave74
Copy link

arkansawdave74 commented Mar 4, 2021

I hope you add usb debugging support. Having fastboot without usb support is useless isn't it? How can we use fastboot on another device? I'm trying with a dual usb-c cable.

@tristan-k
Copy link

Alternatively, if you have a device with Android 11, you can use my fork of Termux-ADB with updated binaries. If your device supports wireless debugging, you can use a pairing code to pair Termux-ADB to your device.

How is the adb command syntax for pairing with a pairing code?

@tristan-k
Copy link

To answer my own question, it is:

adb pair <host>[:<port>]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@tristan-k @arkansawdave74 @and101 @Priyanshu-Kumar1 and others