[android-developers] Re: Slow Eclipse on OS X

2010-06-13 Thread David Horn
Al, Exactly the same thing happens to me on OS X. I've accepted that I need to restart Eclipse every so often to solve the problem. It's particularly exacerbated if using the XML tools - for example, layout or editing the manifest file the friendly way. Dave. On Jun 13, 8:54 am, Al Sutton

[android-developers] App not showing in Market - 2.1, not copy protected

2010-06-13 Thread David Horn
Hi all, People are having problems finding my app (Advanced Map Live Wallpaper) in the Android Market. It's free, not copy-protected, and the only requirement is SDK level 7 or above. However, it's invisible on some Nexus 2.1 devices, a lot of Droids (2.1), and a smattering of other phones.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread David Horn
Fedex UK shows mine in transit and due for delivery tomorrow in the UK. :-) On Apr 29, 10:06 am, Benjamin Rosseaux benja...@rosseaux.com wrote: I got mine now also in Moenchengladbach, Germany. :-) On 29 Apr., 10:30, Paul stuem...@gmail.com wrote: \o/ Just got mine in Bremen,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-24 Thread David Horn
Possibly PHTP over RFC 1149. ;-) On Apr 24, 8:45 am, Lim Sim lim@gmail.com wrote: Lets hope there are no lost packets. On Apr 24, 2010 4:04 AM, Bob Kerns r...@acm.org wrote: I think what you're seeing is a rocky roll-out of the new PHTP  (PHone Transfer Protocol). Perhaps the longer

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread David Horn
Now that, I feel, is worth mentioning to Google once the deadline passes. On Apr 6, 4:27 pm, Richard rtaylor...@googlemail.com wrote: I talked to FedEx UK through the online thing, and this is what she said. You're the 3rd person in 5 minutes that has asked me about Brightpoint, is this for

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-02 Thread David Horn
Reply from Google: All of the phones have been shipped already. Please be patient; if your phone has not arrived yet, it is probably in transit and will arrive shortly. I am sorry, but we cannot provide individual tracking numbers for each phone. On Apr 2, 11:16 pm, Siva G sivarama...@gmail.com

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-31 Thread David Horn
Do as I say, not as I do etc. ;-) On Mar 30, 11:57 pm, Thomas Riley tomrile...@googlemail.com wrote: Yes David I would suggest that you wait until after the deadline before whining- uh, asking where it is. ;-) On Mar 30, 10:53 pm, David Horn pga...@gmail.com wrote: It looks to me like

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-30 Thread David Horn
It looks to me like the system sent out US Nexus's first, then US Droids, and hopefully us EU yokels will get a Nexus later this week. I say hopefully, as I launched into a bit of an attack on someone whose phone hadn't turned up with 2 days of the deadline to run; and now I'm in that situation

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-25 Thread David Horn
I was about to say that I'm very grateful to be offered a free Nexus One and would suggest that you wait until after the deadline before whining- uh, asking where it is. Dave. On Mar 25, 1:57 pm, Thomas Riley tomrile...@googlemail.com wrote: Good point, will send an email their way. On Mar

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-23 Thread David Horn
I never get that! On Mar 23, 2:37 pm, TreKing treking...@gmail.com wrote: On Tue, Mar 23, 2010 at 8:54 AM, David Horn pga...@gmail.com wrote: I've always been surprised that when a Market app is uninstalled, the user isn't shown a screen asking them very briefly why they uninstalled

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-06 Thread David Horn
My confirmation just turned up. Thanks Google! Though anticipate a long and expensive delay at UK customs. :-( Dave. On Mar 6, 10:51 am, Rootko roo...@gmail.com wrote: Just got mine confirmation email, but unfortunately they removed leading zero in my zip code, so I've responded to change

[android-developers] Error starting tools in 1.6 on Mac OS - SOLUTION

2009-09-16 Thread David Horn
Hi, I've been unable to run any of the tools in the Donut SDK, using Snow Leopard - it seems to be due to the 64bit nature of the OS. Followed the steps in the upgrade guide, but when it comes to starting any of the tools (android, ddms etc), they refuse to start with the error message:

[android-developers] Invoking search by hardware key

2009-09-15 Thread David Horn
Sorry if this sounds like a really stupid question, but I'm really struggling to understand the SearchManager documentation. How do I actually invoke a search from the hardware search button in my application? I've added the relevant code to the Manifest file, but pushing the button has

[android-developers] Re: Invoking search by hardware key

2009-09-15 Thread David Horn
already focused, ignoring focus gain of: com.android.internal.view.iinputmethodclient$stub$pr...@43601b70 On Sep 15, 2:30 pm, David Horn pga...@gmail.com wrote: Sorry if this sounds like a really stupid question, but I'm really struggling to understand the SearchManager documentation. How do I

[android-developers] Re: Invoking search by hardware key

2009-09-15 Thread David Horn
Further update: Overriding onSearchRequested() works, so the problem lies in the startSearch call. On Sep 15, 2:39 pm, David Horn pga...@gmail.com wrote: Just an update on this: after checking the logs, these entries were saved: When pushing the hardware button: 09-15 14:36:35.506: WARN

[android-developers] WifiInfo object contains out of date info

2009-08-24 Thread David Horn
I'm trying to check if there's a connected Wifi connection on the HTC Hero. However, the WifiInfo object is reporting a connection (including SSID and MAC address) even when WiFi is turned off. public boolean isHighSpeedConnection() { TelephonyManager telMan =