![]() |
2011-03-02
, 08:01
|
Posts: 9 |
Thanked: 2 times |
Joined on Sep 2010
|
#2
|
The Following User Says Thank You to Veda88 For This Useful Post: | ||
![]() |
2011-03-02
, 08:04
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#3
|
Allright fixed it:
dpkg --get-selections
returned that all the packages where marked as "uninstall" and apparently the maemo package managers do'nt support this.
So what I did:
dpkg --get-selections > installfile
vim installfile
:%s/deinstall/install/
:wq
dpkg --set-selections < installfile
And that fixed it
Same thing for the normal N900 app manager.
I have already tried to restart the device, doesn't help. Reinstalling apps doesn't work, the device knows somehow still what apps are installed. Removing with dpkg -r and then reinstalling the app again does make it appair in the list again, but reinstalling all the apps this wat is a lot of work...
I know there are possibilities to clean this list with dpkg. But are there also possibilities to rescan the installed apps?
Thanks in advance,
Veda88