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 134.95.192.66: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo The comment on the change is: moved more stuff from main to plugin ------------------------------------------------------------------------------ @@ -522,6 +522,10 @@ For a full list of tested sites, see "Docs/plugins/headlines.txt". +== Video game emulators == + +See the DocumentationPage/GameEmulators page. + == Joystick == PleaseUpdate: This is a placeholder. Better documentation and example is needed. @@ -535,6 +539,51 @@ 'button' : 'someCommand'} plugin.activate("joy") }}} + +== Bluetooth Remote Control plugin (blue) == + +This is a plugin that let's you control Freevo with your cellphone. It should work with ALL cellphones that have event reporting and bluetooth. + +Reported to work with Ericsson T68, SonyEricsson T610 and Siemens S55. The Nokia N-Gage does _not_ work (event reporting not supported). + +*** The new version is available under Add-Ons->Plugins, grab your copy today :) *** + +New version for Freevo 1.5-pre1 released. Check it out. Bugfixes and some other new stuff. + +Please read the README file included, it contains all the information you need (almost) to get it working right away. + +New features: + + * Button exploring ("freevo bluebutton" Press a button on the phone and see what it's called. Used for buttonconfiguration.) + * Keylock feature (Makes it send commands only if the keypad lock is on. See the instructions for more info) + * Sleeping (Don't chew all CPU power, check the config) + * Keep alive (Might fix the disconnection problem by sending "ATI") + +Requirements: + * A Bluetooth phone, a Bluetooth dongle. The phone should be able to receive AT (Hayes) commands, and it must have a certain command that sends all keypad events to the computer. (It's "AT+CMER=3,2,0,0,0", if you send it to your phone with minicom it should say "OK" back.) + * The Bluetooth Subsystem (kernel) + +If you need any help you can find my email adress in the plugin source. Please read the README file first. + +Keysettings for T68 and T610 is default, with the report of Siemens S55, this was submitted: +BLUE_CMDS = { + 'V' : 'DISPLAY', + 'S' : 'VOL-', + 'E' : 'VOL+', + '1' : 'PLAY', + '2' : 'UP', + '3' : 'STOP', + '4' : 'LEFT', + '5' : 'SELECT', + '6' : 'RIGHT', + '7' : 'REW', + '8' : 'DOWN', + '9' : 'FFWD', + '0' : 'EXIT', + } +Note that this does NOT use the keylock feature. + +Please send me an email if you got it working with any other phone then the ones stated at the top. == Media Menu == ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
