View Single Post
Posts: 177 | Thanked: 39 times | Joined on Dec 2009 @ China
#4
Originally Posted by jakiman View Post
Here is my current setting which I feel is quite good:

Code:
PatternTouchscreen=10;3;0;1;10;30;0;50;50
Red = AccelarationPeriod. (Made it slower so it doesn't "jerk" the phone as much)
Green = OnPeriod. (Made it longer so it's more prone)
Blue = BreakPeriod. (Made it 0 as I liked how it felt when I turned on my phone and saw it was 0 for PowerOn)
Magenta = Speed. (Made it low so that it's not too powerful and vibration feels gentle and soft)

This makes it more like a Samsung Haptic feedback devices.
Not too over powering but still gives a positive feedback.

How I changed it:
1. Install rootsh to get root access at terminal via "sudo gainroot"
2. Install Leafpad application (text editor)
3. from xterminal, sudo gainroot
4. from xterminal, leafpad /etc/mce/mce.ini
5. Go down to the very end (down).
6. Make the changes to the above mentioned line and save.
7. Reboot.

WARNING: Make sure you didn't make ANY mistakes. You can brick your N900 if you make wrong changes or syntax errors. I will take no responsibility if something goes wrong....
do you think you could come up with a patch or .bat file (something of that sort) for all of us non-Linux users and those of us without coding experience. I dont want to take the risk of bricking. I dont know anything about coding and step 3 and 4 don't make sense to me.