[android-developers] Unable to get ui for in app billing purchase request with EDGE Connection.

2012-04-15 Thread muhammad mahmood
Hi all, I would like to say that I have an issue with EDGE Connection. I have implemented in app billing in my app. I am in testing stage. Application works fine with WI-FI connection. But when I switch to EDGE, and clicks an item to be purchased from Android Market. UI does not appear as it takes

[android-developers] Diplay progressbar with text "downloading" when search button clicked in search dialog just like in market app.

2011-09-25 Thread muhammad mahmood
Dear all, How to display progress bar when search button is clicked in search dialog. For long operations search dialog remains untill search resluts come. I would like to obtain search behaviour just like market app. When you search for an app, an activity appears with progressbar and text "Loadi

[android-developers] How to share image, Urls and text (all data) in a single share intent on Twitter and Facebook?

2011-07-12 Thread muhammad mahmood
Hi all, Is there a way to share data including image, urls and text in a single share intent on twitter and facebook. In iphone an open source project "getsharekit" works absolutely like my requirement in android app. In current i can only share text or image but my requirement is to share whole

[android-developers] Working with offline maps based on Open Street Maps

2011-05-18 Thread muhammad mahmood
Hi all, I am new to work with maps application. I would like to know: 1.How to download and display maps as offline based on Open Street Map 2. Is any source code/Open source project is available that works with offline maps. Please provide link. 3. Any other suggestion/guidelines etc Kind Regar

[android-developers] How to know current(last) transaction with PURCHASE_STATE_CHANGED as it gives details with more than one billing transactions

2011-05-06 Thread muhammad mahmood
Hi The JSON string that is returned with the PURCHASE_STATE_CHANGED intent provides my application with the details of one or more billing transactions. Why it does not give details of single transaction. How i know which is the current transaction. Is it possible to get only one transaction detail

[android-developers] How to get Android Market InApp Billing Product Lists

2011-04-19 Thread muhammad mahmood
Hi Is there a way to request my Android Market InApp Billing Product List (listing name,description and value of my items) via the In-app Billing Service API? I checked the available In-app billing requests (http://developer.android.com/guide/market/billing/ billing_overview.html) and there is no

[android-developers] Re: Message Dialog appears, The market billing service is not available, Dungeons Sample, Although i have followed the steps given in documents.

2011-04-12 Thread muhammad mahmood
e market application is latest (maybe > 2.3.6). > 7. Run the market application again, confirm displaying the list of > applications, and return to the home. > 8. Run the sample application. > > On 4月12日, 午後2:53, muhammad mahmood wrote: > > > > > > > > >

[android-developers] Re: Message Dialog appears, The market billing service is not available, Dungeons Sample, Although i have followed the steps given in documents.

2011-04-11 Thread muhammad mahmood
r. > I think that the message appears when the version is insufficient. > > On Apr 10, 1:00 am, muhammad mahmood > wrote:> Hi, > > > As Android Market In-app Billing  is now available to developers and > > users to publish applications that use Android Market's in-a

[android-developers] Re: Message Dialog appears, The market billing service is not available, Dungeons Sample, Although i have followed the steps given in documents.

2011-04-11 Thread muhammad mahmood
Billing, the market app must be version 2.3.4 or upper. > I think that the message appears when the version is insufficient. > > On Apr 10, 1:00 am, muhammad mahmood > wrote:> Hi, > > > As Android Market In-app Billing  is now available to developers and > > user

[android-developers] Message Dialog appears, The market billing service is not available, Dungeons Sample, Although i have followed the steps given in documents.

2011-04-09 Thread muhammad mahmood
Hi, As Android Market In-app Billing is now available to developers and users to publish applications that use Android Market's in-app billing service. To implement this, i followed the instruction provided in "Implementing In-app Billing" document carefully. 1. Downloading the Sample Applicati

[android-developers] Re: Message Dialog appears, The market billing service is not available, Dungeons Sample

2011-03-15 Thread muhammad mahmood
the actual responses from Android Market and the actual checkout flow that users will experience in my application? Kind Regards, Muhammad Rashid On Mar 14, 5:37 pm, TreKing wrote: > On Mon, Mar 14, 2011 at 2:29 AM, muhammad mahmood < > > muhammad.rash...@gmail.com> wrote: > >

[android-developers] Message Dialog appears, The market billing service is not available, Dungeons Sample

2011-03-14 Thread muhammad mahmood
Hi Currently i am going to implement In-app Billing for android app. Before it i am trying to run sample "Dungeons". Each time when i run this sample, it shows dialog with tilte "Can't make purchase" and body message"The market billing service is not available at this time. You can continue to use

[android-developers] What is current version of Android Market

2011-02-15 Thread muhammad mahmood
Hi I would like to know what is current version of Android Market. When Android Market version 2.3.0 will be released to support in-app billing. Kind Regards Muhammad Rashid -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] In-app billing sample is not working

2011-02-14 Thread muhammad mahmood
Hi i would like to say that i want to implement in-app billing in my application. Before it i downloaded the sample billing app. But when i click on "Buy" button, it throws exception 01-06 05:01:26.608: ERROR/Bundle(966): readBundle: bad magic number 01-06 05:01:26.608: ERROR/Bundle(966): readBun

[android-developers] On disale logging status of Looper.getMainLooper().setMessageLogging(new Printer()) remains enable or becomes disable.

2010-12-03 Thread muhammad mahmood
Hi When we do logging disable during publishing an app, is Looper.getMainLooper().setMessageLogging(new Printer()) remains enable or becomes off/disable. I mean are we still be able to get messages with printer or not? Thanks Muhammad Rashid -- You received this message because you are subscrib

[android-developers] Intercept Incoming Message with Looper,MessageQueue and IdleHandler

2010-12-02 Thread muhammad mahmood
Hi I would like to say, i want to get what message come inside queueidle. public class ApplicationController extends Application { @Override public void onCreate() { super.onCreate(); MessageQueue queue = Looper.getMainLooper().myQueue(); IdleHandler ih = new IdleHa

[android-developers] KSOAP2 Stub Generator tool for android

2010-10-28 Thread muhammad mahmood
Hi all, I would like to generate a stub for android. Only one tool is available at "http://ksoap2genstub.sourceforge.net"; but i am facing issues with it. java.rmi.remote is not available in android, but this tool generates a class with that. Is anyone know any other reliable tool or a solution of

[android-developers] Application idle timeout - Want to implement autolock for a specific idle time interval

2010-09-22 Thread muhammad mahmood
Hi all, Is there a way to know application(any activity/sub activity/alert dialogs etc) idle timeout. For example if i did not respond to an activity for a particular time, how would i know the idle timeout for that activity. Actually i want to implement auto lock for a specific idle time interval.