dev kit offline

After the latest Ouya update, I find that the Ouya dev kit appears as "offline" after building and running the game.

c:\>adb devices
List of devices attached
015d456d7e241a0c        offline

When the device is offline I can still play the game but I can't install a new build.  I get the "device not found" error when trying to update the build.  I haven't yet found a way to return the device to a usable state other than rebooting it each time.

Has anyone else encountered this?  Has anyone found a way to return the device to "online" without rebooting it?

Thanks

- David Bennett

Comments

  • SpoonThumbSpoonThumb Posts: 426Member
    This happens to all my android devices from time to time. Restart adb ( "adb kill-server" then "adb start-server"), and try also unplugging the OUYA from your PC and re-plugging it in.
  • david_bennettdavid_bennett Posts: 9Member
    Thanks SpoonThumb.  

    I have found this specific sequence of actions works pretty reliably:

    1.  "adb kill-server"
    2.  unplug usb, replug usb
    3.  "adb devices"

Sign In or Register to comment.