termux-adb-fastboot
termux-adb-fastboot copied to clipboard
Cannot connect to device
After installing, when I try to start server and find connected devices I get the following:

@MelleNi Use wireless debugging to connect from the device itself
@rendiix I tried that, but the only way I could do it in the end was by doing a fresh install (after which it wouldn't display any devices at all) and then the following:
Connecting to a computer, and then running:
adb tcpip 5555
adb kill-server
on the computer, disconnecting the cable and running on the phone:
adb connect localhost:5555
The device must be connected to the local network via wifi. Then do adb pairing.

It says pairing is unsuccessful, and that I have to connect to the same network, even though it is of course connected to the same network.
doesn't work, followed instructions and pairing guide to a Tee...

doesn't work, followed instructions and pairing guide to a Tee...
Did you try do the steps I did? Doing that it worked for me, after that you don't need a computer anymore to set it up
doesn't work, followed instructions and pairing guide to a Tee...
Did you try do the steps I did? Doing that it worked for me, after that you don't need a computer anymore to set it up
yes actually.. unless i gorgot something?
can you write a step by step to be sure?, i'll try once more?
- Connect your device to a computer
- On the computer you make sure the device shows up with
adb devices - On the computer you do
adb tcpip 5555and thenadb kill-server - Disconnect the phone from the computer
- On the phone you do
adb connect localhost:5555 - It should now connect
I think that's all the steps, but it's from memory, so I might be wrong.
It's similar to this wi-fi guide: https://www.guru99.com/adb-connect.html
1. Connect your device to a computer 2. On the computer you make sure the device shows up with `adb devices` 3. On the computer you do `adb tcpip 5555` and then `adb kill-server` 4. Disconnect the phone from the computer 5. On the phone you do `adb connect localhost:5555` 6. It should now connectI think that's all the steps, but it's from memory, so I might be wrong.
It's similar to this wi-fi guide: https://www.guru99.com/adb-connect.html
Thank you! It worked!