![]() |
2010-02-17
, 09:40
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#2
|
Dear Maemo community,
I noticed that there are a lot of zombie files on my N900 which are useless and eating performance / space. It are for example temporary files and files which were used by applications which dont exist anymore.
This issue appeared when I had to use the "restore applications" function after I installed the new 3.2010.02-8 firmware because some applications are invalid or not available anymore. It seems that there are also some dead widget links on the screen?!?
It would be generally useful to get some commands how I can remove all this zombie files, delete the temporary files and get some extra performance. I also can't get the "restore applications" button away anymore after I used the backup function, it tries to download Google Translator but the installer is damaged.
Thank you in advance for your replies!
![]() |
2010-02-17
, 10:04
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#3
|
![]() |
2010-02-17
, 17:16
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#4
|
![]() |
2010-02-17
, 17:20
|
Posts: 97 |
Thanked: 67 times |
Joined on Sep 2009
@ Santiago, Chile
|
#5
|
Well as long as it doesn't takes influence on the performance I dont care much about it. I was only a bit surprised when I saw all that zombie files and that bug that the "restore applications" button didn't disappear anymore.
Is there a possibility by the way to prevent that a firmware update deletes all applications? It really took a while to reinstall them even with the "restore function", I did it with the PC software.
![]() |
2010-02-17
, 17:42
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#6
|
Crogge if you do the over the air update (update via wifi) you do not loose any applications - you loose nothing
![]() |
2010-02-18
, 02:00
|
|
Posts: 277 |
Thanked: 215 times |
Joined on Dec 2009
|
#7
|
![]() |
2010-02-18
, 03:15
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#8
|
I have same concerns or maybe i think thats same if i understand Crogge correctly . But heres the thing i deleted some programs but still see files related to those programs. When i run "storage usage" i can see it. So i guess i sould use comand line for that but dont know. Theres a picture and "toMotko" file that i want to delete.
![]() |
2010-02-18
, 08:33
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#9
|
I have same concerns or maybe i think thats same if i understand Crogge correctly . But heres the thing i deleted some programs but still see files related to those programs. When i run "storage usage" i can see it. So i guess i sould use comand line for that but dont know. Theres a picture and "toMotko" file that i want to delete.
cd MyDocs rm -rf .toMotko
![]() |
2010-02-18
, 09:31
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#10
|
That seems like 'dot files', these are files stored on the 26GB parittion and contain your settings for various applications.
If you uninstall this application again it means you will NOT lose any settings, hence why they are not deleted (same happens in Linux - which means I can re-install the whole OS and re-install the applications and all my settings are saved!). If you want to delete it just remove it using the command line, like this:
Code:cd MyDocs rm -rf .toMotko
I noticed that there are a lot of zombie files on my N900 which are useless and eating performance / space. It are for example temporary files and files which were used by applications which dont exist anymore.
This issue appeared when I had to use the "restore applications" function after I installed the new 3.2010.02-8 firmware because some applications are invalid or not available anymore. It seems that there are also some dead widget links on the screen?!?
It would be generally useful to get some commands how I can remove all this zombie files, delete the temporary files and get some extra performance. I also can't get the "restore applications" button away anymore after I used the backup function, it tries to download Google Translator but the installer is damaged.
Thank you in advance for your replies!