<?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>mac-talks.com &#187; apple</title>
	<atom:link href="http://www.mac-talks.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mac-talks.com</link>
	<description>place where we talk about mac</description>
	<lastBuildDate>Mon, 12 Jul 2010 18:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>boot snow leopard in 64 bit</title>
		<link>http://www.mac-talks.com/2009/09/09/boot-snow-leopard-in-64-bit/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2009/09/09/boot-snow-leopard-in-64-bit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:11:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/?p=28</guid>
		<description><![CDATA[<p>As mac os 10.6 (snow leopard) release last 28th august, all the mac lovers are busy to upgrade. i am already using it .   Soon i will share my experience.</p>
<p>One of the main feature of this release is the 64bit kernel.Using the following command you can check if your hardware support 64 bit kernel.</p>
<p>$ <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2009/09/09/boot-snow-leopard-in-64-bit/">boot snow leopard in 64 bit</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>As mac os 10.6 (snow leopard) release last 28th august, all the mac lovers are busy to upgrade. i am already using it . <img src='http://www.mac-talks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Soon i will share my experience.</p>
<p>One of the main feature of this release is the 64bit kernel.Using the following command you can check if your hardware support 64 bit kernel.</p>
<p><code>$ ioreg -l -p IODeviceTree | grep firmware-abi</code></p>
<p>Though your hardware is capable to run 64 bit kernel it don&#8217;t boot in 64 bit. In this post i will show you how to boot in 64:</p>
<p>1. press 6 and 4 at the boot time. (keep press the 6 and 4 key till you see the apple logo)</p>
<p>2.  open terminal and give this command :</p>
<p>$ sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.Boot &#8216;Kernel Flags&#8217; &#8216;arch=x86_64&#8242;</p>
<p>3.  open terminal and give this command :</p>
<p>$ sudo nvram boot-args=”arch=x86_64″</p>
<p>All these way will work. First one will boot 64 bit for just this time. Next 2 are permanent solution.</p>
<p> <img src='http://www.mac-talks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
number of view: 1067<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2009/09/09/boot-snow-leopard-in-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download iPhone SDK using wget</title>
		<link>http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[iphone sdk]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/?p=25</guid>
		<description><![CDATA[<p>If you are using slow connection like me and trying to download the apples iPhone SDK , then you already know how much tough it is , because of apple only allow to download this file after login. And non of the download manager can give you the resume facility. so after trying 2 days with <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/">Download iPhone SDK using wget</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you are using slow connection like me and trying to download the apples iPhone SDK , then you already know how much tough it is , because of apple only allow to download this file after login. And non of the download manager can give you the resume facility. so after trying 2 days with different downloaders i tried wget and got sucess <img src='http://www.mac-talks.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here i am discribing how to do it. First login to http://developer.apple.com/iphone (if you don&#8217;t have any account, just create one, it&#8217;s free). then use firefox extension to export (firebug+firecookie) cookie to cookie.txt . Then rest of the task simple. just copy download link from http://developer.apple.com/iphone and give the following command in the console.</p>
<blockquote><p>$cd /path/to/cookie.txt</p>
<p>$ wget  -ct 0 &#8211;load-cookies cookie.txt your_file_url</p></blockquote>
<p>that&#8217;s all, now you can resume download without any problem. Here is the command i used to download to download it.</p>
<blockquote><p>$ wget  -ct 0 &#8211;server-response &#8211;load-cookies cookies.txt http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg</p></blockquote>
<p>If this post help you, don&#8217;t forget to share it with others.</p>
<p>If you like our site, you can help us by sharing your knowledge and experience about mac here.</p>
number of view: 1269<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve problems with Office 2008 update installation</title>
		<link>http://www.mac-talks.com/2008/12/28/resole-problems-with-office-2008-update-installation/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2008/12/28/resole-problems-with-office-2008-update-installation/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 08:31:27 +0000</pubDate>
		<dc:creator>oshim</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/2008/12/28/resole-problems-with-office-2008-update-installation/</guid>
		<description><![CDATA[<p>&#8220;You cannot install Office 2008 12.1.x on this volume. The version of the software required to install this update was not found on this volume.&#8221; Even a clean reinstall from the source Office disk did not fix this issue. After several back-and-forths with Microsoft, the following solution worked.</p>
<p>1. Run the Remove Office app, which is located <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2008/12/28/resole-problems-with-office-2008-update-installation/">Resolve problems with Office 2008 update installation</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&#8220;You cannot install Office 2008 12.1.x on this volume. The version of the software required to install this update was not found on this volume.&#8221; Even a clean reinstall from the source Office disk did not fix this issue. After several back-and-forths with Microsoft, the following solution worked.</p>
<p>1. Run the Remove Office app, which is located in /Applications » Microsoft Office 2008 » Additional Tools.<br />
2. Delete the following files and folders:<br />
* /Users/(me)/Library/Preferences/(all files that start com.microsoft)<br />
* /Users/(me)/Library/Preferences/Microsoft<br />
* /Users/(me)/Library/Application Support/Microsoft<br />
* /Users/(me)/Microsoft User Data<br />
* /Users/(me)/Documents/Microsoft User Data<br />
* /Users/(me)/Documents/Office Projects<br />
* /Library/Receipts/(all files that begin with Office 2008)<br />
3. Reinstall from the Office source disk and update.</p>
<p>A word of caution: back up your personalized settings before erasing the Office files. If you use Entourage for your email, back up your Entourage data in your user&#8217;s Documents » Microsoft User Data » Office 2008 Identities » Main Identity folder by copying it to the desktop. If you have created templates, back those up by copying them to the desktop from your user&#8217;s Library » Application Support » Microsoft » Office » User Templates folder.</p>
number of view: 1001<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2008/12/28/resole-problems-with-office-2008-update-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore from unsupported Time Machine backups</title>
		<link>http://www.mac-talks.com/2008/12/28/restore-from-unsupported-time-machine-backups/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2008/12/28/restore-from-unsupported-time-machine-backups/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 08:02:04 +0000</pubDate>
		<dc:creator>oshim</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/2008/12/28/restore-from-unsupported-time-machine-backups/</guid>
		<description><![CDATA[<p>There are several hints here on how to get Time Machine to backup to an unsupported AFP share, but I found no mention of how to restore from such an unsupported share. After spending some time on Gooogle, I found this page.</p>
<p>The essence of the solution is that once the installer has booted from the DVD, <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2008/12/28/restore-from-unsupported-time-machine-backups/">Restore from unsupported Time Machine backups</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are several hints here on how to get Time Machine to backup to an unsupported AFP share, but I found no mention of how to restore from such an unsupported share. After spending some time on Gooogle, I found this page.</p>
<p>The essence of the solution is that once the installer has booted from the DVD, one has to go to the Terminal and mount the AFP share manually:</p>
<p>$ mkdir /Volumes/TimeMachine<br />
$ mount -t afp afp://user:password@afpserver.local/ShareName /Volumes/TimeMachine</p>
<p>Quit Terminal, then enter the Time Machine Restore utility. The unsupported backup volume should then show up.</p>
number of view: 868<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2008/12/28/restore-from-unsupported-time-machine-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find out the reason why macbook is not working</title>
		<link>http://www.mac-talks.com/2008/12/27/macbook-ram-problem-and-self-dagonosis/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2008/12/27/macbook-ram-problem-and-self-dagonosis/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 08:39:09 +0000</pubDate>
		<dc:creator>we4tech</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[diagnosis]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[ram problem]]></category>
		<category><![CDATA[self test]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/?p=18</guid>
		<description><![CDATA[<p>one of my friends who has been using macbook for last 1 year, he was so pleased that helped apple to get free market promotion from him.</p>
<p>however macbook didn&#8217;t treat that way as he was treating her. suddenly he discovered his macbook with uncertain problem. after trying this and that he hadn&#8217;t found any way out.</p>
<p>so <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2008/12/27/macbook-ram-problem-and-self-dagonosis/">find out the reason why macbook is not working</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>one of my friends who has been using macbook for last 1 year, he was so pleased that helped apple to get free market promotion from him.</p>
<p>however macbook didn&#8217;t treat that way as he was treating her. suddenly he discovered his macbook with uncertain problem. after trying this and that he hadn&#8217;t found any way out.</p>
<p>so one fine day when we achieved our victory (16th december) he got victory for himself too.<br />
it was his RAM baby!, one of the ram was damaged.</p>
<p>after 2 days struggling finally he got the problem, though he tried with local apple dealers but none could help on this issue.</p>
<p>later he discovered apple has very user friendly simple way out to diagnosis your mac system.</p>
<p>hold &#8220;D&#8221; key while you booting your macbook, you should see a self checking panel. where you would find &#8220;test&#8221; button, just go and click to see what went wrong with your macbook.</p>
<p>after few seconds to minutes passed you would find some error code, search it on apple support.</p>
<p>thats all, thats how he could fix his problem i guess if you face the same kinda problem now you know how simple it is.</p>
<p>btw, actually he had RAM problem which was occurred because of stupid hard reset while his computer was busy with 100% processor consumption.</p>
<p>still not getting your reason? hold apple + V while you booting your macbook to get in verbose mode.</p>
<p>best wishes,</p>
number of view: 848<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2008/12/27/macbook-ram-problem-and-self-dagonosis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Re-enable DFU mode in Mac OS X 10.5.6</title>
		<link>http://www.mac-talks.com/2008/12/24/re-enable-dfu-mode-in-mac-os-x-1056/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2008/12/24/re-enable-dfu-mode-in-mac-os-x-1056/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:39:28 +0000</pubDate>
		<dc:creator>oshim</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/?p=13</guid>
		<description><![CDATA[<p>this post will help them who are using hacked iPhone and mac os x 10.5.6(released December 15th ‘08). if you want to jailbreak or upgrade the firmware of your iPhone using mac os v10.5.6(released December 15th ‘08) then you have to follow these steps otherwise your new mac os will not support to upgrade your hacked <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2008/12/24/re-enable-dfu-mode-in-mac-os-x-1056/">Re-enable DFU mode in Mac OS X 10.5.6</a></span>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>this post will help them who are using hacked iPhone and mac os x 10.5.6<span>(released December 15th ‘08)</span>. if you want to jailbreak or upgrade the firmware of your iPhone using mac os v10.5.6<span>(released December 15th ‘08)</span> then you have to follow these steps otherwise your new mac os will not support to upgrade your hacked iPhone.<span> it’s unclear if apple did this intentionally or if it’s a bug in the kernel.</span></p>
<p>you are required to be logged in as an administrator and you must provide the admin password.</p>
<ul>
<li>checks if you are at mac os x 10.5.6 or better (if not will quit)</li>
<li>quits all running apps (with save option)</li>
<li>backup the original files (AppleUSBHub.kext and IOUSBCompositeDriver.kext from 10.5.6) in a new folder on your Desktop</li>
<li>asks for your admin password</li>
<li>copy AppleUSBHub.kext and IOUSBCompositeDriver.kext from 10.5.5 into the desired location on your mac</li>
<li>set owner:group and permissions</li>
<li>rebuild the kextcache</li>
<li>reboot your mac</li>
</ul>
<p>download the automator application from here.</p>
<p>http://www.iphone-hacks.com/downloads/Install_IOUSBFamily_kext_10_5_5.zip</p>
<ol>
<li>unzip the archive</li>
<li>place the “Install_IOUSBFamily_kext_10_5_5″ folder <strong>on your Desktop</strong> (This is important)</li>
<li>open the folder and start the application “Fix_DFU_10_5_6″</li>
<li>you will see the readme box (click “OK”)</li>
<li>provide your admin password</li>
<p>let the Application do it’s job</p>
<li>at the end the Finder will open another dialog box telling you that the cache is being rebuild, click “OK” or just leave the box alone. after a couple of seconds your mac will reboot automatically &#8211; done, DFU is enabled again and your mac os x is ready to jailbreak your hacked iPhone.</li>
</ol>
number of view: 1421<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2008/12/24/re-enable-dfu-mode-in-mac-os-x-1056/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple sells one million iPhone 3Gs in first weekend</title>
		<link>http://www.mac-talks.com/2008/07/29/apple-sells-one-million-iphone-3gs-in-first-weekend/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mac-talks.com/2008/07/29/apple-sells-one-million-iphone-3gs-in-first-weekend/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 05:05:07 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPhone 3G]]></category>

		<guid isPermaLink="false">http://www.mac-talks.com/?p=5</guid>
		<description><![CDATA[<p>On Sunday, Apple sold its one millionth iPhone 3G, the company announced today. “iPhone 3G had a stunning opening weekend,” said Steve Jobs, Apple’s CEO. “It took 74 days to sell the first one million original iPhones, so the new iPhone 3G is clearly off to a great start around the world.”</p>
<p>WOW, i wish i will <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.mac-talks.com/2008/07/29/apple-sells-one-million-iphone-3gs-in-first-weekend/">Apple sells one million iPhone 3Gs in first weekend</a></span>


Related posts:<ol><li><a href='http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<blockquote><p>On Sunday, Apple sold its one millionth iPhone 3G, the company announced today. “iPhone 3G had a stunning opening weekend,” said Steve Jobs, Apple’s CEO. “It took 74 days to sell the first one million original iPhones, so the new iPhone 3G is clearly off to a great start around the world.”</p></blockquote>
<p>WOW, i wish i will also get one very soon.</p>
number of view: 442<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.mac-talks.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.mac-talks.com/2009/08/26/download-iphone-sdk-using-wge/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mac-talks.com/2008/07/29/apple-sells-one-million-iphone-3gs-in-first-weekend/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
