[android-developers] ClassNotFoundException launching app

2012-04-18 Thread Bruce Xia
Hey, I'm having some weird crash reports from market. I have the full class name in my AndroidManifest.xml and we couldn't reproduce it on any of our phones. My application. We have around 100k users and I'm seeing this report approximately 9/week only. Any idea what's happening?

[android-developers] ClassNotFoundException launching app

2012-04-18 Thread Bruce Xia
Hey, I'm getting some really weird crash reports from market. The crash happens right at luanching app but we have around 100k users, and this report occurs ~9/week only! As you can see following the stack trace I pasted my AndroidManifest file, i have the class name defined. Any idea?

[android-developers] Capture keyEvent from view displayed by WindowManager.addView()

2011-04-15 Thread Bruce Xia
Hi, I have a view which basically cover the full screen to capture key input. It works well if I add it to activity, but if I display it from background service using WindowManager.addView, it doesn't work. Another quesiton is why onKeyDown/onKeyUp doesn't work? As you see I have to use

[android-developers] Re: Capture keyEvent from view displayed by WindowManager.addView()

2011-04-15 Thread Bruce Xia
, Bruce Xia xia...@gmail.com wrote: I have a view which basically cover the full screen to capture key input. It works well if I add it to activity, but if I display it from background service using WindowManager.addView, it doesn't work. Thank heavens! That would be a massive security flaw

[android-developers] how can i use an API from full debug build

2011-03-19 Thread Bruce Xia
hi, I want to use PreferenceManager.inflateFromResource() in my application. It's only available in the full build: framework_intermediates-classes-full-debug.jar How can I can use it? Thanks, Bruce -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how can i use an API from full debug build

2011-03-19 Thread Bruce Xia
]=R.xml.preferences; arglist[2]=null; Object retobj = m.invoke(pm, arglist); return (PreferenceScreen)retobj; } catch(Throwable e){ Log.e(TAG,e.toString()); return null; } } Bruce Xia Founder of Mobisoft

[android-developers] how to install a file under application files folder

2011-01-28 Thread Bruce Xia
hi, I have a grammar file which I'd like to package and dump it under / data/data/[mypackage]/files folder during installation(something like the windows installation wizard do). Is there an easy way to do it? I thought about using raw file resource and read/copy it when application runs, but

[android-developers] voice recognition -- IVR on Android

2010-11-16 Thread Bruce Xia
hi, I'm developing an app which needs some IVR funtionality -- play a prompt, wait for user to respond, do an action, and loop... Do I have to call SpeechRecognizer.startListening(new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)); every time after I play the prompt? Is there a better way?

[android-developers] Re: unsubscribe

2009-12-15 Thread Bruce Xia
Hi I think the unsubscribe email isn't working. I've sent three emails to unsubscribe but still receiving email. Can you help please? On Tue, Dec 15, 2009 at 2:41 PM, Bruce Xia bruce.xi...@gmail.com wrote: hi please unsubscribe me from this group. -- You received this message because you

Re: [android-developers] Re: J2EE client on Android

2009-12-03 Thread Bruce Xia
the lines of a SOAP or JMS client or such though (which also can be done, not that they *should* be done, but can be). You need to clarify this quite a bit before anybody can really try to help you. On Dec 2, 2:55 am, Bruce Xia bruce.xi...@gmail.com wrote: is there a way to port or implement

[android-developers] J2EE client on Android

2009-12-02 Thread Bruce Xia
is there a way to port or implement a J2EE client on android? Does anybody have example code please? -- 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