RE: [Freevo-devel] Re: custom key bindings?

2004-05-05 Thread Erik Pettersson
One solution would be to make some smaller hacks to bluetooth.py. If you change the regexp and some other stuff it might do the job... The hard part might be that you are using a keyboard controller thingy, I don't know how the kernel and the rest of the system handles that. joy.py might be easier

[Freevo-devel] Bluetooth Cellphone Remote

2003-08-03 Thread Erik Pettersson
A python deamon that receives keypad events from a cellphone (I'm using a T68) and converts them to Freevo events and send them to the network remote. Requires a bluetooth phone with the function that sends keypad events, a bluetooth dongle, bluetooth subsystem support (kernel), bluez-utils (htt

[Freevo-devel] Bluetooth (cellphone) remote plugin

2003-07-13 Thread Sven-Erik Pettersson
Introduction: This is a remote controll plugin, using bluetooth to connect to the serial port of a cellphone. There it issues a init-string, which sets the phone to sending all keypad events back to the computer. The plugin acts almost like joy.py, and ends up sending rc.post_event(). Currently