dwaan / homebridge-adb

Homebridge script to control remote ADB enabled Android device
MIT License
76 stars 15 forks source link

Getting error message in logs #63

Closed roberkane212 closed 2 years ago

roberkane212 commented 2 years ago

Firestick- connect - connect -/bin/sh: adb: command not found Don’t know what this means

roberkane212 commented 2 years ago

I have actually fixed this issue, however now all I get in homebridge logs is - Device disconnected? Trying to reconnect. I have done all steps, I have the right ip, and I also have the right config in my config.json. I’m not sure what I am doing wrong

dwaan commented 2 years ago

I have actually fixed this issue, however now all I get in homebridge logs is - Device disconnected? Trying to reconnect. I have done all steps, I have the right ip, and I also have the right config in my config.json. I’m not sure what I am doing wrong

From previous issues that I saw, Firestick tend to disconnected from network when it goes to sleep/powered off. Try running the plug-ins when your firestick is ON, and see if it still output the logs. If you saw that logs message, it means your installation work, it just that it can't connect to your device.

roberkane212 commented 2 years ago

@dwaan I’m not sure if anyone else has this issue anymore, but I fixed it sorry for not closing this. Once I connected to the firestick via usb. Then plugged it back into the computer I had to start homebridge then, in terminal again type Adb connect ipaddress:5555 and it was right in HomeKit ready to be used. And again you are right it constantly needs reconnection after it goes into sleep. Hopefully that can be fixed in the future by Amazon.