<?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>apk manual install &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/apk-manual-install/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 22 Sep 2010 20:54:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Install *.apk to android phone</title>
		<link>https://arunns.net/install-apk-to-android-phone/</link>
					<comments>https://arunns.net/install-apk-to-android-phone/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 22 Sep 2010 20:54:47 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[apk manual install]]></category>
		<category><![CDATA[market]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=363</guid>

					<description><![CDATA[It was disappointing that the android devices selling in most of the gulf countries doesnt have market place installed 🙁 &#8211; One of the core and major feature of androis is missing. Anyway the softwares available in Android Package file (apk) can be installed by downloading it to the pc using adb eg: to install [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It was disappointing that the android devices selling in most of the gulf countries doesnt have market place installed <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" />  &#8211; One of the core and major feature of androis is missing.</p>
<p>Anyway the softwares available in Android Package file (apk) can be installed by downloading it to the pc using adb</p>
<p>eg: to install slide me market place, an alternative for google market place.<br />
download the latest apk from http://slideme.org/.<br />
<code>$ ./adb install ~/sam2.apk<br />
1686 KB/s (506724 bytes in 0.293s)<br />
        pkg: /data/local/tmp/sam2.apk<br />
Success<br />
</code></p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/install-apk-to-android-phone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
