iSync mag mein Handy, manchmal – heute jedenfalls

Ausgangssituation: iSync 2.3 mag nicht mit Siemens SP65 zusammentun.

  • Telefon aus der Geräteliste von Bluetooth und iSync löschen
  • An Mac und Telefon Bluetooth abschalten
  • iSync beenden
  • Folgende Telefonbeschreibung erstellen:
    < ?xml version="1.0" encoding="UTF-8"?>
    < !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <!-- provided by http://en.iSync-hilfe.de 07.2006 -->
    <!-- iSync.version.2.3 -->
    <plist version="1.0">
    <dict>
            <key>com.siemens.SP65</key>
            </dict><dict>
                    <key>Identification</key>
                    </dict><dict>
                            <key>com.apple.cgmi+cgmm</key>
                            <string>SIEMENS+SP65</string>
                    </dict>
                    <key>InheritsFrom</key>
                    <array>
                            <string>family.com.siemens.S5x</string>
                    </array>
                    <key>Services</key>
                    <array>
                            <dict>
                                    <key>ServiceName</key>
                                    <string>com.apple.model</string>
                                    <key>ServiceProperties</key>
                                    </dict><dict>
                                            <key>ModelIcon</key>
                                            <string>SP65.tiff</string>
                                            <key>ModelName</key>
                                            <string>SP65</string>
                                    </dict>
                    </array>
    </plist>
    

    hier abblegen:
    /Library/PhonePlugins/MyPhone.phoneplugin/Contents/Resources/MetaClasses.plist

  • Und folgendes hier
    Library/PhonePlugins/MyPhone.phoneplugin/Contents/Info.plist

    < ?xml version="1.0" encoding="UTF-8"?>
    < !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>CFBundleDevelopmentRegion</key>
            <string>English</string>
            <key>CFBundleExecutable</key>
            <string>PhoneModelsSync</string>
            <key>CFBundleIdentifier</key>
            <string>com.apple.phoneplugin.siemensSP65sync</string>
            <key>CFBundleInfoDictionaryVersion</key>
            <string>6.0</string>
            <key>CFBundleName</key>
            <string>PhoneModelsSync</string>
            <key>CFBundlePackageType</key>
            <string>BNDL</string>
            <key>CFBundleShortVersionString</key>
            <string>2.3</string>
            <key>CFBundleSignature</key>
            <string>????</string>
            <key>CFBundleVersion</key>
            <string>503.9</string>
            <key>IPHPhoneConduitVersion</key>
            <string>501.42</string>
    </dict>
    </plist>
    
  • Die Verzeichnisstuktur sollte ungefähr so ausschauen:
    minime:/Library/PhonePlugins christian$ find .
    .
    ./MyPhone.phoneplugin
    ./MyPhone.phoneplugin/Contents
    ./MyPhone.phoneplugin/Contents/Info.plist
    ./MyPhone.phoneplugin/Contents/Resources
    ./MyPhone.phoneplugin/Contents/Resources/MetaClasses.plist
    ./MyPhone.phoneplugin/Contents/Resources/SP65.tiff
    ./MyPhone.phoneplugin/Contents/version.plist
    ./MyPhone.phoneplugin/Icon
    

    und gibts hier als Download

  • In den Mac-Systemeinstellungen > Bluetooth > Geräte > „Neues Gerät konfigurieren…“
  • Dann geht das!


(… die Idee stammt natürlich nicht von mir sondern habe ich hier gefunden http://isync-hilfe.de/)

Schreibe einen Kommentar