Reply
Thread Tools
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#51
smoku: the wiki says I should use this line to "hook into" the device startup. But logging tests sugggest to me that the daemon script isn't being run at all!

Code:
update-rc.d bt-hid-daemon start 99 1 2 3 4 5 . stop 99 0 6
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
Posts: 151 | Thanked: 82 times | Joined on Sep 2008
#52
Originally Posted by jormartr View Post
I tried it with 0.1 and 0.2, but on both, the list of keyboards appears empty on my n900.

The keyboard is "Leasun Bluetooth Wireless Keyboard".

When launching bt-dbus-connect, it appears on the console:

Code:
cat: can't open '/var/lib/bluetooth/0*/names': No such file or directory
cat: can't open '/var/lib/bluetooth/0*/names': No such file or directory
, and on the n900 screen, the list is empty

It connects when I manually launch:
Code:
dbus-send --system --print-reply --dest=org.bluez /org/bluez/673/hci0/dev_01_18_09_12_04_BD org.bluez.Input.Connect
bt-kbd-remap, tells me there is no keyboard when I launch it, if I have not connected the keyboard.

After connecting with dbus-send, it shows this error:
Code:
/usr/bin/bt-kbd-remap: line 57: syntax error: "fi" unexpected (expecting "then")
I hope I may help.
I have both the apple Mighty Mouse and Apple wireless keyboard (silver).
I am able to pair both devices and have them listed under [Bluetooth Devices]
At this point, on selecting any of them (mouse or keyboard) from the bluetooth devices list and clicking [edit], I do not get the connect button.

I then proceed to install your "BT HID Connect" scripts.
on runing the program, I see both the mouse and keyboard listed.

I then double click on each and get the bluetooth status to turn blue. {so I know they are connected}.

However, I cannot get the pointer to move (although it's visible) and I cannot get any key on the keyboard to work either.

This is as far as I get.

Edit:
I get the very same error messages as quoted above by JORMARTR on trying those commands.

Last edited by fixfox; 2010-07-13 at 17:39.
 
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#53
Originally Posted by qole View Post
Code:
update-rc.d bt-hid-daemon start 99 1 2 3 4 5 . stop 99 0 6
This looks like standard SysV init. Maemo5 uses upstart.
http://intr.overt.org/blog/?p=74
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 

The Following 3 Users Say Thank You to smoku For This Useful Post:
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#54
Originally Posted by bandario View Post
Nah, no crashes at all touch wood.

My phone has never crashed anything except for DrNok SNES emulator.
I wasn't talking about the device, I was talking about Web and Messaging. I was getting "Internal error ..." messages and all I did on my N900 was installing this script and changing shell to bash.

Anyway those messages stopped now so I can't find out why it happened.
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#55
Originally Posted by WhiteWolf View Post
To me, it does not work the "-layout es" n900 returns "Error loading new keyboard description".
Anyone know why?
 
Posts: 42 | Thanked: 27 times | Joined on Jun 2010
#56
Originally Posted by qole View Post
jormartr: it seems to be hitting a blank device ID. When you run "BT HID Connect" from the menu, does your keyboard appear? If so, choose it. Does the bt-hid-connect-mgr.py still crash?
If I use the program on the menu, works, but if I launch /etc/init.d/bt-hid-daemon, or bt-hid-connect-mgr,py, crashes.
 
Posts: 61 | Thanked: 24 times | Joined on Jun 2010
#57
I hate to be a pain in the arse and I know it is always a risk using things out of extras-devel but I would dearly love to restore my phone to the state it was in before installing this.


As stated the program ran for me first time but updated versions just crashed no matter from icon or command line.

I am now left with mouse cursor visible in a lot of places where it regularly messes with my ability to 'click and throw' to scroll.

IE: I have a lot of conversations and I can no longer do a quick drag up or down the screen to send it flying for a while.

How to turn off mouse cursor?! Uninstall process has obviously not been as clean as I'd like.
 
FreeThinker's Avatar
Posts: 65 | Thanked: 36 times | Joined on Apr 2010 @ Las Vegas
#58
Originally Posted by bandario View Post
I hate to be a pain in the arse and I know it is always a risk using things out of extras-devel but I would dearly love to restore my phone to the state it was in before installing this.


As stated the program ran for me first time but updated versions just crashed no matter from icon or command line.

I am now left with mouse cursor visible in a lot of places where it regularly messes with my ability to 'click and throw' to scroll.

IE: I have a lot of conversations and I can no longer do a quick drag up or down the screen to send it flying for a while.

How to turn off mouse cursor?! Uninstall process has obviously not been as clean as I'd like.
I'm having the same issues. Kinetic scrolling wasn't working for me until I uninstalled this. And then, after it rebooted, a mouse cursor appeared and won't go away, although I have kinetic scrolling again.

And don't worry about being a pain--I'm sure qole appreciates everybody's testing and feedback

And to qole: Thanks for at least trying to make this stuff work. It's obviously in the very early stages, but if/when you figure out the problems with it it will really make my N900 perfect. BT HID is one thing I really miss from my N810. Thanks again.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#59
bandario, FreeThinker:

Yes, I notice some of the same problems. Kinetic scrolling is not working very well, I see a grey screen briefly in the background often when I am moving between apps, and the mouse cursor appears after the phone has been "dormant" for a while.

I am currently using "hidemouse" to get rid of the cursor, but I don't know what to do about the other problems. I'm not sure what's causing them yet. Is it the new evdev_drv.so? I'm not sure.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#60
0.6 fixes the "mouse pointer in text fields" problem. Still working on the other issues.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 3 Users Say Thank You to qole For This Useful Post:
Reply

Tags
bluetooth, keyboard, mouse, package

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:00.