Quote:
Originally Posted by aaron130
Yes,heres what u do. On the Home screen slide up to photos,in the bottom right softkey click all photos,clixk the photo u want so it shows fullscreen,then the right softkey click menu,set as today background and ur done! Only thing is it will be ur homescreen too.
|
Check out all the LS_ files in your Windows directory. You can edit pretty much all aspects of the Lock Screen - it's amazing. Specifically, you can edit the LS_Global_480_640.cpr and LS_Global_640_480.cpr files to change the background image using the "Source" attribute. They are just XML.
Code:
<Form>
<Image ID="Background" Left="0" Top="-52" Width="480" Height="640" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="ConfettiPlus::WallpaperBitmap"/>
</Form>