2007/3/28, Marcel Holtmann <[EMAIL PROTECTED]>: > currently I am still working on getting all this Bluetooth stuff > represented in HAL. Don't ask me about OBEX. However you need to write a > HAL OBEX add-on that gets started when the appropriate USB device with > the interface is seen by HAL. Don't ask my on how to get this into the > volume manager.
I'm not sure if there should be an add-on. gnome-volume-manager can simply use fuse and run mount command with appropriate parameters supplied by hal, like this: mount -t fuse "obexfs#-u <intnum>" -o allow_other /media/<phone_model>/ It already mounts removable media like this. I'm not sure how easy it is to extend it to support userspace filesystems like fuse. -- Alexander ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
