I spent several hours getting everything unpacked and loaded onto an ext2 loop file, but OpenOffice seemed to run slower unpacked. During this process I learned a few things, like:
* OpenOffice requires just under 10,000 inodes. Not having the appropriate number of inodes results in a device out of space error, which can be puzzling if you have enough space left on the storage device.
* The BusyBox implementation of "cp -a" on the Sharp ROM does not preserve symbolic links. I had to use "tar cvf" instead.
* You need about 350 megabytes of free storage space.