how to tell if the are loaded or not installed via fapman
To tell if an application is installed:
1. From Faster Application Manager's main menu, choose the option to "Remove" an application.
2. If the app is listed there, it means it was installed (since it is listed as one of the apps that can be removed).
1. From Faster Application Manager's main menu, choose the option to "Remove" an application.
2. If the app is listed there, it means it was installed (since it is listed as one of the apps that can be removed).
i mean how do i know my N900 is using the bleeding edge drivers or not
Unfortunately, I don't see a way to make it work for the past version of KP, but I tried to program it in somehow dynamic way that will be able to work with your future updates too.
In specific, I get the KP version number with "uname -r" and feed this to the call that loads the drivers.
For example, now the call would return: 2.6.28.10-power50
therefore the path for the drivers will be /opt/lib/modules/2.6.28.10-power50/
If anyone needs more information or see anything wrong in the above, let me know.
For the moment, it seems to work great.