Re: [android-developers] testing app from PC on attached phone

2013-12-02 Thread Justin Anderson
What version of Android is the new Experia running? On newer versions the developer options are hidden by default... You need to enable them by going to Settings About Phone/Tablet/Device and then tapping on the Build number setting several times... You should get toast notifications telling you

Re: [android-developers] testing app from PC on attached phone

2013-12-02 Thread peter gottlieb
That took care of it. Thanks very much. On Mon, Dec 2, 2013 at 8:49 AM, Justin Anderson magouyaw...@gmail.comwrote: What version of Android is the new Experia running? On newer versions the developer options are hidden by default... You need to enable them by going to Settings About

Re: [android-developers] testing app from PC on attached phone

2013-11-30 Thread peter gottlieb
I finally got the adb to recognize my old Experia, after I made sure the USB debugging was turned on. The new Experia doesn't seem to have that option available or any other Development options. I will have to talk to Sony support about that. On Fri, Nov 29, 2013 at 9:46 AM, Kostya Vasilyev

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread TreKing
On Fri, Nov 29, 2013 at 12:45 AM, peter gottlieb gottlieb...@gmail.comwrote: The windows 7 has worked in the past, but doesn't work now. The windows 8 setup hasn't been used for this purpose before. I have made sure to set debug = true in the manifest, and that the phones (a new Sony Xperia,

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
Bad guess. I clearly stated that the windows 7 setup had already worked with the Sony Erickson, but now doesn't. For all PC-phone interactions (browse files on the phone from the PC, update phone software from the PC, etc) the connections work perfectly fine. Only the Eclipse connection from

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread Kristopher Micinski
Can you get any response from ADB? Kris On Fri, Nov 29, 2013 at 10:52 AM, peter gottlieb gottlieb...@gmail.comwrote: Bad guess. I clearly stated that the windows 7 setup had already worked with the Sony Erickson, but now doesn't. For all PC-phone interactions (browse files on the phone

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
I'm not sure what you mean by a response from ADB. I can debug from Eclipse on the virtual device, but Eclipse android plug in won't even recognize the hardware phone. On Fri, Nov 29, 2013 at 8:11 AM, Kristopher Micinski krismicin...@gmail.com wrote: Can you get any response from ADB? Kris

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread Kostya Vasilyev
Not in any particular order: - You need drivers. Sony Ericsson makes their adb drivers available in the Windows Driver Download center (or whatever it's called), but not every manufacturer does this. For those, you'll need to either install their own (manufacturer specific, and potentially

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread Kristopher Micinski
I mean, if you type in adb devices do you get any output to indicate that ADB can find your device? Kris On Fri, Nov 29, 2013 at 11:27 AM, peter gottlieb gottlieb...@gmail.comwrote: I'm not sure what you mean by a response from ADB. I can debug from Eclipse on the virtual device, but

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
I have tried running adb devices, but the only device listed is the emulator. If I close the emulator, I get nothing listed. I don't think there are any drivers from Sony that would be specific to Eclipse or adb. The ordinary windows drivers for the Sony phone are obviously working or I wouldn't

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread Kristopher Micinski
I wouldn't say that that's obviously true by any stretch of the imagination. I remember having to mess around with the registry on Windows to get debugging to work, though it's been a while so perhaps I'm off base here. Anyway, if adb can't recognize your device then that's your problem. The

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread Steve Gabrilowitz
I had the same problem once, figured it was a driver thing but couldn't seem to find the right driver. I had used this program http://www.wondershare.com/android-manager/ before and remembered that it loaded some sort of driver so I fired it up and after it did its thing and found the phone and

[android-developers] testing app from PC on attached phone

2013-11-28 Thread peter gottlieb
The common practice is to test an app on an emulator (such as what one gets from the Eclipse ADT plug-in) and then on an attached phone. I have 9 apps on Google Play that were developed in this manner. Now I can no longer get the Eclipse environment to recognize the attached phone. I have