nohajc / termux-adb

Run adb in Termux without root permissions!
MIT License
359 stars 36 forks source link

Can't connect daemon #14

Closed mcagabe19 closed 1 year ago

mcagabe19 commented 1 year ago

Describe the bug termux-adb can't connect to deamon

To Reproduce termux-adb devices

Screenshots Screenshot_20230625_163316_Termux

Smartphone:

Attach contents of the following files adb.10320.log

nohajc commented 1 year ago

Is it possible there is another adb server already running? I would try both adb kill-server and termux-adb kill-server.

nohajc commented 1 year ago

Also, you might need the workaround mentioned in #6 .

mcagabe19 commented 1 year ago

Is it possible there is another adb server already running? I would try both adb kill-server and termux-adb kill-server.

this not worked ;-;

Also, you might need the workaround mentioned in #6 .

This worked guhh so weird really