[android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread alexdonnini
Hello, Unfortunately, I foolishly proceeded with the upgrade of my nexus 4 from 4.2.1 to 4.2.2 Now, even though the device is configured for USB debugging and connected as a camera device, although it sees it Eclipse cannot access it as the device is reported to be offline. Does anyone have

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Mark Murphy
Make sure you are on the latest SDK platform tools from the SDK Manager. Android 4.2.2 added a long-needed bit of security on the USB debugging access, and it requires a current edition of adb in order to work:

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Zsolt Vasvari
Maybe I am missing something obvious -- what exactly is this new security feature supposed to solve? I mean, anybody who connects the device to a PC, presumably, can also click OK on the pop-up message. On Thursday, February 21, 2013 10:12:43 PM UTC+8, Mark Murphy (a Commons Guy) wrote:

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Zsolt Vasvari
Oh, it meant to prevent debugging a locked device. That makes sense... Is there a way to revoke the permission? I cannot see an obvious setting. On Friday, February 22, 2013 3:39:25 PM UTC+8, Zsolt Vasvari wrote: Maybe I am missing something obvious -- what exactly is this new security

Re: [android-developers] upgrade to 4.2.2 -- Eclipse sees device offline and unknown

2013-02-21 Thread Nikolay Elenkov
On Fri, Feb 22, 2013 at 4:45 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Oh, it meant to prevent debugging a locked device. That makes sense... Is there a way to revoke the permission? I cannot see an obvious setting. No. On a rooted device you can edit/delete the adb_keys file, but that's