<?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>Android &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sat, 21 Oct 2023 14:08:08 +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>
		<item>
		<title>Hotspot Android &#8211; Donut 1.6</title>
		<link>https://arunns.net/browse-internet-from-mac-with-android/</link>
					<comments>https://arunns.net/browse-internet-from-mac-with-android/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:17:34 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/blog/?p=48</guid>

					<description><![CDATA[Finally, I&#8217;ve successfully enabled web browsing over a 3G connection on Android (version 1.6, codenamed Donut). Achieving this required a series of steps: Please note that if you&#8217;re using a kernel without the netfilter module, you may encounter issues with NAT (Network Address Translation), causing DNS to function but HTTP/HTTPS to fail. To overcome this, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Finally, I&#8217;ve successfully enabled web browsing over a 3G connection on Android (version 1.6, codenamed Donut). Achieving this required a series of steps:</p>



<ol>
<li>Gain root access on your device.</li>



<li>Install the android-wifi-tether application, which can be found at <a href="http://code.google.com/p/android-wifi-tether/">http://code.google.com/p/android-wifi-tether/</a>.</li>



<li>Configure the application to work with either Bluetooth or wireless connections.</li>



<li>Upon configuration, you&#8217;ll see the hotspot&#8217;s SSID, allowing you to connect to it and access the internet on your other devices.</li>
</ol>



<p>Please note that if you&#8217;re using a kernel without the netfilter module, you may encounter issues with NAT (Network Address Translation), causing DNS to function but HTTP/HTTPS to fail. To overcome this, you can follow these additional steps:</p>



<ol start="5">
<li>Install the Proxoid application.</li>



<li>Configure Proxoid as a proxy on your devices, enabling you to start browsing seamlessly.</li>
</ol>



<p>By following these steps, you can make web browsing on your Android device through a 3G connection a reality.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/browse-internet-from-mac-with-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Working with Android SDK on MAC OS X</title>
		<link>https://arunns.net/work-with-android-sdk-in-mac-os-x/</link>
					<comments>https://arunns.net/work-with-android-sdk-in-mac-os-x/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Fri, 13 Mar 2009 15:51:41 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[OS]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/blog/?p=12</guid>

					<description><![CDATA[At the time of writing, there are no easy way to install application on Android. We&#8217;ve put together a simple guide to help you get started. So, let&#8217;s dive right in! 1. Install Eclipse: The first thing you&#8217;ll need is an Integrated Development Environment (IDE). For the best experience, we recommend opting for either the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>At the time of writing, there are no easy way to install application on Android.</p>
<p>We&#8217;ve put together a simple guide to help you get started. So, let&#8217;s dive right in!</p>
<p><strong>1. Install Eclipse:</strong> The first thing you&#8217;ll need is an Integrated Development Environment (IDE). For the best experience, we recommend opting for either the Java version or the RCP (Rich Client Platform) version of Eclipse.</p>
<p><strong>2. Download Android SDK:</strong> The Android Software Development Kit (SDK) is a must-have toolkit for Android app development.</p>
<p><strong>3. Create a .bash_profile:</strong> If you don&#8217;t already have a .bash_profile in your home directory, create one. This file will be used to configure important environment variables, which are essential for a smooth development experience.</p>
<p><strong>4. Start Eclipse:</strong> Launch Eclipse and head over to the menu. You&#8217;ll want to navigate to <strong>Help</strong> &gt; <strong>Software Updates</strong> &gt; <strong>Add Site</strong>.</p>
<p><strong>5. Enter the URL:</strong> In the dialog that pops up, enter the following URL: <code>https://dl-ssl.google.com/android/eclipse/</code>. After inputting the URL, click the &#8220;Finish&#8221; button.</p>
<p><strong>6. Install Developer Tools:</strong> With the site added, you can now see the Developer tools listed. Select and install the Developer tools from this window.</p>
<p><strong>7. Restart Eclipse:</strong> Once the installation is complete, it&#8217;s important to restart Eclipse. This ensures that all the configurations and changes are properly applied.</p>
<p><strong>8. Connect Your Phone:</strong> Finally, connect your Android phone to your computer. With everything set up, you&#8217;re now ready to test your Android applications directly on your device.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/work-with-android-sdk-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Overcoming Challenges: Getting HTC G1 connected to Internet</title>
		<link>https://arunns.net/getting-htc-g1-connected-to-internet/</link>
					<comments>https://arunns.net/getting-htc-g1-connected-to-internet/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:09:12 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[airtel]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/blog/?p=8</guid>

					<description><![CDATA[Waiting eagerly for my HTC G1 development phone to arrive in India was an exercise in patience. However, the excitement quickly turned into disappointment when I realized that the device required me to log in to a Google account before I could even turn on the wireless feature. There seemed to be no way to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Waiting eagerly for my HTC G1 development phone to arrive in India was an exercise in patience. However, the excitement quickly turned into disappointment when I realized that the device required me to log in to a Google account before I could even turn on the wireless feature. There seemed to be no way to bypass this login process. To make matters worse, the Android phone at this time got limited provider support.</p>
<p>I initially attempted to use the BSNL (Bharat Sanchar Nigam Limited) APN (Access Point Name) details, but it proved to be a futile effort. Officially, no provider was willing to support Android phones for internet connectivity.</p>
<p>However,  I managed to get the internet up and running on my HTC G1 by manually inputting the APN details for my Airtel connection.</p>
<p>Here&#8217;s what I did:</p>
<p><strong>APN Configuration Details for Airtel:</strong></p>
<ul>
<li><strong>Name:</strong> Airtel (This can be any name you prefer)</li>
<li><strong>APN:</strong> airtelgprs.com</li>
<li><strong>Proxy:</strong> 202.56.231.117</li>
<li><strong>Port:</strong> 8080</li>
<li><strong>Username:</strong> &lt;Not Set&gt;</li>
<li><strong>Password:</strong> &lt;Not Set&gt;</li>
<li><strong>Server:</strong> &lt;Not Set&gt;</li>
<li><strong>MMSC:</strong> &lt;Not Set&gt;</li>
<li><strong>MMS Proxy:</strong> &lt;Not Set&gt;</li>
<li><strong>MMS Port:</strong> &lt;Not Set&gt;</li>
<li><strong>MCC:</strong> 404</li>
<li><strong>MNC:</strong> 95</li>
<li><strong>APN Type:</strong> &lt;Not Set&gt;</li>
</ul>
<p>Manually configuring these settings allowed to successfully connect the HTC G1 to the internet via the Airtel connection.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/getting-htc-g1-connected-to-internet/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>
