Hi Alex, > > 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.
then it should be quite easy since HAL already exports all needed information about the USB interfaces. In the future we can even export these for Bluetooth based devices. Regards Marcel ------------------------------------------------------------------------- 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
