<?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>Macintosh How To &#187; samsung</title>
	<atom:link href="http://macintoshhowto.com/tag/samsung/feed" rel="self" type="application/rss+xml" />
	<link>http://macintoshhowto.com</link>
	<description>...the art of macintosh maintenance...</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:23:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to write your own mobile phone drivers for OSX</title>
		<link>http://macintoshhowto.com/phone/how-to-write-your-own-mobile-phone-drivers-for-osx.html</link>
		<comments>http://macintoshhowto.com/phone/how-to-write-your-own-mobile-phone-drivers-for-osx.html#comments</comments>
		<pubDate>Mon, 18 Oct 2010 22:02:37 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/?p=1258</guid>
		<description><![CDATA[In this post I posted some drivers for the Samsung D900 mobile phone. A lot of people contacted me asking how I wrote them. Well it was a bit of a fudge really. All I did was grab the Samsung D900i phone driver, and change every occurrence of D900i to D900! I also did a [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image101" src="http://howto.dubbo.org/wp-content/uploads/2007/06/D900.jpg" alt="D900.jpg" width="186" height="192" /><br />
In <a href="http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html">this post</a> I posted some drivers for the Samsung D900 mobile phone. A lot of people contacted me asking how I wrote them. Well it was a bit of a fudge really. All I did was grab the Samsung D900i phone driver, and change every occurrence of D900i to D900!</p>
<p>I also did a version for the Optus D736 <a href="http://macintoshhowto.com/hardware/how-to-get-bird-d736-usb-working-in-osx.html">here </a>and it seemed to work.  Here&#8217;s how I did it.<span id="more-1258"></span></p>
<ol>
<li>I downloaded a phone driver like <a href="http://dubbo.org/public/D900i.zip">this file</a>.</li>
<li>I right clicked on the file and select &#8216;show package contents&#8217;.</li>
<li>I opened info.plist with a text editor like <a href="http://www.barebones.com/products/textwrangler/">Textwrangler</a>.</li>
<li>Where it says D900i I  changed it to the phone that I wanted to work. (If you do this you will have to use the proper official model name for the phone.)</li>
<li>I opened the folder called resources and opened the file called MetaClasses.plist</li>
<li>I did the same &#8211; changed the phone name.</li>
</ol>
<p>I changed likes like this:</p>
<p><em>&lt;key&gt;com.apple.gmi+gmm&lt;/key&gt;</em></p>
<p><em> </em></p>
<p><em>&lt;string&gt;SAMSUNG+SAMSUNG SGH-D900&lt;/string&gt;</em></p>
<p>and this:</p>
<p><em>&lt;key&gt;ModelName&lt;/key&gt;</em></p>
<p><em> </em></p>
<p><em>&lt;string&gt;D900&lt;/string&gt;</em></p>
<p><em> </em></p>
<p><em>&lt;key&gt;CompanyName&lt;/key&gt;</em></p>
<p><em> </em></p>
<p><em>&lt;string&gt;Samsung&lt;/string&gt;</em></p>
<p>Note:</p>
<p>I started with a file closest to the one that I wanted to end up with. I wanted to write a driver for the samsung D900i mobile phone so I started with the driver for the Samsung D900 and modified it.</p>
<p>So if you were wanting to write a driver for say a Nokia or Motorola phone, you would  probably be better off to start with a driver for that phone and then modifying it.</p>
<p>This is a total hack, I didn&#8217;t really know what I was doing when I did it, but it just worked, and it didn&#8217;t seem to break anything. So use this at your own risk and I take no responsibility!</p>
<p>you</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/phone/how-to-write-your-own-mobile-phone-drivers-for-osx.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/phone/how-to-write-your-own-mobile-phone-drivers-for-osx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to modify the settings on your D900i Samsung mobile</title>
		<link>http://macintoshhowto.com/phone/how-to-modify-the-settings-on-your-d900i-samsung-mobile.html</link>
		<comments>http://macintoshhowto.com/phone/how-to-modify-the-settings-on-your-d900i-samsung-mobile.html#comments</comments>
		<pubDate>Thu, 28 Jun 2007 03:56:37 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[phone]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://howto.dubbo.org/phone/how-to-modify-the-settings-on-your-d900i-samsung-mobile.html</guid>
		<description><![CDATA[I know this is a little of the &#8216;Macintosh&#8217; topic but I thought I&#8217;d post it anyway. Enter the number: *#8999*8378# This will put your Samsung D900i into test mode and give you a new menu where you can change all the audio settings for the phone, all the gains (eg microphone, speaker) in various [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><img src="http://howto.dubbo.org/wp-content/uploads/2007/06/D900.jpg" alt="D900.jpg" id="image101" height="192" width="186" /></p>
<p>I know this is a little of the &#8216;Macintosh&#8217; topic but I thought I&#8217;d post it anyway.<span id="more-103"></span></p>
<p>Enter the number:    *#8999*8378#</p>
<p>This will put your Samsung D900i into test mode and  give you a new menu where you can change all the audio settings for the phone, all the gains (eg microphone, speaker)  in various modes (eg handsfree, carkit etc). Make sure you take a note of the settings before you change anything so you can change it back.</p>
<p>The following abbreviations mean:</p>
<p>- Loud Speaker SUP : slide up<br />
- Loud Speaker SDN : slide down</p>
<p>And the others are various versions of handsfree etc. post a note if you work them out.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/phone/how-to-modify-the-settings-on-your-d900i-samsung-mobile.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/phone/how-to-modify-the-settings-on-your-d900i-samsung-mobile.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to sync your Samsung SGH D900i mobile phone to Macintosh OSX</title>
		<link>http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html</link>
		<comments>http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html#comments</comments>
		<pubDate>Fri, 08 Jun 2007 06:09:28 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[phone]]></category>
		<category><![CDATA[isync]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://howto.dubbo.org/software/how-to-sync-your-d900i-to-macintosh-osx.html</guid>
		<description><![CDATA[I just got a Samsung SGH D900i mobile phone but it doesn&#8217;t sync address book contacts across bluetooth or USB with isync becasue isync only syncs with the D900. I modified the isync plugin and now it&#8217;s working! Here&#8217;s how to get it going&#8230; and after some comments I also added a version for the [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image101" src="http://howto.dubbo.org/wp-content/uploads/2007/06/D900.jpg" alt="D900.jpg" width="186" height="192" /></p>
<p>I just got a Samsung SGH D900i mobile phone but it doesn&#8217;t sync address book contacts across bluetooth or USB with isync becasue isync only syncs with the D900.</p>
<p>I modified the isync plugin and now it&#8217;s working!<br />
Here&#8217;s how to get it going&#8230; and after some comments I also added a version for the samsung G600 mobile phone.<br />
There&#8217;s also a version for Optus Bird phones <a href="http://macintoshhowto.com/hardware/how-to-get-bird-d736-usb-working-in-osx.html">here</a>.<br />
<span id="more-100"></span></p>
<ol>
<li><strong>Download</strong> <a href="http://dubbo.org/public/D900i.zip">this file</a> and unzip it, you should end up with a folder called Samsung-D900.phoneplugin.</li>
<li>Go to applications, <strong>isync</strong> and right click or control click and go to <strong>&#8216;show package contents&#8217;</strong></li>
<li>Open the isync <strong>Contents</strong> folder, then <strong>Plugins</strong>, then <strong>ApplePhoneConduit.syncdevice</strong>, then <strong>Contents</strong>, then <strong>Plugins</strong>.</li>
<li><strong>Drag my Samsung-D900.phoneplugin file into that folder</strong>, next to all the other phone plugin files. it will ask if you want to overwrite the existing folder, say Overwrite.</li>
<li>Make sure bluetooth is turned on on your phone (applications bluetooth) , and on your computer (preferences/bluetooth). Choose add new bluetooth device under the bluetooth preference pane on your macintosh and add your phone. <strong>Open isync</strong> and it should now sync with your new D900i.</li>
</ol>
<p><strong>Note</strong>: if you want to <strong>mount</strong> your  D900i as a USB drive that is a separate issue, look <a href="http://macintoshhowto.com/phone/get-osx-to-see-your-samsung-d900i-mobile-phone.html">here</a>.</p>
<p>If you find this helpful please consider a link to this site! Thanks.</p>
<p>Some people have asked for a G600 version. No idea if this will work but you could<a href="http://macintohshowto.com/public/Samsung-G600.phoneplugin.zip"> try this one</a>. It&#8217;s just the D 900i with the name changed. Same instructions as above but I&#8217;d delete the D900 plugin as it may clash with his one. Let me know if it works!</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html/feed</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>Mounting Samsung D900i  as USB drive in OSX</title>
		<link>http://macintoshhowto.com/phone/get-osx-to-see-your-samsung-d900i-mobile-phone.html</link>
		<comments>http://macintoshhowto.com/phone/get-osx-to-see-your-samsung-d900i-mobile-phone.html#comments</comments>
		<pubDate>Wed, 06 Jun 2007 05:03:25 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[phone]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[OS-X]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://howto.dubbo.org/software/get-osx-to-see-your-samsung-d900i-mobiel-phone.html</guid>
		<description><![CDATA[Well it seems that OSX won&#8217;t recognise any Samsung phones. A bit disappointing given their TV adds on how Macintosh is friendly with everything! I rang Samsung and they said &#8216;we don&#8217;t support macintosh&#8217; So to get my samsung D900i working on OSX I had to do this: (I&#8217;m not suggesting you do it for [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><img src="http://howto.dubbo.org/wp-content/uploads/2007/06/D900.jpg" id="image101" alt="D900.jpg" height="192" width="186" /></p>
<p align="left">Well it seems that OSX won&#8217;t recognise any Samsung phones. A bit disappointing given their TV adds on how Macintosh is friendly with everything! I rang Samsung and they said &#8216;we don&#8217;t support macintosh&#8217;</p>
<p align="left">So to get my samsung D900i working on OSX I had to do this: (I&#8217;m not suggesting you do it for whatever reasons like you might sue me if it doesn&#8217;t work, but it worked for me).</p>
<p align="left">&nbsp;</p>
<p><span id="more-102"></span></p>
<p align="left"><strong>1.</strong> <strong>Download</strong> this file: <a href="http://macintoshhowto.com/downloads/D900iUSB.pkg.zip">D900iUSB.pkg.zip</a></p>
<p align="left"><strong>2.</strong> <strong>Run it</strong></p>
<p align="left"><strong>3. Put some memory in the</strong> mobile phone miniSD slot because it is only the external memory that the phone uses as a USB drive. (I got 2G for $25 so it’s pretty cheap)</p>
<p><strong>4. Go into the  USB settings </strong>on the phone and set it to USB mass media, not USB modem.</p>
<p align="left"><strong>3. Plug in your Samsung D900i</strong> and wow, it mounts AND itunes now recognises it and imports the photos automatically!</p>
<p align="left">Note: if you want to SYNC your samsung D900i that is a separate issue, look <a href="http://macintoshhowto.com/phone/how-to-sync-your-d900i-to-macintosh-osx.html">here</a>.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/phone/get-osx-to-see-your-samsung-d900i-mobile-phone.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/phone/get-osx-to-see-your-samsung-d900i-mobile-phone.html/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
	</channel>
</rss>

