[android-developers] Major and Costly Flaw in Android OS

2016-06-10 Thread Chris Brady
There is a major flaw with Android and the Doro 8030 implementation. AND ITS COST ME A FORTUNE - actually most of the initial topup of £10. When I bought the Doro 8030 it came with a compulsory £10 topup with O2. This could have been useful to use to 'learn' the phone before installing my

[android-developers] Re: clearAnimation() Causes onAnimationEnd to fire Twice?? Please Help

2012-01-31 Thread Brady
; animation.reset(); clearAnimation(); ... Cheers, Brady On Dec 16 2011, 6:06 pm, Tommy Hartz droi...@gmail.com wrote: Hi, I am trying to fade an ImageView Out, change the Image, then fade it back

[android-developers] Re: clearAnimation() Causes onAnimationEnd to fire Twice?? Please Help

2012-01-31 Thread Brady
; animation.reset(); clearAnimation(); ... Cheers, Brady On Dec 16 2011, 6:06 pm, Tommy Hartz droi...@gmail.com wrote: Hi, I am trying to fade an ImageView Out, change the Image, then fade it back

[android-developers] Re: Published app not showing up on HTC Evo or Droid Incredible

2010-06-07 Thread Jerry Brady
Alberto, Did you ever figure this out? My company has three applications and one of them is also not showing up on the Evo and possibly also not the HTC Desire. I've already checked the old copy-protection flag issue to make sure the flag was off. I'm confused as to what the issue could be and

[android-developers] Can anyone help explain Context.obtainStyledAttributes()??

2010-03-22 Thread brady
What is the use of the first parameter? TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LabelView); Thank you very much. -- 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] Can anyone help explain Context.obtainStyledAttributes()??

2010-03-22 Thread brady
I got confused with this function: android.content.Context.obtainStyledAttributes(AttributeSet set, int[] attrs). what's the use of the first parameter AttributeSet set? Thanks a lot. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-02 Thread Jerry Brady
is for us?   IE... will the intent be triggered for all providers, and we must figure out if the info is our or not? On Mon, Nov 30, 2009 at 2:35 PM, Jerry Brady jerry.br...@gmail.comwrote: Guys following this issue, I found the ultimate cause of the error and found a workaround that will allow

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-30 Thread Jerry Brady
()); } } On Nov 23, 8:46 pm, Dan Dumont ddum...@gmail.com wrote: Nice, thanks for doing that!    I'll star it, I hope we get a response soon. On Mon, Nov 23, 2009 at 5:32 PM, Jerry Brady jerry.br...@gmail.com wrote: Just filed a case for this: http://code.google.com/p/android/issues/detail?id

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-23 Thread Jerry Brady
with an exception. Anyone else seen this or find a way to avoid this ? -g On Nov 21, 9:04 am, Jerry Brady jerry.br...@gmail.com wrote: Dan, Now I see what you are doing in your code and found the reference to AddAccountExplicitly().   I want to skip returning an intent to fire

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-23 Thread Jerry Brady
(SystemServer.java:428) I'm looking at the source now to see if I can figure out what's going on. If necessary, I'll file a case with the project if I find a bug in the Android source. Cheers, Jerry On Nov 23, 8:18 am, Jerry Brady jerry.br...@gmail.com wrote: I'm going to be trying it on a Droid

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-23 Thread Jerry Brady
Just filed a case for this: http://code.google.com/p/android/issues/detail?id=5009 On Nov 23, 1:47 pm, Jerry Brady jerry.br...@gmail.com wrote: Dan, My code and yours both work on the Droid, but there are some nasty side-effects.  After adding an account with your application (or mine

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-21 Thread Jerry Brady
is being called. I followed the exact steps in documentation. Not even onCreate or onBind function is called. Anyone seen this problem?. Is your AbstractAccountAuthenticator implemetation class being invoked?. Thanks. On Thu, Nov 19, 2009 at 8:26 PM, Jerry Brady jerry.br...@gmail.com wrote

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-21 Thread Jerry Brady
, 2009 at 8:26 PM, Jerry Brady jerry.br...@gmail.comwrote: Dan, Thanks for all of this.  I just returned to the office and will be taking a look to see how much further I can get and I will certainly be interested in helping with your accounts project. I got as far as getting my account

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-21 Thread Jerry Brady
AbstractAccountAuthenticator implemetation class being invoked?. Thanks. On Thu, Nov 19, 2009 at 8:26 PM, Jerry Brady jerry.br...@gmail.comwrote: Dan, Thanks for all of this.  I just returned to the office and will be taking a look to see how much further I can get and I will certainly

[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-19 Thread Jerry Brady
ANY useful information on how to use this stuff?   Or is it all locked up in a buttbuddy secret vault between google and motorola? On Thu, Nov 12, 2009 at 8:27 PM, Jerry Brady jerry.br...@gmail.comwrote: I'm trying to hook up a new account for an application to use that will ultimately

[android-developers] Re: com.google Authenticator for the new android.accounts.AccountManager API.

2009-11-13 Thread Jerry Brady
Micah, Thanks for this because I'm working in the same area and I'm currently stuck. I looked over the source code project you posted (I haven't tried to run it yet). I don't see how the service's call to lAuthenticator.getIBinder() will succeed. Won't that just throw a NoSuchMethodException?

[android-developers] 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-13 Thread Jerry Brady
I'm trying to hook up a new account for an application to use that will ultimately sync PIM data. The application is already working for API levels 3 4, but at API 5, I'm having some trouble with the introduction of accounts and the AccountManager. I've searched the groups and the docs and

[android-developers] Re: Test for Android SDK version? Switch code for 1.5 cupcake or 1.6 donut

2009-10-18 Thread Brady
Hi A. Elk, there are some bugs in Donut that I'm trying to work around. http://code.google.com/p/android/issues/detail?id=4255 http://code.google.com/p/android/issues/detail?id=4266 Cheers, Brady On Oct 16, 10:49 am, A. Elk lancaster.dambust...@gmail.com wrote: Curiosity: what variation

[android-developers] Test for Android SDK version? Switch code for 1.5 cupcake or 1.6 donut

2009-10-15 Thread Brady
Hi, is it possible at runtime to determine whether the platform is running cupcake or donut? Due to some variation in my app between the two versions I'd like to run different code based on the SDK version. Thanks! Brady --~--~-~--~~~---~--~~ You received

[android-developers] Re: Focus between views and lists issue/problem with Donut

2009-10-14 Thread Brady
, the focus jumps to the 6th item in the list of contacts. Somewhere in the code a setSelection(5) is being called. Gonna file a bug. Brady --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Focus between views and lists issue/problem with Donut

2009-10-09 Thread Brady
used onKeyDown in the past to force the focus view sequence between views. Thanks, Brady --~--~-~--~~~---~--~~ 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

[android-developers] Re: Disabling spelling suggestions in EditText

2009-09-28 Thread Brady
Scratch that, use textEmailAddress instead. Cheers, Brady --~--~-~--~~~---~--~~ 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

[android-developers] Re: Changing IME Done button

2009-09-10 Thread Brady
Howdy, anyone have any luck with setting the IME Next button? Thanks, Brady --~--~-~--~~~---~--~~ 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

[android-developers] Changing IME Done button

2009-09-08 Thread Brady
last question, when I assign the imeActionID, can this simply be the ID of the Button in the layout that I want to emulate clicking, or do I need to create a constant that maps to some kind of handler in the code? Thanks! Brady --~--~-~--~~~---~--~~ You received

[android-developers] Re: Changing IME Done button

2009-09-08 Thread Brady
seem like they apply to what I'm trying to do http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeOptions Do you have any sample code changing the IME action button? Thank you again, Brady --~--~-~--~~~---~--~~ You received

[android-developers] Re: Debug mode vs. Release mode

2009-09-05 Thread Brady
vs. release? Cheers, Brady On Sep 3, 10:24 pm, Pieter pie...@gamesquare.nl wrote: Hello Brady, I don't know if this is what you are looking for, but if you use ant to build your release version you could use the following technique: Config.java: public class Config {         public static

[android-developers] Re: Debug mode vs. Release mode

2009-09-05 Thread Brady
Sorry, I misspelled your name. Thank you Pieter! --~--~-~--~~~---~--~~ 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

[android-developers] Debug mode vs. Release mode

2009-09-03 Thread Brady
it if anyone had any suggestions on how to do this. Thanks in advance! Brady --~--~-~--~~~---~--~~ 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

[android-developers] Re: Flash-style Mask in 2D Graphics

2009-08-19 Thread Brady
clippedRect is a rectangle, which may not achieve your goal of a rounded edge. But I bet there's something clever you could do using this methodology. Brady On Aug 18, 2:00 pm, Eddified eddie.bis...@gmail.com wrote: I'm trying to figure out how to draw a bitmap to the canvas in such a way

[android-developers] Stopping fling in Gallery

2009-07-28 Thread Brady
appreciate your help! Thanks, Brady --~--~-~--~~~---~--~~ 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

[android-developers] Re: Stopping fling in Gallery

2009-07-28 Thread Brady
that through to the super.OnFling call. 600.0 is just enough velocity to flip the screen one item. It even gets a little bounce back after the fling so it looks nice. I've put in some logic to adjust the velocity bigger for landscape orientation. Brady

[android-developers] Re: flag_fullscreen + windowNoTitle == button focus bug

2009-07-14 Thread Brady
considering it shifts the content on the screen when it is shown. Regards, Brady On Jul 13, 3:43 pm, Dianne Hackborn hack...@android.com wrote: Note this this will break your interaction with the IME, if it is displayed.  What is going on is that during the transition to your app, the status bar

[android-developers] flag_fullscreen + windowNoTitle == button focus bug

2009-07-13 Thread Brady
to workaround this bug would be appreciated! Note: you may have to run the app twice to see this behavior. Brady [bug.java] package com.adobe.test; import android.app.Activity; import android.os.Bundle; import android.view.WindowManager; public class StatusBarBug extends Activity { /** Called

[android-developers] Re: flag_fullscreen + windowNoTitle == button focus bug

2009-07-13 Thread Brady
Hi, just a quick note, bug.java was really named StatusBarBug.java like my project. Cheers, Brady On Jul 13, 12:46 pm, Brady brady.kro...@gmail.com wrote: Hi guys, I've found an irritating bug that I could please use some help with. My application is styled to show no title

[android-developers] Re: flag_fullscreen + windowNoTitle == button focus bug

2009-07-13 Thread Brady
outside of the viewable bounds of the screen (like the titlebar, or focus state of the button). The screen now won't shift to show offscreen content because it can extend outside of the viewable screen with this flag. It still seems like a bug needs to be logged against this. Brady

[android-developers] Re: flag_fullscreen + windowNoTitle == button focus bug

2009-07-13 Thread Brady
Hey Ward, looks like exactly the same problem! Does my workaround fix your issue? Brady On Jul 13, 1:02 pm, Ward Willats goo...@wardco.com wrote: Me too. Can't believe you and I are the only two who see this. http://groups.google.com/group/android-developers/browse_thread/threa... -- Ward

[android-developers] hit region of Button fails on device but works in emulator

2009-05-19 Thread Brady
a hit region for a button? Thanks! Brady --~--~-~--~~~---~--~~ 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