Author: dmeyer Date: Sat Aug 11 13:01:22 2007 New Revision: 9812 Log: Add remote control configuration for Sony Ericsson phones. See README for details.
Added: trunk/ui/extras/ trunk/ui/extras/SE/ trunk/ui/extras/SE/Freevo.png (contents, props changed) trunk/ui/extras/SE/README trunk/ui/extras/SE/Remote.kcf Added: trunk/ui/extras/SE/Freevo.png ============================================================================== Binary file. No diff available. Added: trunk/ui/extras/SE/README ============================================================================== --- (empty file) +++ trunk/ui/extras/SE/README Sat Aug 11 13:01:22 2007 @@ -0,0 +1,39 @@ +This directory contains a HID (Human Interface Device) file for Sony +Ericsson phones. It is a very simple way to control Freevo with your +phone. + +Install on the phone +-------------------- + +1. Create the hid file. It is a simple tar archive named hid. It has + to contain the mapping and a background image + + tar -cvf Freevo.hid Freevo.png Remote.kcf + +2. Upload via obexftp to the root dir (!) of your phone + + obexftp -b <phone-mac> -B <phone-ftp-channel> -p Freevo.hid + + +Freevo Configuration +-------------------- + +When connected the phone will act as keyboard. You have to enable HID +support on your computer. With Gentoo you can do it by setting +HIDD_ENABLE=true in /etc/conf.d/bluetooth and restart the bluetooth +service. Before you can use your phone as remote you have to connect +it as phone with 'hidd connect <phone-mac>' + + +Status +------ + +The remote control file only maps the joystick left, right, up, down +and select, the left button to go back and the right button to show +details (e). Other keys are not defined yet. + + +External Documentation +---------------------- + +http://developer.sonyericsson.com/site/global/docstools/misc/p_misc.jsp Added: trunk/ui/extras/SE/Remote.kcf ============================================================================== --- (empty file) +++ trunk/ui/extras/SE/Remote.kcf Sat Aug 11 13:01:22 2007 @@ -0,0 +1,80 @@ +<!-- Created with Sony Ericsson Bluetooth Remote Control --> +<SONY_ERICSSON_REMOTE_CONTROL_CONFIGURATION VERSION="1.0"> + <KEYMAP> + <KEY_2> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="52"/> + </ACTION> + </KEY_2> + <KEY_3> + <ACTION> + <KEYBOARD MODIFIERS="04" USAGEID="2B"/> + </ACTION> + </KEY_3> + <KEY_4> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="50"/> + </ACTION> + </KEY_4> + <KEY_5> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="28"/> + </ACTION> + </KEY_5> + <KEY_6> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="4F"/> + </ACTION> + </KEY_6> + <KEY_7> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="43"/> + </ACTION> + </KEY_7> + <KEY_8> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="51"/> + </ACTION> + </KEY_8> + <KEY_9> + <ACTION> + <KEYBOARD MODIFIERS="06" USAGEID="2B"/> + </ACTION> + </KEY_9> + <KEY_LSK> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="29"/> + </ACTION> + </KEY_LSK> + <KEY_RSK> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="08"/> + </ACTION> + </KEY_RSK> + <KEY_JOY> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="28"/> + </ACTION> + </KEY_JOY> + <KEY_LEFT> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="50"/> + </ACTION> + </KEY_LEFT> + <KEY_RIGHT> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="4F"/> + </ACTION> + </KEY_RIGHT> + <KEY_UP> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="52"/> + </ACTION> + </KEY_UP> + <KEY_DOWN> + <ACTION> + <KEYBOARD MODIFIERS="00" USAGEID="51"/> + </ACTION> + </KEY_DOWN> + </KEYMAP> +</SONY_ERICSSON_REMOTE_CONTROL_CONFIGURATION> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
