Slashdot Mirror


Android Game Devs Worry Over Ease of Copying

The Guardian reports on problems faced by game makers on Android Market. Some independent developers are finding that their games are too easily copied and sold by competitors, and they say Google isn't reacting quickly enough to reports of infringement. Quoting: "One of my customers emailed me three weeks ago, and informed me that another company was selling a version of my app – pirated and uploaded as their own. Of course I contacted Google right away. It took Google two days to take the app down. This publisher was also selling other versions of pirated games. I contacted the original developers of those games but they were still being sold a week later. You'd think [Google] might have a hotline for things like that! I would also note that the publisher selling the pirated games is still trading on the Android Market. They didn't even get their account suspended. ... Why are these accounts still allowed to be trading? It's negligent as far as I'm concerned."

146 of 210 comments (clear)

  1. It's open! by Anonymous Coward · · Score: 3, Insightful

    Even to piracy.

  2. i wonder by jcombel · · Score: 5, Insightful

    how the person who feels he is being victimized here would feel if his app was instantly removed via a hotline telephone call by someone with a false DMCA claim?

    1. Re:i wonder by Anonymous Coward · · Score: 1

      ...Or if the other person claimed he was the pirate and Google were to take his app down instead.

    2. Re:i wonder by Dormann · · Score: 4, Insightful

      Does this even need a telephone hotline? If a red flag arose when any submitted app was 90% similar to an existing app from another developer, wouldn't the minimal human intervention required from Google eliminate this problem?

    3. Re:i wonder by DurendalMac · · Score: 1

      Right, because it would be so hard to determine which app was put on the Android Market first.

    4. Re:i wonder by Anubis+IV · · Score: 5, Insightful

      What does that have to do with anything? If Google conducts an investigation on the issue and decides to take action, then doesn't it naturally follow that they would ban the developer for his gross misconduct? There doesn't need to be a hotline that would allow anyone to report anyone else and have them instantly barred (nor did the summary suggest such a thing), but if Google goes through an investigative process (which they did here) and determines that the claims have merit (which seems to be the case), then it's their responsibility to handle it appropriately. They didn't.

    5. Re:i wonder by Anonymous Coward · · Score: 1

      Probably like the people who realize that 2 bogus flags are enough to have youtube automatically take a video down.

    6. Re:i wonder by hyartep · · Score: 4, Interesting

      i'm not sure how it's with android, but i know several symbian apps, that were available from developer website (usually beta) and later they moved to the ovi store.
      this way, you could have false app in the market first.

      otoh: if there is confusion, who is the publisher, it's easy for google to sell the app, keep the money and transfer them later to the right one.

    7. Re:i wonder by johanatan · · Score: 1

      Actually, you can. Just compare outputs--they're both being rendered to the same bit depth and resolution screen (and fuzzy matching is your friend).

    8. Re:i wonder by Anonymous Coward · · Score: 1

      App interfaces are defined in XML and can be redesigned completely without requiring hand-editing of assembler.

      Reassembling classes.dex with no modifications produces different bytecode.

      Google could only dump and compare code strings, but those are easily encryptable by tools following assembly.

    9. Re:i wonder by scdeimos · · Score: 1

      I think you missed the point - prospective apps could be run in an Android emulator that takes several screenshots every few seconds which are then used to make an image fingerprint of the app. It would be fairly trivial for somebody with Google's computing and database power to search an image fingerprint catalog for close matches that could then be ruled upon by a human.

    10. Re:i wonder by Narcogen · · Score: 1

      I don't think you can issue a proper DMCA takedown notice by telephone... not even if it's a "hotline".

    11. Re:i wonder by thegarbz · · Score: 4, Interesting

      What does that have to do with anything? If Google conducts an investigation ...

      Your reply to the parent is misguided. He is addressing the single complaint of the takedown taking 2 days. You're talking about the complaint of failure to ban from the market place.

      You are both right, and both quite relevant. Yes google should have banned the user in their response. And no 2 days is perfectly reasonable if the 2 days is the result of a thorough investigation and not just idle pointless delays on google's part. If you speed up the process by rubberstamping the takedowns you'll end up getting innocents caught in the receiving end of a malicious complaint.

    12. Re:i wonder by Onuma · · Score: 1

      Nay, he was a scoundrel.

      --
      What else can happen when an unstoppable force collides with an immovable object?
    13. Re:i wonder by xhrit · · Score: 1

      most legitimate apps are 90% similar to other existing apps...

    14. Re:i wonder by Missing.Matter · · Score: 2

      I don't think the OP was necessarily complaining about that. It was just a statement of fact. Two days seems reasonable anyway to investigate the matter. The real complaint seems to be that Google found that a company sold a pirated app and is still allowed to do business on the Android marketplace, selling what appear to be other pirated apps. Selling just one pirated app should be grounds for termination.

    15. Re:i wonder by Hal_Porter · · Score: 2, Insightful

      Platforms can be free for users or free for software authors.

      Apple trades of freedom for users for freedom for software authors. Windows Mobile gave more freedom to users but less to authors. Windows Mobile 7, interestingly moves things more in the direction of Apple. Since I'm a dumb consumer and don't write any software but like to fiddle around I much preferred Windows Mobile with its rampant piracy, modding and hacking scene.

      Of course in the long run platforms which offer more freedom to software authors and less freedom to users will tend to have more software written for them. And that will bring more users - most of whom don't care or even know about "software freedoms". You can see this with Windows and Linux - Windows allowed developers to keep their source code private and make money out of it - i.e. to own it and rent it. Linux encourages (though admittedly doesn't require at least for user mode code) developers to open their source code. That limits what they can charge for it since competitors could undercut them and drive the price to zero.

      It's no coincidence that the least free platforms (for users) - iPhone (compared to Windows Mobile), games consoles (compared to desktop Windows) and Windows (compared to Linux) have more software and are thus more popular than their freer (for users) competition.

      If you want a vision of the future imagine a trusted platform with no unsigned code stamping down on the face of hackers and pirates forever.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    16. Re:i wonder by index0 · · Score: 1

      That is the point, clearly you can see that the fastest action is the one with the least amount of human interaction. Do you want some automated process available so that others can take down your work easily?

    17. Re:i wonder by gotpoetry · · Score: 1

      This is all in the same store.

    18. Re:i wonder by tepples · · Score: 1

      I don't think you can issue a proper DMCA takedown notice by telephone

      Does fax count as telephone? Does dial-up Internet?

    19. Re:i wonder by Sectoid_Dev · · Score: 1

      Which is why he was so fucking cool.

      "Sorry about the mess"

    20. Re:i wonder by Threni · · Score: 1

      Those claims are investigated, though, and can only come from someone authorised to act. Is there a problem with people misusing those?

    21. Re:i wonder by Spaseboy · · Score: 1

      BasilBrush meant there's only one official way to get apps on iOS.

      --
      "I don't want more choice, I just want nicer things!"
      -Jennifer Saunders as Edina Monsoon
    22. Re:i wonder by s73v3r · · Score: 1

      So you're saying that he shouldn't have had Google take down the pirated copy because the pirate might feel bad?

    23. Re:i wonder by The+End+Of+Days · · Score: 1

      It's not piracy, it's just sharing. The only ethical way to program is to give it all away - after all, it's virtual, so there's no effort involved.

    24. Re:i wonder by Kevin+Fishburne · · Score: 1

      Funny how many stupid replies your message received. Google does exactly what you're suggesting with their YouTube videos. Even short clips are automatically flagged by the algorithm when found to be in violation of copyright. A friend of mine used to sync shitloads of small clips from different movies together for his DnB songs. Some of them were caught, and he had to get permission from the films' authors to use those clips (which he successfully did). Some of the movies were so old and obscure that they weren't in Google's "fingerprint" database and weren't flagged at all, even though technically in violation of copyright.

      Doing the same thing to apps as you suggested would be a good first step to preventing this sort of thing. It would produce a queue of "suspect" apps which could then be reviewed by humans. At the top of the queue would be apps reported by both humans and the algorithm and at the bottom apps only reported by the algorithm.

      --
      Buy your next Linux PC at eightvirtues.com
    25. Re:i wonder by s73v3r · · Score: 1

      Should that freedom extend to being able to sell someone else's app as your own?

    26. Re:i wonder by BasilBrush · · Score: 1

      Yes, but if you follow the thread, one a single possible point of distribution makes the question of who created the app easier to answer.

      In this story, both apps appeared on Google's market. But the first one to appear there wasn't necessarily the creator. It's possible it had previously been published in another store, or on a website, and copied from there.

      It's not one of the bigger plus points for a single app store. But it certainly merits an entry on the list of plus points.

    27. Re:i wonder by Belial6 · · Score: 1

      iPhone is more populer than Windows Mobile because Windows Mobile is for the most part unuasable junk. game consoles are more popular than PCs for games because most consumers can't do basic math, thus they think the lower up front cost of a game console is cheaper. Windows is more popular than Linux on the desktop because Windows had a monopoly on the desktop before most people had even heard of Linux. That and you fail to count most of the Linux installs. Freedom has nothing to do with any of those wins. Besides, how do you even come up with the idea that any of those are free for software authors. I write software for a living. I can write software all day long, that does anything I want to on Windows or Linux, but I cannot write software for any of the console systems. Well, I COULD if a cracked them, but I couldn't publish the software. I would also have to worry that the console manufacturer would break my software on purpose at any time. I would also have to realism that my customers would have the console manufacturers actively trying to punish them for using my software.

    28. Re:i wonder by monkyyy · · Score: 1

      it happens there to

      --
      warning pointless sig
    29. Re:i wonder by BasilBrush · · Score: 1

      Crime happens everywhere. But it's easier to investigate with a single store.

    30. Re:i wonder by Hal_Porter · · Score: 1

      iPhone is more populer than Windows Mobile because Windows Mobile is for the most part unuasable junk.

      To you maybe. To people who know how to flash custom Roms it's a superb platform.

      http://www.jayceooi.com/2010/08/12/download-htc-hd2-cookie-energy-windows-mobile-6-5-x-custom-rom/

      Lots of free - as opposed to Free - software too, if you know where to look.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  3. Google is an ad company. by Anonymous Coward · · Score: 3, Interesting

    At the end of the day, it's all about whether they're selling more ads or increasing the value of them. Android is just another means to that end, so it shouldn't surprise anyone that Google has trouble policing their market place. It's simply not something they're used to doing. Same goes for Apple and Microsoft.

    1. Re:Google is an ad company. by Lennie · · Score: 1

      They do take down ads on their adnetwork(s) very fast when it turns out it is actually some kind of exploit code for spyware or similair thing.

      Personally I think they worry to much.

      --
      New things are always on the horizon
    2. Re:Google is an ad company. by Lennie · · Score: 1

      I meant exploit code in the ads themselfs.

      --
      New things are always on the horizon
  4. Cry some more by atomicbutterfly · · Score: 5, Insightful

    Google, like Apple, have to review the alleged infringement thoroughly before they can decide to take any action. If they don't, they run the risk of removing a legitimate app that was reported by a competitor, or a troll, or for any number of reasons. This is bad for business, and bad for PR. Unfortunately these investigations take their time, and even though you can throw more people into the pool of investigators, the final resolution is never going to be quick enough for app developers who want the infringing app remove IMMEDIATELY as it potentially costs them sales.

    1. Re:Cry some more by Anubis+IV · · Score: 2

      You're right about the speed issue, but what about the bigger issue of Google failing to ban the developer when they should have? If someone takes my work, copies it, claims that it's their own, and sells it for profit on your store, and you're made aware of the crime, you had better make sure that guy never steps foot in your store again. Simply telling him that he can't sell the knockoff of my product any more is not sufficient.

    2. Re:Cry some more by vlueboy · · Score: 1

      From not owning an iPhone and /. stories all these years I was under the impression that Apple yields to no one, big or small, pre or post crime. We shouldn't clump Apple and Google's App gardens under the same roof. Google is the more oblivious nanny of the app world.

      See also: porn, voip over AT&T and "rejection based on perceived dangers to stock iOS" functionality --even others never disclosed to devs are enough to warrant warning-less removal and outright rejection. I'm not sure about accounts suspended and wanton use of kill switches, but other slashdotters can google it...

    3. Re:Cry some more by GooberToo · · Score: 5, Insightful

      Agreed. The offending developer needs to have their account terminated. If they are not doing they, seems pretty clearly they are actively encouraging fraud. Likewise, all pending proceeds need to be forwarded to the original developer. Otherwise, it seems Google is knowingly profiting from a crime. After all, they still made their 30% commission. And what about the users who purchased the application? Do they receive refunds; thusly alleviating Google of their legal liabilities? Do they refer these customers to the original developer's application?

    4. Re:Cry some more by somersault · · Score: 1

      We shouldn't clump Apple and Google's App gardens under the same roof

      Well duh, for one Apple doesn't let you install an app unless it's from their official App Store. Google lets you install anything you want. There is a user setting to ensure that you are only installing "official" apps, but it doesn't sound like it does that much use overall, what with all these malware and fraud stories. I'd still consider developing for Android, but I am disappointed at the way things are being portrayed as heading, and hope Google turns it around.

      --
      which is totally what she said
    5. Re:Cry some more by Rich0 · · Score: 2

      Agreed. The pirating developer should have to spend another $100 to set up a new account. That will stop them for sure! :)

  5. File criminal charges by Animats · · Score: 5, Informative

    That's criminal copyright infringement. If it's for commercial gain, and the total retail value exceeds $1000, and distributed over a computer network, the criminal provisions apply. At $2500, it becomes a felony.

    Here's how to report it.

    1. Re:File criminal charges by Mr_Plattz · · Score: 3, Insightful

      Irrelevant if the 'other party' is based out of communist China who aren't shy to publicly admit they have no appreciation copyright infringements.

    2. Re:File criminal charges by Anonymous Coward · · Score: 1

      Sure, if the infringer is in the US. What happens if they are in China, or Russia. There have been previous cases where ad-supported apps were modified with the different ad account id's and re-uploaded. The culprit was traced to a Chinese origin. I highly doubt any US authorities will bother to run over there, hog-tie the guy and drag him back over to the US.

      I bet that even if the culprit was located in the EU or Canada, the most they'd have is a warrant?

      Now if they infringed on a large corporation, then they'd be dragged, slowly, over razor blades and rubbing alcohol laden street on the way to the court house.

    3. Re:File criminal charges by Telvin_3d · · Score: 1

      Someone with mod points give parent a bump.

      Something that comes up over and over in patent discussion is how ridiculous it is that sticking 'internet' or 'cloud' or 'electronic' or any other buzzword in front of something seems to qualify it as a new invention. We all sigh that computers don't automatically make old ideas new or require special treatment just because a processor or network is involved.

      Same goes for fraud or any other criminal activity. Just because computers are involved doesn't mean that old solutions and ideas are magically invalid. Too often we have a tendency to treat computer related problems as some sort of special case. So we turn to solutions that are situational and often poor in the long run. Screw Google. Complaining to them about this is like complaining to the pawn shop selling your stolen TV.

    4. Re:File criminal charges by mwvdlee · · Score: 1

      Patent != copyright

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    5. Re:File criminal charges by Kashgarinn · · Score: 1

      This and only this should be what claims of copyright infringement is.

      Normal people downloading crap instead of buying them should just be labelled smart people.

    6. Re:File criminal charges by somersault · · Score: 1

      "Same goes for fraud or any other criminal activity"

      --
      which is totally what she said
    7. Re:File criminal charges by somersault · · Score: 3, Insightful

      This and only this should be what claims of copyright infringement is.

      As others have said, this story is about "plagiarism and misappropriation", ie stealing real sales by selling someone else's software as your own. Copyright infringement doesn't only apply in situations where you feel it's to your own advantage.

      Normal people downloading crap instead of buying them should just be labelled smart people.

      Actually, they're very obviously copyright infringers who are making copies of things without the legal right. It might be "smart" to avoid costs where you can, though if you're breaking the law to do so, it's risky, and seen by many (including myself) as immoral. The record companies are pretty immoral too of course. It's not a black and white decision, but there's nothing particularly noble about infringing copyright.

      For what it's worth, I think of you as just the same type of scum as these guys who are sell other people's software for their own gain. You're saving money by not buying music. You're not getting the same level of financial benefit as these professional pirates, but you still are on the same scale, just at a lower level. I'm not saying you'd buy all of the music/movies/software you download, but presumably if you like any of it enough to keep it, you'd have bought some of that if piracy wasn't an option.

      --
      which is totally what she said
    8. Re:File criminal charges by IrrepressibleMonkey · · Score: 1

      The culprit was traced to a Chinese origin. I highly doubt any US authorities will bother to run over there, hog-tie the guy and drag him back over to the US.

      Damn. I miss Jack Bauer.

    9. Re:File criminal charges by Animats · · Score: 1

      Irrelevant if the 'other party' is based out of communist China

      So file a complaint against Google. They're not an innocent party here; they're taking a cut of the revenue. An "app store" cannot take advantage of the "safe harbor" that an ISP can.

    10. Re:File criminal charges by s73v3r · · Score: 1

      In this case, it doesn't matter which country the pirate is located in; if they're putting the app up on Google's market, then you contact Google.

    11. Re:File criminal charges by s73v3r · · Score: 1

      Normal people downloading crap instead of buying them should just be labelled smart people.

      No, they shouldn't. Those people are still benefiting from the author's work without compensation.

    12. Re:File criminal charges by scot4875 · · Score: 1

      As long as we're calling names, you're the scum apologist that allows Big Media to push more and more restrictive laws in more and more places.

      There are far more grounds to not pay for media than just to save money. In fact, the GP made no reference to saving money. I'd say they're smart for not feeding the corporate law machines that subjugate artists' work and want to do away with the public domain. I'd say they're smart for not supporting companies that engage in propaganda. I'd say they're smart for avoiding potentially having their computer or other equipment 0wned by the next Sony rootkit.

      For the record, I personally don't torrent anything. I have other things to do with my time besides waste it on uninspired crap from the major publishers. However, I don't see anything wrong with people who do choose to torrent stuff; Disney and their ilk have stolen the public domain from us, it's only fair that we receive some compensation for it.

      --Jeremy

      --
      Jesus was a liberal
    13. Re:File criminal charges by somersault · · Score: 1

      I'm not the scum. I didn't buy MP3s while they were all being sold with DRM. I waited until they were DRM free. I neither agree with DRM, nor with freeloading scumbags.

      I do torrent things when there is literally no other way for me to get something. In one or two cases I still torrented when importing what I wanted would have cost far more than is reasonable. £100 for a TV series that I've already seen most of on TV for free? You must be kidding.

      --
      which is totally what she said
    14. Re:File criminal charges by somersault · · Score: 1

      *shrug* I'm okay with that yes, as long as they are being genuine and not just using it as an excuse. For example, the price of individual songs on iTunes and Amazon are very reasonable. Albums range from very good value to around CD price, which isn't very good value for MP3s, so recently I've been waiting until the price drops a bit before buying some stuff.

      I actually don't have that much problem with guys who download illegally and just admit that what they're doing is wrong. It's the guys who just want free stuff, but try to act like they're doing something noble/justifiable that pisses me off. You can call think of that as hypocritical if you wish, but I've only done it with one TV series that I'd already seen most of (DBZ), and recently a movie that wasn't available anywhere for some reason (the original Tron, which I've now pre-ordered as part of a boxset with Legacy).

      --
      which is totally what she said
    15. Re:File criminal charges by Creepy · · Score: 1

      China can't sell paid apps and Russia has restricted sales according to the site (they need to use ads, basically).

      I would expect if a game was pirated Google would be able to freeze any payments and redirect them to the infringed on author, though I'm not sure of how often payments are made (if instantly, maybe google should reconsider and put a lag in them - maybe a week).

  6. Not a problem on F-Droid by Statecraftsman · · Score: 5, Informative

    Of course all the software through it is free (as in freedom).

  7. I think the Market is absolute garbage... by c.r.o.c.o · · Score: 4, Interesting

    If I am doing something wrong, please let me know, but browsing the market is absolutely painful. My biggest problem is the fact that you can go to a top category like "Business" and you are limited to THREE filters, "Top Paid", "Top Free" and "Just In". They are all irrelevant for me, because cost is not really an issue for under $20 apps, and "Just In" can list anything from first release betas to minor updates. Searching for a specific term is even worse because then you can't apply any further filters. As a related issue, when browsing categories or searching specifics, apps seem to be listed at random.

    I would like to be able to sort apps by rating, developer, price, date uploaded, number downloads, and a whole bunch of other criteria. You know, stuff that I take for granted while searching through Google. You would think that the leading search company would be capable of implementing more than a rudimentary market application...

    There are three explanations.

    First, I could be incompetent. This is very likely, since I got my first Android phone less than a week ago. However while I'm not a developer, I am not exactly computer illiterate. I was able to unlock and root my HTC Desire, and I already tried 4 different ROMS (currently running Cyanogenmod 7 nightly 22) and a few dozen apps. My last phone was a Nokia N900, and its repository system automatically contained only free, and mostly GPL apps searchable on a variety of criteria. The Market was a very negative culture shock for me. If however I am incompetent, I welcome any suggestions how to better search for apps THROUGH THE MARKETPLACE (I'll come back to this in a second).

    Second, Google engineers are inept and can't implement better searching in their own market app. I seriously doubt it, given the extensive features of any other Google app. FFS, think of the analysis Google Goggles, Voice Search or even Maps have to perform, while Market can't even sort apps properly? If the phones themselves are too slow, offload the computing to the Google servers just like Goggles and Voice Search.

    Third, it's in Google's interest to force users to browse hunderds of apps, try out a lot of garbage before finding what they are looking for. This also ties in with TFA. Maybe Google wants the bragging rights to say they have hundreds of thousands of apps. Maybe they don't care, but the OP is not the first developer to complain about copied apps. One ADW theme designer stopped releasing the template for his themes because people were copying them and reselling them throu the Market. This is a very serious issue for Google, because Balmer was right. DEVELOPERS, DEVELOPERS, DEVELOPERS! If they start bailing out, your platform dies out, which incidentally is what happened to my Nokia N900.

    The ONLY reliable way to find Android apps is to either search through Google's site that we all use, or go to specific Android development forums like XDA and search past threads.

    1. Re:I think the Market is absolute garbage... by bemymonkey · · Score: 1

      Agreed. Appbrain is definitely the superior alternative... it's just a shame Fast Web Installer was shut down - really dirty move on Google's part, because their own web market sucks donkey balls. Can't even uninstall apps from there...

    2. Re:I think the Market is absolute garbage... by w0mprat · · Score: 2

      There are numerous alternative markets. If you want official then there's market.android.com, and it syncs over the air to your handset. With Android you are not restricted to any default apps, even the homescreen/launcher can be changed so can the market. Alternative markets have some nice innovative thinking on how to do an app store. To paraphrase the Apple spin: If you hit a wall in usability of Android then there's an app for for that

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    3. Re:I think the Market is absolute garbage... by wvmarle · · Score: 1

      Honest question: are any of those reliable and trustworthy? Set up by respectable businesses? This question as I'd love to see some real competition for Google's market place.

      Thinking of the regular stories of malware being distributed through those third-party markets...

      Not that the quality of Googles Android market is that great, at least they have SOME measures in place including the small fee that a developer has to pay (in effect identifying themselves) and the signing requirements (linking an app uniquely to a developer).

    4. Re:I think the Market is absolute garbage... by Adayse · · Score: 1

      First and Third explanation are correct. What you are mostly doing wrong is being new to the market and after a few months you will feel better about it. It is in the interest of google and new developers that people try out new apps.

    5. Re:I think the Market is absolute garbage... by thegarbz · · Score: 1

      because cost is not really an issue for under $20 apps,

      To you. There's enough evidence to point that an app costing more than just a few dollars will cause users to think before installing. Also by searching free apps you'll often find ad supported or even trial versions of paid apps. The "top free" category is definitely interesting.

      The market place works on ratings and downloads. It's a word of mouth game providing you quick downloads. It's not really a place to go and do your research or actively start looking for any app to serve a purpose. My advice to get the most out of the market is to google the purpose. Research on websites, and when you find something that interested you, then search the market. In my experience apps I have downloaded from the market that I have "researched" on the market typically end up unused or erased, and the keepers are ones recommended by others or highly commended in various google searches.

    6. Re:I think the Market is absolute garbage... by Radiophobic · · Score: 1

      Its true, the market needs some fine tuning. Its still better than most of the competition tho. To browse categories, click on apps.

    7. Re:I think the Market is absolute garbage... by Eil · · Score: 2

      No, it's not just you. The Android market UI experience really is that bad.

      Usually, Google are the ones to look at a competitor's product and say, "hey, how can we do this better?" For whatever reason Android's killer feature, the Android Market, was basically copied from Apple's App store. Rather than give users better tools to find useful apps, they just did what the App Store did.

    8. Re:I think the Market is absolute garbage... by ixnaay · · Score: 1

      It's a new service. While I understand that all /.ers release perfect products at initial release, google might take some time to collect user feedback and improve their service. I'm not a google fanatic, but over the years most reasonable people can see that their products follow a user beneficial trajectory over time.

      Should they have taken a closer look at iTunes - maybe looking at complaints about that service, and incorporate those - but in general, my opinion is to give them time to improve. Whatever else you might say about Google, it's clear to me (at least) that they are dedicated to continuous improvement.

      With that said, I have an android phone, and I don't like the Android Market all that much at this point either. Generally I 'search' for apps using google's search service, narrow down to what will do what I need, and then type the app name into the market. Works for right now, and I'm looking forward to better integration of searching - we all know they are good at that - into the Android Market.

    9. Re:I think the Market is absolute garbage... by tepples · · Score: 1

      There are numerous alternative markets.

      How do you recommend installing such an alternative market if you happen to be on AT&T, which hides "Unknown sources" on all its phones?

    10. Re:I think the Market is absolute garbage... by Cederic · · Score: 1

      Erm. From the Google Android Market?

    11. Re:I think the Market is absolute garbage... by Cederic · · Score: 1

      It's a new service.

      erm. No it's not. It's over two years old, and in Internet timeframes that's a very long time.

      I've had a non-Android phone for over a year now and I had expected that when I went back to Android with my next phone, they'd have sorted out the atrocious Market interface.

      Oh well. Still some time yet..

    12. Re:I think the Market is absolute garbage... by s73v3r · · Score: 1

      Rumor has it that Amazon is going to be setting up their own Android store.

    13. Re:I think the Market is absolute garbage... by s73v3r · · Score: 1

      Yes, but then does the AT&T block extend to anything that's not the Google market? As in, I install SlideME or some Steam-like game store from the Google Market. Does AT&T allow me to install from those markets then, or does their "Unknown Sources" extend to those markets I just downloaded?

    14. Re:I think the Market is absolute garbage... by Cederic · · Score: 1

      It's a good question - the device probably blocks non-market app installations unless the 'unknown sources' toggle is switched to allow them.

      What you may be able to do is download an app that toggles it - but that may also need root access, which might be trickier in itself.

      I don't have an Android phone in the house so can't play and check, sorry.

    15. Re:I think the Market is absolute garbage... by shutdown+-p+now · · Score: 1

      No, it's not you. I've owned Android phone for a year, and now own a Honeycomb tablet. Market is horrible on both (in fact, it's worse on the tablet, even though I didn't suspect it would even be possible).

    16. Re:I think the Market is absolute garbage... by wvmarle · · Score: 1

      I heard about that mmm well, half year ago or so already, if not longer.

      "Rumour"... "going to"... there's the problem. Afaik at this moment Google's official market is still the best Android market around. Which probably says more about the quality of the rest of the markets though.

      I do love the quick publishing on their market; last Friday I released a new version of my app; a day or so later got a crash report from user; yesterday found and fixed the bug and released an update. Happy I don't have to wait two weeks or so for re-approval of a bugfix update, like Apple's store needs.

  8. plagiarism by bzipitidoo · · Score: 5, Insightful

    This is not just copyright infringement. This is plagiarism and misappropriation. Criminals are claiming other's work as their own. And they are capitalizing on this fraudulent claim to take money that should go to the real authors. This is quite different from random persons copying songs. This is actual theft.

    Be careful with the terminology. Big Media likes the conflation of plagiarism and counterfeiting with mere copying. They want to be able to hit someone who snagged a copy of some tune off a P2P service with the same punishment as these software thieves deserve.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
    1. Re:plagiarism by scdeimos · · Score: 1

      In your mp3 torrent example there's not actually any money changing hands and the people involved are probably already aware that they're not obtaining it through proper channels.

      What's being done here is closer to counterfeiting a CD or DVD and selling the counterfeits to unsuspecting shoppers because they are unaware that the property they are buying is essentially stolen. To continue the analogy, the CD they're buying may also have a Sony/BMG-style rootkit on it.

    2. Re:plagiarism by 1u3hr · · Score: 1

      Not according to Slashdot users. Every single time copyright infringement or copying music/movies/etc. comes up on this site, the users here overwhelmingly argue that unless there is some physical thing taken, it's OK becuase it's not theft.

      Bullshit. Nobody says that.(can you provide a link to posts that do?) People correctly say that copying files is not theft. That doesn't make it "OK", it just means that if a crime has been committed, it's something else, like copyright infringement. There is a reason there is a legal term "intellectual property": because it's different to physical property and has different laws and different offences against those laws.

      What's being done here is not really all that differrent from bittorrenting an MP3

      It's completely different because it's being SOLD, and in the same market as the original software. The selling is the big crime. Arguing that this has some relation to filesharing is unjustified.

    3. Re:plagiarism by nuggz · · Score: 1

      No this is copyright infringement.

      They didn't remove your use of the asset. They're just selling copies.

      Might be a bit of fraud, plagiarism etc, but it's mostly copyright.

      If they're selling it, it is a bit easier to prove "lost sales" vs movie/music copyright infringement, and the people buying the illegal copies might not know, otherwise it's mostly the same.

      What you label a "software thief" isn't any different from warez pirates or those illegally copying movies.

    4. Re:plagiarism by drinkypoo · · Score: 1

      This is not just copyright infringement. This is plagiarism and misappropriation.

      Don't be stupid. That's what copyright infringement is.

      This is actual theft.

      By all means, please show where the theft occurred. Prepare to be laughed at a lot.

      Be careful with the terminology. Big Media likes the conflation of plagiarism and counterfeiting with mere copying.

      Plagiarism at this level is a form of copyright infringement, which is why it's illegal and not merely grounds for expulsion from school. You have utterly failed to properly use the terminology. Theft requires that you take someone from someone and they no longer have it. This is something else; it is copyright infringement for personal gain, which is why it is a criminal act; as the GP said, "criminal copyright infringement".

      You are guilty of failure of reading comprehension and of thinking you knew something when you did not. It's okay, it happens to all of us. You can take comfort in knowing that although many others have made the same mistake, you have not stolen their stupidity.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:plagiarism by Ash+Vince · · Score: 1

      Not according to Slashdot users. Every single time copyright infringement or copying music/movies/etc. comes up on this site, the users here overwhelmingly argue that unless there is some physical thing taken, it's OK becuase it's not theft.

      Bullshit. Nobody says that.(can you provide a link to posts that do?) People correctly say that copying files is not theft. That doesn't make it "OK", it just means that if a crime has been committed, it's something else, like copyright infringement. There is a reason there is a legal term "intellectual property": because it's different to physical property and has different laws and different offences against those laws.

      I have certainly seen it justified on slashdot plenty of times. Here is not very good link: http://slashdot.org/comments.pl?sid=1838938&threshold=0&commentsort=0&mode=thread&cid=34021806

      If you hang around in these sorts of discussions you will certainly see plenty of people justifying the illegal copying of software or MP3s.

      What's being done here is not really all that differrent from bittorrenting an MP3

      It's completely different because it's being SOLD, and in the same market as the original software. The selling is the big crime.
      Arguing that this has some relation to filesharing is unjustified.

      How different is it from the Pirate Bay though? They used to have adverts on the site and so they did get some revenues coming in. I very much doubt they were even covering their own costs but we do not actually know for sure.

      What if I took someone else's paid app and posted it to the android market as an ad supported one without their permission? Would that be ok since I was not charging for it directly? This is becoming very akin to a lot of the torrent sites as many of them are ad supported.

      This is all a bit shaky for me morally speaking and if you download stuff from a bittorrent site that you not actually run for moral reasons doesn't that make you a bit hypocritical?

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
    6. Re:plagiarism by mewshi_nya · · Score: 1

      Other than the fact they are outright profiting from their infringement. I have been known to pirate software, but I am *very* particular about who can "borrow" my CDs of anything except SNES games because I do know that profiting (or distributing, most of the time) from infringement puts you in a whole new league.

    7. Re:plagiarism by tater86 · · Score: 1

      So it would be ok if the person who copied the game made it available for free in the marketplace? If anything, I would think that making it available for free would cause the original developer to lose more sales than charging for it, and thus cause more damage to the original developer.

    8. Re:plagiarism by Sparrow1492 · · Score: 1

      Bullshit. Nobody says that.(can you provide a link to posts that do?)

      Here's one from the article linked by Ash, and I didn't even have to look that hard: "No, because in that example, you're depriving them of physical goods (unlike when pirates copy data, thereby depriving no one of anything)" and "That's because that does ACTUAL harm to someone by DEPRIVING them of a good that is not in infinite supply. No one copied anything in that example, they deprived someone of something physical."

      And a statement like this seems so come up whenever copyright comes up. I'm too lazy to go back and look others up, but I know because I get beat up every time I even remotely relate it to theft, although I'm talking from a moral perspective and not the copyright piece.

      What's being done here is not really all that differrent from bittorrenting an MP3

      And if you go back and read it, I never said it was the same. I just noted similarities. I agree that the resale is the bigger crime here. Seeding a torrent is still redistributing the file where others can get it without paying the copyright owner. Here someone else sells it on the app market. The end result is the same: the owner of the work does not get paid for that copy.

    9. Re:plagiarism by bzipitidoo · · Score: 1

      Scarceness is the applicable distinction. Obviously, physical goods are scarce. Information is not scarce. But, attribution IS scarce. Someone offering a copy of a Beatles song is one thing, someone who is not the Beatles claiming to be the author of that song is quite another.

      Suppose we set up new systems to compensate authors for their works, in which copying, freely copying, is good. The more your work is copied, the more you receive from various funds. Such systems would break down if others could, fraudulently and without permission, claim authorship of something they did not create, and get away with it.

      --
      Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  9. It's because... by Anonymous Coward · · Score: 1

    Android is garbage. I'm holding on for GNU/Hurd.

  10. They really don't care by holophrastic · · Score: 1

    As a business, setting up a public marketplace is about the marketplace, not about the policing. Policing is secondary -- way secondary. There's zero profit in policing the marketplace for Google. There's simply no money to be made. None, until it becomes so rampant that developers like you stop using the marketplace as a result.

    Clearly, that hasn't happened.

    You complained to Google about the pirates. What you were supposed to do was to pull your own app down, and leave for a safer place.

    You don't complain to your landlord when someone breaks into your home. You call the police.

    Google's given you a perfectly place to sit. And it's dangerous. As a landlord, they've nothing to do with the policing. Call the real police if you like. But you won't find many for on-line marketplaces. At least not yet.

    Or, you can pay your landlord to hire a gatekeeper, or private security. Show me the line-item on the agreement that you signed with Google that says your app will be protected. Then you can be right to complain to them. Until such time, be happy that you have any service at all from them. You can always start yoru own marketplace. Or your own store.

    And go hug your landlord.

    1. Re:They really don't care by vlueboy · · Score: 1

      Just leaving? he'll leave the crook a "winner" who still "owns" his app clone and makes cash off it... and Google no longer has any obligation to pursue damages for an ex-customer (if such unlikely thing as capturing the thieves were to happen down the pipeline.) Worst case, this is the dev's bread and butter.

      Vacating an App market's premises isn't as seamless as plunking your website's hard work under new ISP hosting:

      Google => Eclipse
      iPhone/iPad => Objective C
      MS Phone => Some other he's not interested on learning when the original app already works fine natively.

      Besides, the dev risks finding negligence after paying dearly for the porting process, and nobody's going to refund their "market license" fees. There's also only a few smartphone choices left a dev to explore. Really nowhere to go but the market's gatekeeper, since they have the market's keys... sad.

    2. Re:They really don't care by fabregas256 · · Score: 2

      As a business, setting up a public marketplace is about the marketplace, not about the policing. Policing is secondary -- way secondary. There's zero profit in policing the marketplace for Google. There's simply no money to be made. None, until it becomes so rampant that developers like you stop using the marketplace as a result.

      There is lots of money to be made in policing the market. Apple polices the its own App Store and it is much more successful than Google's.

      Developers want a market so that makes their app easily discovered and their copyright will be protected. If they don't get this, they will focus more resources on iPhone development.

      Customers want high quality apps without worrying about filtering through spam and malware. If they don't like the experience, they will buy an iPhone.

      The only people who benefit from Google's hands off approach are spammers and criminals. Apple's approach maybe overreaching, but it benefits high quality developers and that is where they will flock until Google gets it's act together.

    3. Re:They really don't care by holophrastic · · Score: 1

      All evidence to the contrary my friend -- or this wouldn't be an issue in the first place.

    4. Re:They really don't care by fabregas256 · · Score: 1

      Companies make mistakes all the time and Google has its share of flops. They know that there are problems with the market and are trying to improve it.

      Because developers were complaining about the return policy, Google changed the return Window from 24 hours to 15 minutes. They released the web version of the market as a way to help make new apps more discoverable.

      They soon will face competition from Amazon and it will put more pressure on them to make improvements.

  11. How is this complicated? by Seumas · · Score: 2

    Send a DMCA notice to Google and the other company and take the other company to court. If Google doesn't respond by removal as per DMCA rules, take them to court, too. These tools exist, so use them. They're not *just* around for the MPAA, RIAA, and BSAA to use.

    1. Re:How is this complicated? by vlueboy · · Score: 1

      There's so little noise from underdog use of the DMCA tools, when we expect the abuses to be astronomical in the USA.

      I seriously doubt all of the abusers are in China and Russia, so there must be lots of USA-reacable Goliaths getting defeated. But virtually nobody is spreading success stories. It must be that lawyerless geeks can't wield the tools without lawyers, and lawyers are just too expensive without a big corp in our pockets.

      It seems the Goliaths of the "legally persecutable" world found good loopholes and WE are settling with them for cash / gag orders.

    2. Re:How is this complicated? by mwvdlee · · Score: 1

      Take Google to court... even if you win, you'll end up broke.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    3. Re:How is this complicated? by 91degrees · · Score: 1

      If you're in the right, and willing to accept a sensible amount, most likely result is they're settle. It's not worth their money to bankrupt the claimant over a few thousand dollars.

  12. Android market issues: by Elimental · · Score: 1

    As a previous owner of an iPhone and now on my second Android phone:

    1st I treat android market as a simple “apt-get” installer for my phone.

    I never use it to look for applications, I use Google search or web reviews instead and use the QT codes to get my applications. Same thing I would do with any Windows or Linux application. If you want the secure walled garden go use Amazon or start your own app store, no one is stopping you, hell you can maybe even make a living off it.

    Sure there is applications that can harm your phone and yes there is plenty of applications that copy others. I rather have the power myself if I want VLC or some porn app on my phone than some corporation that thinks its inappropriate. Sure if I install all kinds of junk without reading reviews and looking at security permissions I deserve to install and AV application or have my data send, this is happening to PC's all the time, what makes my phone any different after all it is a “personal” computer.

    I can find plenty of games that is similar/copied to ones being sold by big developers on the PC. The difference normally is support + quality. Yes Google takes it time to remove offending software . I rather them do a proper investigations than some competitor being able to remove my app just cause he made a simple request to Google.

    Give me free market any day isn't that what capitalism is all about? Or do you want to live in a social environment where you have some government(apple) tell you what you can or can not have on your phones.

    Only problem I have with Google market is that allot of countries are still not allowed to have/get paid for applications like China, India, South Africa and so on, maybe if they address that issue we wont have so many copied applications cause I do think many are copied and replaced as free just because people in the countries above can not access the paid for applications. Just give everyone access to paid applications. They can still limit the developers in those countries to upload free applications only if they afraid of them selling pirated software.

    1. Re:Android market issues: by youn · · Score: 1

      Or bad faith on the operator part... skype for example is not available on my phone and it is a free app available all over the rest of the world... just because they don't want voip apps on phones they provide

      --
      Never antropomorphize computers, they do not like that :p
  13. What kind of Copy Protection is OP using? by Skythe · · Score: 3, Informative

    I'm no star dev, but I have a few free applications on market. One of the things I noticed is for a while Google have had a message stating that copy protection is being deprecated, and replaced with "Licensing service". More information here: http://developer.android.com/guide/publishing/licensing.html. Not sure if this would affect OP's situation; whether he was/is using the old licensing services and/or if it will improve the situation in general.

    1. Re:What kind of Copy Protection is OP using? by alostpacket · · Score: 2

      LVL DRM was bypassed not long after it came out. From what I can tell the apps that seem to resist being pirated have to use multiple levels of DRM (including custom rolled solutions) which is also why so many apps request your IMEI.

      It's is sad really. I dont think devs want to use this kinda stuff (I know I'd rather not) but the sting of piracy is hard to take when people buying $200-$500 phones wont spring $0.99 for an app.

      --
      PocketPermissions Android Permission Guide
  14. How can you get your game pirated? by 91degrees · · Score: 1

    As a burgeoning game developer, the main problem I see is marketing. I'd love to have a few thousand people playing my game, showing it to their friends, and hopefully for all of those thousands of free copies, a few dozen or even if I'm lucky, hundreds of their friends might decide to buy it.

    If I give it away free on the Android market I have to give it away free to everyone. Hard to make a living that way.

  15. Re:Wrong, auto-banning is always stupid by sydneyfong · · Score: 2

    Imagine a developer with legit games too who just posted that infringing game because his mother needs an operation.

    You lost me right there.

    --
    Don't quote me on this.
  16. that "developer" is just Charlie Sheen by Locutus · · Score: 1

    Google doesn't want to kick him off because he's "winning" something and makes for lots of ad hits.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  17. But isn't there a licensing API to stop this? by jareth-0205 · · Score: 3, Interesting

    http://developer.android.com/guide/publishing/licensing.html

    I'm not entirely sure because I've not seen the need to use it personally yet, but wouldn't the Android Market Licensing service stop this? Been around for a while this API...

  18. Re:Wrong, auto-banning is always stupid by N1AK · · Score: 2

    Imagine a developer with legit games too who just posted that infringing game because his mother needs an operation.

    Perhaps he could mug someone instead, or rob a bank. He'd get the money faster, and I'm sure we'd all turn a blind eye because of his poor old mother right? No.

    It would be trivially easy for Google to structure their store contracts in such a way that account revocation and loss of earnings were explicitly accepted in the case of infringement. You say it won't deter 'pro' criminals, yet if they consistently are denied revenue and forced to create new developer accounts ($15 IIRC), they'll quickly realise it isn't an effective money maker.

    Your argument against detering infringers in case they go straight is as illogical as suggesting stores give shop lifters carte blanche in case they choose to start paying one day. Google may be able to get away with ignoring the needs of legit developers, due to the size of the android userbase, but it doesn't mean they should.

  19. Google tolerates "evil" by 1u3hr · · Score: 2, Interesting
    Googl may say "Don't be evil", but they are very tolerant of it.

    For YEARS now they have allowed spammers free reign to crap all over Usenet using their Googlegroups interface. They do nothing to block or remove spam, when clearly they have the technology, as they use in filtering GMail, to do so.

    I don't know if they have a policy of making Usenet into a shitpile to make their own hosted groups more attractive. Or if they just don't care at all.

  20. Angry Birds holds lessons here by symbolset · · Score: 5, Interesting

    Take your lessons from the leader in the field. You don't need it pirated, you need to give it away - sort of. You also need to work the buyer a little.

    The lite version of Angry Birds with 15 levels is a cute introduction to the game that rewards the downloader for the trial by providing a few hours of entertainment. Sound is used throughout to influence the player. The play control is simple, which hides some complexity that lets the player think he's smart for figuring out the puzzle. Progress is incremental - you have to defeat a level before you go on, which rewards the user with frustration - this is good to a point, but they have to be well onto the hook before you pull them forward with frustration so the first few levels have to be fairly easy - but not pathetically so. Lessons: Hook 'em with a freebie that starts easy and gets harder fast, but doesn't turn impossible. The global competitiveness thing with top scores is trite. It's overdone. Avoid it.

    The game is a moral play and the player is cast as the good guy destroying the evil pigs that steal the eggs. Even my 2 year old grandson gets this. Every world starts with a cartoon video that tells a story, each level starts with an intro that builds suspense. Do pigs really steal eggs? No. But that's the premise built by the opening animation that we consent to when we play the game. Idling is nefarious pig grunting to encourage play, and play includes enthusiastic bird charging sounds. It starts easy, with one star for each level, but is very difficult at three stars each level. Each time you beat a level you get an audio reward (birds crowing and a little instrumental piece) - and a trumpet for a new high score for the level. And when you don't beat it, a punishment - pigs laughing and grunting. You can get in and out very quickly and without too much loss (you can try a level in 30 seconds or so). Quicker is better. For the cheaters there are YouTube walkthroughs. It has no ads. This is the beta they used to get people into the game and its main screen includes a link to the market where you can buy the full version now that there is one. Lessons: Tell a story. Work the user emotionally with audio, give a lot of entertainment in the beta and it'll go viral and get you lots of beta testers and the feedback you need to perfect your game. It wouldn't kill you to post the first few YouTube walkthroughs for the cheaters yourself under a nym. Cheaters think they're clever for resourcing YouTube, and they're only hurting themselves. Reward them even for just running the app, with a happy greeting. Cast the player as the good guy in a moral play.

    It's a great intro to the ad-supported full version. In fact, it's such a good intro that they've now a non-beta "seasons" freebie game that has more levels that is ad supported, that gets updated every major holiday with even more levels. Lessons: free spinoffs amplify the viral nature of the freebie and can be a good little earner all by itself. Save this for after the game itself is profitable.

    For the full version that's ad-supported there are far more levels of course, and more all the time. Naturally there would be, or your customers would stop viewing ads when they completed the game. The full, no-ad version isn't supported on my phone yet (Android) and I suspect that's because they're making so much money on the ads. Lessons: if the ad-based game goes viral you can hire some cheap level designers to generate more content as time goes on - and you should to keep the money rolling in. And that pays for improving the value of the for-pay game as well.

    The for-pay game includes an additional cheat: the Mighty Eagle, that you have to buy in-game to use. I don't get this option on Android yet I don't think, not that I'm the cheating kind. In-game purchases are the sort of thing you probably shouldn't think about right off. But the for-pay game is ridiculously cheap: 99c on iOS. That makes it so cheap that people don't even think about buying it, and d

    --
    Help stamp out iliturcy.
    1. Re:Angry Birds holds lessons here by markjhood2003 · · Score: 1

      Interesting post. I had no idea that ads were used to support the game. I purchased my copy for $5.99 at the App Store and play it on my MacBook Pro. I would never have tried it if I had to watch ads to play it. That would be incredibly annoying, even for 99 cents.

    2. Re:Angry Birds holds lessons here by symbolset · · Score: 1

      We have been asking for the for-pay verson for a long time. It is now promised, but they have their hands full. I would pay for it.

      --
      Help stamp out iliturcy.
    3. Re:Angry Birds holds lessons here by symbolset · · Score: 1

      Second reply, bad form, sorry. The ads are tolerable - they're up in a corner and don't interfere with the game too much. I've actually clicked a few of them deliberately, and even bought advertised apps. But now they're pushing my limits with the Bing cheats ads, and Bing in general, and video ads before the game starts. If they don't cut that out I'm going to have to uninstall the thing even though I like it otherwise even if there's no for-pay version yet.

      The value of a free thing trends toward zero. I hope they offer me the for-pay version soon, but I doubt it.

      There will be more lessons soon from Rovio about how to build and destroy immense value in the shortest possible cycle. But I didn't put that because the grandparent was looking for how to initiate the upstroke, not how to prevent the downstroke. If you do the upstroke cycle and buy the Ferrari for cash and are otherwise fiscally prudent, then after the downstroke you get to keep most of the stuff you got, including the Ferrari even after you can't afford to put gas in it. If you lease, not so much. It's possible to avoid the downstroke but it's like threading a needle. Rovio isn't threading this needle. They're riding the tiger instead. In that story the tiger wins.

      --
      Help stamp out iliturcy.
  21. Re:Wrong, auto-banning is always stupid by somersault · · Score: 4, Insightful

    In particular, our infringer with a sick mother could absolutely find an ambulance chaser to sue google for his own lost legit revenue

    Hardly. If he's doing anything illegal with his account, Google are well within their rights to terminate it. It's their private service, they are probably legally allowed to terminate people for any reason, even outside of abuses of the system.

    I don't get your "my mother was sick, so I'm entitled to break the law" bullshit. Real courts might "take it into account", but the guy is still responsible for his own actions. By doing something illegal, he's just increasing the chances his sick mother won't have anyone around to help her when he goes to jail.

    As for "cheating to test the waters" - wtf? I don't understand your reasoning behind any of this. Who the hell even thinks like that? Would you illegally upload someone else's work and charge people for it? If I was wanting to test the waters, I'd write my own app, or read blogs and ask questions to other developers. I certainly wouldn't start off by doing something illegal. If someone is willing to do that, why would they bother to even write their own software later on?

    --
    which is totally what she said
  22. In star trek by leuk_he · · Score: 1

    According to the imperial database he was. No wonder he was hiding on a "neurtral" planet

  23. The numbers by thePowerOfGrayskull · · Score: 1

    How likely would this be to occur if there wasn't so much emphasis on having the highest number of available apps in an app store?

    1. Re:The numbers by thePowerOfGrayskull · · Score: 1

      Hm, I should have been more clear. What I meant was: how likely is it that Google would be so reluctant to suspend the accounts of someone who fraudulently posted even one pirated app?

  24. Google's motto by HikingStick · · Score: 2

    Google's motto is "Do no evil", but I wonder if they think they're not responsible for evil if it spreads because they do northing.

    --
    I use irony whenever I can, but my shirts are still wrinkled...
    1. Re:Google's motto by HikingStick · · Score: 1

      "Don't be evil" just makes the juxtaposition more clear. The purpose of a motto is to convey a key value and provide a guide for living (action, in Google's case). Both the way I wrote it (incorrectly, as you noted) and the correct way convey the same basic idea.

      --
      I use irony whenever I can, but my shirts are still wrinkled...
  25. Google customer service by C_Kode · · Score: 1

    From all my dealings with Google (Nexus One, and Google Apps Premier) their customer service and tech support is either painfully slow and at times practically non-existent.

  26. Re:Wrong, auto-banning is always stupid by mlingojones · · Score: 1

    Yes, a criminal court would care about exactly those points.

    No.

  27. Re:Wrong, auto-banning is always stupid by mlingojones · · Score: 4, Insightful

    Imagine a developer with legit games too who just posted that infringing game because his mother needs an operation.

    That's not an excuse. Like others have said, if you rob a bank to pay for your mother's operation, you still go to jail.

    Imagine two co-developers have falling out, one registers their new game first, reports the second's game as infringing, and gets the second account banned. Imagine a developer reposts another's game because he owns part but got cheated by the official developer. etc.

    Not the right way to get the other developer to respect your IP rights. Complain to Google and get the game taken down, don't just submit it again.

    Second, you don't want to scare away infringing users who might become legitimate non-infringing users and improve the Android market place.

    Yes you do. "Cheating to test the waters" is a cop-out. Some of us write legitimate software to test the waters.

    Third, Google can actually process future infringement claims more efficiently if infringers continue using the same accounts.

    That makes no sense at all.

    What were you saying about morons?

  28. Unknown sources or Android Debug Bridge? by tepples · · Score: 2

    Google lets you install anything you want. There is a user setting to ensure that you are only installing "official" apps

    Are you referring to the Settings > Applications > Unknown sources checkbox or to Android Debug Bridge? If the former, then AT&T leaves that checkbox at the "official apps only" setting and hides it from the user. If the latter, then Google requires device makers to leave the ADB backdoor open, but AT&T makes one register as a company in order to download the drivers to use ADB.

    1. Re:Unknown sources or Android Debug Bridge? by somersault · · Score: 2

      I was referring to the official apps only setting, which is on the cheap Chinese tablet I initially bought to mess around with Android, and my phone (which has a custom ROM on it anyway, but it did have the setting beforehand). It's insane the things that telcos can get away with, especially in the US..

      --
      which is totally what she said
    2. Re:Unknown sources or Android Debug Bridge? by Cederic · · Score: 1

      So don't be stupid enough to buy a phone from AT&T.

    3. Re:Unknown sources or Android Debug Bridge? by s73v3r · · Score: 1

      What if they're the only provider worth a damn in your area?

    4. Re:Unknown sources or Android Debug Bridge? by Cederic · · Score: 1

      Use their service. What's so hard about that?

      You can use their service without buying your phone from them. Can't you? Are they really that shit?

    5. Re:Unknown sources or Android Debug Bridge? by tepples · · Score: 1

      You can use their service without buying your phone from them. Can't you?

      Verizon, Sprint, and AT&T all will charge you for a phone (built into the price of a service) even if you don't take one.

    6. Re:Unknown sources or Android Debug Bridge? by Cederic · · Score: 1

      So take an iphone and sell it to someone while you use a decent phone you bought unlocked.

  29. Plagiarism vs. warez by tepples · · Score: 1

    This is not just copyright infringement. This is plagiarism and misappropriation.

    No this is copyright infringement.

    In this context, plagiarism means copyright infringement combined with failure to attribute; hence the "just" in "not just copyright infringement".

    What you label a "software thief" isn't any different from warez pirates or those illegally copying movies.

    The difference between warez and plagiarism is that release groups in the warez scene don't strip off the logo of the original publisher, such as Last Century Fox's searchlight scene or Disney's castle or Paramount's mountain or WB's shield or Universal's globe or Columbia's torch lady.

  30. The term "intellectual property" by tepples · · Score: 1

    There is a reason there is a legal term "intellectual property": because it's different to physical property and has different laws and different offences against those laws.

    "Intellectual property" didn't become a legal term until the formation of WIPO, as I understand it. Richard Stallman has explained how "intellectual property" confuses several issues, and I've written my own thoughts on the term. The term carries several hidden assumptions, at least some of which I believe are contrary to fact:

    • Copyrights, patents, trademarks, and trade secrets are more similar than different in purpose.
    • These exclusive rights are more similar than different in scope.
    • These exclusive rights are more similar to exclusive rights in land than different from it. (You recognize that this is untrue, but some "IP" proponents have not.)
    • The best way to promote the creation of works of authorship and inventions is by creating a state-sponsored entitlement to exclusive rights.
    • Especially when the term is abbreviated as "IP", strained analogies among these exclusive rights and between them and rights in land should be taken for granted.

    If you mean copyright, say copyright. Otherwise, I agree with the points you make

    1. Re:The term "intellectual property" by 1u3hr · · Score: 1

      "Intellectual property" didn't become a legal term ...

      Whatever it was called in the past, copyright, patents, etc have existed for a few centuries. And you may notice that I was arguing AGAINST the "strained analogies".

      I'm comfortable using IP as a category, and if people are (willfully) dumb enough not to get the distinctions, it probably doesn't matter what words you use.

      And I didn't just mean copyright, because this case was about copying/and selling apps, and I wouldn't like to say which exact IP laws it violated. But copyright at least.

  31. Why Think Google is Slow? by 517714 · · Score: 1

    I contacted the original developers of those games but they were still being sold a week later.

    The question remains, did those developers contact Google in a timely manner? Google responded to his request in two days. I think two days is pretty reasonable. If Google was contacted, we do not know what Google has done. They could be doing something clever, but they are a big company so we aren't supposed to assume anything but incompetence or malice.

    The problems of piracy, malware and promotion (discoverability) would exist with or without Google having a store. Baker said of Amazon, "hopefully they can do a better job than Google. They will, ... until they don't.

    --
    The US government have made it clear that we have no inalienable rights; any we do not defend vigorously will be taken.
  32. Re:Wrong, auto-banning is always stupid by headkase · · Score: 1, Insightful

    Wow. You really are an idiot in this case. From the examples you gave, are you still in high-school and hijacked or bought a low user id account?

    --
    Shh.
  33. Valid discussion by Grismar · · Score: 1

    But a weak article. "Devs" amount to mister Baker here. And for his trouble, he receives free advertising on /. and in the Guardian. So, we now know that one developer had this problem; it was handled by Google, though not entirely to his satisfaction; he got free publicity for complaining. What did we learn?

  34. yup by leuk_he · · Score: 1

    Riker would love princess leia if he met her at the red dwarf ship. ;)

  35. Re:Wrong, auto-banning is always stupid by mlingojones · · Score: 3, Insightful

    As for the "mother's operation" scenario: I doubt Google cares whether someone was trying to pay for their mother's operation or their own drug habit. Nor should they! If I were Google, I would not want infringing content on my store, no matter what the reason. I would feel no qualms about banning someone who tried selling Angry Birds because they needed to pay their mom's medical bills..

    Your whole argument makes no sense. How would punishing infringement ever encourage people to infringe more? How would it "punish the partially or potentially developers much more than the wholesale infringers?" You make a lot of blanket statements, but say absolutely nothing to back them up.

    Google's best move is to get rid of as much infringing content as possible. You could make the case that if an aspect of a game (or even the main subject of the game) is infringing, then Google should be judicious in assessing the situation. For games that are straight-up copies, however — as in, if the game is a straight-up pirated version that's been uploaded as the infringer's original work — then an auto-ban is not at all out of the question.

    And FYI, the reason this is different from Google Video, YouTube, Google Docs, etc, is that here people are making money from infringement. It's a whole different ballgame.

  36. My pre-coffee thought... by buckhead_buddy · · Score: 1

    While completely justified, the developer sounds like a very angry bird.

    It takes time and effort to slingshot those pigs out of the store.

  37. Re:Looked at that link. Where's your proof? by Sparrow1492 · · Score: 1

    Looked at that link. Where's your proof?

    See my post above and try reading the linked article comments.

  38. Re:Looked at that link. Where's your proof? by Sparrow1492 · · Score: 1

    Hate repying to myself. The post ended up below.

  39. Re:Wrong, auto-banning is always stupid by s73v3r · · Score: 1

    No, it seems perfectly legit. You are stealing from that original developer.

    Imagine a developer with legit games too who just posted that infringing game because his mother needs an operation.

    That is a retarded scenario. If that's truly the case, then the guy should develop his own damn application.

    Imagine two co-developers have falling out, one registers their new game first, reports the second's game as infringing, and gets the second account banned. Imagine a developer reposts another's game because he owns part but got cheated by the official developer. etc.

    In each of these cases, that is not the proper way to handle it. The proper way is in the court system, for breach of contract.

    Second, you don't want to scare away infringing users who might become legitimate non-infringing users and improve the Android market place. A ban for infringement obviously isn't going to dissuade a professional infringer, but it'll very likely drive away a legitimate developer who's just cheating to test the waters.

    Another retarded justification. Someone who is posting pirated apps for sale is not "testing the waters", they are stealing, plain and simple, and should be dissuaded from being part of the marketplace, because they are some of the lowest form of scum out there.

  40. Re:Wrong, auto-banning is always stupid by s73v3r · · Score: 1

    Yes, a criminal court would care about exactly those points

    Not in the US they won't.

    If google doesn't want to worry about that shit, then google must be very conservative on banning people. Ain't rocket science, just the wider world outside your cubicle.

    Or, they could just ban the offending developer. What if the original developer worked hard and posted his game because his mother needed an operation?

  41. Things beyond your control != stupidity by tepples · · Score: 1

    So don't be stupid enough to live in an area where AT&T is the only carrier with acceptable coverage.

    So don't be stupid enough to live with someone else who was stupid enough to buy a phone from AT&T and has added you on her family plan.

    1. Re:Things beyond your control != stupidity by shutdown+-p+now · · Score: 1

      So don't be stupid enough to live in an area where AT&T is the only carrier with acceptable coverage.

      Even if AT&T is the only carrier in your area, you don't have to buy the phone from them. You can buy it elsewhere and get AT&T contract for it.

      (yeah, it's more expensive overall - but you can do it if you believe the benefit worth the money)

  42. Re:Wrong, auto-banning is always stupid by s73v3r · · Score: 1

    You seriously think google should damage their Android ecosystem by deleting non-infringing apps because the developer posted an infringing app?

    YES. The developer broke the developer's agreement he agreed to when he started posting to the Android store. And if you had read even the summary, you'd know that the pirate in this case was only selling pirated copies of other apps. How many pirated copies does he have to be selling before he gets banned? 2? 4? A dozen?

    Also, courts get kinda touchy about anyone cutting in on their territory. In particular, our infringer with a sick mother could absolutely find an ambulance chaser to sue google for his own lost legit revenue plus lawyer fees plus whatever.

    And Google's army of lawyers would legally smack that guy back into the Stone Age. Here's a hint: Just because you have a sick mother is not an excuse for breaking the law.

    As I said, the original developers asking for bans are just fucking morons who understand nothing about the wider world outside.

    Or they do, and they realize that these pirates are just assholes trying to steal their revenue.

  43. Section 4.5 of Android Market TOS by tepples · · Score: 1

    How do you recommend installing such an alternative market if you happen to be on AT&T, which hides "Unknown sources" on all its phones?

    Erm. From the Google Android Market?

    Such applications will be removed. From the Android Market Developer Distribution Agreement:

    4.5 Non-Compete. You may not use the Market to distribute or make available any Product whose primary purpose is to facilitate the distribution of Products outside of the Market.

    1. Re:Section 4.5 of Android Market TOS by Cederic · · Score: 1

      I've just realised I'd misunderstood the initial question. I thought (based on the discussions) the query was how to install an application that lets you access the Android Market more easily than the default app.

      https://market.android.com/details?id=com.triapodi.apprec is one answer - there are others on the Market, and I haven't tested any of them (that happens to be the first one I found).

      If you want an alternative app store installed then no, looks like the Android Market itself wont help, and AT&T are doing their best to prevent you installing them from other sources.

  44. Re:Wrong, auto-banning is always stupid by s73v3r · · Score: 1

    Our courts would take the "mothers operation" scenario into account, even if you're robbing a bank.

    And they would still find you guilty, because you robbed a fucking bank.

    An arbitrary punishment of auto-banning all infringers would just destroy Google's credibility with the Russian, Chinese, Indian, etc. developers who'll engage in casual infringement

    I fail to see how this is a bad thing. And cut the "casual infringement" bullshit: These people have the goal of stealing revenue from legit developers. And any legit developer isn't going to do anything related to "casual infringement"

  45. There's someone who will get them for you by s73v3r · · Score: 1

    >The culprit was traced to a Chinese origin. I highly doubt any US authorities will bother to run over there, hog-tie the guy and drag him back over to the US.

    In 1972, a crack commando unit was sent to prison by a military court for a crime they didn't commit. These men promptly escaped from a maximum security stockade to the Los Angeles underground. Today, still wanted by the government, they survive as soldiers of fortune. If you have a problem, if no one else can help, and if you can find them, maybe you can hire... The A-Team.

  46. Re:Wrong, auto-banning is always stupid by KDR_11k · · Score: 1

    Plagiarists get thrown out of their respective professions all the time and you want to be all nice to a guy who did it as a business?

    --
    Justice is the sheep getting arrested while an impartial judge declares the vote void.