maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Installed apps forgotten. (https://talk.maemo.org/showthread.php?t=70467)

Veda88 2011-02-28 20:13

Installed apps forgotten.
 
My N900 has forgotten all my installed apps :( when I start faster app manager and then remove apps, the list is empty, except for the apps I installed today.
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

Veda88 2011-03-02 08:01

Re: Installed apps forgotten.
 
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 :)

Bratag 2011-03-02 08:04

Re: Installed apps forgotten.
 
Quote:

Originally Posted by Veda88 (Post 958668)
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 :)

While I haven't had this happen to me (yet?) I am always glad to see solutions to problems. Thanks mate.


All times are GMT. The time now is 19:33.

vBulletin® Version 3.8.8