Originally Posted by ejasmudar 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? Yes, I think everyone understands asking end-users to hand-edit a .ini file is not ideal :-)
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?
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