The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2013-04-18
, 14:27
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#2
|
![]() |
2013-04-18
, 19:47
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#4
|
sudo gainroot apt-get clean apt-get update dpkg -l | awk '/^ii/{ print $2 }' > apps_to_reinstall.txt apt-get install --reinstall -y --force-yes $(<apps_to_reinstall.txt)
![]() |
2013-04-18
, 21:15
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#5
|
dpkg -l | grep osso-systemui | awk '/^ii/{ print $2 }' | xargs apt-ge t install --reinstall -y --force-yes
![]() |
2013-04-21
, 18:08
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#7
|
![]() |
2013-04-21
, 19:12
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#8
|
$ apt-cache policy status-area-orientationlock-applet status-area-orientationlock-applet: Installed: 1.0+0cssu4 Candidate: 1.0+0cssu4 Version table: *** 1.0+0cssu4 0 500 http://repository.maemo.org fremantle/free Packages 500 http://192.168.49.208 fremantle/free Packages 100 /var/lib/dpkg/status 1.0+0cssu3.1 0 500 http://repository.maemo.org fremantle/free Packages 1.0+0cssu3 0 500 http://repository.maemo.org fremantle/free Packages 500 http://192.168.49.208 fremantle/free Packages 1.0+0cssu2 0 500 http://repository.maemo.org fremantle/free Packages 500 http://192.168.49.208 fremantle/free Packages 1.0+0cssu1 0 500 http://repository.maemo.org fremantle/free Packages 500 http://192.168.49.208 fremantle/free Packages W: Ignoring Provides line with DepCompareOp for package binutils
![]() |
2013-04-21
, 20:02
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#9
|
# apt-get install --reinstall status-area-orientationlock-applet Reading package lists... Done Building dependency tree Reading state information... Done Reinstallation of status-area-orientationlock-applet is not possible, it cannot be downloaded. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. # apt-cache policy status-area-orientationlock-applet status-area-orientationlock-applet: Installed: 1.0+0cssu4 Candidate: 1.0+0cssu4 Version table: *** 1.0+0cssu4 0 100 /var/lib/dpkg/status 1.0+0cssu3.1 0 500 http://repository.maemo.org fremantle/free Packages 1.0+0cssu3 0 500 http://maemo.merlin1991.at fremantle/free Packages #
# find / -name sources.list -exec ls -l {} \; -rw-r--r-- 1 root root 0 Nov 3 2009 /etc/apt/sources.list -rw-r--r-- 1 root root 596 Apr 20 17:13 /opt/fapman-cache/sources.list -rw-r--r-- 1 root root 596 Apr 20 17:13 /home/opt/fapman-cache/sources.list #
# apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://repository.maemo.org fremantle/non-free Packages release v=2.0,o=maemo,a=fremantle,l=Extras-devel,c=non-free origin repository.maemo.org 500 http://repository.maemo.org fremantle/free Packages release v=2.0,o=maemo,a=fremantle,l=Extras-devel,c=free origin repository.maemo.org 500 https://downloads.maemo.nokia.com ./ Packages release c= origin downloads.maemo.nokia.com 500 http://repository.maemo.org fremantle-1.3/non-free Packages release v=2.0,o=maemo,a=fremantle-1.3,l=Extras,c=non-free origin repository.maemo.org 500 http://repository.maemo.org fremantle-1.3/free Packages release v=2.0,o=maemo,a=fremantle-1.3,l=Extras,c=free origin repository.maemo.org 500 https://downloads.maemo.nokia.com ./ Packages release c= origin downloads.maemo.nokia.com 500 https://downloads.maemo.nokia.com ./ Packages release c= origin downloads.maemo.nokia.com 500 https://downloads.maemo.nokia.com ./ Packages release c= origin downloads.maemo.nokia.com 500 http://maemo.merlin1991.at fremantle/non-free Packages release a=community-thumb,c=non-free origin maemo.merlin1991.at 500 http://maemo.merlin1991.at fremantle/free Packages release a=community-thumb,c=free origin maemo.merlin1991.at 500 http://maemo.merlin1991.at fremantle/non-free Packages release a=community-devel,c=non-free origin maemo.merlin1991.at 500 http://maemo.merlin1991.at fremantle/free Packages release a=community-devel,c=free origin maemo.merlin1991.at 500 http://repository.maemo.org fremantle/non-free Packages release v=2.0,o=maemo,a=fremantle,l=community,c=non-free origin repository.maemo.org 500 http://repository.maemo.org fremantle/free Packages release v=2.0,o=maemo,a=fremantle,l=community,c=free origin repository.maemo.org Pinned packages: fennec -> (not found) #
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2013-04-21
, 21:13
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#10
|
![]() |
Tags |
nokia n900, reinstallation |
|
I am not worried about the icons. I can bring them back from a vanilla image. But the theme is a different thing. Reinstalling alpha did not help. I thought of installing beta and switching there and back to see if it helps but I can't switch themes. Settings show up but do not react to buttons. Is there a way to do it by some other way? Or does anyone have a better idea?
I tried a quick search and found this case which is a bit similar but no solution.
Last edited by pichlo; 2013-04-22 at 08:23. Reason: Changed subject to better fitting