Post the PR 1.2 firmware for the Nokia N900, the kinetic scrolling inside the menu became painfully slow and coupled with the fact all apps are now displayed on one page, scrolling to the bottom has started taking multiple swipes. If you have a lot of apps installed, then situation is even worse.
But fortunately, as is with most N900 problems, the community in the form of MohammadAG has found a fix and if you are keen on getting the speed back, follow the instructions below.
- Install ‘wget’ and ‘rootsh’ via the Application Manager.
- Then open the ‘Terminal’ and run the following commands with the N900 connected to the internet:
root wget http://mohammadag.xceleo.org/public/maemo/debfiles/hildon-desktop_kinetic_2.2.138-1+0m5_armel.deb dpkg -i hildon-desktop_kinetic_2.2.138-1+0m5_armel.deb killall hildon-desktop
- That’s it.
If for some reason this method doesn’t work for you or there is a problem with the automatic download, grab this file and copy it to the N900′s root directory (/home/user/MyDocs).
- Then open the ‘Terminal’ and run the following commands:
root dpkg -i /home/user/MyDocs/hildon-desktop_kinetic_2.2.138-1+0m5_armel.deb killall hildon-desktop
This method replaces the default ‘hildon-desktop package’ with a modified variant that also has fixes for PR 1.2 bugs like call UI glitches. After installing this, if you were to use an apt-get command to update, the N900 will reinstall the default version. To override this, enter the following commands in the terminal.
echo "Package: hildon-desktop Pin: release a=unstable Pin-Priority: 1001" >> /etc/apt/preferences
A huge hat tip to MohammadAG for this very welcome fix, if you want to know more, this is the thread to follow.