[android-developers] Testing In App Billing with real sku but don't charge credit card

2013-03-27 Thread Kenny Wyland
I'm testing my first In App Billing code. I've tested using the static response skus and everything is working properly. So, I want to test with my real product skus. I uploaded a new version of my app with the Billing permission, but didn't publish it. I added a test account to my list of

Re: [android-developers] Testing In App Billing with real sku but don't charge credit card

2013-03-27 Thread Nikolay Elenkov
On Wed, Mar 27, 2013 at 3:07 PM, Kenny Wyland speci...@gmail.com wrote: Well, I was charged and when I tried to refund the purchase in my merchant account, it told me it would cancel the order but it wouldn't refund any of the money. So, that sucks. If you cancel the card is not charged at

[android-developers] null pointer on setOnInfoWindowClickListener

2013-03-27 Thread Pratama Nur Wijaya
Hi,,, I got some error when i am running Google maps api v2.. i have tested my application on 3 device.. but i got null pointer on setOnInfoWindowClickListener in my tablet.. not on my phone... running well my tablet is google nexus 7 running android 4.0 my phone is samsung galaxy ace..

[android-developers] Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
Hi, I am creating an android web app using Webview and Java script making addJavascriptInterface(*true*). what are the thing i should be taking care so that any malicious code should not run on my app. i worried about the security of my app as i am enabling addJavascriptInterface(*true*).

[android-developers] What down Unknown“ refer to in the result of dumpsys meminfo?

2013-03-27 Thread wang
Here is an output of dumpsys meminfo when my app is using native so. ** MEMINFO in pid 26289 [com.test] ** Shared Private Heap Heap Heap PssDirtyDirty SizeAlloc Free -- -- -- --

[android-developers] Re: Can Wifi-direct-inactive devices search the Wifi-direct-active peers?

2013-03-27 Thread Mario Denote
No it's not possible On Tuesday, August 21, 2012 9:34:42 AM UTC+2, chuny423 wrote: Hi, I'm S.Korean student. I'm studying the p2p communication between android devices. Then, I'm wondering whether I can search the peers who turned on Wifi-direct button without turning on my Wifi-direct

[android-developers] UTF8-Encoding problem in TextView

2013-03-27 Thread karunakar medamoni
Hello Every one How can i UTF8 Font in TexView. Here am getting Font rendering problem in Android TextView.Let me know any one have a solution for this. Thanks Regards M. Karunakar University of Hyderabad,Hyd, 9491388035. -- -- You received this message because you are subscribed to the

[android-developers] Re: Monthly Payout Reports late... and missing 50% of entries

2013-03-27 Thread dashman
There's something seriously wrong with google merchant support. I'm just trying to open a google checkout and the simple signup forms do not work and no support. Also there seems to be a pattern of heavy handedness on the part of google as far as payments and accounting goes. On Tuesday,

[android-developers] Re: Seurity concern in Webview using javascript.

2013-03-27 Thread Streets Of Boston
As long as your WebView's HTML content doesn't load an external site, i.e. you control *all *the content shown in your WebView, there is no concern. However, if you make an app that becomes popular and has a WebView that can load external/public content, then someone could examine your app,

Re: [android-developers] Re: Google Maps V2 Empty map on Galaxy Note 2

2013-03-27 Thread bob
What's *FragmentPager*? Thanks. On Tuesday, March 26, 2013 1:50:23 PM UTC-5, Captain Comando wrote: Actually there is an other issue that. In same application I used Maps V2 in an other Activity. That Activity contains only one fragment and i inserted GoogleMapsV2 into that fragment and

Re: [android-developers] Testing In App Billing with real sku but don't charge credit card

2013-03-27 Thread Kenny Wyland
If you cancel the card is not charged at all. You can only refund after it has been charged. Charging takes at least a couple of hours, so if you cancel before that there is no credit card transaction. The only problem is that if you do this too often, your test account may be

Re: [android-developers] Testing In App Billing with real sku but don't charge credit card

2013-03-27 Thread Nikolay Elenkov
On Thu, Mar 28, 2013 at 1:09 AM, Kenny Wyland speci...@gmail.com wrote: That is true for standard app purchases, but not for In-App purchases. Those purchases are charged immediately. That's part of my problem. It's the same for both. While the 'Charge' dot in Checkout is gray, the credit

[android-developers] Re: BroadcastReceiver for incoming Gmail?

2013-03-27 Thread Camille
FYI, the Gail team closed this provider a while ago so this solution is no longer valid, you can't read the emails from any Gmail content provider. They have, however created a small, limited API to let you read how many unread emails there are. You can read about it here:

Re: [android-developers] Testing In App Billing with real sku but don't charge credit card

2013-03-27 Thread Kenny Wyland
It's the same for both. While the 'Charge' dot in Checkout is gray, the credit card has not been charged and you can cancel. Once it turns green, it has been charged and you have to refund. When I was making the purchase as the user, it explicitly told me that I would not have an

Re: [android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-27 Thread Mario Giammarco
Stomp uses hawtdispatch that is like apple grand dispatch to be asynchronous. So one thread is blocked on native io poll. Other threads are blocked waiting for it. So it is not a deadlock but a queue of threads waiting for the first one. I cannot set timeouts. Il giorno martedì 26 marzo 2013

Re: [android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-27 Thread bob
What third party *stomp* library are you using? Perhaps it has a bug? Thanks. On Wednesday, March 27, 2013 12:32:41 PM UTC-5, Mario Giammarco wrote: Stomp uses hawtdispatch that is like apple grand dispatch to be asynchronous. So one thread is blocked on native io poll. Other

[android-developers] Re: null pointer on setOnInfoWindowClickListener

2013-03-27 Thread RichardC
Post the code with the problem and the LogCat when the error happens - then we might have a chance at helping you. On Wednesday, March 27, 2013 7:33:10 AM UTC, Pratama Nur Wijaya wrote: Hi,,, I got some error when i am running Google maps api v2.. i have tested my application on 3

Re: [android-developers] Re: App works on Samsung Galaxy Note ONLY when I debug it with eclipse

2013-03-27 Thread Mario Giammarco
Stomp jms client made by fusesource. Hawtdispatch is also made by fusesource. The bug is perhaps in hawtdispatch, not in stomp library. I have discovered it now after some days looking at the sources. Infact hawtdispatch calls libcore.io.posix.poll and has already a workaround because some JVM

[android-developers] Starting with Andriod 4.2.2, Checkbox controls do not render correctly

2013-03-27 Thread niko20
I have custom checkbox controls that use a custom theme defined in an XML file. Basically says use this image for check on, and this image for check off. That's how you template controls. Anyway, starting in API 17, Android 4.2.2, my checkbox text is all screwed up. I have text padding of

[android-developers] Google Play Store hidden ratings

2013-03-27 Thread Henrik Lindqvist
My app only got 3 written review and 2 ratings. Why can't i see who gave the rating only, i see who made the written review!? Wasn't the whole point of forcing users to user Google+ to make anonymous reviews/ratings impossible! Does the pre-Google+ ratings score for as much as the post-Google+

[android-developers] Re: New SDK release for Egnos

2013-03-27 Thread Leonardo Costa
Hi, I hope these info can be useful for you and you already enjoy working with the EGNOS SDK! Did you know that the RD functionality of the SDK proposes innovative ways of computing a position by deviating from the EGNOS standard specifications, to try to get further improved accuracy? Check

Re: [android-developers] Re: Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
Thanks Anton Spaans for your valuable comment. I will just explain about my app. I have create an Email composer screen with Rich-text-editing using JavaScript. Using my composer screen user can compose email with rich text editing. My composer screen will be also launched when user try to