[android-developers] SQLite - Unsupported file format [DS]

2010-06-15 Thread Declan Shanaghy
Im wondering if anyone here can provide some insight on this error I'm seeing from my app which is released in the Android Market and is reporting back the exception shown below. It's having trouble opening the DB, stating unsupported file format I can't find any good info in a google search as

Re: [android-developers] Go through the code ans suggest

2010-06-14 Thread Declan Shanaghy
The problem is that you are doing all the work on the UI thread in one method. The progress dialog is shown and dismissed in the same method. You need to post to the server asynchronously while the progress dialog is showing. Follow the pattern outlined in this article and you will be on your

Re: [android-developers] Re: Switching views with RadioButton and saving views in Bundle

2010-03-10 Thread Declan Shanaghy
I'd just like to point out that you are probably going down the wrong road based on bad upfront advice from the person who provided that first link to you. His second piece of advice - i.e. you can save the state of your RadioButton in onSaveInstanceState() and re-apply it in either

Re: [android-developers] Webview dont open Virtual Keyboard?

2010-01-14 Thread Declan Shanaghy
I'm having the same issue and cant find any solution thru google searches. Did you ever find out the solution or if not what workaround did you use? On Thu, Jul 2, 2009 at 10:08 AM, guruk ilovesi...@gmail.com wrote: Hi, I have a URL where User can Input in a Field. When I open that URL

Re: [android-developers] Re: Launch navigation app with an Intent - [DS]

2010-01-04 Thread Declan Shanaghy
This code will work on any SDK. What matters here is the version of google maps that is on the device. The navigation features were added in google maps version 3.2.1 as far as i know. On Sun, Jan 3, 2010 at 9:28 AM, kautilya imtheno...@gmail.com wrote: Hi Declan , Thanks for your code .

Re: [android-developers] Re: Launch navigation app with an Intent - [DS]

2009-12-17 Thread Declan Shanaghy
: Do you mean the Google Maps app? For that you can use an intent with an ACTION_VIEW action and URI like this: geo:0,0?q=my+street+address Documented on this page: http://developer.android.com/intl/zh-CN/guide/appendix/g-app-intents.. .. On Dec 11, 4:48 pm, Declan Shanaghy dec

[android-developers] Re: TTS over bluetooth

2009-12-17 Thread Declan Shanaghy
DOH! The heaset i was using didnt support A2DP. When i connected an A2DP headset any TTS sent to the Music stream played in the headset. On Mon, Dec 14, 2009 at 1:33 PM, Declan Shanaghy dec...@350nice.com wrote: Using Android 2.0 SDK. Is it possible to direct the TTS engine's output

[android-developers] TTS over bluetooth

2009-12-14 Thread Declan Shanaghy
Using Android 2.0 SDK. Is it possible to direct the TTS engine's output to a connected BT headset? I've tried with KEY_PARAM_STREAM set to all of the available stream types but the speech is still output by the speaker on the phone. Any guidance or suggestions welcome. Thanks, Declan --

[android-developers] Launch navigation app with an Intent - [DS]

2009-12-11 Thread Declan Shanaghy
Hello, I realize this might not be the proper place to post this since it's not Android specific, but rather its about integrating with a google app. I've been trying to find some documentation on launching / controlling the Google Navigation app via Intents or otherwise. I was hoping to find an

Re: [android-developers] Re: Launch navigation app with an Intent - [DS]

2009-12-11 Thread Declan Shanaghy
can use an intent with an ACTION_VIEW action and URI like this: geo:0,0?q=my+street+address Documented on this page: http://developer.android.com/intl/zh-CN/guide/appendix/g-app-intents.html On Dec 11, 4:48 pm, Declan Shanaghy dec...@350nice.com wrote: Hello, I realize this might

[android-developers] Re: Paid applications and market feedback/rating

2009-06-29 Thread Declan Shanaghy
As far as i can figure out the return on ads is not worth it unless you can serve 100,000 impressions per day. At the normal clickthru rate you can expect about $1 for every 1000 ads served up (with admob anyway) Admob also has a very small advertiser base, its always the same ads showing up.

[android-developers] Re: Paid applications and market feedback/rating

2009-06-26 Thread Declan Shanaghy
I was searching for an easy way to implement trial and paid versions. This seems like an ideal solution. Gonna try it out. Has anyone out there tried this? How did it work out? On Sat, May 9, 2009 at 10:42 AM, mirko mirkocze...@googlemail.com wrote: Hi all, as in a few weeks it will be

[android-developers] Re: connection with Gdata : problem

2008-11-25 Thread Declan Shanaghy
Following the recommendation from this thread: http://markmail.org/message/2do7hlyw6ka4dat2#query:android%20HttpsUrlConnection+page:2+mid:slnqe4wtk6k77e3r+state:results I have placed some modified jars here: http://www.shanaghy.com/gdatamod/ I modified the gdata source to override the https

[android-developers] XMas presents

2008-11-12 Thread Declan Shanaghy
The camera arrived! :-D wahoo. I was thinking it might be easier if myself and mick go in on this camera for the aul one, then ye can split a present for the aul lad. Does that work for ye? P.S. What is you IM, its easier quicker than emial sometimes. Here are mine, pick whatever one u want

[android-developers] Re: hooking to the PHONE button

2008-11-06 Thread Declan Shanaghy
by the foreground app -- it always starts the home activity. On Nov 5, 10:09 am, Declan Shanaghy [EMAIL PROTECTED] wrote: Well that would imply that the default handling is setup they way i suggested it should be! ;-P @simonsh There's your answer! On Tue, Nov 4, 2008 at 6:09 PM

[android-developers] Re: hooking to the PHONE button

2008-11-05 Thread Declan Shanaghy
handles it yourself (such as pressing the green key while highlighting a phone number to place a call) you won't run. On Nov 4, 4:23 pm, Declan Shanaghy [EMAIL PROTECTED] wrote: It doesn't seem that way. No matter what application I am in if I press the green phone button the recent call log

[android-developers] Re: Verify Error with HTTPMIME / MIME4J

2008-11-05 Thread Declan Shanaghy
Alvin, I have successfuly got multipart posts to work using the jars in this zip file. http://www.shanaghy.com/wah/httpclient-jars.zip I also saw a post on another thread, someone provided this set of jars.

[android-developers] Re: hooking to the PHONE button

2008-11-04 Thread Declan Shanaghy
application. On Nov 3, 7:34 pm, Declan Shanaghy [EMAIL PROTECTED] wrote: It shouldnt be stolen but it should be overridable. Much like the app picker behaves when multiple apps are registered for an Intent. I dont know how the internals of how the off hook button works but couldnt

[android-developers] Re: hooking to the PHONE button

2008-11-03 Thread Declan Shanaghy
It shouldnt be stolen but it should be overridable. Much like the app picker behaves when multiple apps are registered for an Intent. I dont know how the internals of how the off hook button works but couldnt it broadcast an Intent to go off hook which then can be handled like any other intent.

[android-developers] Re: SDK 1.0: what about multipart entities

2008-11-03 Thread Declan Shanaghy
Im having a problem adding hese jars to my project for multipart form posts. I added commons io no problem. But when i add httpmime or mime4j i dont receive the BOOT_COMPLETED Intent. This seems very strange, why would adding these jars affect receiving this intent? On Sep 28, 5:10 am, gjs

[android-developers] Re: Running an activity w/o external communications

2008-10-30 Thread Declan Shanaghy
There is a broadcast intent to indicate the user activated airplane mode. http://code.google.com/android/reference/android/content/Intent.html#ACTION_ AIRPLANE_MODE_CHANGED As for activating it yourself or monitoring radio states, I haven't delved deep enough to provide info on that.

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-23 Thread Declan Shanaghy
-developers@googlegroups.com Subject: [android-developers] Re: If delete R.java, how how can recover it? It does :) On Wed, Oct 22, 2008 at 9:39 PM, Declan Shanaghy [EMAIL PROTECTED] wrote: If you build the app through ant rather than the eclipse UI does it recreate R.java? On Oct 22, 2008

[android-developers] Re: ADB via USB

2008-10-23 Thread Declan Shanaghy
But is the driver x64 compatible? -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of plusminus Sent: Thursday, October 23, 2008 8:57 AM To: Android Developers Subject: ***SPAM*** [android-developers] Re: ADB via USB Btw: I've compiled

[android-developers] Re: Simulate key press action.

2008-10-22 Thread Declan Shanaghy
The monkey should be able to help here! http://code.google.com/android/reference/monkey.html It is configurable but im not sure if it meets your needs 100%. You could enhance it, but at the very least you can copy what it does into an app of your own. Ah, you just reminded me of good the

[android-developers] Re: Market Place and Trial Software?

2008-10-22 Thread Declan Shanaghy
I was thinking along those lines too. However, not ruling out the other marketplaces which currently support a payment system. There's also the option of providing a paypal button on your own website (granted it will be less accessible) And it should be easy to tie an automatically emailed

[android-developers] Detecting new media

2008-10-22 Thread Declan Shanaghy
Is there any elegant way in the API for detecting new media when it is written to the device? I'm mainly interested in photos taken by the camera, video taken by the camera and audio recorded from the mic. My current thinking is to periodically scan each media content provider and filter

[android-developers] MediaStore.Images.ImageColumns.IS_PRIVATE

2008-10-22 Thread Declan Shanaghy
The API docs describe this field as: Whether the video should be published as public or private Can anyone provide more detail on what this column is intended for and how it gets set? I am thinking of capturing camera shutter events to send notifications which ask the user whether they

[android-developers] Re: If delete R.java, how how can recover it?

2008-10-22 Thread Declan Shanaghy
If you build the app through ant rather than the eclipse UI does it recreate R.java? On Oct 22, 2008, at 10:11 AM, misbell wrote: No one answered this question. Build Automatically is checked in Eclipse. Still doesn't regenerate R.java. (Ganymede). Also, whenit existed, I made a