robotemi/sdk

ADB connection - Unable to connect

acivit opened this issue · 3 comments

acivit commented

Hello!

I was using the ADB connection yesterday, using both terminal command (curl -k ...) and the https link. I did a factory reset and now I cannot connect through ADB securely. Using the link with the browser I get an error "Unable to connect", and with the terminal it fails to connect.

Screenshot from 2023-10-19 09-37-44

unnamed

If I open the port insecurely, I can connect through adb, meaning that both my pc and temi are in the same network.

Why does it happen? How can I solve it?

Thanks

The factory reset was made in temi settings or Android settings?

acivit commented

@zjn0505 In temi settings

I encountered this problem in two ways before. The first one is to use adb devices to see how many devices you have. Usually when you encounter this kind of problem, it means that you did not give it a clear device name. Adb disconnect should solve the problem. The second is to shut down and restart both.The above is just a suggestion