Hi all,
Just today, i stumbled found a feature of obexftp,
obexftp -X -b $MyN70, which gives us a lot of details on the features of the
phone offers:
['00:1D:6E:04:79:E2']
<?xml version="1.0" ?>
<!-- OBEX Capability Object -->
<!DOCTYPE Capability SYSTEM "obex-capability.dtd">
<Capability Version="1.0">
<General>
<Manufacturer>Nokia</Manufacturer>
<Model>RM-84</Model>
<SN>xxxxxxxxxxxxxxxxxxxx</SN>
<SW Version="V 5.0705.3.0.1" Date="20070130T000000Z"/>
<Language>en</Language>
<Memory>
<MemType>DEV</MemType>
<Location>C:\</Location>
<Free>15252992</Free>
<Used>4630016</Used>
<FileNLen>256</FileNLen>
</Memory>
<Memory>
<MemType>MMC</MemType>
<Location>E:\</Location>
<Free>717357056</Free>
<Used>309837824</Used>
<FileNLen>256</FileNLen>
</Memory>
</General>
<Service>
<Name>SyncML</Name>
<UUID>SYNCML-SYNC</UUID>
<Version>1.1</Version>
<Object>
<Type>application/vnd.syncml+wbxml</Type>
</Object>
</Service>
<Service>
<Name>PCCS</Name>
<UUID>F9EC7BC4-953c-11d2-984E-525400DC9E09</UUID>
<Version>1.0</Version>
<Ext>
<XNam>Backup</XNam>
<XVal>File=C:\System\backup.xml</XVal>
</Ext>
</Service>
<Service>
<Name>PCSuite-Settings</Name>
<Version>1.0</Version>
<Ext>
<XNam>SuiteConf</XNam>
<XVal>File=C:\System\SuiteConf.xml</XVal>
</Ext>
</Service>
<Service>
<Name>Multimedia Messages</Name>
<UUID>SYNCML-SYNC</UUID>
<Version>1.0</Version>
<Object>
<Type>application/vnd.wap.mms-message</Type>
<Name-Ext>mms</Name-Ext>
</Object>
<Ext>
<XNam>SyncProfile</XNam>
<XVal>HostAddress=mms</XVal>
<XVal>Database=mms</XVal>
</Ext>
<Ext>
<XNam>Databases</XNam>
<XVal>Drafts=./4097/4100/</XVal>
<XVal>Inbox=./4097/4098/</XVal>
<XVal>Outbox=./4097/4099/</XVal>
<XVal>SentItems=./4097/4101/</XVal>
</Ext>
</Service>
<Service>
<Name>Text Messages</Name>
<UUID>SYNCML-SYNC</UUID>
<Version>1.7.0</Version>
<Object>
<Type>text/x-vMessage</Type>
<Name-Ext>sms</Name-Ext>
</Object>
<Ext>
<XNam>SyncProfile</XNam>
<XVal>HostAddress=sms</XVal>
<XVal>Database=sms</XVal>
</Ext>
<Ext>
<XNam>Databases</XNam>
<XVal>Drafts=./4097/4100/</XVal>
<XVal>Inbox=./4097/4098/</XVal>
<XVal>Outbox=./4097/4099/</XVal>
<XVal>SentItems=./4097/4101/</XVal>
</Ext>
</Service>
<Service>
<Name>PC Suite support</Name>
<Version>1.7.0</Version>
</Service>
<Service>
<Name>Folder-Browsing</Name>
<UUID>F9EC7BC4-953c-11d2-984E-525400DC9E09</UUID>
<Version>1.0</Version>
<Object>
<Type>x-obex/folder-listing</Type>
</Object>
<Ext>
<XNam>Images</XNam>
<XVal>Folder=C:\Nokia\Images\</XVal>
<XVal>MemType=DEV</XVal>
</Ext>
...................
</Capability>
and from the syncevolution's website, this is what i have gotten,
"The sync-ui then lists paired devices with SyncML support and offers to
configure them using one of the available device configuration templates. It
tries to find a suitable template based on the name given to the device,
which only works well if that name includes the model (for example, "John
Doe's N85")."
so shouldn't the obexftp tool be useful for us in easily configuring our
phone?
I have tested it only on a few nokia phones.. so i couldn't yet conclude
more information about this..
right now, here is the status:
Nokia 6600 (S60 OS 7) : the tool doesnt work
Nokia N70 (S60 OS 8.1): it works
Nokia E63 (S60 v3) : it works the same way it does for N70
(the settings however would stay same for all S60 models of the same version
though. so i also can't conclude how useful this service can be.)
Cheers
Dinesh