Greetings!
Yes i've read the FAQ.
To test STF i installed it within a virtual machine with virtualbox. The android device is being recognized by adb and one is also able to connect to it
but STF just won't see any devices connected via usb or even tcpip.
There's also no hint within the logs, it only throws some tcp connection error at startup:
INF/db 1386 [proc002] Connecting to 127.0.0.1:28015
INF/processor 1386 [proc002] App dealer connected to "tcp://127.0.0.1:7112"
INF/processor 1386 [proc002] Device dealer connected to "tcp://127.0.0.1:7115"
INF/db 1385 [proc001] Connecting to 127.0.0.1:28015
INF/processor 1385 [proc001] App dealer connected to "tcp://127.0.0.1:7112"
INF/processor 1385 [proc001] Device dealer connected to "tcp://127.0.0.1:7115"
INF/reaper 1387 [reaper001] Subscribing to permanent channel "*ALL"
INF/reaper 1387 [reaper001] Reaping devices with no heartbeat
INF/db 1387 [reaper001] Connecting to 127.0.0.1:28015
INF/reaper 1387 [reaper001] Receiving input from "tcp://127.0.0.1:7111"
INF/reaper 1387 [reaper001] Sending output to "tcp://127.0.0.1:7116"
INF/poorxy 1395 [*] Listening on port 7100
INF/auth-mock 1389 [*] Listening on port 7120
INF/storage:plugins:image 1393 [*] Listening on port 7103
INF/provider 1388 [*] Subscribing to permanent channel "eH41iEGqT5SArKloCuxRsA=="
INF/storage:plugins:apk 1394 [*] Listening on port 7104
INF/provider 1388 [*] Sending output to "tcp://127.0.0.1:7116"
INF/provider 1388 [*] Receiving input from "tcp://127.0.0.1:7114"
Unhandled rejection Error: connect ECONNREFUSED
at exports._errnoException (util.js:746:11)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1010:19)
INF/storage:temp 1392 [*] Listening on port 7102
INF/app 1390 [*] Using pre-built resources
INF/app 1390 [*] Listening on port 7105
INF/db 1390 [*] Connecting to 127.0.0.1:28015
INF/websocket 1391 [*] Subscribing to permanent channel "*ALL"
INF/websocket 1391 [*] Listening on port 7110
INF/db 1391 [*] Connecting to 127.0.0.1:28015
INF/websocket 1391 [*] Sending output to "tcp://127.0.0.1:7113"
INF/websocket 1391 [*] Receiving input from "tcp://127.0.0.1:7111"
I start STF with the following command:
stf local --public-ip 0.0.0.0
I also forwarded the ports 7100 and 7110 to be able to access STF from the host system.
Unfortunately there's no documentation on what is ment with "ADB properly setup". And atm i'm just clueless on what to do, cause the devices are being recognized by adb and one is able to interact with them via adb.
Thanks alot!
Kind regards,
namra