[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

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

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 wrote: > Hi All, > > We are looking to develop an Audio streaming application where we have the > media files on a web server and have use

[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 f

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 wrote: > Is there some step I'm missing? > notifyDataSetChanged() ? - TreKing - Chicago transit trackin

Re: [android-developers] Behaviour of EditText.

2012-12-21 Thread TreKing
On Thu, Dec 20, 2012 at 2:48 AM, monty 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 overriding the flags y

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 wrote: > > QFE. This. Seriously. - TreKing - Chicago transit tracking app for Android-powered devices

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 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 once it was pub

[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 "t

[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 keyDispatchi

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 Sher

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

2012-12-21 Thread Irfan Sheriff
On Fri, Dec 21, 2012 at 1:54 PM, BearTi 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 enabled/disabled ? This

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: > > > http://developer.android.com/reference/android/net/wifi/WifiManager.html#

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 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 the wi-fi is

[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

[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 F

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 wrote: > > > Narendra Singh Rathore wrote: >> Hi all, >> >> I know inserting a ringtone programmatically, >> but want to know ab

[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 an

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 Gre

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 y

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] Re: Android example code and Apache 2.0 licence

2012-12-21 Thread goran gg
2012/12/20 Chloe Fotherby > 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 that > framework. If a

[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 achie

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 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 unpublished it afterwards,

[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 t

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

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

[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 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 f

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 som

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