[android-developers] UNSUBSCRIBE

2011-09-17 Thread Tim Jowers
UNSUBSCRIBE On Sun, Sep 11, 2011 at 2:34 PM, Chris Stratton cs07...@gmail.com wrote: On Sunday, September 11, 2011 1:44:54 AM UTC-4, mwllace wrote: Im using  and intent to invoke the default dialer and automatically call  phone number stored in my application. Everything works fine, but the

[android-developers] How r things

2011-06-16 Thread Tim Jowers
Do I need to come by. What else remains to be done. Tim On Thursday, June 16, 2011, Glenn Boothe gl...@webstationinc.com wrote: No problem at all. Thanks, GB -Original Message- From: Tim Jowers [mailto:timjow...@gmail.com] Sent: Thursday, June 16, 2011 10:24 AM To: Glenn

[android-developers] How to get paid? If you put in wrong acct....

2010-07-11 Thread Tim Jowers
bit I made from writing an app? Thanks! Tim Jowers -- 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 to android-developers

[android-developers] Re: How to get paid? If you put in wrong acct....

2010-07-11 Thread Tim Jowers
On Sun, Jul 11, 2010 at 7:59 PM, Tim Jowers timjow...@gmail.com wrote: Has anyone been able to get paid after putting in wrong account information? I made this mistake and for a month now have tried to get it straight. Unfortunately, Google only has a web entry form and it does not allow

Re: [android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-26 Thread Tim Jowers
Is there an API to determine the phone's version of Android? For now, I'm using try-catch. Sucky but works. Also, my 2.0 built APK does not run on my G1 phone. Maybe it's something I've done but I haven't dug into it. Maybe that's what you meant by intelligent class loading do you mean

Re: [android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-26 Thread Tim Jowers
Sweet! Mark. Thanks for covering this. I don't see it solved anywhere on the Net or developer.android.com. Tim On Thu, Nov 26, 2009 at 7:42 AM, Mark Murphy mmur...@commonsware.com wrote: Tim Jowers wrote: Is there an API to determine the phone's version of Android? For now, I'm using try

Re: [android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-26 Thread Tim Jowers
I agree with you Axel, I got it working. But shouldn't have had to do so. The larger moose is version compatibility. The industry standard is two versions back the API should work. Apache does not honor this. Now, Google is not either. It is PAINFUL to partner. In my case, 10 hours plus future

[android-developers] Re: debug application - gdb

2009-05-12 Thread Tim Jowers
man gdb Basically the gnu debugger connects to a running application. I think you can also launch the app with gdb. How does this relate to Android dev? Dunno. Perhaps you should run strace (linux, truss on others) on the emulator to see what it is doing if that is what you are after. You debug

[android-developers] Re: Web service calling from andriod

2009-05-12 Thread Tim Jowers
As I'm sure you know, the package you are using is not on the Android. You can either compile it into your product if the license for ksoap allows you or use another soap client technology. I've used one from apache before on other java projects. Probably your webservice container does create a

[android-developers] Re: webview will not follow links on some pages, why?

2009-05-12 Thread Tim Jowers
This was not a hard one. The default webclient doesn't load some pages. Not sure why/what the algorithm. I over-rode with a custom webclient and it works now. Thanks, TimJowers On Sat, May 9, 2009 at 1:11 PM, timjowers timjow...@gmail.com wrote: Does anyone know how to get webview to follow