Difference between revisions of "Talk:Patch Phone Editing the Lock Screen"

From WebOS Internals
Jump to navigation Jump to search
m (Talk:Changing the Dialer Background Image moved to Talk:Patch Phone Editing the Lock Screen: split page (moved dialer background -> dialer theme))
 
(No difference)

Latest revision as of 18:02, 31 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, /