[android-developers] Strange ResultCode (133179) when sending SMS

2011-03-18 Thread andfan22
When my app sends an SMS on the HTC EVO 4G via android.telephony.SmsManager.sendTextMessage(), my BroadcastReceiver that gets called on success/fauilure of the send is sometimes passed a resultCode of 133179. This value is not mentioned in the API docs. Does anyone know what this code means? In

[android-developers] Cursor management issue with Honeycomb

2011-02-23 Thread andfan22
I have an app that works fine on all recent versions of android up to and including gingerbread. When testing on honeycomb however, I'm getting the following exception when restarting an activity that uses managed cursors. FATAL EXCEPTION: main java.lang.RuntimeException: Unable to resume

[android-developers] How to lookup DATA._ID for a phone number

2011-02-02 Thread andfan22
Given a phone number, how can I look up the _id of the DATA row for that phone number? I was assuming that the following query would do it: Uri lookupUri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(phoneNumber)); Cursor c = resolver.query(lookupUri, new String[] {

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread andfan22
Thanks Zsolt - I agree I need to modify the LVL classes. I was just wondering if the change I had in mind is workable or if something would break when attempting to check the license of a different package. (I'll try it in due course, just don't want to start down a fruitless path if that can be

[android-developers] Re: LVL: possible to check license for a different app?

2011-01-06 Thread andfan22
as well. What I was looking for was paid levels of license (all LVL would really need to do is return a licensing level instead of a boolean). - Brill Pappin On Jan 5, 7:27 pm, andfan22 andfa...@gmail.com wrote: Hi all Just wondering if I can use LVL to check that the user is licensed

[android-developers] LVL: possible to check license for a different app?

2011-01-05 Thread andfan22
Hi all Just wondering if I can use LVL to check that the user is licensed to use a DIFFERENT app from the current one -- ie. one with a different package name. Why would I want to do this? I'm developing an app which I'm considering publishing using a free + pro license model. The main app

[android-developers] Payment processing questions

2010-12-14 Thread andfan22
I'm a New Zealand based developer and plan on selling my first app via the android market early next year. Some questions around payment processing. (Feel free to share experiences even if you're not based in NZ.) 1. Am I able to configure Google Checkout to add an additional 15% GST to the

[android-developers] Re: Trackball / d-pad navigation and Tabbed activities

2010-10-28 Thread andfan22
Hi I'm not *relying* on a trackball / D-pad being present, but I would like to support navigation using these input methods for those devices that have them. Cheers On Oct 28, 1:51 pm, gjs garyjamessi...@gmail.com wrote: Hi, I suggest not relying on devices having Trackabll / D-pad, many

[android-developers] Trackball / d-pad navigation and Tabbed activities

2010-10-27 Thread andfan22
Hi all When creating a tabbed display using TabHost TabWidget, one of the options for specifying the tab content is TabHost.TabSpec.setContent(Intent intent), which causes an activity to be launched as the tab content. This works fine except for one problem. I can't seem to use the trackball /

[android-developers] Trackball / d-pad navigation and Tabbed activities

2010-10-27 Thread andfan22
Hi all When creating a tabbed display using TabHost TabWidget, one of the options for specifying the tab content is TabHost.TabSpec.setContent(Intent intent), which causes an activity to be launched as the tab content. This works fine except for one problem. I can't seem to use the trackball /

[android-developers] Re: Greystripe experiences?

2010-08-25 Thread andfan22
Thanks for the info. Hmmm, that's a shame that their banner ads are only in beta. I have no desire to include full screen ads in my app. Have you also tried mobclix? I'd be interested in any comparisons between mobclix and greystripe. Cheers ... -- You received this message because you are

[android-developers] Greystripe experiences?

2010-08-22 Thread andfan22
Hi all Is anyone using Greystrip for ads within their apps? Care to share experiences? In particular: 1. Any hassles getting payments from them? 2. eCPM comparisons with other ad networks? Many thanks ... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Mobclix vs Greystripe

2010-08-05 Thread andfan22
I'm planning on adding banner ads to an android app I'm developing, and currently considering which ad provider to go with. Anyone care to share experiences they've had with Mobclix and/or Greystripe? A comparison of their relative strengths weakness would be great. Any insights would be much