View Single Post
Old 01-30-2010, 04:20 PM   #511
mgmueller
Member Retired
mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.mgmueller ought to be getting tired of karma fortunes by now.
 
mgmueller's Avatar
 
Posts: 3,308
Karma: 13024950
Join Date: Nov 2008
Location: Augsburg (near Munich), Germany
Device: 26 Readers, 44 Tablets
Quote:
Originally Posted by garagumu View Post
The 3.0 sources have references to a rotation direction setting (clockwise or anticlockwise). It's documented in sysd/data/ereader.schema, see below. But of course, it's possible that this may just be a holdover from the DR1000, and not actually implemented in the DR800.

But it might be worth trying to set it to clockwise (the code says that the default is anticlockwise), then maybe rebooting after a change to the dr.ini file?
/apps/er/sys/display/rotation=clockwise

Code:
    <schema>
        <applyto>/apps/er/sys/display/rotation</applyto>
        <key>/schemas/apps/er/sys/display/rotation</key>
        <owner>sysd</owner>
        <type>string</type>
        <default>anticlockwise</default>
        <locale name="C">
            <short>Rotation direction, clockwise or anticlockwise</short>
            <long></long>
        </locale>
    </schema>
It seems that you can also change the standby timeout in the dr.ini file (it's 30 minutes by default).
Please note that I don't have a DR800 and I've never tested this!

Code:
    <schema>
        <applyto>/apps/er/sys/power/min_standby</applyto>
        <key>/schemas/apps/er/sys/power/min_standby</key>
        <owner>sysd</owner>
        <type>int</type>
        <default>30</default>
        <locale name="C">
            <short>Idle time in minutes before standby, -1 to disable</short>
            <long></long>
        </locale>
    </schema>
DeReader already has tried the "clockwise" setting: https://www.mobileread.com/forums/sho...&postcount=460
Didn't have any impact...
But thanks anyway for the ideas.

Last edited by mgmueller; 01-30-2010 at 05:03 PM.
mgmueller is offline   Reply With Quote