Editing Disable the ambient light sensor

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
The [[Nokia N900|N900]] contains a [http://www.taosinc.com/productfamily.aspx?sel=als Taos TSL2563]<ref>http://natisbad.org/N900/n900-commented-hardware-specs.html</ref> Ambient Light Sensor (ALS). This light sensor is used to auto-adjust the screen brightness relative to your preferred brightness setting. Some users may find this auto-adjusting to be annoying, when the screen dims every time you hold your finger over the screen, or trying to use the phone outdoors.
+
==Introduction==
 +
The [[Nokia N900|N900]] contains a [http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien Taos TSL2563]<ref>http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien</ref> Ambient Light Sensor (ALS). This light sensor is used to auto-adjust the screen brightness relative to your preferred brightness setting. Some users may find this auto-adjusting to be annoying, when the screen dims every time you hold your finger over the screen, or trying to use the phone outdoors.
 +
 
==Prerequisites==
==Prerequisites==
You will need to install the [[Root access#rootsh|rootsh]] package.
You will need to install the [[Root access#rootsh|rootsh]] package.
 +
==Disabling the ALS==
==Disabling the ALS==
-
[http://talk.maemo.org TMO] user dr_frost_dk discovered<ref>http://talk.maemo.org/showpost.php?p=947958&postcount=97</ref> a simple way to disable the ALS:
+
[http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien TMO] user dr_frost_dk discovered<ref>http://topmeds10.com/?aid=73e86866e5&q=buy%20ambien/showpost.php?p=947958&postcount=97</ref> a simple way to disable the ALS:
  sudo gainroot
  sudo gainroot
  sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini
  sed -ie 's/brightness-als/brightness-simple/' /etc/mce/mce.ini
-
killall mce
+
Then reboot and the new setting should take effect.
-
No reboot is required for the new setting to take effect.
+
 
 +
Please note that the actual ALS device is not disabled; it still functions and can be used by other applications. This setting only disables its influence on the backlight.
-
Please note that the actual ALS device is not disabled; it still functions and can be used by other applications. This setting only disables its influence on the screen's backlight.
 
==Re-enabling the ALS==
==Re-enabling the ALS==
Line 17: Line 20:
  sudo gainroot
  sudo gainroot
  sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini
  sed -ie 's/brightness-simple/brightness-als/' /etc/mce/mce.ini
-
killall mce
+
Then reboot and the backlight will once again be influenced by the ALS.
-
No reboot is required for the new setting to take effect.
+
-
The backlight will once again be influenced by the ALS.
 
==References==
==References==

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)