Results 1 to 5 of 5

Thread: How to connect Bluetooth keyboard with Nokia N9?

  1. #1
    Join Date
    Nov 2011
    Posts
    63

    How to connect Bluetooth keyboard with Nokia N9?

    I am having Nokia N9 and looking to pair my device by using Bluetooth keyboards. It is GeneralKeys PX-2563-675. Already I have paired keyboard with Playstation 3 and it worked awesome. Can you tell me if you know any possible solution get the requirement of mine???? Any help will be highly appreciated.

  2. #2
    Join Date
    Jul 2011
    Posts
    1,817

    Re: How to connect Bluetooth keyboard with Nokia N9?

    You can use following steps to get the need of yours.
    • You should pair the keyboard with mobile phone.
    • You should switch phone to developer mode.
    • Now copy paste attached file on the device.
    • Now launch terminal and go for root user.
    • Code:
      devel-su
    • now install bluez-test package
    • Code:
      dpkg -i /home/user/MyDocs/bluez-test_4.91-0maemo7+0m6_armel.deb
    • you have to update package list and install the broken dependencies for bluez-test package.
    • Code:
      apt-get update
    • apt-get -f install
  3. in case keyboard is in suspend state then simply press link and enter
  4. Code:
    hidd --connect <keyboard Bluetooth address>
  5. hidd –search
  • now keyboard will be detected and simply connect to phone.
  • Code:
    hidd –show
  • check whether connection is losted or keyboard is switched off.
  • Attached Files Attached Files
    Reply With Quote Reply With Quote

  • #3
    Join Date
    Nov 2010
    Posts
    1,614

    Re: How to connect Bluetooth keyboard with Nokia N9?

    I don’t think so there is need of installing bluez-test package and dependencies rather you can use dbus only.

    You should pair keyboard and phone.

    Switch to developer mode and launch terminal on your device.
    Create shell script

    Code:
    (DC_2C_26_B8_00_40 <- replace with keyboard bt address):
    cat > keybt.sh << EOF
    #!/bin/sh
    export BTADAPTER=`dbus-send --system --dest=org.bluez --print-reply / org.bluez.Manager.DefaultAdapter | tail -1 | sed 's/^.*"\(.*\)".*$/\1/'`
    dbus-send --system --dest=org.bluez --print-reply $BTADAPTER/dev_DC_2C_26_B8_00_40 org.bluez.Input.Connect
    EOF
    chmod 755 keybt.sh
    Now run the script in order to connect with keyboard

    Code:
    ./keybt.sh

  • #4
    Join Date
    May 2011
    Posts
    1,665

    Re: How to connect Bluetooth keyboard with Nokia N9?

    If hidp module is not loading then you have to perform following.
    1. You have to activate Developer mode on the device.
    2. You have to login as a root.
    3. By making use of VI editor you have to edit edit /etc/modprobe.d/meego.conf and add folloing lines.
    4. i
      Code:
      nstall hci_h4p /sbin/modprobe --ignore-install hci_h4p; /sbin/modprobe hidp
    5. now reboot the device and launch terminal and run following command.

    Code:
    type lsmod | grep hidp

  • #5
    Join Date
    May 2011
    Posts
    1,863

    Re: How to connect Bluetooth keyboard with Nokia N9?

    I found that I was able to write by using the keyboards but I was not able to make use of sixaxis. So you will need to use sixaxisd and there will be need of ssh access to phone so that you can start sixaxis daemon. You will need to start it as a root since there will be need of creating rights at dev node.
    You have to download and install sixaxisd on your phone.

    Now launch ssh to phone and go for root directory by running devel-su.

    You have to kill bluetoothd daemon by using below mentioned command.
    Code:
    killall bluetoothd
    run follwong command whether bluetoothd killed or not.
    Code:
    ps ax | grep bluetoothd
    now you have to configure Bluetooth by using following command
    Code:
    /usr/sbin/hciconfig hci0 up
    /usr/sbin/hciconfig hci0 lm master
    /usr/sbin/hciconfig hci0 piscan
    Now launch sixaxis daemon
    Code:
    sixaxisd
    after that you have to start connection by pressing (PS) button. Once done you will be able to get /dev/input/js0 accessiable from the normal user.
    Now run following command.
    Code:
    cat /dev/input/js0
    simply touch buttons/axis..

  • Similar Threads

    1. Nokia PC suite cant connect to nokia E5 by means of Bluetooth
      By Padmasola in forum Portable Devices
      Replies: 4
      Last Post: 04-01-2012, 07:24 AM
    2. Cannot connect HTC Titan with Bluetooth keyboard
      By Madhabi in forum Portable Devices
      Replies: 8
      Last Post: 20-11-2011, 10:10 PM
    3. How to connect N8 with Bluetooth keyboard and mouse
      By LynDa55 in forum Portable Devices
      Replies: 3
      Last Post: 27-11-2010, 01:26 AM
    4. Apple Mighty Mouse & Bluetooth Keyboard not able connect under Windows 7
      By ChristopherR in forum Hardware Peripherals
      Replies: 6
      Last Post: 29-05-2010, 10:56 AM
    5. Replies: 1
      Last Post: 17-03-2008, 06:23 AM

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    Page generated in 1,711,709,952.53283 seconds with 17 queries