Umm sorta correct..
What you would have to do, or should do anyway, is first make copies of the original image files, per the instructions, in case of problems.
Then you would need to have the new images, the fairy theme ones, ON the PRE in the user area, you can put them there from your PC when your pre is connected via USB.
Then you would have to stop the USB device, and get to Charge Only
Then get back to the root@castle# prompt and copy the code to get the files from the /media/internal folder on the pre, to the correct location within the PRE OS
For example the actual background image for the dialer, the code to copy would be:
cp /media/internal/backdrop-phone.png /usr/palm/applications/com.palm.app.phone/images/
This assumes you have the file backdrop-phone.png on your pre in the user media area, known to linux as /media/internal
It would be cp (copying) that file, to the directory (folder)
/usr/palm/applications/com.palm.app.phone/images/
Where the files reside to make up the phone dialer
I forget if this needed a reboot to take effect or not. But if you do all the copy/paste and do not get errors, and you exit the terminal session and do not see your new dialer, try a reboot before assuming it did not work.
You are getting oooohhh so close here
