<?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 development | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/android-development/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 31 Dec 2013 08:59:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Install Android ADB in Mac OSX</title>
		<link>https://logs.paulooi.com/how-to-install-android-adb-in-mac-osx.php</link>
					<comments>https://logs.paulooi.com/how-to-install-android-adb-in-mac-osx.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Tue, 31 Dec 2013 08:53:43 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android development]]></category>
		<category><![CDATA[cwm]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[twrp]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1648</guid>

					<description><![CDATA[<p>Wanted to root your Android phone and flash it with custom ROM? Before flashing your Android phone with custom ROM, you need custom Recovery ROM such as ClockworkMod Recovery (CWM) Team Win Recovery Project (TWRP) The default &#8220;Recovery ROM&#8217; comes...</p>
The post <a href="https://logs.paulooi.com/how-to-install-android-adb-in-mac-osx.php">How to Install Android ADB in Mac OSX</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Wanted to root your Android phone and flash it with custom ROM? </p>
<p>Before flashing your Android phone with custom ROM, you need custom Recovery ROM such as </p>
<ul>
<li>ClockworkMod Recovery (CWM)</li>
<li>Team Win Recovery Project (TWRP)</li>
</ul>
<p>The default &#8220;Recovery ROM&#8217; comes with your phone does not allow to flash/install custom ROM. Hence, before flashing your phone with custom ROM, custom &#8220;Recovery&#8221; is needed. Before flashing custom &#8220;recovery ROM&#8221;, you need tools to do that. </p>
<p>adb &#038; fastboot are the tools which will use to flash Android&#8217;s &#8220;recovery&#8221; ROM. Let&#8217;s see how to install ADB &#038; FASTBOOT in Mac OSX. </p>
<p><span id="more-1648"></span></p>
<h1>1. Download Android SDK</h2>
<p>Android SDK can be downloaded at Android Developer website. Click the <a href="https://developer.android.com/sdk/index.html" title="Android SDK Website">link here to visit the website</a>. Choose &#8220;Download the SDK. ADT bundle for Mac&#8221;</p>
<p><a href="https://logs.paulooi.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-31-at-4.38.30-PM.png"><img decoding="async" src="https://logs.paulooi.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-31-at-4.38.30-PM-300x147.png" alt="Android SDK ADT Bundle for Mac" width="300" height="147" class="aligncenter size-medium wp-image-1649" srcset="https://logs.paulooi.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-31-at-4.38.30-PM-300x147.png 300w, https://logs.paulooi.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-31-at-4.38.30-PM.png 724w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h1>2. Install and Configure</h2>
<p>After ADT bundle has been downloaded, extract the file into download folder. </p>
<p><a href="https://logs.paulooi.com/wp-content/uploads/2013/12/AndroidADT.png"><img decoding="async" src="https://logs.paulooi.com/wp-content/uploads/2013/12/AndroidADT-300x29.png" alt="AndroidADT" width="300" height="29" class="aligncenter size-medium wp-image-1650" srcset="https://logs.paulooi.com/wp-content/uploads/2013/12/AndroidADT-300x29.png 300w, https://logs.paulooi.com/wp-content/uploads/2013/12/AndroidADT.png 665w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>I have Android SDK store in my &#8220;Work&#8221; directory and renamed it from adt-bundle-mac-x86_64-20131030 to AndroidDevel &#8220;~/Document/Work/AndroidDevel&#8221; </p>
<p>adb and fastboot command tool can be found at &#8220;sdk/platform-tools&#8221; folder. You will need to run this 2 command tools in order to flash your phone. </p>
<h1>3. Configure with Terminal</h2>
<p>Open up your &#8220;Terminal&#8221; and open <em>.profile</em> shell profile. </p>
<pre>
<code>
# vi .profile 
</code>
</pre>
<p>Look for the &#8220;export PATH&#8221; and expand further by adding in platform-tools folder </p>
<pre>
<code>
export PATH=/usr/local/bin:~/Document/Work/AndroidDevel/sdk/platform-tools 
</code>
</pre>
<p>Depend on where do you store the tools. It may not me same with my configuration. Please do not miss the &#8220;:&#8221; semicolon, it means to expand and include other folder. Save your file and refresh your bash environment with command below </p>
<pre>
<code>
# source ~/.profile 
</code>
</pre>
<h1>4. Complete and Look For Your Device</h2>
<p>Plugin your device with USB cable and prompt for your device with command below </p>
<pre>
<code>
# adb devices 
</code>
</pre>
<p>You should be able to see the list of device as below </p>
<p><a href="https://logs.paulooi.com/wp-content/uploads/2013/12/AdbDevices.png"><img decoding="async" src="https://logs.paulooi.com/wp-content/uploads/2013/12/AdbDevices.png" alt="Android SDK adb &amp; fastbook" width="239" height="62" class="aligncenter size-full wp-image-1651" /></a></p>
<p>Congrats, adb &#038; fastboot are installed on your Mac OSX <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Next post I will show how to flash recovery ROM on a HTC ONE M7 device. </p>The post <a href="https://logs.paulooi.com/how-to-install-android-adb-in-mac-osx.php">How to Install Android ADB in Mac OSX</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-install-android-adb-in-mac-osx.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
