Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 62.235.20.55:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

------------------------------------------------------------------------------
@@ -336,13 +336,13 @@
 
 === Bluetooth Remote Control deamon ===
 
-This is a small deamon that let's you controll Freevo with your cellphone. Tested 
with Sony Ericsson T68, and in theory it works with Nokia telephones too. It should 
work with ALL cellphones that have event reporting and bluetooth.
+This is a small deamon that let's you control Freevo with your cellphone. Tested with 
a Sony Ericsson T68, and in theory it works with Nokia telephones too. It should work 
with ALL cellphones that have event reporting and bluetooth.
 You start it with "freevo bluetooth". It's placed somewhere under helpers, I think it 
is in src/helper/bluetooth.
 
 If you got a Ericsson T68 you should be happy with the current settings. (It's a bit 
akward but it works, the phone it was tested with had some semi-operational buttons; 
they only worked from time to time.)
 
 It's fairly easy to change the button bindings, but beware that some buttons DO NOT 
WORK, i.e joystick up on the SE T68.
-Just use a texteditor to edit bluetooth.py. If you got another phone, a Nokia or 
something else, you might want to check out what the buttons are called. Get a program 
called minicom and start it with "minicom -s", enter "Serial port setup" and set it to 
your bluetooth device. (/dev/rfcomm1, /dev/bluetooth/rfcomm1, /dev/bluetooth/rfcomm/1) 
As you already guessed it changes from sy stem to system and the ending number, 1, is 
set by rfcomm. More about this later.
+Just use a texteditor to edit bluetooth.py. If you got another phone, a Nokia or 
something else, you might want to check out what the buttons are called. Get a program 
called minicom and start it with "minicom -s", enter "Serial port setup" and set it to 
your bluetooth device. (/dev/rfcomm1, /dev/bluetooth/rfcomm1, /dev/bluetooth/rfcomm/1) 
As you already guessed it changes from system to system and the ending number, 1, is 
set by rfcomm. More about this later.
 
 Example:
 kp2direction = {"u":"VOL+", "d":"VOL-"} If you press the button called "u" (UP, the 
volume slider on the side of a T68) the remote will send "VOL+" to the network remote. 
This isn't a thing you might want to change, but I hope you understand how it works.
@@ -353,7 +353,7 @@
    * Bluez-utils (and it's deps, http://bluez.sf.net)
 
 
-The bluetooth subsystem was tricky with a patched kernel so I recommend the 2.4.21 
kernel, which has the bluetooth subsytem by default. When you are sure you got that 
working (test by running "dmesg | less" and look for bluetooth thingys) you may want 
to create a bluetooth device in /dev/ if bluetooth doesn't make one for you. Google 
it, I don't know how you do that (makedev  43 115 or similiar, but that isn't the 
right numbers though). 
+The bluetooth subsystem was tricky with a patched kernel so I recommend the 2.4.21 
kernel, which has the bluetooth subsystem by default. When you are sure you got that 
working (test by running "dmesg | less" and look for bluetooth driver messages) you 
may want to create a bluetooth device in /dev/ if bluetooth doesn't make one for you. 
Google for it, I don't know how you do that (makedev 43 115 or similiar, but that 
aren't the right numbers though). 
 When you got your device set up you run some bluez command to look for your phone. 
 "hciconfig hci0 up" Set your bluetooth interface.
 "hcitool scan" Look for your bluetooth phone. On my T68 you must set the phone to 
"Searchable", item number one in the bluetooth menu. (Then the phone says "You may 
find me for 3 minutes" or something like that)
@@ -374,7 +374,7 @@
 
 I made an init-script to start the bluetooth interface (hciconfig) and rfcomm. This 
script also starts the deamon, which I also recommend you to do.
 
-The deamon seem to disconnect after a while, solutions to that is welcome. (bluetooth 
disconnects after 20 minutes of inactivity.)
+The deamon seem to disconnect after a while, a solution to that is welcome. 
(bluetooth disconnects after 20 minutes of inactivity.)
 
 If you need any help you can find my email adress in the deamon source.
 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to