PDA

View Full Version : Editing SCR file



maokly
04-21-2010, 01:04 AM
Hi,
Some LG phones (VX10000, Voyager)'s SCR file looks something like this

....
;Kim HyunWoo 2005.02.12
;================================================= ========================
;ANIMATION IMAGE ITEM
;================================================= ========================
;efs write "dload/mainOpening1.jpg"
;efs write "dload/mainOpening2.jpg"
;efs write "dload/subOpening1.jpg"
;efs write "dload/subOpening2.jpg"
;efs write "dload/mainClosing1.jpg"
;efs write "dload/mainClosing2.jpg"
;efs write "dload/subClosing1.jpg"
;efs write "dload/subClosing2.jpg"
....

When i browse to the location /dload/ no files with that name exist :confused: :confused:

I want to change opening animation

please advice if you know

tronoftroy
09-19-2011, 03:54 PM
;efs write "dload/mainOpening1.jpg"

remove the ; in the front of any command that will be used by the phone.
; is a used as a Comment.

so like this. will work.
efs write "dload/mainOpening1.jpg"