<?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/tag/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>Computer Repair in West Los Angeles</title>
		<link>http://blog.wlacs.com/2009/04/computer-repair-in-west-los-angeles/</link>
		<comments>http://blog.wlacs.com/2009/04/computer-repair-in-west-los-angeles/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 00:23:22 +0000</pubDate>
		<dc:creator>carlos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.wlacs.com/?p=36</guid>
		<description><![CDATA[West LA Computer Services has been providing quality service to Culver City and surrounding areas since 1994. Our friendly, experienced staff is here to assist you with all your computer and related service and support needs.
We use the highest quality computer parts that fit your budget and extend all manufacturer warranties to the customer. Our [...]]]></description>
			<content:encoded><![CDATA[<p>West LA Computer Services has been providing quality service to Culver City and surrounding areas since 1994. Our friendly, experienced staff is here to assist you with all your computer and related service and support needs.<span id="more-36"></span></p>
<p>We use the highest quality computer parts that fit your budget and extend all manufacturer warranties to the customer. Our quality work is 100% backed by our 90-day limited warranty on all services performed by WLACS service technicians.</p>
<p>Our service technicians are qualified to work on a wide range of issues from Apple to Windows-based systems. We have service technicians that specialize in server and network management, point of sale systems, laptop and desktop support, printer maintenance and service, as well as just about anything that runs on some form of electricity.</p>
<p>Some of our most popular services include:</p>
<p>Software installation, virus repair, virus help, virus protection, virus removal, computer repairs, network setup, computer installations, computer support, Culver City computer repair, West LA repair, computer maintenance, pc repair, pc support, pc services, pc troubleshooting, hardware repair, Apple computer repair, Macintosh repairs, MacBook and MacBookPro service, PowerMac and PowerBook repairs, G3, G4, G5 Apple desktop service and repairs, data recovery, crashed hard drive, and more!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlacs.com/2009/04/computer-repair-in-west-los-angeles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
