Search code examples
debuggingnook

Hide/remove USB mode pop up window while NOOK debugging


I'm debugging my Android app with NOOK color device.

When I connected USB to NOOK Color, the Window "USB Mode" with text "You may now safely move files from your PC to NOOKcolor..." pops up and BLOCKS any interaction with device.

I can run my app, but I can't interact with it until I disconnect USB. If I disconnect USB, I obviously can't debug any more (I'm using ADB to debug my app with Eclipse). How can I remove this silly window???


Solution

  • Eject any mounted USB drives associated with your NOOK (internal and external storage) and the dialog goes away.

    Tom