Package is not needed...
Follow the instructions on i-miss-erin<dot>blogspot<dot>com/2009/09/connect-bluetooth-keyboard-in-android.html[/url] and then write a shell script like this (without any file extension):
Code:
#!/system/bin/sh
hciconfig
hidd --connect 00:00:00:00:00:00
*Replace 00:00:00:00:00:00 with your keyboards address.
Then you simply save the script in /system/xbin (or /system/bin) and run
Code:
chmod 777 /system/xbin/yourscriptgoeshere
then you can simply type the name of your script into the shell or make a shortcut to it with ASE (Android Scripting Environment) with your keyboard in discovery mode.
For me this is better since 1. It's free, 2. It can also pair other devices that are supported by the Linux bluez stack.
|