SOPA

Tuesday, November 2, 2010

Nokia N900 : Disabling Touch feedback

This was one of the toughest things to do..

1. you would need to gain root access as described in the post before..

2. Install "GNU nano" from the application menu.


3. Follow this..


Nokia-N900:~# sudo gainroot

Nokia-N900:~# nano /etc/mce/mce.ini 


You will get this




At the end You will notice these lines



Change the red line to

PatternTouchscreen=10;2;0;1;1;1;1;1;255 




Save and Reboot



The Numbers are crucial.  These numbers can make your vibration to infinity also so chose proper numbers. 
The numbers provided disable screen touch vibration and also locking and unlocking vibrations. Rest is normal.



Edit (update):

There is another and easy way to disable the touch..
'
Settings -->>  Display -->>  Un-check  "Touch screen vibration"

Nokia N900 : Getting Root

I got my N900 and wanted to do something.. after a alot of surfing I found ways and this is just to make it easy for everyone else..

First stop... Getting root access..
Remember that "sudo" password does not work so you will have to break it.. here is how in simple steps


There are different methods for Root Access, but this one is simplest.
  1. First of all you need to enable the “Extras”. You can do it by simply opening this link on your maemo device. You can do it manually as well:
    1. Go into the Application manager.
    2. Tap the menu -> Tools -> Application catalog…
    3. Double-tap maemo Extras.
    4. Uncheck Disabled.
  2. Now install this Rootsh on your device.
  3. Open xTerminals on your device and run this command sudo gainroot
  4. Now you are able to access the root of your device.