![]() |
2010-01-13
, 13:45
|
Posts: 150 |
Thanked: 93 times |
Joined on Oct 2009
@ Pennsylvania, US
|
#12
|
![]() |
2010-01-13
, 14:42
|
Posts: 59 |
Thanked: 11 times |
Joined on Feb 2006
@ Helsinki, Finland
|
#13
|
The Following User Says Thank You to tuXer For This Useful Post: | ||
![]() |
2010-01-13
, 14:50
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#15
|
@qwerty12, is that the version you are using on n900?http://talk.maemo.org/showthread.php?t=24564
![]() |
2010-01-13
, 14:55
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#16
|
![]() |
2010-01-13
, 14:57
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
@qwerty12
does it move or delete the locales? Would be nice to have an undo button (In the form of copying them back from [opt] or wherever they were put in the first place).
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-01-13
, 16:10
|
Posts: 150 |
Thanked: 93 times |
Joined on Oct 2009
@ Pennsylvania, US
|
#18
|
![]() |
2010-01-13
, 19:43
|
Posts: 59 |
Thanked: 11 times |
Joined on Feb 2006
@ Helsinki, Finland
|
#19
|
I updated the script to detect the mp-fremantle-*-pr package installed and use that name, instead of hardcoding it. It'll automatically abort if it can't detect the name.
![]() |
2010-01-13
, 20:01
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#20
|
Here's a simple howto for those suffering from lack of space in rootfs:
The first one is more of a temporary matter, for example to get enough space to install an update, but it's also the fastest and easiest.
1. Disable extras-testing and extras-devel and third party repositories
Simply check the disabled box and save in the Application Manager's catalogues menu. wait for app manger to update the lists.
Of course this only helps if you actually had these repositories enabled.
Disabling extras-testing and extras-devel will (currently) give you an extra 11.5Mb in rootfs
2. Reinstall python
This one is a bit more work, but gives you around 20Mb.
If you installed a python application (for example FM Radio, Quicknote, Witter) before python was optified, you need to reinstall python. This will uninstall your python applications, so you will need to reinstall them after you're done. For this you need rootsh which is in extras.
check that app manger is not running
open xterm
type the following commands:
This will prompt if you really want to do it and give a list of things that will be removed. It's good to check the list so you know which applications are going to be uninstalled.Code:sudo gainroot apt-get remove python
then these commands:
I think I manually installed python-osso on my device, so that one might just say that it's not installed.Code:apt-get remove python2.5 apt-get remove python-osso apt-get autoremove apt-get clean
After that is done open application manager and reinstall the python applications. The new optified version of python will be automatically installed with them. Try with FM Radio for example.
When the program is installed, type df -h in the xterm to see if it worked.
The output should now contain these lines at the end:
Scroll up to see rootfs status. It should hopefully have more space now.Code:/opt/pymaemo/usr/lib/python2.5 2064208 471712 1487640 24% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 2064208 471712 1487640 24% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 2064208 471712 1487640 24% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 2064208 471712 1487640 24% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 2064208 471712 1487640 24% /usr/lib/python-support
W: Unable to locate package mp-fremantle-002-pr