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

2013-02-21 Thread Nobu Games
In addition to what Mark says: I had a similar problem with my Nexus tablet after the upgrade to 4.2.2. It was visible but any attempt at installing and launching or debugging an app silently failed - no error message at all. As Mark's linked articles says, your device will pop up a dialog that

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

2013-02-21 Thread Mark Murphy
On Thu, Feb 21, 2013 at 10:55 AM, Nobu Games dev.nobu.ga...@gmail.com wrote: As Mark's linked articles says, your device will pop up a dialog that asks for permission for that USB debugging access from your development PC. Unfortunately that popup was hidden to me because I created multiple

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

2013-02-21 Thread Nobu Games
Good point! Done :-)http://code.google.com/p/android/issues/detail?id=50627 On Thursday, February 21, 2013 10:08:34 AM UTC-6, Mark Murphy (a Commons Guy) wrote: On Thu, Feb 21, 2013 at 10:55 AM, Nobu Games dev.nob...@gmail.comjavascript: wrote: As Mark's linked articles says, your

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

2013-02-21 Thread Nikolay Elenkov
On Fri, Feb 22, 2013 at 1:23 AM, Nobu Games dev.nobu.ga...@gmail.com wrote: Good point! Done :-) http://code.google.com/p/android/issues/detail?id=50627 This is most probably intentional -- whitelisting a host affects the whole system, and only the administrator (first) user should be able to

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

2013-02-21 Thread Mark Murphy
On Thu, Feb 21, 2013 at 8:14 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: This is most probably intentional -- whitelisting a host affects the whole system, and only the administrator (first) user should be able to do it. It is the same with installing certificates, etc. You

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

2013-02-21 Thread Nikolay Elenkov
On Fri, Feb 22, 2013 at 10:20 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Feb 21, 2013 at 8:14 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: This is most probably intentional -- whitelisting a host affects the whole system, and only the administrator (first) user should be

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

2013-02-21 Thread Nikolay Elenkov
On Fri, Feb 22, 2013 at 10:31 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Fri, Feb 22, 2013 at 10:20 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Feb 21, 2013 at 8:14 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: This is most probably intentional -- whitelisting a

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

2013-02-21 Thread Nobu Games
Unfortunately it is a bit of a mess. You have to install it for each user. And if you want to get properly rid of of your app you must uninstall it for each user account. I once had a stupid situation where I had to install a downgraded version of one of my apps for reproducing a bug. It was