Andries filmer

Feel free with Open Source Software

Andries Filmer - Internet professional sinds 1996.
Ik ben groot voorstander van Free- en Opensource Software (FOSS) en laat deze site jouw overtuigen waarom dit goed is.
Home Over deze website Kennisbank Ezelsoren Freelancer Online gereedschap

Bluetooth notes

Index
  1. Installing bluetooth tools
  2. Scan bluetooth devices
  3. Copy a file to my Mobile
  4. Lots of info about the device
  5. Desktop launcher to send files via bluetooth
  6. Desktop locking
  7. Comments

Some notes to use bluetooth for Ubuntu (debian)

Installing bluetooth tools

 sudo apt-get install gnome-bluetooth
 sudo apt-get install obexftp
 sudo apt-get install bluez-btsco         # A tool to use a headset with audio

Scan bluetooth devices

 hcitool scan

 btsco -v -s 00:1D:25:B7:C2:C8

Copy a file to my Mobile

 obexftp -b 00:1C:A4:5A:A4:49 -p Desktop/vCalendar.vcs
      

Copy a file to my phone with push add channel 5

 ussp-push Andries@5 Desktop/vCalendar.vcs calendar.vcs

Lots of info about the device

 sdptool browse 00:1c:a4:5a:a4:49

Desktop launcher to send files via bluetooth

  1. right-click on the desktop and click Create Launcher.
  2. In the Name field, type something like "Send file via bluetooth".
  3. In the command field, type gnome-obex-send.
  4. Give it a cool icon if you wish.
  5. Click OK to create the shortcut.
  6. From now on, just drag and drop a file onto the shortcut to send it via bluetooth.

send-vcal.sh (example)

 #!/bin/bash
 
 cd /tmp
 
 wget http://www.filmer.nl/calendars/andries.vcs
 
 # MAC Address of P1i 
 #
 bluetooth-sendto --dest 00:1C:A4:5A:A4:49 andries.vcs
 
 rm andries.vcs

Desktop locking

Software helps you add a little more security to your desktop. It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move away from your computer and the distance is above a certain level (no measurement in meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want)

 sudo apt-get install blueproximity

More info: http://blueproximity.sourceforge.net

This page is created on 2008-02-02 and updated on 2009-07-12

I appreciate if you give some comment about this page. Please go ahead.
Your e-mailaddress will not be published it is only to contact you (if needed).

 
Your name
Your e-mailaddress
To prefent robots to use this form I ask you kindly to type the next characters in the input field.
 

 


Mijn Curriculum vitae | De content op deze website heeft de Creativecommons 3.0 licentie | © 2011
Andries Filmer | http://andries.filmer.nl | andries@filmer.nl | © 2011
Deze website wordt gerealiseerd met Free- en Open Source Software: | | | | | |