[android-developers] problem with GestureOverlayView on Nexus One

2010-12-04 Thread kanatacrude
Problem: I have multitouch unintentionally generating a single stroke gesture. I'm using a GestureOverlayView over the entire screen and not attempting to use multitouch at all. I'm using android:gestureStrokeType=single. One of my gestures is a horizontal left to right, like a swipe. It works

[android-developers] Samsung Galaxy Tab AVD reports trackball

2010-11-03 Thread kanatacrude
Using the emulator with the Samsung provided AVD, the following returns true. Can someone with a real Galaxy Tab tell me if this is indeed the case with an actual hardware device? this.getResources().getConfiguration().navigation == Configuration.NAVIGATION_TRACKBALL The Galaxy Tab of course

[android-developers] Re: First Market Experiences

2010-11-03 Thread kanatacrude
I'd say devs should be given some tokens. Like one token for every 500 downloads. Use them to vote down the clowns who give these 1 star ratings because your Recipe Book app won't play Mario Bros. After a few different devs zap the same use, the user's comments just never appear (except to the

[android-developers] Re: Samsung Galaxy Tab AVD reports trackball

2010-11-03 Thread kanatacrude
Hackborn hack...@android.com wrote: The emulator has a input device for the trackball for configurations that have that kind of input.  I don't think there is currently a way for an AVD to reconfigure the kernel drivers to get rid of it. On Wed, Nov 3, 2010 at 5:08 PM, kanatacrude garnet.ulr

[android-developers] oh no - lost my keystore

2010-07-08 Thread kanatacrude
Any ideas on the least painful way to somehow continue releasing new versions to my users? I can't sign with the old keys anymore. Woe is me. Any thoughts? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: need someone to try my app on htc hero

2010-04-04 Thread kanatacrude
Thank you so much folks. I appreciate the help. Garnet On Mar 31, 3:05 am, Dan Sherman impact...@gmail.com wrote: Downloads, installs, and runs on USA's Sprint HTC Hero as well. - Dan On Wed, Mar 31, 2010 at 12:58 AM, ko5tik kpriblo...@yahoo.com wrote: German HTC Hero also works

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

2010-03-30 Thread kanatacrude
Ottawa, got mine 8 days ago. Thank you Google. It is already helping me improve my app. Now if the trackball could just flash in multi- colour... garnet On Mar 30, 6:16 am, Flying Coder av8r.st...@gmail.com wrote: NC still waiting (but not complaining -- awesome for Google to do this) On

[android-developers] Re: Application not installed on Hero

2010-03-30 Thread kanatacrude
I'm interested in this. Please update this thread if you find anything. On Mar 26, 7:26 pm, Jim Blackler jimblack...@gmail.com wrote: Run adb logcat, attempt to install the app and examine the log carefully. I'd wager the error is in there somewhere. Jim On 26 March 2010 09:23, John

[android-developers] need someone to try my app on htc hero

2010-03-30 Thread kanatacrude
If you have a couple of minutes, I could really use someone with an HTC hero to try cAndy Apple on the market. I just need to know if it installs and runs. I got a comment on the market that it wouldn't open on an htc hero. -- You received this message because you are subscribed to the Google

[android-developers] DatePicker - years prior to 2000

2010-03-24 Thread kanatacrude
This has problem has been mentioned before but for anyone that encounters a problem with the DatePicker refusing to select years earlier than 2000, the following snippet of layout solved my problem. DatePicker android:id=@+id/startdate_picker android:layout_width=wrap_content

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

2010-03-22 Thread kanatacrude
Oh yes, I have a few wdgets out there and most of the 1 stars I get are because it won't open. Some of my most recent and memorable comments I have received are: Gay (1 star), Crap. Uninstalled (1 star) But my favourite are people that ignore that it does exactly what it claims to and

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

2010-03-22 Thread kanatacrude
Oh yah, Sucks is my favourite comment to receive on my widgets. Maybe Google could just use a blacklist of words which cause the rating to be ignored from the average. BTW, for fun, try tracking down some of the offenders. Some of them have unique IDs that are easy to track to a matching Gmail

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

2010-03-22 Thread kanatacrude
Rogers Wireless (Canada) HTC Magic and G1 are still 1.5. Rogers rocks. On Mar 22, 9:29 am, Blake La Pierre blakelapie...@gmail.com wrote: What phone only has 1.5? 2010/3/22 Justin Giles jtgi...@gmail.com Android adventurers log: Date: 2010-03-22 Day 20, It's been 20 days since I

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

2010-03-22 Thread kanatacrude
to and costs nothing, does it deserve 1 star ratings because of things it doesn't do? Would be better if it swept my laneway (1 star) Garnet Ulrich On Mar 22, 4:35 pm, Greg Donald gdon...@gmail.com wrote: On Mon, Mar 22, 2010 at 2:10 PM, kanatacrude garnet.ulr...@gmail.com wrote: Oh yah, Sucks is my

[android-developers] How to handle alt characters on hardware keyboards on different devices

2010-01-10 Thread kanatacrude
In the emulator, if I want to get the '[' character, I hit 'Alt' then 'f'. In my custom view, this invokes two onKeyDown callbacks for keycodes 57 (alt) then 34 (f). So I had been happily building my app to handle 57 then 34 as a '[' . Now I look at the hardware keyboard on a droid and 'Alt'

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-01 Thread kanatacrude
I have the same issue. Eclipse 3.4.2 with the 2.0 SDK, ADT 0.9.4 . Android 2.0 emulation slow as molasses, 1.6 is fine. Hmm. Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 pm, Jay-andro jayan...@gmail.com wrote: Is it just me or is everyone