Thread: N810 Faq
View Single Post
Posts: 227 | Thanked: 53 times | Joined on Feb 2008 @ Lyon, France
#2
Good idea. This is not the first N810 FAQ, but there is useful information...

Concerning the "Help, my disk is full!" question, you say that it is only 256MB, but you can also say that it is compressed. About /var/cache/apt/archives/, I now use a symbolic link (this was suggested somewhere in the forum):
Code:
# mkdir -p /media/mmc3/var/cache/apt
# mv /var/cache/apt/archives /media/mmc3/var/cache/apt/
# ln -s /media/mmc3/var/cache/apt/archives /var/cache/apt/
(mmc3 corresponds to my ext2 partition here, but I suppose that it can be something else).

Concerning the keyboard configuration, an alternative solution is to modify the file /usr/share/X11/xkb/symbols/nokia_vndr/rx-44 (it is re-read by killing the /usr/bin/hildon-input-method process that has the highest PID). References:
See other information here: http://www.internettablettalk.com/fo...ad.php?t=14221