[android-developers] Re: market? issue

2013-02-07 Thread Kostya Vasilyev
Did you check how many devices your app is compatible with in the Play console? Especially if you're using the new UI -- which seems to 1) be more strict with its manifest parsing and 2) has poor error reporting. I once got burned by this, where a small omission in the manifest (IIRC, I forgot

[android-developers] Re: Market device-filtering question

2012-03-18 Thread Keith Wiley
Thanks for responding. Here's my permission list: uses-permission android:name=android.permission.INTERNET / uses-permission android:name=android.permission.ACCESS_FINE_LOCATION / uses-permission android:name=android.permission.WAKE_LOCK / uses-permission

Re: [android-developers] Re: Market device-filtering question

2012-03-18 Thread Mark Murphy
On Sun, Mar 18, 2012 at 11:27 AM, Keith Wiley kbwi...@gmail.com wrote: Thanks for responding.  Here's my permission list:        uses-permission android:name=android.permission.INTERNET /        uses-permission android:name=android.permission.ACCESS_FINE_LOCATION /        uses-permission

[android-developers] Re: Market device-filtering question

2012-03-18 Thread Keith Wiley
On Mar 18, 8:48 am, Mark Murphy mmur...@commonsware.com wrote: On Sun, Mar 18, 2012 at 11:27 AM, Keith Wiley kbwi...@gmail.com wrote: Thanks for responding.  Here's my permission list:        uses-permission android:name=android.permission.INTERNET /        uses-permission

[android-developers] Re: Market device-filtering question

2012-03-18 Thread Keith Wiley
Looks like this is the trick: uses-feature android:name=android.hardware.telephony android:required=false / ...plus a few related entries for location access, etc. Thanks again. Cheers! -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread Pent
My one on one support is strikingly similar to yours :) Should I compare thee, my One On One Support, to a Summer's Day ? No, in truth, you resemble more a Black Hole alas. Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread TreKing
This guy's none to pleased, lol. http://www.google.com/support/forum/p/Android+Market/thread?tid=21630131ddeccc15hl=en - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread Wayne Wenthin
You guys need to drop the on one.Its One developer support. On Tue, Aug 30, 2011 at 5:40 AM, TreKing treking...@gmail.com wrote: This guy's none to pleased, lol. http://www.google.com/support/forum/p/Android+Market/thread?tid=21630131ddeccc15hl=en

[android-developers] Re: market problems (ratings and downloads)

2011-08-29 Thread Zsolt Vasvari
My guess that Heidi is really Haddish from Chennai. On Aug 29, 5:00 am, Peter Sinnott psinn...@gmail.com wrote: On Aug 28, 8:51 pm, TreKing treking...@gmail.com wrote: On Sun, Aug 28, 2011 at 2:27 PM, Peter Sinnott psinn...@gmail.com wrote: I look forward to the one on one support they

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-29 Thread Nikolay Elenkov
On Mon, Aug 29, 2011 at 4:27 AM, Peter Sinnott psinn...@gmail.com wrote: On Aug 28, 1:23 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Aug 28, 2011 at 6:03 PM, Christiaan Schoenaker programming.tri...@gmail.com wrote: Today my actief installations was down 25. And lost

[android-developers] Re: market problems (ratings and downloads)

2011-08-29 Thread Peter Sinnott
My one on one support is strikingly similar to yours :) On Aug 30, 4:02 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Aug 29, 2011 at 4:27 AM, Peter Sinnott psinn...@gmail.com wrote: On Aug 28, 1:23 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Aug 28, 2011 at

[android-developers] Re: market problems (ratings and downloads)

2011-08-28 Thread Adam Ratana
On Sunday, August 28, 2011 5:03:09 AM UTC-4, Christiaan Schoenaker wrote: Today my actief installations was down 25. And lost 25ratings too.(of which 5comments). Anyone share this bug? I noticed this as well. Not as bad as a few weeks ago, but still irritating. At this point I think it's

[android-developers] Re: market problems (ratings and downloads)

2011-08-28 Thread Peter Sinnott
On Aug 28, 1:23 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Aug 28, 2011 at 6:03 PM, Christiaan Schoenaker programming.tri...@gmail.com wrote: Today my actief installations was down 25. And lost 25ratings too.(of which 5comments). Anyone share this bug? Yes. Report it

[android-developers] Re: market problems (ratings and downloads)

2011-08-28 Thread Peter Sinnott
I see my market stats now say I have some Android 3.1 users where as previously they claimed there were none. I really wish they could perform updates to stuff without messing up every time. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-28 Thread TreKing
On Sun, Aug 28, 2011 at 2:27 PM, Peter Sinnott psinn...@gmail.com wrote: I look forward to the one on one support they promised when they told developers not to post questions to the market forums. LMAO - I damn near keeled over when I read Heidi's post (which was conveniently closed to

[android-developers] Re: market problems (ratings and downloads)

2011-08-28 Thread Peter Sinnott
On Aug 28, 8:51 pm, TreKing treking...@gmail.com wrote: On Sun, Aug 28, 2011 at 2:27 PM, Peter Sinnott psinn...@gmail.com wrote: I look forward to the one on one support they promised when they told developers not to post questions to the market forums. LMAO - I damn near keeled over when

[android-developers] Re: market links not launching market

2011-08-22 Thread Raziel23x
To clareafy it is on a webpage a href=market://details? id=xxx../a Do I still need to create a intent for this to workor am I just doing something wrong -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: market links not launching market

2011-08-22 Thread Jim Graham
On Mon, Aug 22, 2011 at 12:45:49PM -0700, Raziel23x wrote: To clareafy it is on a webpage a href=market://details? id=xxx../a Do I still need to create a intent for this to workor am I just doing something wrong Thanks for posting the added informtion---that allows a quick

[android-developers] Re: market links not launching market

2011-08-22 Thread Adam Ratana
On Monday, August 22, 2011 3:45:49 PM UTC-4, Raziel23x wrote: To clareafy it is on a webpage a href=market://details? id=xxx../a Do I still need to create a intent for this to workor am I just doing something wrong try: http://market.android.com/details?id=your package name

Re: [android-developers] Re: market links not launching market

2011-08-22 Thread Jim Graham
On Mon, Aug 22, 2011 at 01:39:35PM -0700, Adam Ratana wrote: this will trigger a chooser where the user can choose to use the web , or the market app Ah, yes, thanks---I forgot to include that in my instructions in my previous e-mail. When you scan a barcode link to the market, as Adam

[android-developers] Re: market links not launching market

2011-08-22 Thread Raziel23x
The webpage is located in the asset folder and menu so the http link I should use then? -- 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,

Re: [android-developers] Re: market links not launching market

2011-08-22 Thread Jim Graham
On Mon, Aug 22, 2011 at 06:54:46PM -0700, Raziel23x wrote: The webpage is located in the asset folder and menu so the http link I should use then? market:// . Later, --jim -- 73 DE N5IAL (/4)| There it was, right in the title bar: spooky1...@gmail.com| Microsoft

[android-developers] Re: Market license error for a handful of users

2011-08-15 Thread Zsolt Vasvari
I had a report from a user that he updated his phone to 2.3.4 and now getting LVL errors. On Aug 16, 8:46 am, Cody Snyder c...@loudcrow.com wrote: Is anyone else getting this? We get license-invalid but only for a handful of users so it doesn't appear to be on our side, anyone know how to get

[android-developers] Re: Market license error for a handful of users

2011-08-15 Thread AndroidYourself
A few days before I got LVL errors, too. But after one day it was gone. Not good, but fixed now I think. On 16 Aug., 03:25, Zsolt Vasvari zvasv...@gmail.com wrote: I had a report from a user that he updated his phone to 2.3.4 and now getting LVL errors. On Aug 16, 8:46 am, Cody Snyder

[android-developers] Re: Market is showing incompatible with phone, but developer console says it is compatible

2011-08-07 Thread Adam Ratana
I had to submit an update for it to be compatible. No permission or hardware requirements changes. He said this was the case for some other apps as well so it might be part of a wider market bug, there's currently an open issue for compatibility listings in the console. -- You received

[android-developers] Re: Market is showing incompatible with phone, but developer console says it is compatible

2011-08-06 Thread Adam Ratana
Does the market actually check with individual devices or just the model? He is having the same problem with some other apps, and I asked him if he rooted the phone and he said no, wasn't even sure what that is. On Saturday, August 6, 2011 6:35:13 AM UTC-4, rich friedel wrote: Are you sure

[android-developers] Re: Market is showing incompatible with phone, but developer console says it is compatible

2011-08-06 Thread rich friedel
I brought up the root idea because you stated they sent you a screenshot... I assumed you were talking about a screenshot of the device's screen. Anyway, they did some major stuff to the market recently and things have been abnormally out of whack for the last week or so. Maybe, this is the

Re: [android-developers] Re: Market total # of downloads stuck?

2011-06-17 Thread Adam Ratana
They seem to be stuck again. I did get an email from them when I contacted them and they said that the numbers were fixed, and they were. But it seems that they just get stuck for a while and update, so I'm not really that worried anymore, unless it persists for a few more days. On Thu, Jun 16,

[android-developers] Re: Market total # of downloads stuck?

2011-06-16 Thread patw
I got email from Google that my download count was fixed on Monday 11am PST. I checked and it was fixed. However it is broken again. I have not gotten any updates since Monday. I have sent them another request for help. I wonder how everyone else is doing? Have your problem been fixed? On

[android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread patw
I contacted the Android Market Team. They responded pretty quickly. They said they are aware of reports of this problem from some developers and are striving to resolve the problem as soon as possible. On Jun 9, 10:26 am, Stephen Damm shinhalsa...@gmail.com wrote: On 6/9/2011 10:48 AM, Mike

Re: [android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread Adam Ratana
If you don't mind, what facility did you use to contact them? I would like to also ask some questions about some uncharged (and now expired) authorizations that have happened, as well as add to their reports about this problem. On Thu, Jun 9, 2011 at 10:17 PM, patw pmk...@gmail.com wrote: I

[android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread patw
Here's how I filed my problem report: developer console - Help - Publishing Issues - Fill in the Publishing Issues Form. On Jun 10, 7:15 am, Adam Ratana adam.rat...@gmail.com wrote: If you don't mind, what facility did you use to contact them? I would like to also ask some questions about some

[android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread Chris
I've gotta say, I had a dev. console issue today and used the link you mentioned and got a response from a real person within an hour. Wish I knew about this publishing issues form before. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Market total # of downloads stuck?

2011-06-09 Thread Mike
yes, I have one at 133% On Jun 9, 8:09 am, Adam Ratana adam.rat...@gmail.com wrote: Has anyone else notice the total # of downloads has been stuck the last few days in the market stats?   Mine has stayed the same for my apps, while the # of active installs has increased.  For example, for

Re: [android-developers] Re: Market total # of downloads stuck?

2011-06-09 Thread Stephen Damm
On 6/9/2011 10:48 AM, Mike wrote: yes, I have one at 133% On Jun 9, 8:09 am, Adam Ratanaadam.rat...@gmail.com wrote: Has anyone else notice the total # of downloads has been stuck the last few days in the market stats? Mine has stayed the same for my apps, while the # of active installs

[android-developers] Re: Market link without related apps garbage

2011-06-05 Thread amir
Hi We have encountered the same problem when sharing via Facebook. have you found a solution for the random icon problem? Does any one know if I can set a specific icon as default so he will have priority over other images/icons? does changing the icon name can make him be the first one selected?

[android-developers] Re: Market sales stuck again

2011-06-01 Thread webmonkey
They are aware of it, see http://www.google.com/support/androidmarket/developer/bin/static.py?page=known_issues.cs There is also a Report button there to indicate that you are affected by this. On May 31, 9:34 pm, Simon Platten simonaplat...@googlemail.com wrote: This is happening to

[android-developers] Re: Market link without related apps garbage

2011-06-01 Thread CelluDrive
You are right about one thing given how poorly most things related to the Android Market are implemented!!! I am thinking about creating my own page that would look like android Market and share that, instead of original link. On May 30, 12:52 am, Zsolt Vasvari zvasv...@gmail.com wrote: While I

[android-developers] Re: Market link without related apps garbage

2011-05-30 Thread Zsolt Vasvari
While I am not 100% sure, of course, given how poorly most things related to the Android Market are implement, I would bet any money in the world that you cannot do what you are asking. That said, if FB randomly picks some image off the page to show as the icon, what gurantees you that it won't

[android-developers] Re: Market app name case sensitive?

2011-05-17 Thread Nicholas Johnson
AFAIK, it's not case sensitive. Searching for my apps with all sorts of funky capitalization works just fine (e.g. eXaMpLeName) Nick -- 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] Re: Market app name case sensitive?

2011-05-17 Thread Tobiah
On 05/17/2011 01:51 PM, Tobiah wrote: I just published my first app to the market. I sat there searching for it under something like examplename, and it didn't show up for a while. I submitted the app with something like ExampleName. Searching for the app with the caps yielded a hit in the

[android-developers] Re: Market sales suddenly cut in half

2011-04-27 Thread sparks
that would be amazing, i recently have grown fond of appmonger and appstats pro, and feel both are kind of lacking little features i would like to see implemented -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-27 Thread Jon F Hancock
I haven't heard of either of those. I haven't been too happy with Mopapp because their numbers just don't seem right. I also want days to break at midnight for me, not midnight Eastern Time. I used to like Android Market Report (in the market), but it is really slow, and after Checkout started

[android-developers] Re: Market active installs not upgrading

2011-04-27 Thread Pikoh
I know, i know...i still believe in Santa :) But if the have a known issue,at least they could tell us they are working on it... On 26 abr, 22:32, TreKing treking...@gmail.com wrote: On Tue, Apr 26, 2011 at 3:20 PM, Pikoh pik...@gmail.com wrote: Well, hope someone at Google could give us some

Re: [android-developers] Re: Market active installs not upgrading

2011-04-27 Thread TreKing
On Wed, Apr 27, 2011 at 7:11 AM, Pikoh pik...@gmail.com wrote: But if the have a known issue,at least they could tell us they are working on it... Seems simple enough doesn't it? But that would require someone - anyone - on the Android Market Team giving a damn.

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread john huang
I also met the same issue, all my order from Apr 24th have not been processed till now. On Tue, Apr 26, 2011 at 1:45 PM, Brill Pappin bpap...@sixgreen.com wrote: I'm not surprised your short today... My orders stopped processing at 9:25 PM yesterday (Apr 24th). I've got a bunch of new orders

[android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread JonFHancock
My sales (LauncherPro Icons) have been pretty poor since April 5th. We're used to over 100 per day, and we've been struggling to get in the 80s most of this month. Our worst day was April 10 at 56. We've only had four days since then where we met our budget. Scary since this is my sole income

[android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread String
Jon, the pattern of your sales slump looks very familiar. My numbers follow a nearly identical pattern, perhaps starting a day or 2 earlier, but (like yours) not even beginning to recover at all until the middle of the month. Since then, things have been a little better, but still not as good

[android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Zsolt Vasvari
New feature on the Market Console: Merchant Sales Report No doubt the rest of the Console not working properly is related to the implemantion of the new features... On Apr 26, 4:49 pm, JonFHancock jonfhanc...@gmail.com wrote: My sales (LauncherPro Icons) have been pretty poor since April

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Kostya Vasilyev
Hopefully there will be a reason to actually use it (i.e. orders going through) :) -- Kostya 26.04.2011 16:55, Zsolt Vasvari пишет: New feature on the Market Console: Merchant Sales Report No doubt the rest of the Console not working properly is related to the implemantion of the new

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Marcin Orlowski
On 26 April 2011 10:49, JonFHancock jonfhanc...@gmail.com wrote: My sales and cancellations are posted below. P.S. I've written a PHP/ jQuery/MySQL app that keeps as a regularly updates list in format below (except my view includes dollars included converted currencies), Sure, go publish

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Jon F Hancock
I'm not sure what you mean by automated console data import. Getting your back log of data is a pain because you have to watch your records and keep running the script changing variables to get everything. After that, it uses Checkout's notification api to get all the notifications since the

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Brill Pappin
In Canada we don't have access to the checkout API... we actually had to write a small java app that would download the report from the Checkout merchant page. We were forced to do that because we had to be able to report on taxes (we are required to charge a goods services tax to Canadians

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread TreKing
On Tue, Apr 26, 2011 at 10:46 AM, Brill Pappin bpap...@sixgreen.com wrote: but I think Google must not be finished with it None of the Market Console is finished. That's apparently irrelevant. This product is released on a good enough basis.

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Brill Pappin
I'm note sure... we are seeing improvements coming out. It looks like the team only has one developer however... -- 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

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread TreKing
On Tue, Apr 26, 2011 at 11:02 AM, Brill Pappin bpap...@sixgreen.com wrote: I'm note sure... we are seeing improvements coming out. I don't think we're seeing improvements. We're seeing more half-baked features being released for us to beta-test for them. It looks like the team only has one

[android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread WhitneyApps
Both of my two apps, one paid and one free, have been stuck for a week. I had a rush of declined payments a week ago and now zero. Both apps - one that usually hs 100 downloads per day - are exactly where they were a week ago. Is there any way to tell if people are even able to download my apps?

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-26 Thread Jon F Hancock
People still seem to be able to download the app. I haven't had any complaints about that aside from the usual rejected credit card, and the user hasn't bothered read the email from Google. On Tue, Apr 26, 2011 at 12:37 PM, WhitneyApps whitneya...@gmail.com wrote: Both of my two apps, one paid

[android-developers] Re: Market active installs not upgrading

2011-04-26 Thread Pikoh
Well, hope someone at Google could give us some explanation or, better, solve it. On 26 abr, 20:04, TreKing treking...@gmail.com wrote: On Tue, Apr 26, 2011 at 12:55 PM, Pikoh pik...@gmail.com wrote: Does anyone have the same problem? Yes, search the group - many are experiencing the same

Re: [android-developers] Re: Market active installs not upgrading

2011-04-26 Thread TreKing
On Tue, Apr 26, 2011 at 3:20 PM, Pikoh pik...@gmail.com wrote: Well, hope someone at Google could give us some explanation or, better, solve it. Don't hold your breath. - TreKing

[android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Doug
On Apr 24, 10:03 pm, Brill Pappin bpap...@sixgreen.com wrote: Has anyone else notice that kind of drop in the last four days or so? I've been seeing consistently reduced payouts since April 11. Prior to that, I was seeing higher than normal payouts for a couple weeks. Since that date I've

[android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Brill Pappin
I just did some data analysis on our orders from our local database copy. (we're in canada, so the only way we can calculate tax is by scraping the checkout pages). it looks like our overall orders have actually dropped (which suggests a change in the market, not Checkout) but that the ratio of

[android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Brill Pappin
FYI - CANCELLED would include uninstalls AND failed orders. -- 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

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Jerry Fan
I am also experiencing sales drop these two days especially today, On Tue, Apr 26, 2011 at 4:51 AM, Brill Pappin bpap...@sixgreen.com wrote: FYI - CANCELLED would include uninstalls AND failed orders. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Market sales suddenly cut in half

2011-04-25 Thread Brill Pappin
I'm not surprised your short today... My orders stopped processing at 9:25 PM yesterday (Apr 24th). I've got a bunch of new orders that have not been processed (which is unusual). My guess is that there are a team of engineers and PR people working over night as we speak :) Likely some of them

[android-developers] Re: Market bug?

2011-03-24 Thread Brill Pappin
Our primary website is simply www.sixgreen.com, so I don't why they would not accept it. It looks more like whoever wrote the code simply looks fir the first app and uses that URL... however we actually want our app urls to point at information related to the app itself and the main link to

[android-developers] Re: Market bug?

2011-03-23 Thread Peter Sinnott
The same thing is true for me. I was saving an account update after ticking the email updates checkbox that I don't recall existing before and now it seems Google is no longer happy for me to list google.com as my website. Maybe you need to update your website url to something Google now accept?

Re: [android-developers] Re: Market package name on Xoom?

2011-03-02 Thread Katrina Swales
it would be, in this case, a minor phone OS that likely would not have stood a chance, marketing wise, or programming wise, without google, so the case still stands. On Mon, Feb 28, 2011 at 10:48 PM, Greg Donald gdon...@gmail.com wrote: On Mon, Feb 28, 2011 at 4:44 PM, Hari Edo

Re: [android-developers] Re: Market package name on Xoom?

2011-03-02 Thread Chris Stewart
Really interesting to see a little sneak peak behind the scenes of Android's development. Would be interesting to see more of that honestly. Thanks for all you do Dianne, it's greatly appreciated. -- Chris Stewart http://chriswstewart.com On Tue, Mar 1, 2011 at 1:16 PM, Dianne Hackborn

[android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Indicator Veritatis
Ah, so you have a history of saying impolitic things! Now we understand you much better;) On Feb 28, 5:44 pm, Shane Isbell shane.isb...@gmail.com wrote: On Mon, Feb 28, 2011 at 3:03 PM, Justin Anderson magouyaw...@gmail.comwrote: None of that matters... It's just a simple matter of etiquette.

[android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Indicator Veritatis
The way you reach your conclusion from your premises is so illogical, you are casting doubt on your own ability to think logically enough to be a competent programmer. The real reason Dianne has quite a following is because she really does know Android extremely well, having been at the center of

[android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Indicator Veritatis
You are misinterpreting the tag line. It is not because she only answers when convenient, it is because both the question and the answer belong in a public forum, best of all this one, so that it becomes part of the public knowledge base. This is SUCH a common meme in open source software, I am

Re: [android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Shane Isbell
On Tue, Mar 1, 2011 at 9:15 AM, Indicator Veritatis mej1...@yahoo.comwrote: The way you reach your conclusion from your premises is so illogical, you are casting doubt on your own ability to think logically enough to be a competent programmer. The real reason Dianne has quite a following is

[android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Indicator Veritatis
As I read your reply, I somehow remember the saying of Ben Franklin from his Wit and Wisdom, Quarrels would be neither bitter nor long, if on one side -only-, lay the wrong. This is because, yes, Shane did not need to be rude. But even after having defended Dianne's answer in another post, I now

Re: [android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Justin Anderson
* I don't know how many times I have to say but the client has complete control of the environment. Why is this so difficult to understand?* Because obviously is not true... otherwise you would not have had this problem in the first place. :-) On Tue, Mar 1, 2011 at 10:25 AM, Shane Isbell

Re: [android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Dianne Hackborn
Hi all, I appreciate people jumping to me defense, but this is really not necessary. To be honest, Shane's reply was so tame compared to other discussions I've had that it didn't even register to me as rude. (And to be clear, I am not telling people absolutely to not do something, I just try

[android-developers] Re: Market package name on Xoom?

2011-03-01 Thread Indicator Veritatis
You only have to say it once -- if you get it right. This you have yet to do. 'Environment' has too many different meanings, all of which make sense in this context, few, if any justify your assertions, none your impatience. On Mar 1, 9:25 am, Shane Isbell shane.isb...@gmail.com wrote: On Tue,

[android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Hari Edo
Greg, reading fail. There's a difference between she's only the one who... and she's the only one who... Without Dianne's team, Android wouldn't be. Shane, the advice (from Google team or anyone else) is trying to coach you into a sustainable design. You can write whatever compiles, but the

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Greg Donald
On Mon, Feb 28, 2011 at 4:44 PM, Hari Edo hari@gmail.com wrote: Without Dianne's team, Android wouldn't be. Google bought Android, it would indeed be without her. http://www.google.com/search?q=google+buys+android -- Greg Donald destiney.com | gregdonald.com -- You received this

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread rich friedel
You're right. Mr. Edo didn't finish, so let me... ...wouldn't be the super awesome mobile framework that we enjoy and love! On Feb 28, 2011 5:49 PM, Greg Donald gdon...@gmail.com wrote: -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Justin Anderson
None of that matters... It's just a simple matter of etiquette. When asking for help you don't have to be rude if you don't like the answer. And if you feel it doesn't apply then great... don't apply it! The OP could just as easily have said Thanks for the advice Dianne, but in my case this

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Shane Isbell
On Mon, Feb 28, 2011 at 3:03 PM, Justin Anderson magouyaw...@gmail.comwrote: None of that matters... It's just a simple matter of etiquette. When asking for help you don't have to be rude if you don't like the answer. And if you feel it doesn't apply then great... don't apply it! The OP

[android-developers] Re: Market console doesn't support Chrome

2011-01-10 Thread H
I've been publishing my app for almost 6 months now using Chrome only. No problems at all other than keeping the window open on the Market console for literally days and every now and then it stops responding (turns out there seems to be some kind of timeout so you have to full refresh the page

[android-developers] Re: Market broken today?

2011-01-06 Thread Nathan
Yes. -- 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...@googlegroups.com For more options,

[android-developers] Re: Market has the All option disabled :)

2011-01-04 Thread Ralph
One question what is the difference between pre-teen and all? Does all include infants? Do infants really use the android market? I apologize for the question, but I'm curious? Thanks, Ralph On Nov 30, 8:21 pm, Brad Gies rbg...@gmail.com wrote: My apps all use GPS... so I would guess that

[android-developers] Re: Market 15min refund period -- and a problem

2010-12-19 Thread niko20
You can still cancel the order and it will never be charged. On Dec 19, 4:35 pm, Zsolt Vasvari zvasv...@gmail.com wrote: The 15 min period has now started, people seeing that on their receipts. I have decided to still honor the previous 24hr period as my app is impossible to evalute in 15

[android-developers] Re: Market 15min refund period -- and a problem

2010-12-19 Thread Eong
I prefer 5 secs. On 12月20日, 上午6时35分, Zsolt Vasvari zvasv...@gmail.com wrote: The 15 min period has now started, people seeing that on their receipts. I have decided to still honor the previous 24hr period as my app is impossible to evalute in 15 mins. That said, the Market team decided, in

[android-developers] Re: Market not updating?

2010-12-10 Thread LeX
But hey as Google always says, it's free, so be happy you can at least post your apps :D That is not true. It is not free: it costs 30% from your application sellings... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Market not updating?

2010-12-10 Thread Pent
There is something weird going on in the market.  Both of my apps' total counts went down today.  Active installs can drop but total count shouldn't! So I'm not going crazy. I thought the count had gone down by 1K, but wrote it of as me remembering the previous number wrongly. Pent -- You

Re: [android-developers] Re: Market not updating?

2010-12-10 Thread David Erosa García
But hey as Google always says, it's free, so be happy you can at least post your apps :D Well, I had to pay $25 to be able to post and 30% of my sellings... ;) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Market not updating?

2010-12-09 Thread David Erosa García
On Wed, Dec 8, 2010 at 10:28 PM, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  Both of my apps' total counts went down today.  Active installs can drop but total count shouldn't! Now my total downloads active installs counts are also dropping!

[android-developers] Re: Market not updating?

2010-12-09 Thread Chris Johnson
My Total Downloads dropped too. And my active installs dropped a lot faster today than other days. On Dec 9, 7:48 am, David Erosa García soul...@gmail.com wrote: On Wed, Dec 8, 2010 at 10:28 PM, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  Both of

[android-developers] Re: Market not updating?

2010-12-09 Thread Yahel
Guys, it is notorious that the only thing the Market console allows you to do is post your app and update it. It already has a lot of trouble doing this, don't expect anything else from it. The numbers you see are random at worth, hints at best. The market console is a temporary-we'll make it

[android-developers] Re: Market not updating?

2010-12-09 Thread Vladimir (CM)
One of our apps lost 2k total DLs and 12k active installs, which caused it to travel some 5-10 spots up and down the top free ranking. The Market team know how to keep us entertained. On Dec 8, 11:28 pm, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  

[android-developers] Re: Market not updating?

2010-12-08 Thread WhitneyApps
There is something weird going on in the market. Both of my apps' total counts went down today. Active installs can drop but total count shouldn't! Steve On Dec 7, 10:09 pm, Zsolt Vasvari zvasv...@gmail.com wrote: The download count is not real time, and maybe nobody left you a comment? On

Re: [android-developers] Re: Market not updating?

2010-12-08 Thread David Erosa García
On Wed, Dec 8, 2010 at 10:28 PM, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  Both of my apps' total counts went down today.  Active installs can drop but total count shouldn't! My app dropped from 135 rates to 131 for about six hours, then got

[android-developers] Re: Market not updating?

2010-12-07 Thread Zsolt Vasvari
The download count is not real time, and maybe nobody left you a comment? On Dec 8, 8:30 am, Brill Pappin br...@pappin.ca wrote: I seem to be having a problem with my paid apps in the market. No comments or downloads showing but I have about 30 purchases since this morning. Is anyone else

[android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread dario
'Standalone' apps don't have to go away. OHA should commit to openness to make sure we don't have to fragment our apps. For example, using a front facing camera shouldn't require separate apks (even Qik had to do this). Fortunately thanks to a tip from Diane, we can now use the undocumented

[android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread Bret Foreman
I can certainly imagine apps that have voice-only navigation as Android moves into the automotive, gaming, and sports markets. Imagine a pair of Android-powered, voice-controlled augmented reality goggles. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Market expanding to technically non-compliant devices?

2010-12-01 Thread Chris Stratton
On Nov 30, 9:12 pm, gjs garyjamessi...@gmail.com wrote: I am hoping to avoid the potential user confusion situation for an integrated (tv and phone) app of having to release two separate versions You can probably make a single apk that can do either the phone or tv half of the job. But why

  1   2   3   4   >