# ADB Device Offline

Source: https://forum.modalai.com/topic/151/adb-device-offline
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2021-03-10 15:55:07 UTC by Jonathan Erikson
Replies: 8 · Views: 3152

## Jonathan Erikson · 2021-03-10 15:55:07 UTC

Hello,

I recently encountered an issue with the VOXL drone when trying to connect to it over a USB connection using adb. Everything had been working just fine and then one day, I booted the drone up to begin working on it and it told me that it couldn't connect because the device was "offline". I've tried unplugging the drone and using a different USB cable but nothing has fixed this issue yet. Here is a photo of the issue I'm facing:

![bf42eb05-9157-4452-8731-42244e6e0ed4-image.png](https://forum.modalai.com/assets/uploads/files/1615391414558-bf42eb05-9157-4452-8731-42244e6e0ed4-image.png) 

I've even tried to flash the system using the debug board, but get the same error that it can't because the device is "offline".

![0478ebfd-f42d-4a16-bc00-c68aff01835c-image.png](https://forum.modalai.com/assets/uploads/files/1615391246381-0478ebfd-f42d-4a16-bc00-c68aff01835c-image.png) 

 I'm not really sure what to do at this point, any insight on how I might fix this issue would be great!

Best,
Jonathan Erikson

## Reply by tb_temp2 (ModalAI staff) · 2021-03-10 16:51:36 UTC

Hi @Jonathan-Erikson ,

Seems like you are following the correct path, we've found that in some cases, we need to quickly turn the fastboot switch off after bootup.

It's captured here towards the bottom: https://docs.modalai.com/unbrick-voxl/

Note, you can ommit `-f` to try to preserve the data directory:

![3df47878-ac34-4aa2-8fe9-4ba2e5ae6c69-image.png](https://forum.modalai.com/assets/uploads/files/1615395081182-3df47878-ac34-4aa2-8fe9-4ba2e5ae6c69-image.png) 

Let us know how it goes, thanks!

## Reply by Jonathan Erikson · 2021-03-10 18:45:57 UTC

I did attempt this as well and it still gives me the same error message that the device is "offline". After that, it gets stuck "Waiting for fastboot...", similar to the image above.

## Reply by modaltb (ModalAI staff) · 2021-03-11 00:07:36 UTC

Hi @Jonathan-Erikson ,

OK, one last idea is power, how is this being powered?  I've had some issues with low battery causing ADB issues as the VOXL can brown out if it's not getting enough current on bootup (inrush up to 6A).

## Reply by Jonathan Erikson · 2021-03-11 20:12:27 UTC (in reply to modaltb)

@modaltb 

I took this idea and tried to boot the drone using a LiPo battery but am still having the same issue unfortunately. Originally, I was just using a standard 12V 3A wall plug, similar to the one available on the modalai website.

## Reply by modaltb (ModalAI staff) · 2021-03-11 22:12:36 UTC

Hi @Jonathan-Erikson ,

OK let's get an RMA going.  I just sent out a google form that we use to collect data (address, shopify number, etc.).  Let us see what we can figure out on our  end and not waste anymore of your time.

Thanks!

## Reply by ryan_meagher · 2021-04-01 23:49:19 UTC

This has happened to me before. I don't know what caused it but what fixed this for me was to run

```
$adb kill-server 
$adb start-server 
$adb reconnect device
```

## Reply by modaltb (ModalAI staff) · 2021-04-02 17:51:24 UTC (in reply to ryan_meagher)

@ryan_meagher Thanks for the feedback!

## Reply by Gaurav Borade · 2021-06-22 13:40:29 UTC

Hi, I am facing the same issue

![1a3fbb9a-05ba-4660-8b39-9e658f6a2d35-image.png](https://forum.modalai.com/assets/uploads/files/1624369128135-1a3fbb9a-05ba-4660-8b39-9e658f6a2d35-image.png) 
![ca2512c7-9c2e-4b01-864d-c55f02b944f3-image.png](https://forum.modalai.com/assets/uploads/files/1624369154908-ca2512c7-9c2e-4b01-864d-c55f02b944f3-image.png) 

Also, I don't have a USB Expander and Debug Add-On Board (https://docs.modalai.com/usb-expander-and-debug-manual/)
Is there any other way so we can Force VOXL into Fastboot Mode. (like any onboard button/ any other technic) please let me know.
