Difference between revisions of "Talk:Patch Phone Editing the Lock Screen"
(New section: you do not need to use .png) |
|||
Line 7: | Line 7: | ||
Here is my process: | Here is my process: | ||
cd /tmp/ | cd /tmp/ | ||
+ | |||
mount -o remount rw, / | mount -o remount rw, / | ||
Line 14: | Line 15: | ||
luna-send -n 1 palm://com.palm.appinstaller/rescan {} | luna-send -n 1 palm://com.palm.appinstaller/rescan {} | ||
+ | |||
mount -o remount ro, / | mount -o remount ro, / | ||
Line 20: | Line 22: | ||
cd /tmp/ | cd /tmp/ | ||
+ | |||
mount -o remount rw, / | mount -o remount rw, / | ||
Line 27: | Line 30: | ||
luna-send -n 1 palm://com.palm.appinstaller/rescan {} | luna-send -n 1 palm://com.palm.appinstaller/rescan {} | ||
+ | |||
mount -o remount ro, / | mount -o remount ro, / |
Revision as of 22:13, 30 July 2009
Anyone have a direct translation to do this on the MAC?
you do not need to use .png
i used the wget technique through root to change my phone dialer background. i ended up pulling a .jpg image rather than a .png without realizing it and it loaded fine.
Here is my process: cd /tmp/
mount -o remount rw, /
cp /usr/palm/applications/com.palm.app.phone/images/backdrop-phone.png /usr/palm/applications/com.palm.app.phone/images/backdrop-phone.png.orig
wget http://www.invisible-movement.net/downloads/wp-etc/110_320x480.jpg -O /usr/palm/applications/com.palm.app.phone/images/backdrop-phone.png
luna-send -n 1 palm://com.palm.appinstaller/rescan {}
mount -o remount ro, /
I did this also for my lock pin.
cd /tmp/
mount -o remount rw, /
cp /usr/palm/applications/com.palm.app.phone/images/backdrop-firstuse.png /usr/palm/applications/com.palm.app.phone/images/backdrop-firstuse.png.orig
wget http://www.invisible-movement.net/downloads/wp-etc/110_320x480.jpg -O /usr/palm/applications/com.palm.app.phone/images/backdrop-firstuse.png
luna-send -n 1 palm://com.palm.appinstaller/rescan {}
mount -o remount ro, /