Page 1 of 1
Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 2:53 pm
by Roderz
Hello peeps, long time no see
Just rediscovered this forum, and thought I'd update me joggler,
Installed the latest OP OS - Version 30300 (ty roobarb!)
Also installed PnP III (ty offbeatdave)
All was working fine,
BUT me being me had to have a fiddle and wanted to install Foxit PDF reader as I had it installed before,
But now when trying to install (download) the files it gives the error "no space left"
And if I try to install the files manually (via drag n drop) it will still give the same error when coping the files into root directories lib, etc, usr, var.....
I know that some partition's have changed in roobarb's release but this seems very odd - afaik roobarb just extended the media partition by 256Mb
OR is it just full because PnPIII is installed ?
Regards
Re: Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 3:12 pm
by offbeatdave
PnP III onto the original OpenPeak reflash was very tight for space indeed.
Re: Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 3:22 pm
by Roderz
offbeatdave wrote:PnP III onto the original OpenPeak reflash was very tight for space indeed.
Ahh that would explain it,
as I thought actually as I have just re flashed again - just the OP OS this time, and managed to install it (PDF reader) fine - working as well
MMM so I cant fit PnP as well,,,,,
Grrr decisions decisions
Oh well would have been nice to have a PDF reader but PnP has loads more that is useful so will do that instead,
If your interested I can post the script for the PDF reader (If you haven't already got it )
Re: Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 3:32 pm
by offbeatdave
Yeah, if you could it may be useful/find it's way in. I can trim PnP III a bit (take off some Squeezeplay backgrounds. You could always remove a game or two too to fit in PDF reader. I'm not sure the USA today app is working either. Will post in a new thread about this.
Re: Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 3:48 pm
by Roderz
offbeatdave wrote:Yeah, if you could it may be useful/find it's way in. I can trim PnP III a bit (take off some Squeezeplay backgrounds. You could always remove a game or two too to fit in PDF reader. I'm not sure the USA today app is working either. Will post in a new thread about this.
I did think about removing games etc, but the shortage is on the root / system (is that the right jargon??) as stated in 1st post,
any way script to install it if you have the space (the 1st 3 packages get installed into lib, etc var bla bla bla)
Code: Select all
cd /
wget http://www.roderz.pwp.blueyonder.co.uk/gtk-2.1.tar.gz
tar xvf gtk-2.1.tar.gz
rm gtk-2.1.tar.gz
wget http://www.roderz.pwp.blueyonder.co.uk/matchbox.tar.gz
tar xvf matchbox.tar.gz
rm matchbox.tar.gz
wget http://www.roderz.pwp.blueyonder.co.uk/jpeg62.tar.gz
tar xvf jpeg62.tar.gz
rm jpeg62.tar.gz
cd media/
wget http://www.roderz.pwp.blueyonder.co.uk/foxitreader.tar.gz
tar xvf foxitreader.tar.gz
rm foxitreader.tar.gz
cd foxitreader
wget http://www.roderz.pwp.blueyonder.co.uk/icon.swf
wget http://www.roderz.pwp.blueyonder.co.uk/language.xml
Then add the following to "/media/appshop/applications.xml"
Code: Select all
<app id="Foxit" static="1" ext="1" standalone="1" loc="/media/foxitreader/" icon="icon.swf" app="/media/foxitreader/start"/>
HTH
Re: Error - "no space left" ??? - HELP
Posted: Tue Jan 01, 2013 4:29 pm
by offbeatdave
Cheers. Will have a fiddle around when I get a mo.
Re: Error - "no space left" ??? - HELP
Posted: Thu Jan 03, 2013 1:32 am
by Roderz
Just a quick note to say that got the PDF reader installed along side with PnP3,
took a while but just manually deleted a lot of the games and the USAtoday app
now are there any backup tools that would save me having to do it all again in the event of a crash / sticky o2 logo type of thing?
