Rotation Manager

m (Download)
Line 6: Line 6:
Currently it can be downloaded only as a binary: [http://dl.dropbox.com/u/33608122/maemo/rotationmgr/mar-rotationmgr DOWNLOAD]
Currently it can be downloaded only as a binary: [http://dl.dropbox.com/u/33608122/maemo/rotationmgr/mar-rotationmgr DOWNLOAD]
 +
 +
===Dependencies===
 +
 +
* sudser
 +
* [wiki.maemo.org/CSSU CSSU] - program will run without it, but won't give anything
==Current developement status==
==Current developement status==
Line 38: Line 43:
|There'll be a GUI to avoid all this typing
|There'll be a GUI to avoid all this typing
|}
|}
 +
 +
==FAQ==
 +
 +
===std::out_of_range error===
 +
 +
I found it while testing. The fix is copying the binary by (assuming it's in MyDocs):
 +
 +
<code> sudo mv MyDocs/mar-rotationmgr</code>
==TODO==
==TODO==
-
*finish the features table
+
* Qt GUI
 +
* improve backup & restore

Revision as of 17:05, 27 September 2011

Contents

Rotation Manager

Rotation Manager is an app to make easy managing which apps are rotated and which not.

Download

Currently it can be downloaded only as a binary: DOWNLOAD

Dependencies

  • sudser
  • [wiki.maemo.org/CSSU CSSU] - program will run without it, but won't give anything

Current developement status

Alpha (no GUI, poor interface)
Expected release date: up to 29th October
User interface: interactive, console (Qt GUI planned)

Features

Feature Dev status Description
backup partially done (only one at time) You can backup the transitions.ini file to restore it.
wrtiting data done Writing 'blacklist <app>' or 'whitelist <app>' to transitions.ini
controlling for duplicates partially done (only reading) It controls if you haven't added this app to transitions.ini yet.
restore partially done (only one at time) You can restore the backuped transitions.ini file.
GUI in Qt not attempted yet There'll be a GUI to avoid all this typing

FAQ

std::out_of_range error

I found it while testing. The fix is copying the binary by (assuming it's in MyDocs):

sudo mv MyDocs/mar-rotationmgr

TODO

  • Qt GUI
  • improve backup & restore