<?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>Some stuff &#187; apple</title>
	<atom:link href="http://blog.yhuang.org/?feed=rss2&#038;tag=apple" rel="self" type="application/rss+xml" />
	<link>https://blog.yhuang.org</link>
	<description>here.</description>
	<lastBuildDate>Wed, 27 Aug 2025 08:50:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Built-in audio variations</title>
		<link>https://blog.yhuang.org/?p=1733</link>
		<comments>https://blog.yhuang.org/?p=1733#comments</comments>
		<pubDate>Sun, 11 Sep 2016 04:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.5mm]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Headphones]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IDT]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Macbook]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=1733</guid>
		<description><![CDATA[In light of Apple&#8217;s removal of the 3.5mm jack (for which there is an excellent analysis), I must say that there is something to be said for the inconsistency of analog audio output from built-in audio devices in laptops. Apparently there is quite a bit of variation that I hadn&#8217;t realized. I ran this test [...]]]></description>
			<content:encoded><![CDATA[<p>In light of Apple&#8217;s removal of the 3.5mm jack (for which there is an <a href="http://www.slate.com/articles/technology/future_tense/2016/09/apple_s_airpods_aren_t_just_wireless_earbuds_they_re_the_future_of_computing.html">excellent analysis</a>), I must say that there is something to be said for the inconsistency of analog audio output from built-in audio devices in laptops. Apparently there is quite a bit of variation that I hadn&#8217;t realized.</p>
<p>I ran <a href="http://www.audiocheck.net/soundtests_headphones.php">this test</a> using two sets of fairly wideband headphones and got results that were consistent across headphones but different between an HP laptop and a MacBook. The headphones were rated, respectively: (1) 15 &#8211; 20,000 Hz, 47 Ω input impedance; and (2) 15 &#8211; 24,000 Hz, 35 Ω input impedance. On the HP laptop with <a href="https://www.reddit.com/r/audiophile/comments/2s9b2h/pandora_one_and_a_dac_amplifier/">&#8220;IDT High Definition Audio&#8221; (92HD93 chip)</a>, I could hear a range from 30 Hz to 18 kHz. On the MacBook Pro with <a href="http://apple.stackexchange.com/questions/57186/what-is-the-impedance-of-the-line-headphone-jack-on-macbook-pro-retina">mid-2014 hardware</a>, I could hear a range from 20 Hz to 16 kHz. I was quite surprised at the magnitude of this difference. A headphone amplifier (e.g. one built into the headphones) driven by digital input would eliminate this difference.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1733</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The non-existence of Android backup and restore</title>
		<link>https://blog.yhuang.org/?p=1715</link>
		<comments>https://blog.yhuang.org/?p=1715#comments</comments>
		<pubDate>Sat, 26 Mar 2016 21:38:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup software]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=1715</guid>
		<description><![CDATA[People change phones. They want their programs and data to show up on their new phones. Apple has solved this problem. Somehow, Google has not. As explained here, settings can be synced through Google&#8217;s sync API. It is however useless except for Google&#8217;s own apps and whoever uses their API (maybe nobody). But as far [...]]]></description>
			<content:encoded><![CDATA[<p>People change phones. They want their programs and data to show up on their new phones. <a href="https://support.apple.com/en-us/HT204184">Apple has solved this problem</a>. Somehow, Google has not. As explained <a href="https://www.slightfuture.com/blog/abysmal-android-backups">here</a>, settings can be synced through Google&#8217;s sync API. It is however useless except for Google&#8217;s own apps and whoever uses their API (maybe nobody).</p>
<p>But as far as full-system backup and restore options go, you either have to root your system and use Nandroid or Titanium to backup to the phone storage itself, or you have to rely on <em><a href="http://forum.xda-developers.com/galaxy-nexus/general/guide-phone-backup-unlock-root-t1420351">adb backup</a></em>. <a href="http://lifehacker.com/the-most-useful-things-you-can-do-with-adb-and-fastboot-1590337225">adb is Android Device Bridge</a>, something that is accessed through the Developer Mode on Android. It feels like Google has given up on this feature midway through and just left it flopping around, because it simply does not work. Although I haven&#8217;t had trouble getting backup to work (&#8216;adb backup -apk -shared -all -f [file]&#8216;), I could not get restore (&#8216;adb restore [file]&#8216;) to work automatically because of <a href="https://code.google.com/p/android/issues/detail?id=34311">this</a> bug (which incidentally is also <a href="?p=1711">obsoleted</a>).<br />
<span id="more-1715"></span><br />
It turns out you need to get into Settings->Apps and kill as many running processes as you can, and then while restore is going on, monitor through <em>adb shell</em> and <em>logcat | grep Backup</em>, and continuously <em>pm disable</em> a number of running processes including com.google.android.googlequicksearchbox, com.google.android.plus, com.google.android.music, or whatever else restore is stuck on. If you&#8217;re lucky, the restore process finally &#8220;finishes&#8221; and half of your apps and data are restored, while the rest are either not installed, or installed as some old OS-default version, including Google&#8217;s own apps like Talk, Maps, etc. on account of Google Play services not being restored. Yeah, thanks, Google!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1715</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Disable Apple Mail attachment defaulting to inline</title>
		<link>https://blog.yhuang.org/?p=1642</link>
		<comments>https://blog.yhuang.org/?p=1642#comments</comments>
		<pubDate>Fri, 13 Nov 2015 01:19:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Address Book]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Graphical user interface]]></category>
		<category><![CDATA[IPhone OS]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MobileMe]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=1642</guid>
		<description><![CDATA[Did you know that Apple Mail does the presumptuous thing of sending all images (and maybe other attachment types) as inline attachments, no matter what options you choose in the program, like attaching at the end of message, like making it &#8220;Windows-friendly&#8221; (as if it&#8217;s a Windows problem),&#8230;. Nor does any of the very typically [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that Apple Mail does the presumptuous thing of sending all images (and maybe other attachment types) as inline attachments, no matter what options you choose in the program, like attaching at the end of message, like making it &#8220;Windows-friendly&#8221; (as if it&#8217;s a Windows problem),&#8230;. Nor does any of the very typically low-quality &#8220;solutions&#8221; you&#8217;ll find by misunderstanding Apple users online help, like changing message type to plain text or running that one silly line on the command line</p>
<blockquote><p>defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes</p></blockquote>
<p>Just look at that and think about what it does! None of those do anything at all.<br />
<span id="more-1642"></span><br />
But I found this today after much searching: <a href="http://clivegaleni.com/posts/os-x-mail-disable-inline-attachments/">OS X Mail &#8211; disable inline attachments</a>, and it is indeed the only solution that works.</p>
<p><em>Edit:</em> However, I can no longer recommend this Mail plug-in. Not only does it nag-screen for payment an hour or so after first using it, there is not even a way to uninstall it without manually going through the system. Given how difficult it is to cleanly remove .pkg installations on OS X, I consider this thing to be in terrible taste. Use at your own risk.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1642</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;It presented with&#8221; the Macbook Air</title>
		<link>https://blog.yhuang.org/?p=106</link>
		<comments>https://blog.yhuang.org/?p=106#comments</comments>
		<pubDate>Sat, 08 Mar 2008 22:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[Macbook]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=106</guid>
		<description><![CDATA[A hilarious video that slams PC users, Apple, and &#8220;unboxing&#8221; videos all at the same time. WHAT?? You can&#8217;t take the battery out? What? I do that all the time&#8230; Like most users, I switch the battery in and out all the freaking time. And the comments on Youtube are clearly Mac users parodying themselves, [...]]]></description>
			<content:encoded><![CDATA[<p>A hilarious video that slams PC users, Apple, and &#8220;unboxing&#8221; videos all at the same time.</p>
<blockquote><p>WHAT?? You can&#8217;t take the battery out? What? I do that all the time&#8230; Like most users, I switch the battery in and out all the freaking time.</p></blockquote>
<p><center><br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/AOAUI0s8zOE" width="425" height="373"><param name="movie" value="http://www.youtube.com/v/AOAUI0s8zOE" /><param name="FlashVars" value="playerMode=embedded" /></object><br />
</center></p>
<p>And the comments on Youtube are clearly Mac users parodying themselves, since no one seems to get the joke.  </p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
