Reply
Thread Tools
razefox's Avatar
Posts: 120 | Thanked: 22 times | Joined on Jan 2010
#1
Edit: i dont wanna reflash my n900

Last edited by razefox; 2010-12-28 at 14:49.
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#2
Seen this? http://wiki.maemo.org/Free_up_rootfs_space

If you installed a package via xterm, remove it with "apt-get remove <packagename>" (you must be root).
 
razefox's Avatar
Posts: 120 | Thanked: 22 times | Joined on Jan 2010
#3
i dont know what the name of the package, i installed it with this code
cd ~
wget http://www.runescape.com/downloads/runescape.msi -O $HOME/runescape.msi
7z e -o$HOME/rs_client $HOME/runescape.msi
7z e -o$HOME/rs_client/cabfile $HOME/rs_client/rslauncher.cab
mkdir -p $HOME/runescape/bin
mv $HOME/rs_client/cabfile/JagexAppletViewerJarFile.* $HOME/runescape/bin/jagexappletviewer.jar
mkdir $HOME/runescape/images
mv $HOME/rs_client/cabfile/JagexAppletViewerPngFile $HOME/runescape/images/jagexappletviewer.png
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#4
Originally Posted by razefox View Post
i dont know what the name of the package, i installed it with this code
cd ~
wget http://www.runescape.com/downloads/runescape.msi -O $HOME/runescape.msi
7z e -o$HOME/rs_client $HOME/runescape.msi
7z e -o$HOME/rs_client/cabfile $HOME/rs_client/rslauncher.cab
mkdir -p $HOME/runescape/bin
mv $HOME/rs_client/cabfile/JagexAppletViewerJarFile.* $HOME/runescape/bin/jagexappletviewer.jar
mkdir $HOME/runescape/images
mv $HOME/rs_client/cabfile/JagexAppletViewerPngFile $HOME/runescape/images/jagexappletviewer.png
Well you could ask whoever told you to do that how to un-do it.

But I'll take a stab at it and guess if you ran this as root (did you?), and you've ended up with a load of files in /root/runescape/ and /root/rs_client/ ? I'd just delete them - but like I said, ask whoever told you this!
 
razefox's Avatar
Posts: 120 | Thanked: 22 times | Joined on Jan 2010
#5
ok theres a file from runescape it has 95,7 mb, i looked up the root folder with fileBox, i cant delete it in filebox, how to delete the files in root, /root/.jagex_cache_32/main_file_cache.dat2

thanks already for helping me out

Last edited by razefox; 2010-12-01 at 23:31.
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#6
WARNING: This is potentially dangerous. I'd recommend reading this: http://wiki.maemo.org/Root_access first to understand the risks of doing stuff as root.

OK, first become the root user:
Code:
~ $ root
Nokia-N900:~#
You should already be in the /root directory. Check this with the 'pwd' (print working directory) command:
Code:
Nokia-N900:~# pwd
/root
It should say "/root". If it doesn't, change to the /root directory:
Code:
Nokia-N900:~# cd /root
Then do the 'pwd' again and make sure it replies "/root". If not, do not go any further!
Now delete the subdirectoy. Make sure you get this command correct as it will delete stuff!
Code:
Nokia-N900:~# rm -rf .jagex_cache_32
Now you can check the space on the root filesystem:
Code:
Nokia-N900:~# df /
...and hopefully you'll have 95.7Mb more than you did before.
 
razefox's Avatar
Posts: 120 | Thanked: 22 times | Joined on Jan 2010
#7
thank you, its working now
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:08.