[android-developers] Re: Installing apps to Nexus One device

2010-05-04 Thread ivan
I've updated my manifest with with Debuggable=true. I've enable USB debugging on the phone. I've verified USB driver installation in windows. I've verified adb devices existence -- along with killing the server and restarting it. I've rebooted the phone and the dev machine and switched to

[android-developers] Re: Installing apps to Nexus One device

2010-05-04 Thread wurp
Is settings-applications-unknown sources checked? On May 4, 7:02 pm, ivan istas...@gmail.com wrote: I've updated my manifest with with Debuggable=true. I've enable USB debugging on the phone. I've verified USB driver installation in windows. I've verified adb devices existence -- along with

[android-developers] Re: Installing apps to Nexus One device

2010-04-01 Thread Ken H
Also you can lookup Apps Installer on the Android Market. No hassels. On Mar 31, 5:08 am, oriharel ori.ha...@gmail.com wrote: IT WORKS Thanks (again) Mark! On Mar 31, 2:47 pm, Mark Murphy mmur...@commonsware.com wrote: oriharel wrote: it was turned on (even before the first time I

[android-developers] Re: Installing apps to Nexus One device

2010-03-31 Thread Kumar Bibek
You need to turn on USB Debugging setting on your phone. That should work. Thanks and Regards, Kumar Bibek On Mar 31, 11:47 am, oriharel ori.ha...@gmail.com wrote: Hi, Im running Win XP 32 bit, SP3. I have Nexus one device. and I develop on Eclipse. I'm trying to install my app to test it on

[android-developers] Re: Installing apps to Nexus One device

2010-03-31 Thread oriharel
it was turned on (even before the first time I installed the driver) still doesn't work On Mar 31, 1:45 pm, Kumar Bibek coomar@gmail.com wrote: You need to turn on USB Debugging setting on your phone. That should work. Thanks and Regards, Kumar Bibek On Mar 31, 11:47 am, oriharel

Re: [android-developers] Re: Installing apps to Nexus One device

2010-03-31 Thread Mark Murphy
oriharel wrote: it was turned on (even before the first time I installed the driver) still doesn't work adb kill-server adb start-server adb devices See if that helps. If not, reboot and see if that helps. If not, plug in your N1 and see if you see any evidence that Windows is actually

[android-developers] Re: Installing apps to Nexus One device

2010-03-31 Thread oriharel
IT WORKS Thanks (again) Mark! On Mar 31, 2:47 pm, Mark Murphy mmur...@commonsware.com wrote: oriharel wrote: it was turned on (even before the first time I installed the driver) still doesn't work adb kill-server adb start-server adb devices See if that helps. If not, reboot and