maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Newbie (https://talk.maemo.org/forumdisplay.php?f=26)
-   -   How to disable the sensor on N810? (https://talk.maemo.org/showthread.php?t=21713)

GeneralAntilles 2008-07-09 03:30

Re: How to disable the sensor on N810?
 
http://maemo.org/downloads/product/O...immingoptions/

brontide 2008-07-09 03:32

Re: How to disable the sensor on N810?
 
For network searching you can do the following. Value is in seconds.

Code:

~ $ gconftool-2 -g /system/osso/connectivity/network_type/search_interval
300
~ $ gconftool-2 -s -t i /system/osso/connectivity/network_type/search_interval 30
~ $ gconftool-2 -g /system/osso/connectivity/network_type/search_interval
30

This change will make it search every 30 seconds when it's disconnected for a pre-configured network. Bringing up the dialog through the control panel will reset this value back to one of the defaults.

killdeer 2009-02-08 05:32

Re: How to disable the sensor on N810?
 
Quote:

Originally Posted by brontide (Post 200651)
AS ROOT
Edit the /etc/mce/mce.ini file

The top of the file will look like this

Code:

# Configuration file for MCE

[Modules]

# Path to modules
#
# Do not modify unless you're sure that you know what you're doing!
ModulePath=/usr/lib/mce/modules

# Modules
#
# List of modules to load
# Note: the name should not include the "lib"-prefix
Modules=homekey;battery;filter-brightness-als;inactivity;camera;alarm

edit the Modules line, removing the filter-brightness-als.

Code:

# Modules
#
# List of modules to load
# Note: the name should not include the "lib"-prefix
#Modules=homekey;battery;filter-brightness-als;inactivity;camera;alarm
Modules=homekey;battery;inactivity;camera;alarm

reboot.


I'll leave the "getting root" and "edit file" as an exercise for the user.

does this disable the light sensor in the sense that it checks the light and changes brightnness 'on the fly'? the rest of the thread talks about editing the 'brightness period'. which is not what i want. brightness period is more like a screen saver.

stangri 2009-02-08 18:27

Re: How to disable the sensor on N810?
 
Quote:

Originally Posted by brontide (Post 200651)
AS ROOT
Edit the /etc/mce/mce.ini file

edit the Modules line, removing the filter-brightness-als.

Code:

# Modules
#
# List of modules to load
# Note: the name should not include the "lib"-prefix
#Modules=homekey;battery;filter-brightness-als;inactivity;camera;alarm
Modules=homekey;battery;inactivity;camera;alarm

reboot.


I'll leave the "getting root" and "edit file" as an exercise for the user.

Can this be added to a wiki? Are there guidelines for adding new content to a maemo.org wiki?

MicroChip123 2009-08-14 13:08

Re: How to disable the sensor on N810?
 
I have got root can someone tell me how to edit the file as I know nothing about Linux console commands!


All times are GMT. The time now is 15:12.

vBulletin® Version 3.8.8