View Single Post
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#632
Originally Posted by famusc View Post
I have updated manually with apt-get upgrade.... packages seem to be updated but I still get old software version in settings->about... Does anyone know where is it read from?
This happens if the mp-fremantle package is accidentally deleted.
do this to find out the package you need:
Code:
dpkg -l mp-fremantle*
you will get something like this YMMV:
Code:
Nokia-N900-42-11:~# dpkg -l mp-fremantle*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                                   Version                                Description
+++-======================================-======================================-============================================================================================
pn  mp-fremantle-002-pr                    1.2009.42-11.002
then install the package (it could also be mp-fremantle-generic-pr)
Code:
apt-get install mp-fremantle-002-pr
reboot.

Thanks to @mikkov for the tip.
 

The Following 2 Users Say Thank You to archebyte For This Useful Post: