<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>osx Archives - Michael Sunarlim</title>
	<atom:link href="https://sunarlim.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunarlim.com/tag/osx/</link>
	<description>Random blurbs about web development, e-commerce and technology</description>
	<lastBuildDate>Wed, 27 Jan 2016 08:06:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://i0.wp.com/sunarlim.com/wp-content/uploads/2016/07/cropped-MS_Square_512x512.png?fit=32%2C32&#038;ssl=1</url>
	<title>osx Archives - Michael Sunarlim</title>
	<link>https://sunarlim.com/tag/osx/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">30613895</site>	<item>
		<title>HTML email signature on Apple Mail for OS X Yosemite</title>
		<link>https://sunarlim.com/2014/12/html-email-signature-apple-mail-os-x-yosemite/</link>
					<comments>https://sunarlim.com/2014/12/html-email-signature-apple-mail-os-x-yosemite/#comments</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Thu, 25 Dec 2014 05:17:40 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[osx]]></category>
		<guid isPermaLink="false">https://sunarlim.com/?p=1331</guid>

					<description><![CDATA[<p>Apple is making it ever harder to create a custom HTML email signature on its native Apple Mail app with the latest OS X 10.10 (code name: Yosemite). But this detailed tutorial by Matt Coneybeare will allow you to customize it, with some HTML knowledge.</p>
<p>The post <a href="https://sunarlim.com/2014/12/html-email-signature-apple-mail-os-x-yosemite/">HTML email signature on Apple Mail for OS X Yosemite</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Apple is making it ever harder to create a custom HTML email signature on its native Apple Mail app with the latest OS X 10.10 (code name: Yosemite). But this <a href="http://matt.coneybeare.me/how-to-make-an-html-signature-in-apple-mail-for-yosemite-os-x-10-dot-10/" title="How to Make an HTML Signature in Apple Mail for Yosemite OS X 10.10" target="_blank">detailed tutorial by Matt Coneybeare</a> will allow you to customize it, with some HTML knowledge.</p>
<p>The post <a href="https://sunarlim.com/2014/12/html-email-signature-apple-mail-os-x-yosemite/">HTML email signature on Apple Mail for OS X Yosemite</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2014/12/html-email-signature-apple-mail-os-x-yosemite/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1331</post-id>	</item>
		<item>
		<title>Most Convenient Way to Install ADB and Fastboot on Mac OSX</title>
		<link>https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/</link>
					<comments>https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/#respond</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 18 May 2014 04:14:12 +0000</pubDate>
				<category><![CDATA[Gadget & Devices]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[osx]]></category>
		<guid isPermaLink="false">https://sunarlim.com/?p=1049</guid>

					<description><![CDATA[<p>If you use a Mac and want to start playing around with your Android device, either to unlock the bootloader, install custom ROM, or create a backup image, you will need these two tools: ADB and Fastboot. Both are part of Android SDK which is provided for free by Google. There is one problem though:... <span class="more"><a class="more-link" href="https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/">Most Convenient Way to Install ADB and Fastboot on Mac OSX</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you use a Mac and want to start playing around with your Android device, either to unlock the bootloader, install custom ROM, or create a backup image, you will need these two tools: ADB and Fastboot. Both are part of <a href="http://developer.android.com/sdk/index.html" target="_blank">Android SDK</a> which is provided for free by Google. There is one problem though: it is an almost 480MB in size.</p>
<p>Sure if you want to develop your own Android app, you will need to install the full SDK. But for more simple things listed above, those two apps are probably all you need.</p>
<p>There are numerous ways to grab ADB and Fastboot separately from the official SDK, however I have finally the most simple way, thanks to <a href="https://github.com/corbindavenport" title="Corbin Davenport" target="_blank">corbindavenport</a>! He created <a href="https://github.com/corbindavenport/nexus-tools" title="Nexus Tools" target="_blank">Nexus Tools</a>, an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X and Linux.</p>
<p>Just how easy it is?</p>
<ol>
<li>Open Terminal app</li>
<li>Copy and paste this line: <code>bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)</code></li>
<li>Press Enter/Return to execute</li>
<li>Enter your Mac password</li>
</ol>
<p>Done. The command line downloads the install script where it will detect your operating system and version then install the right tools to your OS. No need to hear about bash, known path, etc.</p>
<p>Now you can have more time to actually do things on your device.</p>
<p>The post <a href="https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/">Most Convenient Way to Install ADB and Fastboot on Mac OSX</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2014/05/installing-adb-and-fastboot-on-mac-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1049</post-id>	</item>
	</channel>
</rss>
