View Single Post
Posts: 729 | Thanked: 155 times | Joined on Dec 2009
#91
Originally Posted by tomast View Post
Portrait mode, including setting and unsetting, works here.
I don't see how hildon-desktop can be involved in your problem, but you never know...

Simple things to check:
Code:
ls -l /home/user/.osso/call-ui.ini
ls -ld /home/user/.osso
should give something like
-rw-r--r-- 1 user users ..../call-ui.ini
drwxr-xr-x 6 user users .....osso

You can also try (NOT as root)
Code:
echo '[rotation]
orientation=0' > /home/user/.osso/call-ui.ini
killall rtcom-call-ui
That should give you portrait mode.
This is the output:

Code:
Nokia-N900:~# ls -l /home/user/.osso/call-ui.ini
-rw-r--r--    1 root     root           48 Jul 24 13:26 /home/user/.osso/call-ui.ini
Nokia-N900:~# ls -ld /home/user/.osso
drwxr-xr-x    7 user     users        4096 Sep  3 00:11 /home/user/.osso
Nokia-N900:~# cat /home/user/.osso/call-ui.ini

[rotation]
orientation=0
[supplementary]
ssc=1
So everything should work but it doesn't and it did with other hildon-desktop versions. Any suggestions?

EDIT: I have reinstalled it and now it works but I cannot get the faster scrolling effect to work (I have tried http://talk.maemo.org/showthread.php...127#post798127).
Has anyone solved that?

Last edited by DaSilva; 2010-09-05 at 10:40.