![]() |
2011-02-25
, 09:04
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#1171
|
![]() |
2011-02-25
, 09:06
|
Posts: 291 |
Thanked: 134 times |
Joined on Dec 2009
@ North-west, UK
|
#1172
|
I think a widget for fast switching between "forced rotation" and "no forced rotation" is required. It can also have orientation lock when CSSU supports it.
Any developers listening?
![]() |
2011-02-25
, 09:43
|
|
Posts: 270 |
Thanked: 195 times |
Joined on Aug 2009
@ Finland
|
#1173
|
I'm also seeing the Settings app and App Manager auto-rotating without force rotation on.
![]() |
2011-02-25
, 09:57
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#1174
|
I think I was the first to notice that ill effect. Good to know I'm not the only one.
You could check what settings you have in your 'Phone' app regarding rotation, and if those have any effect on the behavior?
![]() |
2011-02-25
, 09:57
|
Posts: 47 |
Thanked: 32 times |
Joined on Nov 2009
|
#1175
|
Yes, I think everyone understands asking end-users to hand-edit a .ini file is not ideal :-)
sed -e 's/forcerotation=0/tmpstr/' -e 's/forcerotation=1/forcerotation=0/' -e 's/tmpstr/forcerotation=1/' /usr/share/hildon-desktop/transitions.ini > tmpFile mv tmpFile /usr/share/hildon-desktop/transitions.ini
The Following User Says Thank You to llBlackenedll For This Useful Post: | ||
![]() |
2011-02-25
, 10:31
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#1176
|
The Following User Says Thank You to ivgalvez For This Useful Post: | ||
![]() |
2011-02-25
, 10:32
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#1177
|
What ill-effect? Just like microb, Phone, Conboy, Khweeteur, TwimGo, ...; Settings and Application Manager both properly support portrait mode now. "Force rotation" forces rotation on things which don't support it (yet), such as Conversations, Media Player etc.
It is intended behaviour that Settings and HAM will rotate out-of-the-box (i.e. with "force rotation" off) with the CSSU.
Some applications which support portrait provide per-app settings as to whether or not they should be always landscape, always portrait or auto-rotate. Some don't.
Currently, neither Settings nor HAM do. Please file a bug if you think they should.
![]() |
2011-02-25
, 11:01
|
Posts: 523 |
Thanked: 292 times |
Joined on Jan 2010
|
#1178
|
![]() |
2011-02-25
, 11:04
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#1179
|
I have tested this but just re-wrote it on my computer so sorry for any typos. Just get queenbeecon to run this:
This code looks through transitions.ini and flips the forcerotation variable between 1 and 0. So all you'd have to do is copy that text into a file, chmod +x it, and tell queenbeecon to use it.Code:sed -e 's/forcerotation=0/tmpstr/' -e 's/forcerotation=1/forcerotation=0/' -e 's/tmpstr/forcerotation=1/' /usr/share/hildon-desktop/transitions.ini > tmpFile mv tmpFile /usr/share/hildon-desktop/transitions.ini
There's probably a much better way of doing this so that it prints out what state it has changed to, and could also be changed to add the line if it isn't there, but I didn't have time so this is a pretty basic flipper for now.
![]() |
2011-02-25
, 11:05
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#1180
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
Tags |
community ssu, f**k nokia, fremantle, maemo 5, nokia-who?, portrait mode, rotate, task-switcher, update, upgrade |
|