[android-developers] Dictionary File

2010-10-05 Thread kec6227
I'm looking for the dictionary file, or a way to access the dictionary of words (that I am assuming comes with the system). I looked in the standard place of /usr/share/dict but I didn't find it. I'm not looking for the user dictionary found on UserDictionary.Words. Does anyone know where I can fi

[android-developers] Reboot Loop System Crash

2010-05-22 Thread kec6227
Here is the stack trace from a reboot crash loop: 05-22 16:04:04.720: ERROR/AndroidRuntime(1284): Uncaught handler: thread AsyncPlayer-NotificationService exiting due to uncaught exception 05-22 16:04:04.720: ERROR/AndroidRuntime(1284): *** EXCEPTION IN SYSTEM PROCESS. System will crash. 05-22 16

[android-developers] Re: App causing crash/reboot cycle

2010-05-20 Thread kec6227
> There are at least a half-dozen solutions for sending you the logs. Google > may be rolling out one now, based on some reports. And there's DroidDrop, > Flurry, android-log-collector, plus others that have been reported on this > list. For example, I seem to recall somebody just posting on here

[android-developers] App causing crash/reboot cycle

2010-05-20 Thread kec6227
So I have 2 reports now of my app causing a crash/reboot cycle the user can't always break from. I cannot reproduce this on my phone, and I am wondering what might be causing something like this? Would running out of memory or something cause this? Because I can't reproduce it, I can't look at the

[android-developers] Re: Enabling Pattern lock without a set pattern

2010-05-03 Thread kec6227
On May 1, 7:44 pm, "Alex S." wrote: > Hey. > > I get a "forgotpattern" Button when i try > To enter too much wrong ones. > Though im on a desire. > Not sure if its a Sense feature. > > Greets > Hmm well I am supposing that the user has never SET a pattern (in settings > locations and security > s

[android-developers] Enabling Pattern lock without a set pattern

2010-05-01 Thread kec6227
What happens if I enabled the pattern lock by updating the setting LOCK_PATTERN_ENABLED, but have never set a pattern? I would check, but I don't want to reset my phone (I don't see a way to clear the lock pattern). Does anyone know? Thanks, - Kenton -- You received this message because you ar

[android-developers] Re: compatibility with nonexistant classes

2010-04-20 Thread kec6227
Oh ok, that makes perfect sense. Thank you. On Apr 20, 12:11 pm, Mark Murphy wrote: > kec6227 wrote: > > Using? a wrapper class of sorts? If I initiate the WallpaperManager > > anywhere in my code, it will throw a VerifyError on older platforms, I > > tried somethin

[android-developers] Re: compatibility with nonexistant classes

2010-04-20 Thread kec6227
w a verifyerror is when I don't use the WallpaperManager anywhere. On Apr 20, 11:33 am, "~ TreKing" wrote: > On Mon, Apr 19, 2010 at 6:35 PM, kec6227 wrote: > > Is this possible? > > Sure. Detect the platform version you're running on and use the new APIs on > n

[android-developers] compatibility with nonexistant classes

2010-04-19 Thread kec6227
I have read the Backward Compatibility Article, and I don't full understand how (or if I can) make a program backwards compatible if I want to use a class introduced in later versions. For example, I want to use WallpaperManager for apis 5+, but make the app as a whole compatible with api 3+. Is t

[android-developers] Setting a Live Wallpaper

2010-04-10 Thread kec6227
Is there a way to set a live wallpaper, similar to WallpaperManager.setBitmap() to set a static image? Thanks - Kenton -- 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.co

[android-developers] Re: Design for Battery Life

2010-03-26 Thread kec6227
On Mar 25, 5:03 pm, Dianne Hackborn wrote: > On Thu, Mar 25, 2010 at 11:31 AM, kec6227 wrote: > > 2) This thought just came to me is that maybe I can use an alarm > > manager to chain broadcasts; I could set an alarm for the first time I > > need, then when that fires, lo

[android-developers] Design for Battery Life

2010-03-25 Thread kec6227
I am trying to design something with battery life in mind. I need to trigger multiple tasks at multiple known times in the future. Handler.postAtTime can't be used because the phone could sleep between triggers, and the timing would then be inaccurate. I can't add all the tasks to an AlarmManager

[android-developers] List View multiple choice slow to update

2009-08-13 Thread kec6227
I am having trouble with a list aspect of my app. Essentially, it has a multiple choice listview(simple_list_item_multiple_choice) on the right and a text view on the left. When an item of the list view is checked off, I want to add it to the text view or remove it if it gets unchecked. This almo

[android-developers] Choosing the Right Phone

2009-07-16 Thread kec6227
Hello, First off, I am not entirely sure what was the right forum for this question, so I apologize if this is not the right one. I have been some apps and I have gotten to the point where I need to test them on a live phone. For developing purposes, would you suggest getting the Android Dev Pho