Quote:
Originally Posted by desairs
looks good man, I'm gonna try that as soon as i learn how i can write these files to a pre, I dont understand what i need to install to be able to ftp in after i enable root access.
|
It looks soo much better, here's what I did (and I don't have FTP or SCP enable yet.. still working on that one)
goto the image directory and copy the files to the /media/internal dir
Code:
cp /usr/palm/applications/com.palm.app.phone/imagesbackdrop-phone.png /media/internal
Do this for the three images, then switch your phone to USB mode. You should see all the files you copied over.
You can edit them any way you want, just make sure they have the same properties as the orig (transparency, size, file extention, etc).
Once they are edit to your liking, copy the files back to the Pre in USB mode.
Exit USB mode, attach to your Wifi, and SSH into the Pre
Now we'll need to get the files (all 3 if you edited them) back to the correct location
Code:
cp /media/internal/imagesbackdrop-phone.png /usr/palm/applications/com.palm.app.phone/
Once this is done exit the SSH session and reboot the Pre. When it comes back up you should see your new background.
If you are going to use the files I edited you'll just need to copy them to the USB drive, and then complete the last step.
Tim