Reply
Thread Tools
Posts: 31 | Thanked: 2 times | Joined on May 2012
#51
good

16 years lol
how can i know i exctracted it on / directory

?
and what about reflash my mobile without pc is any way to do that ??
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#52
first thing dont extract anything in "/' directory

and there is no way i think to flash without PC but try this it may help :

go to application menu on your screen ==>sittings==>then press on the top bar and press clear device but all the packages will be removed so this is optional
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 31 | Thanked: 2 times | Joined on May 2012
#53
i made that befor to remove multiboot but not removed didnt help
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#54
Really enjoying your conversation, nevertheless may i asked for the file created by this code?
Code:
cd /home/user/MyDocs/.documents
df -h > debug.txt
free >> debug.txt
mount >> debug.txt
du -kx / | sort -n | tail -n50 >> debug.txt
apt-cache policy rootsh >> debug.txt
Flashing may sound fastest to get it working, but your new applications and settings will get removed in the process.
Do this step by step, learn alittle in the process and soon you will fully explore the possibilities of the device!
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#55
Originally Posted by omar2100000 View Post
i made that steps .
root
cd /home/user/MyDocs/.documents
df -h > debug.txt
free >> debug.txt
mount >> debug.txt
du -kx / | sort -n | tail -n50 >> debug.txt

no thing still not enough space
Those steps are just to generate the debug.txt file containing information that may be useful in determining what your problem is.

You've created the file (by running those steps). Now please post that file here so we can have a look and give you some advice.

I'm betting that your /and directory is living on your root file system and not in a separate partition.

If I'm right, you can do:

$ root
# rm -rf /and

then do
# df -h

and post the exact output here.
 

The Following 2 Users Say Thank You to reinob For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#56
@reinob
exactly man this is what im trying to reach by PM omar he told me he tried to install nitdroid many times and looks he ovewrited the files many times so OMAR use the cods that reinob gives you it is the solution of your problem
hope it is
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following User Says Thank You to sifo For This Useful Post:
Posts: 31 | Thanked: 2 times | Joined on May 2012
#57
~ $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# rm -rf /and
rm: invalid option -- c
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: rm [OPTION]... FILE...

Nokia-N900:~# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 227.8M 213.5M 10.0M 96% /
ubi0:rootfs 227.8M 213.5M 10.0M 96% /
tmpfs 1.0M 68.0k 956.0k 7% /tmp
tmpfs 256.0k 88.0k 168.0k 34% /var/run
none 10.0M 80.0k 9.9M 1% /dev
tmpfs 64.0M 4.0k 64.0M 0% /dev/shm
/dev/mmcblk0p2 2.0G 287.7M 1.6G 15% /home
/home/opt 2.0G 287.7M 1.6G 15% /opt
/opt/pymaemo/usr/lib/python2.5
2.0G 287.7M 1.6G 15% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2.0G 287.7M 1.6G 15% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2.0G 287.7M 1.6G 15% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2.0G 287.7M 1.6G 15% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2.0G 287.7M 1.6G 15% /usr/lib/python-support
/dev/mmcblk0p1 27.0G 1.9G 25.1G 7% /home/user/MyDocs
/dev/mmcblk1p1 3.6G 32.0k 3.6G 0% /media/mmc1

so what now
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#58
looks like reinob got a problem in his post.
the cod rm -rf shoud be rm -r

and after that type df -h /
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 31 | Thanked: 2 times | Joined on May 2012
#59
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# rm -r /and
Nokia-N900:~# df -h/
df: invalid option -- /
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: df [-hmk] [FILESYSTEM...]


see
is that helped me ?
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#60
Originally Posted by michaaa62 View Post
Edit: @sifo you may consider changing moveroot to something like Moveroot-to-opt, so that the moved stuff is preserved in /opt, which is not used in Nitdroid at all. Example:root
mkdir /home/opt/usr/share/
mv /usr/share/google-search-wiget /home/opt/usr/share/
ln -s /home/opt/usr/share/google-search-wiget /usr/share/
hi michaaaa62
the first thing you should know that im not the creator of the script to change it's name and he need to free some root space and that why i suggested him to use the shell + i dont think he did what you told him to do about the debug file
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7

Last edited by sifo; 2012-05-10 at 09:25.
 
Reply


 
Forum Jump


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