Re: Re: [android-developers] about HTTP Auth in DownloadManager

2012-06-15 Thread nicefuture
You probably need to add the proper (basic) authentication header using the addRequestHeader() for this to work: does it only affect the next download session, will it affect all the download session? btw, is basic scheme api available in android? nicefuture From: Nikolay Elenkov Date

[android-developers] OMA MMS PICS

2012-06-04 Thread nicefuture
Hi, Guys: Sorry to wide-spread, Anyone know Does Android ICS pass OMA MMS spec? and what is the passed OMA MMS version? If not fully compatible, then do we have the PICS which Android’s MMs follow with? Thx a lot nicefuture -- You received this message because you are subscribed to the

[android-developers] Google play issue: How to check the detail incompatible field when using google play

2012-05-27 Thread nicefuture
that your device is incompatible with this app, It will not tell us the detail incompatible fields!! Then, it is so difficult for us to check what exactly caused this app not be searched!!! BUT some customer will think this as a issue, and we need enough info to explain it. nicefuture --

[android-developers] 回复: about google play search result issue

2012-05-27 Thread nicefuture
the detail uncompatible info. How to check?? Thx a lot nicefuture -- 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, s

[android-developers] incompatible issue in google play

2012-05-27 Thread nicefuture
issue: Model name: mb525 Accout: qc.yingying.t...@gmail.com Is incompatible with “whatsapp messenger” app Thx a lot nicefuture -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Questions for invoking jar in client.

2011-12-07 Thread Nicefuture
I meet several problems about invoking 3-party jar in our apk, or jar. As below: 1. From google's android building introduction document, it said that local_java_library dependency only need be set in mk file in building jar library . When building apk, this is not needed. But, why actually

[android-developers] How to Support Res/Skin Update

2011-11-07 Thread nicefuture
found that some developer use Res.apk to support App's Res Update, then how about its mechanism, how to do it? Package all the new Res into the Res.apk, and then install it, Android will auto override the old res for my app??? Thx a lot nicefuture -- You received this message becau

[android-developers] Failed to share two activity in the same process(TAB Activity invoke the activity in another process and failed, so need make sure the activity in the same with the tabactivity)

2011-11-02 Thread nicefuture
What is the matter, how to resolve it?? Any one can help me, it is urgent. thx a lot. nicefuture -- 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

[android-developers] Does android originally support Oma download?

2011-11-02 Thread nicefuture
it by self? nicefuture -- 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+unsubscr...@googl

[android-developers] how to register the JAR into Android system and make it work?

2011-11-02 Thread Nicefuture
I meet a problem for JAR in android. 1. I create a new folder and add some java file and .mk file to compile the JAR file, it can successfully compiled and output into /system/frameworks. 2. Then, in my Client apk, I just import the package name, and found it compiled failed, cannot