maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   The in-development Maemo 5 Community SSU (https://talk.maemo.org/showthread.php?t=67905)

visN900 2011-11-15 01:17

Re: The in-development Maemo 5 Community SSU
 
any news abt the update???

Kosyanenko Vlad 2011-11-15 05:48

Re: The in-development Maemo 5 Community SSU
 
[FONT="Franklin Gothic Medium"][FONT="System"]
Quote:

Originally Posted by XiliX (Post 1123438)
Why dont you blacklist phone-ui in the transitions.ini file?
works for me.

Guys, for those of you who have that nasty "no red reject button" problem.
Actual problem is not with landscape orientation of the incoming call screen, it works fine (two buttons are there one after another). The problem occur then you set phone app to portrait mode. Upon receiving call the screen is not displayed as a portrait, it only show big green "answer" button and only thin red line below it. This deformed display is not genuine landscape, but rather deformed portrait.
Once again, landscape orientation works fine, the problem is with deformed display of portrait orientation. However, if you leave the device showing the list of recent calls in portrait mode you new incoming call will be shown in perfect portrait. Strange, huh? But if you leave it at the desktop new incoming call is displayed wrong (no red button).

Now, the fixing of this one. Unfortunately, I didn't manage to fix it. I've tried everything already:
1. phone_ui and rtcom-call-ui in blacklist of transitions.ini
2. ui_can_rotate command (true and false)
3. desktop_orientation_lock (true and false)

As of now, I don't see the way to fix it, so using landscape orientation of the phone app.

joerg_rw 2011-11-15 09:29

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by Kosyanenko Vlad (Post 1123755)
[FONT="Franklin Gothic Medium"][FONT="System"]

Guys, for those of you who have that nasty "no red reject button" problem.
Actual problem is not with landscape orientation of the incoming call screen, it works fine (two buttons are there one after another). The problem occur then you set phone app to portrait mode. Upon receiving call the screen is not displayed as a portrait, it only show big green "answer" button and only thin red line below it. This deformed display is not genuine landscape, but rather deformed portrait.
Once again, landscape orientation works fine, the problem is with deformed display of portrait orientation. However, if you leave the device showing the list of recent calls in portrait mode you new incoming call will be shown in perfect portrait. Strange, huh? But if you leave it at the desktop new incoming call is displayed wrong (no red button).

Now, the fixing of this one. Unfortunately, I didn't manage to fix it. I've tried everything already:
1. phone_ui and rtcom-call-ui in blacklist of transitions.ini
2. ui_can_rotate command (true and false)
3. desktop_orientation_lock (true and false)

As of now, I don't see the way to fix it, so using landscape orientation of the phone app.

((font what?))
I don't use portrait (actually I kinda dislike this feature pretty much) - except for phone/dialer.
My setting is:
ui_can_rotate = false
phone screen orientation (in phone menu) = portrait

I never get any problems with dialer [accept] rendering, obviously as my dialer always is in portrait mode.

IIRC somebody at #maemo-ssu said the black/whitelist has or should have 3 options per app: portrait|landscape|don't_mess_with_nokia_setting
AIUI, as black/whitelists override the global settings, there should be a 4th one: "I'm not here" aka "this entry is mere comment", rendering the app as if it wasn't mentioned in B/W-lists thus obeying to global orientation-lock etc. [edit] This suggestion based on my interpretation of "don't_mess_with_nokia_setting" as to *never* mess with nokia defaults for the orientation of this app, not even when orientation-lock got set.[/edit]

cheers
/j

Kosyanenko Vlad 2011-11-15 09:59

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by joerg_rw (Post 1123813)
((font what?))
I don't use portrait (actually I kinda dislike this feature pretty much) - except for phone/dialer.
/j

I only used portrait for the phone app as well. In the rest case landscape is sweet thing to use. However, now I have to use landscape in phone app as my portrait is screwed :(

I've tried your advise (setting phone app to portrait and ui_can_rotate to false), but it doesn't work still :(

Anyway, thanx for help.

knobby 2011-11-15 10:55

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by Kosyanenko Vlad (Post 1123826)
I only used portrait for the phone app as well. In the rest case landscape is sweet thing to use. However, now I have to use landscape in phone app as my portrait is screwed :(

I've tried your advise (setting phone app to portrait and ui_can_rotate to false), but it doesn't work still :(

Anyway, thanx for help.

try this...
disable orientation lock from the status menu and in xterm type

sudo gainroot
gconftool -st bool /apps/osso/hildon-desktop/ui_can_rotate false

Kosyanenko Vlad 2011-11-15 12:06

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by knobby (Post 1123851)
try this...
disable orientation lock from the status menu and in xterm type

sudo gainroot
gconftool -st bool /apps/osso/hildon-desktop/ui_can_rotate false

I've tried, thanx, no result :)

merlin1991 2011-11-15 12:52

Re: The in-development Maemo 5 Community SSU
 
I've been stumbling over this today, and for me the problematic settings was if I had the gconf key /apps/osso/hildon-desktop/desktop_orientation_lock true

so in order to achieve the same lock whilst not killing my dialer I used
gconftool-2 -s /apps/osso/hildon-desktop/desktop_orientation_lock -t bool false
gconftool-2 -s /apps/osso/hildon-desktop/ui_can_rotate -t bool false

Kosyanenko Vlad 2011-11-15 18:40

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by merlin1991 (Post 1123889)
I've been stumbling over this today, and for me the problematic settings was if I had the gconf key /apps/osso/hildon-desktop/desktop_orientation_lock true

so in order to achieve the same lock whilst not killing my dialer I used
gconftool-2 -s /apps/osso/hildon-desktop/desktop_orientation_lock -t bool false
gconftool-2 -s /apps/osso/hildon-desktop/ui_can_rotate -t bool false

Man, you're the man! :)
It works fine for me. Now the whole device is in landscape and my phone app is in portrait with perfect "answer" and "reject" buttons.
Thanks, dude.

danx 2011-11-16 03:00

Re: The in-development Maemo 5 Community SSU
 
can some one tell me how I can uninstall the SSU\

Estel 2011-11-16 03:18

Re: The in-development Maemo 5 Community SSU
 
If we're talking about portrait mode blacklist/whitelist:

maacruz, do You remember about issue with certain fullscren programs (games, mostly) being rotated to portrait, despite being in blacklist and/or having correct flag in .desktop file? Or this fix was "missing in action"?

If I remember correctly, during IRC talk You told me that You know what is causing this, and how to fix it in next CSSU update - I'm just reminding on it, in case missing due to being said on IRC, especially, that I haven't seen any mention about this fix, outside mentioned IRC. I quite distrust so "vanishable" means of communication...

Thanks in advance, and sorry for being pedantic ;)

/Estel


All times are GMT. The time now is 04:13.

vBulletin® Version 3.8.8