View Single Post
Posts: 21 | Thanked: 28 times | Joined on Apr 2010 @ Sweden
#88
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.

Last edited by tomast; 2010-09-04 at 05:52. Reason: typo