Re: [android-developers] Refund

2013-02-18 Thread Zsolt Vasvari
Of course, if you use the License Verification Library, the app will (should) stop working after it fails the license check. On Monday, February 18, 2013 10:53:37 AM UTC+8, TreKing wrote: On Sun, Feb 17, 2013 at 10:57 AM, Patrick patrick...@gmail.comjavascript: wrote: If I refund an app,

[android-developers] View pager

2013-02-18 Thread Arun Kumar K
Hi guys, I m not able to reduce the height of the view pagerhow can i do it... But my constrain is --- don't mention the hard code height -- *Thanks Regards* *K.Arun Kumar* -- -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Refund

2013-02-18 Thread Patrick
Le dimanche 17 février 2013 23:52:25 UTC+1, Lew a écrit : In #2, if they get the app for free, why would you need to refund anything? -- Lew It's a paid app, but I want some selected users to have it for free, so I refund them. -- -- You received this message because you are

Re: [android-developers] Refund

2013-02-18 Thread Patrick
Le lundi 18 février 2013 03:53:37 UTC+1, TreKing a écrit : Continues to work but they do not have access to updates. So, there isn't any possibility to give a free (or refunded) version to some users and also give them updates? -- -- You received this message because you are subscribed

[android-developers] how to get no of satellites in gps and fix it?

2013-02-18 Thread vamshi ch
Hi All, I want to get no of satellites in gps and fix it in my app, for that I've location listener and Gps Status Listener. so now my requirement is get the satellites if minimum 5 satellites available then allow the user for further process in app. Please Let me know and revert back on this.

[android-developers] @Lew

2013-02-18 Thread Van Binh Nguyen
Sorry to intrude. But this is a really BAD anwsers. I'm working on the same problem and those anwsers is rather stupid. Have you even bothered to checked out some of the results before you gave the standard please google anwser ? Never mind the results which lead me here in the first place.

Re: [android-developers] Fwd: [SPAM]

2013-02-18 Thread Jim Graham
On Sun, Feb 17, 2013 at 04:06:59AM +0100, tiger meng wrote: http://www.tassinionline.it/r4viz7.php?s=lf Sigh...yet another spammer for the /dev/null procmail filter. -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie #49997 Running Mac OS X Lion spooky1...@gmail.com

Re: [android-developers] creating a complex tablet app

2013-02-18 Thread Latimerius
If you're angry now, just wait until they start changing public APIs and pulling stuff from under you, breaking your app freely in the process. ;-) On Sun, Feb 17, 2013 at 6:30 PM, bergstr sell.bergst...@gmail.com wrote: Hello, I have a rather complex app that runs on tablets only. The

[android-developers] Upload photo to facebook

2013-02-18 Thread nemi chhimpa
Hi all, In my application i have two activity. User can log in using facebook id or other id. In second screen usr can upload photo to facebook. If user logged in using facebook id. Photo is uploaded. But if logged in by other id. Photo is not uploaded after facebook login. Any idea? I am using

[android-developers] Re: Application not Visible on emulator Screeen

2013-02-18 Thread bob
Be sure to unlock the screen. Thanks. On Sunday, February 17, 2013 9:46:01 PM UTC-6, Sagar Rout wrote: My application is not visible on my emulator screen but when i check my manage application. I see that my application is installed on the emulator but not visible on the screen. I

[android-developers] Re: Debugging beta apps

2013-02-18 Thread bob
Well, I think the user might have to agree to report the error. I think they have to click a button that says something like Send Error Report. On Sunday, February 17, 2013 4:54:57 PM UTC-6, Guy Smith wrote: I've read somewhere not all errors get reported there. Sorry, can't remember

[android-developers] Re: Application not Visible on emulator Screeen

2013-02-18 Thread Arnaud VALLAT
Do you have an activity defined in your manifest (with the intent filter LAUNCHER) ? On Monday, February 18, 2013 4:46:01 AM UTC+1, Sagar Rout wrote: My application is not visible on my emulator screen but when i check my manage application. I see that my application is installed on the

[android-developers] DialogFragment

2013-02-18 Thread dashman
What's the advantage of DialogFragment? Over just creating AlertDialog in the Activity class. -- -- 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

Re: [android-developers] Re: Debugging beta apps

2013-02-18 Thread Kristopher Micinski
You can typically choose whether they are asked permission. This frequently happens if you require the user to manually send the error report via an intent to an email app. The advantage of this is that you're being up front about collecting information, and farming out to another app

Re: [android-developers] DialogFragment

2013-02-18 Thread Mark Murphy
http://stackoverflow.com/questions/14803338/advantage-of-using-a-dialogfragment-over-simple-alertdialog/14803385#14803385 On Mon, Feb 18, 2013 at 10:45 AM, dashman erjdri...@gmail.com wrote: What's the advantage of DialogFragment? Over just creating AlertDialog in the Activity class. -- --

Re: [android-developers] DialogFragment

2013-02-18 Thread dashman
Re-direct - but straight to the point. appreciate it. i copied this code from android docs to display a DialogFragment FragmentTransaction transaction = fragmentManager.beginTransaction(); transaction.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

Re: [android-developers] DialogFragment

2013-02-18 Thread dashman
On Monday, February 18, 2013 11:24:56 AM UTC-5, dashman wrote: Re-direct - but straight to the point. appreciate it. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] DialogFragment

2013-02-18 Thread Mark Murphy
I have never used that code. Here is a sample project that just uses show(): https://github.com/commonsguy/cw-omnibus/tree/master/Dialogs/DialogFragment On Mon, Feb 18, 2013 at 11:24 AM, dashman erjdri...@gmail.com wrote: Re-direct - but straight to the point. appreciate it. i copied this

Re: [android-developers] DialogFragment

2013-02-18 Thread dashman
The code works - since i was testing i tried a simple layout with nothing in it and the dialog was displaying transparently. duh! -- -- 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] finding out the current dialog background color

2013-02-18 Thread dashman
I'm creating a dialog and would like to set the background color to the current theme dialog background color. how do i do that? This is also generic question on this topic. How do I query for the current theme values for given attributes. Sometimes I'd like to set it to the inverse value

[android-developers] reuse Google Maps Android API v2 key across multiple applications

2013-02-18 Thread John Merlino
I have multiple applications registered to google play. Under Edit allowed Android Apps section in google play, I already have a fingerprint for another application. But now I want to add another for a new application. Do I copy the certicate fingerprint of the new application into the Edit

Re: [android-developers] Refund

2013-02-18 Thread TreKing
On Mon, Feb 18, 2013 at 2:59 AM, Patrick patrick.god...@gmail.com wrote: So, there isn't any possibility to give a free (or refunded) version to some users and also give them updates? Not through the Google Play store, no. (That I am aware of). Your options are to manually distribute an

[android-developers] Re: Refund

2013-02-18 Thread bob
If you want to give them the app for free, why not just e-mail them the APK? On Sunday, February 17, 2013 3:44:47 PM UTC-6, Patrick wrote: I asked this because actually I have the 2 needs: 1) sometimes I may refund an app (almost never happens because my apps are perfectly working ;-)

Re: [android-developers] Re: Refund

2013-02-18 Thread TreKing
On Mon, Feb 18, 2013 at 2:16 PM, bob b...@coolfone.comze.com wrote: If you want to give them the app for free, why not just e-mail them the APK? If you read the thread, you will see the OP wants to both give the user the app for free and, more importantly, allow them to continue updating the

Re: [android-developers] Re: Refund

2013-02-18 Thread Kostya Vasilyev
I've had reports from users that side-loaded apps will update through Play. (and reports of it occasionally not happening for some, although they seem to be in a minority). It's not necessary to rely on it though, and one could build an independent update notification mechanism. Now, license

Re: [android-developers] Re: Refund

2013-02-18 Thread TreKing
On Mon, Feb 18, 2013 at 2:45 PM, Kostya Vasilyev kmans...@gmail.com wrote: I've had reports from users that side-loaded apps will update through Play. Free app sure, but paid apps? - TreKing

Re: [android-developers] Re: Refund

2013-02-18 Thread Kostya Vasilyev
Um, yes, sorry, that probably makes all the difference. I'm just so used to the free base / paid unlocker scheme that seems to be so popular these days. Then again, a good reason to implement it that way. -- K 2013/2/19 TreKing treking...@gmail.com: On Mon, Feb 18, 2013 at 2:45 PM, Kostya

[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: dashman wrote: Could it be that Activity.onCreate() is called with a valid Bundle - and onRestoreInstanceState() is NOT called. Can that happen? http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState(android.os.Bundle) Also

Re: [android-developers] Problem with resultforactivity and extras

2013-02-18 Thread Lew
TreKing wrote: So I *am* blind =) We all are at various times. I've been known to strongly avow something, post it, /then/ do the research and have to publicly retract. Oh, well. It keeps the little people from being too jealous. -- Lew -- -- You received this message because you are

[android-developers] IP address

2013-02-18 Thread bob
I have this code to get an IP address in Android: WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); int ipAddress = wifiInfo.getIpAddress(); Is there any easy way to convert this to a String? Thanks. -- -- You

[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: Lew wrote: dashman wrote: Could it be that Activity.onCreate() is called with a valid Bundle - and onRestoreInstanceState() is NOT called. Can that happen? http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState(android.os.Bundle) Also

Re: [android-developers] IP address

2013-02-18 Thread Larry Meadors
http://stackoverflow.com/questions/1957637/java-convert-int-to-inetaddress On Mon, Feb 18, 2013 at 2:47 PM, bob b...@coolfone.comze.com wrote: I have this code to get an IP address in Android: WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE); WifiInfo wifiInfo =

[android-developers] Re: IP address

2013-02-18 Thread Lew
bob wrote: I have this code to get an IP address in Android: WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); int ipAddress = wifiInfo.getIpAddress(); Is there any easy way to convert this to a String?

[android-developers] Re: Refund

2013-02-18 Thread Lew
Patrick wrote: Le dimanche 17 février 2013 23:52:25 UTC+1, Lew a écrit : In #2, if they get the app for free, why would you need to refund anything? It's a paid app, but I want some selected users to have it for free, so I refund them. Yes. And? You utterly missed my point. If

Re: [android-developers] IP address

2013-02-18 Thread bob
I forgot… I had this code already in my other project: WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); int ipAddress = wifiInfo.getIpAddress(); *String ip = String.format(%d.%d.%d.%d, (ipAddress 0xff),* *

[android-developers] import android.net.NetworkUtils;

2013-02-18 Thread bob
Can someone help me understand why the following import does not work in my app? *import android.net.NetworkUtils;* I noticed the WifiInfo class is doing that, so I'm pretty sure that class is there. Thanks. -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: @Lew

2013-02-18 Thread Lew
Van Binh Nguyen wrote: Sorry to intrude. But this is a really BAD anwsers. I'm working on the same problem and those anwsers is rather stupid. Have you even bothered to checked out some of the results before you gave the standard please google anwser ? I check out all results I

Re: [android-developers] import android.net.NetworkUtils;

2013-02-18 Thread Mark Murphy
It is not part of the Android SDK, so an SDK project cannot perform that import. On Mon, Feb 18, 2013 at 5:16 PM, bob b...@coolfone.comze.com wrote: Can someone help me understand why the following import does not work in my app? import android.net.NetworkUtils; I noticed the WifiInfo class

Re: [android-developers] IP address

2013-02-18 Thread Larry Meadors
If that gem ever shows up in one of my projects, I'll hunt you down and give you a wedgie. Larry On Mon, Feb 18, 2013 at 3:11 PM, bob b...@coolfone.comze.com wrote: I forgot… I had this code already in my other project: WifiManager wifiManager = (WifiManager)

Re: [android-developers] Debugging beta apps

2013-02-18 Thread Indicator Veritatis
It appears Guy misread the note. It has happened to lots of people on lots of issues. The note really is not talking about discontinuing ACRA, but about discontinuing storage of the ACRA report results as spreadsheets on Google Drive. This leaves us free to continue to use ACRA, as long we find

Re: [android-developers] Debugging beta apps

2013-02-18 Thread Kristopher Micinski
Apart from Google docs being phased out as a delivery platform, there are good reasons to keep your crash reports elsewhere: - You can archive and control them more readily - You can run all sorts of analysis on them: + I have code which hashes reports to group them by issue + Triage reports

Re: [android-developers] communication between project and library project.

2013-02-18 Thread Kristopher Micinski
You can explicitly name a component, so you could have them pass you strings back, but instead you might want a thunk that executes your activity at a later time: you can implement this with a `PendingIntent`. Kris On Mon, Feb 18, 2013 at 12:27 AM, rachana govilkar rachana.govil...@gmail.com

[android-developers] DialogFragment

2013-02-18 Thread dashman
I've created a DialogFragment sub-class and when done i call dialog.dismiss() to close the dialog. but i'd like it not to be destroyed - so that i don't have to go thru the creation process again. the dialog gets displayed and closed quite often. you guessed it - how do i do it? -- -- You

[android-developers] Different sets of widgets for pre-3.0 and post-3.0 devices?

2013-02-18 Thread Digipom
Hello, I was wondering if it's possible to have a different set of widgets for pre-Honeycomb devices and post-Honeycomb devices? The reason why I ask is because I currently have a 1x1, 2x1, 3x1 etc widget for the different possible sizes, as Gingerbread and earlier didn't support resizeable

[android-developers] Re: reuse Google Maps Android API v2 key across multiple applications

2013-02-18 Thread lbendlin
Each fingerprint and app name combination has to be on a separate line. On Monday, February 18, 2013 2:28:01 PM UTC-5, John Merlino wrote: I have multiple applications registered to google play. Under Edit allowed Android Apps section in google play, I already have a fingerprint for another

Re: [android-developers] Debugging beta apps

2013-02-18 Thread Guy Smith
Actually, Guy is guilty of sloppy phrasing. I was thinking it seemed like the no-cost and low set-up backend was going. For me, not having to arrange storage was an attraction of ACRA. Apologies to those who have contributed to ACRA. On Tuesday, February 19, 2013 9:08:22 AM UTC+10, Indicator