Running Liberty 2.0 with EpicBlue theme and all is going very well. I was having a problem getting the themes to work through toolbox, I kept getting installation aborted. I had download the theme from the forums and then install through recovery, after I selected mount/system. I too installed the FIX for the FC and it worked out great for me. Got it all setup perfect and then saw a FIX/Modification on another forum to increase the speed of your SD Card. It works awesome for me and I sure do notice the speed increase.
Here is some of the info which I took from where I found it: Or do a search for the info and you will find some .zip files which your suppose to be able to install through recover, that way didn't work for me and I did it with Root Explorer. -Enjoy
How to Increase the Reading Speed of your SD Card
You can check your current speed by looking at /sys/devices/virtual/bdi/179:0/read_ahead_kb with root explorer mine was set to 128 so I followed the instructions below to change it to 2048
Make a file with this content:
#!/system/bin/sh
if [ -e
/sys/devices/virtual/bdi/179:0/read_ahead_kb ]
then
/system/xbin/echo
"128" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
fi;
Change the red marked number from 128 to what you need (example 2048).
Save it as "99sdcardreadfix", copy it with the Root explorer or push it with ADB into
/system/etc/init.d and set permissions to 777. Reboot.