maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N800 (https://talk.maemo.org/forumdisplay.php?f=25)
-   -   Games (https://talk.maemo.org/showthread.php?t=25212)

remoran 2008-11-27 01:10

Games
 
Question

I have about 100mb of games installed in the reserved 256mb part of my N800. I never play them and one, in particular, takes up about 85mb of precious system memory. How do I delete this one game with extensions from the N800? I have the EmelFM2l file manager in the tablet but I cannot find the directory where the offending game is located. Any help on showing me how to get rid of this app would be great. In every other way, the N800 is running without a problem. I have Diablo installed but have only 3% free space in the rootfis directory which, needless to say, makes me very nervous. I have two shdc 4gb cards installed that are nearly empty.

ace 2008-11-27 01:14

Re: Games
 
Can't you remove it via the application manager?

remoran 2008-11-27 02:03

Re: Games
 
No, I can't. I looked at tools within AM and no dice. I also looked at the file manager and that doesn't do it either. Great suggestion. Thanks.

lcuk 2008-11-27 02:14

Re: Games
 
if you cannot find the game, how do you know how large it is?

ace 2008-11-27 02:33

Re: Games
 
Try running "du -s /usr/share/* | sort -n | tail" in a terminal.

"du -s /usr/share/*" computes the disk usage in kB for every file/folder directly under /usr/share.

"sort -n" sorts the output numerically.

"tail" gives you just the last ten entries, the biggest files/folders. Are any of those around 85000kB, the size you think the big game is?

remoran 2008-11-27 04:25

Re: Games
 
What I see in usr/share are the apps running in system. What I can't find are the games that are installable (these are seen in the installable applications section). The program I want gone is openLierox with 7 level packs. Total size of this monster is over 200 MB, something that needs to be eliminated big time. Application manager does not have a delete option, (something unreal) so I need to find the directory. The other issue is that games are not listed as per the screen name so deleting something correctly is essential as you can well imagine.

TIA

Bob Moran

ace 2008-11-27 04:35

Re: Games
 
Try running "du -s * 2>/dev/null | sort -n | tail" in the root directory and then narrowing down the possibilities from there.

"2>/dev/null" redirects error output to /dev/null instead of displaying it.

Thesandlord 2008-11-27 04:38

Re: Games
 
Quote:

Originally Posted by remoran (Post 244967)

Application manager does not have a delete option, (something unreal) so I need to find the directory.


The other issue is that games are not listed as per the screen name so deleting something correctly is essential as you can well imagine.


The app manager has a uninstall option. Just click the installed apps, then click openLierox. It should uninstall. I don't understand you. What is the screen name?

Open a terminal as root, and type

Code:

apt-get remove openLierox
This might work...


All times are GMT. The time now is 09:48.

vBulletin® Version 3.8.8