Contents |
Mobile Manager API documentation : Here is the API documentation with the definitions of the interfaces of mobile-manager dbus service.
svn co https://mobile-manager.svn.sourceforge.net/svnroot/mobile-manager/trunk mobile-manager
From source tarball :
./configure --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian (or redhat or opensuse) make make install
reload dbus server start mobilemanager
From svn version :
./autogen.sh --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian (or redhat or opensuse) make make install
reload dbus server start mobilemanager