View Single Post
Old 09-25-2011, 08:52 AM   #2711
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by hairybiker View Post
Thanks for latest 2.14 beta, I like the cover on standby on my 505
But when trying to get my custom icons installed using this post, but when I try to create the image it says no space available?
I thought it might be my sd card (32Mb), so I changed to a 8Gb one (with 7Gb free) but get same error.
Any idea how to fix this?
I think version two of PRS+ is a little larger than version one, so the customiser flash balks at the first stage. If you look at the files you copied to sd card you should see make_opt.sh. Mine has this in lines 73-77

if [ `expr $W_A_SIZE - $N_SPACE` -lt 1048576 ]; then
echo "No space avaliable for making images!" >> $W_LOG
echo -n "2 No space avaliable for making images. Try deleting some books." > $RESFILE
exit 1
fi


I managed to get customiser to work by changing that 1048576 to something nearer 500576. By relaxing the check, I was able to successfully create the image to flash back in the next step. Hope this helps.
mudskipper is offline   Reply With Quote