User:Nbc

m (Customizations)
(moved from Notes to User:nbc)
Line 58: Line 58:
Ref: http://talk.maemo.org/showpost.php?p=472332&postcount=6
Ref: http://talk.maemo.org/showpost.php?p=472332&postcount=6
-
=Links=
+
=D-Bus=
-
[[Notes]]
+
==Various Commands==
 +
 
 +
* automatically connect
 +
  gconftool-2 -R /system/osso/connectivity/IAP 
 +
  dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"IAP" uint32:0
 +
 
 +
* [[User:Jebba/DBUS]]

Revision as of 10:14, 2 March 2010

Just some notes to keep things somewhere

Contents

Customizations

agenda synchronization with kronolith/funambol

At work we use horde/kronolith for webmail/agenda and funambol 7 to sync with mobile. The funambol link is https://synchro.ddg.fr/sync. I've no access to the funambol configuration and I know almost nothing about calendar synchronization. After some tries I have a good syncevolution configuration

- install syncevolution.

Be careful, as you need to use extra-testing or extra-devel dangerous repositories you must read carefully the wiki page about them.

- use the gui to create a new source, we will use these parameters :

Service name : garone (just a private pun)
Template : Funambol
username : ...
password : ...

after creation, finish

- enter this source and edit it (in the menu)

Sync URL : https://synchro.ddg.fr/sync 
Web URL  : https://synchro.ddg.fr/
...
Contacts, Tasks and Notes synchronization : Disabled
...
Calendar database : ical
Calendar source : N900 (or another one if you've created it)
Calendar synchronization : Normal sync


- the server certificate is autosigned and syncevolution refuses this by default so you must edit /home/user/.config/syncevolution/garone/config.ini and set:

SSLServerCertificates = 0
SSLVerifyServer = 0


I've searched for a better solution but so far I've been unable to add the key to the ssl keyring.

For the moment I've seen no problem. Recurring events work, two way (normal) sync works quite well too.

That's all folks

Icons placement

Change snap_to_grid to 16 in /usr/share/hildon-desktop/transitions.ini to easily align icons.

Ref: http://talk.maemo.org/showpost.php?p=472332&postcount=6

D-Bus

Various Commands

  • automatically connect
 gconftool-2 -R /system/osso/connectivity/IAP  
 dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"IAP" uint32:0