Re: [android-developers] Re: In App Billing Error

2012-12-21 Thread Lev Stipakov
Well, 12 hrs ago uploaded a new app, added products and got the same problem. Would be nice to get some comments from Google. perjantai, 21. joulukuuta 2012 6.12.02 UTC+2 sandy M kirjoitti: Please let me know if get of it!! I too facing the same buddy -- You received this message because

Re: [android-developers] Re: In App Billing Error

2012-12-21 Thread Grzegorz Patynek
there is an error in dungeons application from google. you may find answer somewhere in stackoverflow. W dniu piątek, 21 grudnia 2012 09:30:50 UTC+1 użytkownik Lev Stipakov napisał: Well, 12 hrs ago uploaded a new app, added products and got the same problem. Would be nice to get some

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-21 Thread Goncalo Oliveira
Robert, Thank you for the explanation. There's just one more thing that I'd like you to help me understand. If we choose to allow the GCM connection, what kind of traffic can we expect to have? Like I said previously, we have a very tight data plan, so if the GCM connection adds more than just a

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-21 Thread Dmitriy Kazakov
Thanks b0b, Th problem is that I receiev the log file with a lot of exceptions as this, they are so much that I don't see previous rows. I have a case when my service could be killed by system. Notification in status bar and running as foreground make it's life longer but case are occurs

Re: [android-developers] Re: In App Billing Error

2012-12-21 Thread Lev Stipakov
Thanks, but I am using billing V3 and my code is based on trivialdriving example. perjantai, 21. joulukuuta 2012 11.52.15 UTC+2 Grzegorz Patynek kirjoitti: there is an error in dungeons application from google. you may find answer somewhere in stackoverflow. W dniu piątek, 21 grudnia 2012

Re: [android-developers] Re: In App Billing Error

2012-12-21 Thread Ajmer Singh
Hi All I get this resolved, Mistake that i had done is: 1. That i entered an test account under the setting in Google Developer Console.This is ok. 2. Then change the selection of Drop down named the Licensed Test Response to Licensed test response. 3. Please have a look at the

[android-developers] deleting a ringtone programmatically

2012-12-21 Thread Narendra Singh Rathore
Hi all, I know inserting a ringtone programmatically, but want to know about deleting a specific ringtone from the system ringtone list. What I know, is the title of the ringtone. I googled a lot about it, but unluckily, couldn't find any way to achieve exactly what I want. Please, guide me

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread TreKing
On Thu, Dec 20, 2012 at 11:04 AM, Keith Wiley kbwi...@gmail.com wrote: .in stark contrast with the old console which could explicitly remove unpublished apps entirely. Where exactly could you remove unpublished apps? I was under the impression that once an app was published, if you

[android-developers] Re: deleting a ringtone programmatically

2012-12-21 Thread skink
Narendra Singh Rathore wrote: Hi all, I know inserting a ringtone programmatically, but want to know about deleting a specific ringtone from the system ringtone list. What I know, is the title of the ringtone. I googled a lot about it, but unluckily, couldn't find any way to achieve

Re: [android-developers] Re: Android example code and Apache 2.0 licence

2012-12-21 Thread goran gg
2012/12/20 Chloe Fotherby chloefothe...@googlemail.com I am more than happy to attribute. I am just a bit confused where one draws the line because if a developer uses a framework, then surely they need to refer to some sample code provided by the framework provider on how to do something in

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread Keith Wiley
Like I said, I haven't tested it on a previously published app, only on draft apps that were never published in the first place...but in the old console if you delete the last APK associated with the app, the entire app description vanishes. I don't know if it would do that for an app once it

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-21 Thread Robert Greenwalt
I believe most of the google apps rely on GCM (calendar, gmail, contacts, talk, etc), also 3rd party apps that need pushed notifications are encouraged to use GCM. Unless you are making a custom build and denying app installs you probably have apps that will be broken without GCM. Of course, if

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-21 Thread Goncalo Oliveira
Robert, Thanks again for clarifying. Basically if I open up GCM I'm allowing user to work with gtalk, so I will want to avoid that. Looks like sending the heartbeat every 5 minutes is the only option I have left. Thanks for the help. Much appreciated. Cheers On 21 December 2012 15:44, Robert

[android-developers] Re: Toast in phone state listener

2012-12-21 Thread bob
It's because you are creating a new toast object and canceling the new object rather than the old object that's showing. Maybe make the toast a member variable? On Friday, December 21, 2012 1:04:09 AM UTC-6, sujit dubey wrote: I am trying to display a toast on incoming call and

Re: [android-developers] Re: deleting a ringtone programmatically

2012-12-21 Thread Kristopher Micinski
There's a difference between changing the old one and removing it from storage: I assume the latter is what the OP wants... Kris On Fri, Dec 21, 2012 at 8:54 AM, skink psk...@gmail.com wrote: Narendra Singh Rathore wrote: Hi all, I know inserting a ringtone programmatically, but want to

[android-developers] Re: Time Based Trigger in Android

2012-12-21 Thread Kristopher Micinski
Again, do not cross post this: this belongs on android-developers. Your question has a simple answer: either trust that using 10 doesn't really have all that much overhead (you should profile first), *or* just use a single alarm manager scheduling the next event across all the queues. Kris On

[android-developers] W-Fi Connectivity Receiver

2012-12-21 Thread BearTi
Hi, I need a broadcast-receiver which react on state changes of the wi-fi connectivity. I don´t want to get an intent when the wi-fi is enabled or disabled by the user... I just want a message when for the connection to one of the, in my phone configured wi-fi networks (supplicant), has been

Re: [android-developers] W-Fi Connectivity Receiver

2012-12-21 Thread Irfan Sheriff
http://developer.android.com/reference/android/net/wifi/WifiManager.html#NETWORK_STATE_CHANGED_ACTION On Fri, Dec 21, 2012 at 1:35 PM, BearTi mlrti...@gmail.com wrote: Hi, I need a broadcast-receiver which react on state changes of the wi-fi connectivity. I don´t want to get an intent when

Re: [android-developers] W-Fi Connectivity Receiver

2012-12-21 Thread BearTi
I alos tried this, but here i only get a notify when the wi-fi function is being enabled/disabled... not when i lost the connection to a hotspot :-/ Am Freitag, 21. Dezember 2012 22:44:41 UTC+1 schrieb Irfan Sheriff:

Re: [android-developers] W-Fi Connectivity Receiver

2012-12-21 Thread Irfan Sheriff
On Fri, Dec 21, 2012 at 1:54 PM, BearTi mlrti...@gmail.com wrote: I alos tried this, but here i only get a notify when the wi-fi function is being enabled/disabled... not when i lost the connection to a hotspot :-/ I do not follow you entirely - what do you mean by wi-fi function is

Re: [android-developers] W-Fi Connectivity Receiver

2012-12-21 Thread BearTi
With wi-fi function is enabled/disabled i mean that the wi-fi modul is turned off I tried it with NETWORK_STATE_CHANGED_ACTION, I turned off my router and so the connection to it broke up, but there was no intent fired :-/ Am Freitag, 21. Dezember 2012 23:04:21 UTC+1 schrieb Irfan

[android-developers] Re: ANR keyDispatchingTimedOut

2012-12-21 Thread Bram Stolk
On Wednesday, September 15, 2010 5:32:01 PM UTC-7, Dan wrote: Hi all, I've got an application with an alarming number of users reporting force closes. I've tested multiple devices numerous times and never I have 756 reported case on an install base of 1.5M downloads. ANR

[android-developers] switch wireless access point via command line

2012-12-21 Thread elliotn
In order to do some testing I needed to switch access points while my Activity was running. Consequently, I was looking for a way to manually change wireless access points via the command line. In case this might help someone else, here's what I came up with for switching between test and

Re: [android-developers] Re: How to delete app in new console

2012-12-21 Thread TreKing
On Fri, Dec 21, 2012 at 9:24 AM, Keith Wiley kbwi...@gmail.com wrote: Like I said, I haven't tested it on a previously published app, only on draft apps that were never published in the first place... Ah, missed that ... that makes more sense then. I don't know if it would do that for an app

Re: [android-developers] Re: Send bug report from 4.1

2012-12-21 Thread TreKing
On Thu, Dec 20, 2012 at 4:06 AM, Latimerius l4t1m3r...@gmail.com wrote: GOOD ADVICE QFE. This. Seriously. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] Behaviour of EditText.

2012-12-21 Thread TreKing
On Thu, Dec 20, 2012 at 2:48 AM, monty mca.himanshusha...@gmail.com wrote: and for making edittext numberic i am using android:inputtype = numeric in my xml. but after running the code ,i observe the output that softkeyborad for numeric edittext showing the text words i.e A to Z. You're

Re: [android-developers] Bad View Behavior with Changing ListViews

2012-12-21 Thread TreKing
On Wed, Dec 19, 2012 at 9:23 PM, Evan Ruff evan.r...@gmail.com wrote: Is there some step I'm missing? notifyDataSetChanged() ? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

[android-developers] Audio streaming application

2012-12-21 Thread Ali
Hi All, We are looking to develop an Audio streaming application where we have the media files on a web server and have users browse them and play them on android phones. What is the best approach to develop this. Would be helpfule if you can share your experiences and best practices. Thanks

Re: [android-developers] Audio streaming application

2012-12-21 Thread Talha Qamar
Hi i have sent u the simple code needed for audio streaming.Check it.Its working. HaPpY CoDiNg :) Regards, Talha Qamar. On Sat, Dec 22, 2012 at 11:05 AM, Ali aliwor...@gmail.com wrote: Hi All, We are looking to develop an Audio streaming application where we have the media files on a web

Re: [android-developers] Audio streaming application

2012-12-21 Thread Ali
Thanks Talha for the quick response and code details. Will this support pause/play ? and navigation like next/prev tracks etc On Saturday, December 22, 2012 9:52:16 AM UTC+3, Talha Qamar wrote: Hi i have sent u the simple code needed for audio streaming.Check it.Its working. HaPpY CoDiNg :)

[android-developers] Gravity Center not working for Sanskrit Font

2012-12-21 Thread Sandy
Hello Everyone... I need your help urgently.. I am working on application where I require to use Sanskrit fonts align them in center. I am able to display sanskrit font using following code. I do specify the property for center gravity, still it is not working any more. Text is not getting