Mobile 01上面有人直接修改了isync的藍芽同步設定檔,若是您的手機到目前為止還無法被isync找到,可以用此方法一試,看可否成功,不過前提是你的手機必須有相同系列機種在isync支援的列表內,ok讓我們來看如何修改吧!
因為有網友在問有關P990i的部份,所以我們就針對P990i來解說好了!
首先你比須使用文字編輯器打開在isync裡的MetaClasses.plist,它的位置如下:
iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/MetaClasses.plist
然後透過command+f(尋找文字的快速鍵),並鍵入P910(因為910是isync最後支援SE的P系列手機)然後你會發現它的陳列方式如下:
<key>com.sony-ericsson.P910</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<array>
<string>SONY ERICSSON+P910</string>
</array>
</dict>
<key>InheritsFrom</key>
<array>
<string>family.com.sony-ericsson.uiq</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>SEP900.tiff</string>
<key>ModelName</key>
<string>P910</string>
</dict>
</dict>
</array>
</dict>
然後你可以把鎖看到的這段文字Copy下來,並貼在文件末端的</plist>之前,並針對裡面所有的P900改成P990i,改完的狀態如下:
<key>com.sony-ericsson.P990i</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<array>
<string>SONY ERICSSON+P990i</string>
</array>
</dict>
<key>InheritsFrom</key>
<array>
<string>family.com.sony-ericsson.uiq</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>SEP900.tiff</string>
<key>ModelName</key>
<string>P990i</string>
</dict>
</dict>
</array>
</dict>
有一點跟大家說明一下,就是Alrin很懶,沒幫大家做P990i的圖片,所以你會發現圖片的部份還是<string>SEP900.tiff</string>,沒錯!如果你自己有心要作,也可以將做好的檔案命名為:P990i.tiff(尺寸為:60*60像素)把它放到下面這個位置(跟剛剛那個MetaClasses.plist目錄相同)
iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/
,然後把剛剛那個<string>SEP900.tiff</string>改成<string>SEP990i.tiff</string>,應該就能正常看到!
以上是我看著Mobile 01上網友的寫法改的,我自己沒有P990i,所以無從得知是否能夠正常使用,請有使用過的人上來說明一下是否可以運作!謝謝~
最後修改: ALRIN (2006-12-29 10:25:30)
沒有留言:
張貼留言