[android-developers] testing

2013-11-29 Thread cgttester gold
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

Re: [android-developers] ProgressBar width

2013-11-29 Thread Kristoffer
Hello. That worked. Thanks for that great answer. Den fredagen den 29:e november 2013 kl. 23:43:24 UTC+1 skrev TreKing: > > > On Fri, Nov 29, 2013 at 4:56 AM, Kristoffer > > wrote: > >> Iam using relativelayout. >> >> Is it possible somehow to make the width of the progressbar to match the >> te

Re: [android-developers] ProgressBar width

2013-11-29 Thread TreKing
On Fri, Nov 29, 2013 at 4:56 AM, Kristoffer wrote: > Iam using relativelayout. > > Is it possible somehow to make the width of the progressbar to match the > textview. > So that the length of the progressbar changes to match the width of the > textview. > Try setting progress bar to alignLeft and

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 vo

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 e

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'

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 wrote: > 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

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 dev

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 wrote: > Can you get any response from ADB? > > Kris > > > > On Fri, Nov

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 wrote: > 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

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 the

Re: [android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-11-29 Thread Michael Palmer
Google isn't exactly known for having responsive support. On Thursday, November 28, 2013 4:28:15 PM UTC-5, Paulo Cesar wrote: > > I was expecting for someone inside Google to listen to my rant, and point > out at somebody who can solve my problem? > > I don't like lawyers.. But it seems that I h

[android-developers] ProgressBar width

2013-11-29 Thread Kristoffer
Hello. Iam creating a progressbar with style="?android:attr/progressBarStyleHorizontal" and iam also created a textview that iam adding "ontop" of the progressbar to show the actual value. Iam using relativelayout. Is it possible somehow to make the width of the progressbar to match the text

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 wrote: > 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, and > an old Son

Re: [android-developers] Google banned AdSense account, and will not pay money earned with Paid App

2013-11-29 Thread TreKing
On Fri, Nov 29, 2013 at 12:46 AM, gjs wrote: > Yes it definitely was a joke, sorry I should have been a bit more explicit > it describing it that way ;-) > > And no offence is intended to the op. > I was referring to the OP's statement of expecting someone from Google to listen ... =P -

[android-developers] Re: How to programmatically create a new VPN interface with Android 4.0?

2013-11-29 Thread 洋李
i have solve this solution,simple Toyvpn show us basic useage,then we can do anything , add OpenVpn like VpnOneClick soft. 在 2012年7月10日星期二UTC+8下午6时01分36秒,洋李写道: > > I'd like to know whether it's possible to create a VPN interface > programmatically with the new VPN APIs in Android 4.0. I've lo