The Following 7 Users Say Thank You to Vesuri For This Useful Post: | ||
|
2012-02-27
, 19:13
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#2
|
|
2012-02-27
, 19:44
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#3
|
|
2012-02-27
, 23:37
|
Posts: 280 |
Thanked: 136 times |
Joined on Dec 2011
@ Banyuwangi, Indonesia
|
#4
|
|
2012-02-28
, 00:02
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#5
|
I have this app and i want to uninstall it. I already use PR1.2.
what did i have to do. Install the package first then uninstall or vice versa?
|
2012-02-28
, 00:07
|
Posts: 280 |
Thanked: 136 times |
Joined on Dec 2011
@ Banyuwangi, Indonesia
|
#7
|
|
2012-02-28
, 01:11
|
Posts: 280 |
Thanked: 136 times |
Joined on Dec 2011
@ Banyuwangi, Indonesia
|
#8
|
|
2012-02-28
, 02:26
|
Posts: 256 |
Thanked: 110 times |
Joined on Jan 2012
@ Europe
|
#9
|
The application replaces the home screen CSS files with its own, which is a bad idea to begin with. In it's postinst script the application makes a backup copy of the original CSS files and overwrites them with its own. In the prerm script it overwrites the current CSS files with the backed up files without checking whether the CSS files are the ones it had installed.
If you install this application when running PR1.1 it will make a backup copy of the PR1.1 CSS files and replace the originals with its own. When you then upgrade to PR1.2, the standard PR1.2 CSS files will be installed. If you then uninstall this application, this application will overwrite the standard PR1.2 CSS files with the PR1.1 files it had backed up earlier, causing your system to run PR1.2 with the PR1.1 CSS files, which will not work and will lead to serious problems.
In short, you MUST uninstall this application BEFORE upgrading to PR1.2. If you didn't and have already upgraded to PR1.2 or have already uninstalled the application on PR1.2 and the home screen malfunctions, you can restore the original PR1.2 CSS files by installing and uninstalling the attached restore-home-css_1.2.0-1_armel.deb package - there's no need to keep the package installed. This will overwrite the current CSS files with the official PR1.2 ones. Do not install this on any other Harmattan release or if you don't need to. (Alternatively you can gain root access and do "apt-get install --reinstall meegotouchhome-nokia libmeegotouchhome0".)