what i need for bluetooth in suse

How to send files to your mobile phone in linux

if you have bluetooth dongle and you want to send files to your mobile phone may be and vice versa.

you need to install

gnome-bluetooth
http://software.opensuse.org/search?baseproject=openSUSE%3A10.3&p=1&q=gnome-bluetooth

and

bluez-gnome
install with one-click install
http://software.opensuse.org/search?baseproject=openSUSE%3A10.3&p=1&q=bluez

after installed started two of themwe should make some easy configurations




as you see in this screenshot two icons will be placed in panel
when you right click to bluetooth manager and open preferences
you need to

"visible for other devices " -> checked
"make adaptor invisible after" -> never

if you want you may restart service like this

sertac@linux-mlpd:~> su
Password:
linux-mlpd:/home/sertac # /etc/init.d/bluetooth restart
Shutting down bluetooth ( hcid) done
Starting bluetooth: hcid rfcomm done

now we are ready to send files to your mobile phone with bluetooth

in gnome follow this steps

right click to any file which you want to send to your mobile phone
choose "send to" in rigth-click menu






in send to window choose
"send as" -> bluetooth
click send button :D

Comments

Popular posts from this blog

Pyppeteer fix for BrowserError: Browser closed unexpectedly

overlay filesystem and containers

How to add pagination to django comments for your model