advertisement

Article:
  An Introduction to Tiger Terminal
Subject:   adding lines to a file
Date:   2005-09-11 15:49:57
From:   alcamino
since my last software update i am having trouble syncing my motorola v188 phone. i found the following post on the web:
V180 works with iSync but the V188 was not working for me. I added support for it by adding the folowing lines to /Applications: iSync.app: Contents: PlugIns: ApplePhoneConduit.syncdevice: Contents: PlugIns: PhoneModelsSync.phoneplugin: Contents: Resources: MetaClasses.plist:
<key>com.motorola.V188</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.cgmi+cgmm</key>
<array>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","MODEL=V188"</string>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","GSM850","MODEL=V188"</string>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1900","GSM850","MODEL=V188ENS"</string>
</array>
<key>com.apple.gmi+gmm</key>
<array>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","MODEL=V188"</string>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1800","GSM1900","GSM850","MODEL=V188"</string>
<string>"Motorola CE, Copyright 2000"+"GSM900","GSM1900","GSM850","MODEL=V188ENS"</string>
</array>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.motorola.usb-bt.0x22B8/0x4902</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>V188</string>
<key>PhoneIcon</key>
<string>MOTV188.tiff</string>
</dict>
</dict>
</array>
</dict>



how can i access the file?


thanks, al

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • adding lines to a file
    2005-10-18 22:24:39  haalandkramer [Reply | View]

    Of course, iSync should not be open when you do this, but:
    If you opened the MetaClasses.plist with a program like TextWrangler (free from BareBones) all you needed to do was find V180 and replace it with V188 (4x) then save and close the file. After that, rename the file MOTV180.tiff to MOTV188.tiff.
    You will need to reactivate syncing on your mac then plug in your phone and launch iSync then add device.
  • adding lines to a file
    2005-09-11 17:39:50  norburym [Reply | View]

    If you have Apple's developer's tools installed, you'll have Property List Editor.app (/Developer/Applications/Utilities/).
    Other third party tools include BBEdit (barebones.com), Jedit (jedit.org) and PListEdit Pro (http://homepage.mac.com/bwebster/plisteditpro.html).
    Cheers,
    Mary