<?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>WLACS Tech Blog &#187; Apple</title>
	<atom:link href="http://blog.wlacs.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlacs.com</link>
	<description>Community knowledge</description>
	<lastBuildDate>Mon, 06 Jul 2009 16:56:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mount an Apple HFS+ Hard Drive Parition using Knoppix</title>
		<link>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/</link>
		<comments>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 22:33:52 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=77</guid>
		<description><![CDATA[We recently had a client with a crashed hard drive on an Apple MacBook Pro.  Data recovery software wasn&#8217;t having any luck so we attempted recovery via LINUX.  The drive appeared to mount okay via FW400 but did not allow the technician to view the contents, it returned an error stating the drive [...]]]></description>
			<content:encoded><![CDATA[<p>We recently had a client with a crashed hard drive on an Apple MacBook Pro.  Data recovery software wasn&#8217;t having any luck so we attempted recovery via LINUX.<span id="more-77"></span>  The drive appeared to mount okay via FW400 but did not allow the technician to view the contents, it returned an error stating the drive had an invalid filesystem and could not mount.</p>
<p>A quick command in the terminal cleared things right up:</p>
<p><code><br />
sudo mkdir /mnt/apple<br />
sudo mount -a -t hfsplus /dev/hdf2 /mnt/apple<br />
</code></p>
<p>Of course, you must edit &#8220;hdf2&#8243; to match whatever your hard drive was assigned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/07/mount-an-apple-hfs-hard-drive-parition-using-knoppix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;AddToolbar&#8221;, &#8220;DeleteTheFile&#8221;, &#8220;Main&#8221;, &#8220;popSaveAsDialog&#8221;, &#8220;reloadDoc&#8221;, &#8220;startMail&#8221;, &#8220;startPrint&#8221; Macros from Microsoft Word X/2004</title>
		<link>http://blog.wlacs.com/2009/07/removing-addtoolbar-deletethefile-main-popsaveasdialog-reloaddoc-startmail-startprint-macros-from-microsoft-word-x2004/</link>
		<comments>http://blog.wlacs.com/2009/07/removing-addtoolbar-deletethefile-main-popsaveasdialog-reloaddoc-startmail-startprint-macros-from-microsoft-word-x2004/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:31:32 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=75</guid>
		<description><![CDATA[A client of ours recently brought in an Apple iMac running Microsoft Word 2004.  He started having a problem where recipients of Word files he created were blocking the attachment due to a possible &#8220;virus infection&#8221;.
When going to Tools > Macros in Microsoft Word 2004, the following list of macros was displayed:

AddToolbar
DeleteTheFile
Main
popSaveAsDialog
reloadDoc
startMail
startPring

Immediately, we recognized [...]]]></description>
			<content:encoded><![CDATA[<p>A client of ours recently brought in an Apple iMac running Microsoft Word 2004.  He started having a problem where recipients of Word files he created were blocking the attachment due to a possible &#8220;virus infection&#8221;.<span id="more-75"></span></p>
<p>When going to Tools > Macros in Microsoft Word 2004, the following list of macros was displayed:</p>
<p><code><br />
AddToolbar<br />
DeleteTheFile<br />
Main<br />
popSaveAsDialog<br />
reloadDoc<br />
startMail<br />
startPring<br />
</code></p>
<p>Immediately, we recognized that these were common actions used by third-party applications.  We also noticed an Adobe Acrobat toolbar underneath the standard editing toolbar.</p>
<p>Attempting to remove the macros by choosing the &#8220;delete&#8221; option is impossible since they are created from a template file upon start-up.  To successfully remove the macros without removing Adobe Acrobat altogether, perform the following steps:</p>
<ol>
<li>Quit Microsoft Word</li>
<li>Open a new Finder window</li>
<li>Navigate to your Startup Volume</li>
<li>Open the &#8220;Applications&#8221; folder</li>
<li>Open the Microsoft Office 2004 (or X) folder</li>
<li>Open the &#8220;Office&#8221; folder</li>
<li>Open the &#8220;Startup&#8221; folder</li>
<li>Open the &#8220;Word&#8221; folder</li>
<li>Delete the &#8220;PDFMaker.dot&#8221; file</li>
<li>Relaunch Microsoft Word</li>
</ol>
<p>You&#8217;ll notice that the Adobe Acrobat toolbar is now gone.  If you navigate to Tools > Macros, you&#8217;ll also notice that the macros are gone as well.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/07/removing-addtoolbar-deletethefile-main-popsaveasdialog-reloaddoc-startmail-startprint-macros-from-microsoft-word-x2004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Activation Server Temporarily Unavailable</title>
		<link>http://blog.wlacs.com/2009/06/iphone-activation-server-temporarily-unavailable/</link>
		<comments>http://blog.wlacs.com/2009/06/iphone-activation-server-temporarily-unavailable/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 21:21:12 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=70</guid>
		<description><![CDATA[As many iPhone users are scrambling to get their hands on the newly released iPhoneOS 3.0, Apple&#8217;s activation servers are taking a beating.  While some customers find this a reason to complain (see this Apple discussion, others know that all will soon be well.
I was especially eager to get my hands on this new [...]]]></description>
			<content:encoded><![CDATA[<p>As many iPhone users are scrambling to get their hands on the newly released iPhoneOS 3.0, Apple&#8217;s activation servers are taking a beating.<span id="more-70"></span>  While some customers find this a reason to complain (<a href="http://discussions.apple.com/thread.jspa?threadID=2043223&#038;tstart=0">see this Apple discussion</a>, others know that all will soon be well.</p>
<p>I was especially eager to get my hands on this new iPhoneOS 3.0 release to continue my troubleshooting procedures (see <a href="http://blog.wlacs.com/2009/06/424-area-code-bug-with-apple-iphone-3g/">this post</a>).  In any event, there <strong>is</strong> a solution for users experiencing the &#8220;iPhone Activation Server Temporarily Unavailable&#8221; error message:<br />
<code><br />
Connect your iPhone via the USB cable<br />
Make sure you have the latest version of iTunes (8.2)<br />
Click "Check for Update"<br />
Select "Download and Install"<br />
</code></p>
<p>I you receive the error message, simply click OK and then click on the &#8220;Update&#8221; button.  Continue doing this until you get through to the server and your iPhone 3G begins to update (it took me about 12 tries and 15 minutes).</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/06/iphone-activation-server-temporarily-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>424 Area Code Bug With Apple iPhone 3G</title>
		<link>http://blog.wlacs.com/2009/06/424-area-code-bug-with-apple-iphone-3g/</link>
		<comments>http://blog.wlacs.com/2009/06/424-area-code-bug-with-apple-iphone-3g/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:06:29 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=48</guid>
		<description><![CDATA[I&#8217;ve been experiencing some problems with the Recent call function of the Telephone application for iPhone 3G.  The problem I have can be duplicated over and over again, at least in Southern California, by following these steps:

Select the "Phone" icon
Select the "Keypad" icon
Dial "1" followed by "424" and then "201"
Press "Call"
Press "End Call" before [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been experiencing some problems with the Recent call function of the Telephone application for iPhone 3G.  The problem I have can be duplicated over and over again, at least in Southern California, by following these steps:<span id="more-48"></span><br />
<code><br />
Select the "Phone" icon<br />
Select the "Keypad" icon<br />
Dial "1" followed by "424" and then "201"<br />
Press "Call"<br />
Press "End Call" before the call connects<br />
Press "Recents"<br />
Press the blue circle icon to the right of the "1 (424) 201" entry<br />
</code></p>
<p>If your phone is affected, the phone will hang for ~2 seconds, display a black screen, then crash to the home screen.  I verified that the crash will happen with the following NPA (Numbering Plan Area Code) and NXX (Central Office or Exchange Code) combinations:<br />
<code><br />
424-201<br />
424-202<br />
424-203<br />
424-204<br />
424-205<br />
424-207<br />
424-208<br />
424-209<br />
424-603<br />
424-702<br />
424-704<br />
424-901<br />
</code></p>
<p>Very odd.  I contacted Apple technical support who had me run through a phone restoration and carrier update; nada.  I went to an Apple retail store (Manhattan Beach) where I was able to reproduce the error on each and every demo phone in the store that I touched (4 in total) to which the Apple employees said &#8220;that&#8217;s very strange, try calling Apple corporate&#8221;.</p>
<p>I did a little research and found the following information for the tests I conducted above, the information doesn&#8217;t really mean anything to me but I hope someone out there will see this and be able to tell me what&#8217;s going on and, more importantly, how to fix it:</p>
<table border="1">
<tr>
<th>NPA</th>
<th>NXX</th>
<th>Effective Date</th>
<th>Rate Center</th>
<th>OCN (Original Called Number)</th>
</tr>
<tr>
<td>424</td>
<td>201</td>
<td>2007-01-12</td>
<td>Torrance, CA</td>
<td>Level 3 Communications</td>
</tr>
<tr>
<td>424</td>
<td>202</td>
<td>2006-11-25</td>
<td>Beverly Hills, CA</td>
<td>Cellco d/b/a Verizon Wireless</td>
</tr>
<tr>
<td>424</td>
<td>203</td>
<td>2007-01-25</td>
<td>Lomita, CA</td>
<td>XO CA, Inc.</td>
</tr>
<tr>
<td>424</td>
<td>204</td>
<td>2007-01-25</td>
<td>Beverly Hills, CA</td>
<td>XO CA, Inc.</td>
</tr>
<tr>
<td>424</td>
<td>205</td>
<td>2007-01-25</td>
<td>Compton: Gardena, CA</td>
<td>Allegiance Telecom, Inc.</td>
</tr>
<tr>
<td>424</td>
<td>207</td>
<td>2007-01-26</td>
<td>Inglewood, CA</td>
<td>Sprint Spectrum, L.P.</td>
</tr>
<tr>
<td>424</td>
<td>208</td>
<td>2007-01-18</td>
<td>West Los Angeles, CA</td>
<td>Sprint Spectrum, L.P.</td>
</tr>
<tr>
<td>424</td>
<td>209</td>
<td>2007-03-01</td>
<td>Culver City, CA</td>
<td>YMAX Communications Corp.</td>
</tr>
<tr>
<td>424</td>
<td>603</td>
<td>2006-08-26</td>
<td>Culver City, CA</td>
<td>SBC Internet Services</td>
</tr>
<tr>
<td>424</td>
<td>702</td>
<td>2006-08-26</td>
<td>Inglewood, CA</td>
<td>Pac-West Telecom Inc.</td>
</tr>
<tr>
<td>424</td>
<td>704</td>
<td>2006-11-27</td>
<td>Compton: Compton, CA</td>
<td>Nextel Communications</td>
</tr>
<tr>
<td>424</td>
<td>901</td>
<td>2006-09-01</td>
<td>West Los Angeles, CA</td>
<td>Sprint Spectrum, L.P.</td>
</tr>
</table>
<p>I only tested NXX 200-909 so there&#8217;s a possibility that there are others that can be added to this list.  If you are experiencing this issue with an NPA NXX combination not listed, please add it in the comments so we can keep this list updated.</p>
<p><strong>*UPDATE 6/16/2009 09:42AM PST*</strong></p>
<p>To try and isolate the problem to either an Apple or AT&#038;T issue, I enabled &#8220;Airplane Mode&#8221; on my iPhone so that it wouldn&#8217;t be connected to any type of network.  I found that it doesn&#8217;t matter <img src='http://blog.wlacs.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Looks like this one&#8217;s on Apple.</p>
<p><strong>*UPDATE 6/16/2009 10:00AM PST*</strong></p>
<p>I contacted Apple Corporate and was transferred to their Corporate Customer Relations department.  The representative was very helpful and even asked how I would like the problem resolved (maybe send a couple million dollars my way?).  Anyhow, she&#8217;s going to do some research and give me a call back later today.  To be continued&#8230;</p>
<p><strong>*UPDATE 6/16/2009 12:06PM PST*</strong></p>
<p>The Apple rep called me back and said that she spoke to a product specialist whom informed her that the issue didn&#8217;t &#8220;sound like a hardware nor software problem&#8221; and suggested that I go to an AT&#038;T store to get my SIM card replaced.  Given the fact that I was able to duplicate the error on other iPhones, I don&#8217;t think it&#8217;s a SIM card issue.  To test my theory, I removed the SIM card from my phone and attempted the steps above to reproduce the crash and got the same results.  I say it&#8217;s not SIM card related and therefore not AT&#038;T related.  However, I will go to the AT&#038;T store and try it with a new SIM card just to follow the direction from the helpful rep.</p>
<p><strong>*UPDATE 6/16/2009 1:23PM PST*</strong></p>
<p>As suspected, getting a new SIM card didn&#8217;t fix anything.  I&#8217;m on hold now for an Apple Senior Product Support Specialist to see where we go from here.  More to follow&#8230;</p>
<p><strong>*UPDATE 6/16/2009 1:45PM PST*</strong></p>
<p>Another quick updated: while on the phone with the Senior Support Specialist in Dallas, TX, he was able to reproduce the error on an iPhone&#8230;. whew&#8230; now they know I&#8217;m *not* crazy!  Sounds like the next step is going to be getting the engineering department involved.</p>
<p><strong>*UPDATE 6/16/2009 2:15PM PST*</strong></p>
<p>The Apple rep called back and said that a technician with iPhone OS 3.0 tried the procedure and did not experience a crash.  He suggested I update to 3.0 tomorrow and test it then&#8230;</p>
<p><strong>*UPDATE 6/17/2009 2:23PM PST*</strong></p>
<p>After a few tries of attempting to update to iPhoneOS 3.0, I was finally able to get my iPhone 3G updated.  Of course, the first thing I tried was to dial one of the number combinations above to see if it would crash&#8230; and the verdict is&#8230;.  it didn&#8217;t!  Looks like the bug went un-noticed and was fixed in iPhoneOS 3.0.  If you&#8217;re having this problem, simply update your OS to 3.0 and it should take care of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/06/424-area-code-bug-with-apple-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Index Your Hard Drive in MacOS X (Spotlight)</title>
		<link>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/</link>
		<comments>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:54:43 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=18</guid>
		<description><![CDATA[MacOS X stores the index of any hard drive attached to your Apple computer in a directory called &#8220;.Spotlight-V100&#8243;. If you find that Spotlight is missing some files upon its search, it may be time to re-index your hard drive. The following steps are provided as a guide but should be followed at your own [...]]]></description>
			<content:encoded><![CDATA[<p>MacOS X stores the index of any hard drive attached to your Apple computer in a directory called &#8220;.Spotlight-V100&#8243;. If you find that Spotlight is missing some files upon its search, it may be time to re-index your hard drive.<span id="more-18"></span> The following steps are provided as a guide <strong>but</strong> should be followed <strong>at your own risk</strong>. This guide involves diving into the &#8220;guts&#8221; of the system and performing some commands in the Terminal.</p>
<h3>Enabling root</h3>
<p>The first step in re-indexing your hard drive is to enable the &#8216;root&#8217; user on your computer. To do so:</p>
<ol>
<li>Launch the &#8220;Directory Utility&#8221; application from the &#8220;Utilities&#8221; folder in your &#8220;Applications&#8221; folder</li>
<li>Ensure the &#8220;Directory Utility&#8221; is &#8220;un-locked&#8221; by clicking (if needed) on the image of the lock</li>
<li>Enter your password</li>
<li>Click on &#8216;Edit&#8217; and select &#8216;Enable Root User&#8217;</li>
<li>Enter a new password for &#8216;root&#8217; <strong>do not forget this password</strong> and verify</li>
<li>Close &#8220;Directory Utility&#8221;</li>
</ol>
<h3>Entering Terminal</h3>
<p>Next, open the &#8220;Terminal&#8221; application from the &#8220;Utilities&#8221; folder located inside the &#8220;Applications&#8221; folder and enter the following commands:</p>
<p><code>YourName$ su (followed by <strong>return key</strong>)</code></p>
<p>The system will prompt you for your <strong>root</strong> password</p>
<p><code>Password:</code></p>
<p>Enter your <strong>root</strong> password and hit &#8216;enter&#8217;</p>
<p><code>sh-3.2#</code></p>
<p>You are now logged in as the root user.</p>
<p><strong>Note: executing commands as root can cause extensive damage to your system. The author nor West LA Computer Services assume any responsibility for any damage caused by following this guide.</strong></p>
<p>If you&#8217;re still following along, enter the following command:</p>
<p><code>sh-3.2# rm -r /.Spotlight-V100/ (followed by <strong>return key</strong>)</code></p>
<p>The system quietly returns:</p>
<p><code>sh-3.2#</code></p>
<p>And now type:</p>
<p><code>sh-3.2# exit (followed by <strong>return key</strong>)</code></p>
<p>And Terminal will return:</p>
<p><code>exit<br />YourName$</code></p>
<p>Enter:</p>
<p><code>YourName$ exit (followed by <strong>return key</strong>)</code></p>
<p>And the system responds with:</p>
<p><code>logout [Process completed]</code></p>
<p>Now quit the application.</p>
<h3>Wrapping Up</h3>
<p>If Spotlight does not start immediately indexing your drive, you may need to restart your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/02/re-index-your-hard-drive-in-macos-x-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
