From: Achim S. <Ach...@mn...> - 2008-05-25 16:45:42
|
Hi, I had also the K750i - and it worked quite fine with IRMC<->KDE. My IRMC config - used this also for K750o: <config> <connectmedium>bluetooth</connectmedium> <btunit>xxxxxxxx</btunit> <btchannel>8</btchannel> </config> with "xxxxxxxx" being the UNIT code of your mobile phone device. The KDE plugin doesn't provide any config option. IMPORTANT: You have to stop any kmail, kontact, ... program BEFORE syncing, as the plugin has problems with a parallel open program of this type. My OBEX-Syncml config is as follows: <?xml version="1.0"?> <config> <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --> <bluetooth_address>xxxxxxxxx</bluetooth_address> <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --> <bluetooth_channel>1</bluetooth_channel> <!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --> <interface>0</interface> <!-- The string that the plugin will use to identify itself. Some devices need a special string here. --> <identifier>Sony Ericss</identifier> <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> <version>1</version> <!-- if the plugin should use wbxml --> <wbxml>1</wbxml> <!-- The username to use. Leave empty to not require a username --> <username></username> <!-- the password for the username --> <password></password> <!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --> <type>2</type> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>0</usestringtable> <!-- Never send ADD command, but send REPLACE (not needed normally) --> <onlyreplace>0</onlyreplace> <!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --> <onlyLocaltime>0</onlyLocaltime> <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <!-- The name of the contacts db. Must be the same as the phones sends --> <contact_db>Contacts</contact_db> <!-- The name of the calendar db. Must be the same as the phones sends --> <calendar_db>Agenda</calendar_db> <!-- The name of the note db. Must be the same as the phones sends --> <note_db>Notes</note_db> </config> Are you using one of the binary packages of the 0.2x series? The you should get a working sync with my config. Kind Regards, Achim Am Samstag, 24. May 2008 schrieb Emanoil Kotsev: > Hi, I have a SonyEricsson k750i as a buziness one. I have never managed it > to sync the device with my KDE desktop. IT starts and breaks the sync > process. And worse I have also private nokia 6021. It does not want to even > start syncing. > > So there are people with bigger problems. > > regards > > Achim Spangler <Ach...@mn...> wrote: Hi, > I sent already some month ago a problem report regarding the error > message "Speicher ist voll" (memory is full) on my mobile phone > (SonyEricsson K800i). This happens, when I sync with IRMC plugin against > KDE plugin. > > This does NOT happen, when I sync with SYNCML plugin. But sadly I suffer > the well known vcard/venevt convertion bug ("error 500") - which is already > described without solution in the opensync website. > > So - currently I have to use TWO sync pairs: > + IRMC<->KDE to get new information from mobile to PC > + SYNCML<->KDE to get updates from PC to mobile > > Someone suggested after my first report, that there might be some problem > around "hard" and "soft" deletion. > I can only say: > + adding new events from a IRMC based sny results in mobile phone error > messages (displayed in mobile phone display) > + SYNCML seems to be able to write the events in a different way to > mobile phone, so that those are stored > > After my last problem report, I wrongly thought, that a firmware upgrade > would have helped - but this didn't help. Even deletion of some SMS does > also not always help. The memory stats indicate enough space. So either the > memory stats display does provide false numbers - or the IRMC sync plugin > does write new data the wrong way. > > Maybe this depends on several vevent entries with the REPEATING property? - > I have several entries (e.g. birthdays) at a regulat base, so that writing > each instance as a single copy could result in ways to many entries. > > I use the newest officially supported plugins for my Ubuntu Feisty - > 0.22-feisty1 > > ## > Am I the only one who suffers this problem? > > > Thanks, > Achim > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |