You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly this is a vagrant / virtualbox problem, but at the moment I'm completely unaware of how to fix :(
Basically, this happens on OSX normally (no vagrant box running):
plug in Flame phone
starts charging
moments later, adb devices shows the device
From within Vagrant:
plug in Flame phone
starts charging, adb devices shows the device
a couple minutes later, the adb connection drops, charging drops on the phone
a handful of seconds later, it reconnects, but adb doesn't (usually) see the device any more. adb kill-server and adb devices sometimes works, usually doesn't
From OSX when Vagrant is running:
similar behavior as within Vagrant, but sometimes shows ???????????? device instead of the ID
Unfortunately, this is preventing me from finishing the first ./build.sh run because I can't get a complete backup completed before the connection drops :( I can probably work around this in particular, but could it be a sign of something I've done wrong? Is anyone else seeing this?
I did add this (without testing before), which might not have helped:
I can relatively easily drop everything and start from scratch if you have any suggestions - plenty of internets to be had, and I'm in no rush. And I'm absolutely thrilled to find this project, many many thanks for setting it up!
The text was updated successfully, but these errors were encountered:
Possibly this is a vagrant / virtualbox problem, but at the moment I'm completely unaware of how to fix :(
Basically, this happens on OSX normally (no vagrant box running):
adb devices
shows the deviceFrom within Vagrant:
adb devices
shows the deviceadb kill-server
andadb devices
sometimes works, usually doesn'tFrom OSX when Vagrant is running:
???????????? device
instead of the IDUnfortunately, this is preventing me from finishing the first
./build.sh
run because I can't get a complete backup completed before the connection drops :( I can probably work around this in particular, but could it be a sign of something I've done wrong? Is anyone else seeing this?I did add this (without testing before), which might not have helped:
I can relatively easily drop everything and start from scratch if you have any suggestions - plenty of internets to be had, and I'm in no rush. And I'm absolutely thrilled to find this project, many many thanks for setting it up!
The text was updated successfully, but these errors were encountered: