<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Android Site &#187; Paid apps</title>
	<atom:link href="http://theandroidsite.com/tag/paid-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://theandroidsite.com</link>
	<description>Android news, phones, tablets, reviews, how-to guides and more</description>
	<lastBuildDate>Tue, 22 May 2012 21:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Backup protected and paid Android applications for root users</title>
		<link>http://theandroidsite.com/2009/11/22/how-to-backup-protected-and-paid-android-applications-for-root-users/</link>
		<comments>http://theandroidsite.com/2009/11/22/how-to-backup-protected-and-paid-android-applications-for-root-users/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:19:13 +0000</pubDate>
		<dc:creator>Ben Marvin</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[Rooting & ROMs]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[android debug bridge]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Paid apps]]></category>
		<category><![CDATA[protected apps]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://theandroidsite.com/?p=823</guid>
		<description><![CDATA[First off, this is not a guide to pirating apps. There are legit reasons for wanting to backup your applications. Sometimes an older version of the app worked better, or had features you liked better. Sometimes new versions don&#8217;t work with specific phones and you need to revert back. Now, you can use AppManager to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://lh4.ggpht.com/_kvwomSbcS9s/SwmqNrTUqTI/AAAAAAAAAKM/SXrg8SOh1gw/s800/admin%7CGetBackUp.png" alt="" width="256" height="256" />First off, this is not a guide to pirating apps. There are legit reasons for wanting to backup your applications. Sometimes an older version of the app worked better, or had features you liked better. Sometimes new versions don&#8217;t work with specific phones and you need to revert back. Now, you can use AppManager to backup most apps, but protected apps are not included in this because they are stored in a different directory. With a rooted phone, you can access this directory and copy the apps to your SD card or to your computer. After all, you paid for it, it&#8217;s yours. If you want to pirate apps, or buy an app, copy it then return it, that&#8217;s on you, I&#8217;m not advocating that.</p>
<p>First method, copy with your phone to SD card:</p>
<ol style="list-style-type: decimal;">
<li>Install and open a Terminal Emulator on your phone.</li>
<li>Enter <strong>su</strong> to be superuser (root).</li>
<li>Enter <strong>cd /data/app-private/</strong> to enter the protected application directory.</li>
<li>Use <strong>ls</strong> to view the apps in the directory.</li>
<li>Enter <strong>cp <em>filename</em>.apk /sdcard</strong> to copy a single app to your SD card.<br />
(Or to backup all the protected apps: <strong>cp * /sdcard</strong>)</li>
<li>If you want to backup all your apps, they can be found in <strong>/data/app/</strong></li>
</ol>
<p>Second method is to use <a href="http://developer.android.com/guide/developing/tools/adb.html">Android Debug Bridge</a> with your PC:</p>
<ol>
<li>Install the <a href="http://developer.android.com/sdk/index.html">Android SDK</a> on your PC</li>
<li>Connect your phone to your computer via USB cable, and make sure USB debugging is enabled on your phone (Settings &gt; Applications &gt; Development)</li>
<li>Enter <strong>adb shell </strong>to fire up Debug Bridge and enter shell mode</li>
<li>Enter <strong>su </strong>to become superuser</li>
<li>Enter <strong><strong>cat /data/app-private/<em>filename</em>.apk &gt; /sdcard/<em>filename</em>.apk </strong></strong>to copy the file to the SD card.</li>
<li><strong><strong><strong>exit</strong></strong></strong></li>
<li><strong><strong><strong><strong>exit</strong></strong></strong></strong></li>
<li>And finally <strong><strong><strong><strong><strong>adb pull /sdcard/<em>filename</em>.apk <em>filename</em>.apk </strong></strong></strong></strong></strong>pulls the .apk file from your SD card to your computer.</li>
</ol>
<p>Success? Problems? Moral issues with copying software? Let us know in the comments.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://theandroidsite.com/2009/05/23/official-us-version-of-cupcake-android-15-found-upgrade-now/" rel="bookmark" class="crp_title">Official US Version Of Cupcake Android 1.5 Found, Upgrade NOW!</a></li><li><a href="http://theandroidsite.com/2009/10/02/didnt-get-your-donut-1-6-update-yet-heres-how-to-manually-update/" rel="bookmark" class="crp_title">Didn&#8217;t get your Donut 1.6 update yet? Here&#8217;s how to manually update</a></li><li><a href="http://theandroidsite.com/2011/05/27/how-to-root-the-lg-revolution/" rel="bookmark" class="crp_title">[How To] Root the LG Revolution</a></li><li><a href="http://theandroidsite.com/2011/02/02/how-to-root-the-virgin-mobile-lg-optimus-v/" rel="bookmark" class="crp_title">How To: Root the Virgin Mobile LG Optimus V</a></li><li><a href="http://theandroidsite.com/2011/02/26/how-to-update-your-htc-aria-to-android-2-2/" rel="bookmark" class="crp_title">How To: Update your HTC Aria to Android 2.2</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theandroidsite.com/2009/11/22/how-to-backup-protected-and-paid-android-applications-for-root-users/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>You Knew It Was Coming: Paid Apps Are Here</title>
		<link>http://theandroidsite.com/2009/02/13/you-knew-it-was-coming-paid-apps-are-here/</link>
		<comments>http://theandroidsite.com/2009/02/13/you-knew-it-was-coming-paid-apps-are-here/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 19:11:20 +0000</pubDate>
		<dc:creator>Ben Marvin</dc:creator>
				<category><![CDATA[Android News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Developer Blog]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Google Checkout]]></category>
		<category><![CDATA[Paid apps]]></category>

		<guid isPermaLink="false">http://theandroidsite.com/?p=174</guid>
		<description><![CDATA[Announced this morning on the Android Developer&#8217;s Blog, the Market is now accepting submissions for paid apps. This means we&#8217;ll be seeing higher quality apps coming, as well as more commercial-oriented apps. And hopefully all those cool apps that we saw before Android was released, such as the retina scanner. Google has taken a similar [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://farm4.static.flickr.com/3387/3276466421_69800a3ecb_o_d.jpg" alt="" width="200" height="200" />Announced this morning on the Android Developer&#8217;s Blog, the Market is now accepting submissions for paid apps. This means we&#8217;ll be seeing higher quality apps coming, as well as more commercial-oriented apps. And hopefully all those cool apps that we saw before Android was released, such as the retina scanner. Google has taken a similar approach to Apple with regards to paid apps by keeping 30% of the selling price, which is still a good deal for developers.</p>
<p>There is no immediate word on how applications will be paid for, but it&#8217;s a safe bet that Google Checkout will be the primary, if only, source of payment. End users should be seeing the apps by mid-week next week.</p>
<p><a href="http://android-developers.blogspot.com/2009/02/android-market-update-support-for.html">[via Android Developer's Blog]</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://theandroidsite.com/2009/03/10/adp-11-firmware-released-access-to-some-paid-apps-allowed/" rel="bookmark" class="crp_title">ADP 1.1 Firmware Released, Access To (some) Paid Apps Allowed</a></li><li><a href="http://theandroidsite.com/2009/02/25/google-blocking-access-to-protected-apps-from-400-developers-phones/" rel="bookmark" class="crp_title">Google Blocking Access to Protected Apps from $400 Developer&#8217;s Phones</a></li><li><a href="http://theandroidsite.com/2011/07/12/first-look-new-android-market-rolling-out-for-2-2-and-higher-devices/" rel="bookmark" class="crp_title">[First Look] New Android Market rolling out for 2.2 and higher devices</a></li><li><a href="http://theandroidsite.com/2011/05/11/google-unveils-new-app-discovery-features-for-the-android-market/" rel="bookmark" class="crp_title">Google unveils new app discovery features for the Android Market</a></li><li><a href="http://theandroidsite.com/2010/12/22/att-users-finally-get-carrier-billing-payment-option-for-android-market/" rel="bookmark" class="crp_title">AT&#038;T users finally get carrier billing payment option for Android Market</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theandroidsite.com/2009/02/13/you-knew-it-was-coming-paid-apps-are-here/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

