|
2010-01-24
, 17:44
|
Posts: 121 |
Thanked: 54 times |
Joined on Oct 2007
@ New York, US
|
#52
|
|
2010-01-24
, 17:46
|
Posts: 519 |
Thanked: 366 times |
Joined on Sep 2009
@ North Carolina (Formerly Denmark and Iceland)
|
#53
|
Did you do the /etc/bluetooth/main.conf trick from
http://talk.maemo.org/showthread.php?t=34872
?
|
2010-01-24
, 17:52
|
Posts: 145 |
Thanked: 88 times |
Joined on Nov 2009
@ Copenhagen
|
#54
|
The Following User Says Thank You to filologen For This Useful Post: | ||
|
2010-01-24
, 18:00
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#55
|
|
2010-01-24
, 18:55
|
Posts: 77 |
Thanked: 63 times |
Joined on Sep 2009
|
#56
|
The Following User Says Thank You to qobi For This Useful Post: | ||
|
2010-01-24
, 19:06
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#57
|
|
2010-01-24
, 19:12
|
Posts: 27 |
Thanked: 3 times |
Joined on Nov 2007
|
#58
|
The Following User Says Thank You to rabilancia For This Useful Post: | ||
|
2010-01-24
, 19:27
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#59
|
It is safer and easier to do this directly on the N900 rather than a Windows desktop by:
1. copying the file xkb-chinook.tar from my earlier post to /tmp on your N900.
2. then do
$ sudo gainroot
# cd /tmp
# tar xf xkb-chinook.tar
# mv -i /tmp/xkb-chinook /usr/share/X11/.
# exit
There are several reasons you want to do the above as root on a Unix/Linux machine on a Unix/Linux file system (such as ext2, ext3, ...). Among them, to preserve file/directory uids, gids, and permissions (and ctimes and mtimes while you are at it), as well as symlinks.
|
2010-01-24
, 19:34
|
Posts: 27 |
Thanked: 3 times |
Joined on Nov 2007
|
#60
|
Thanks!