Vielen Dank für die Wallpaper.zip
Jetzt habe ich noch folgendes Problem.
Ich möchte sowohl die iVillian Flip Clock als auch das iVillian Weather Theme auf meinem Lockscreen haben, habe dazu auch die folgende LockBackground.html im Theme Verzeichnis angelegt:
<?xml version="1.0" encoding="UTF-8"?>
<html><head>
<base href="Private/"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style>
body {
background-color: none;
margin: 0;
padding: 278px 0 0 0;
height: 480px;
width: 320px;
}
</style>
</head>
<body background="widget.png">
<table style="position: absolute; top: -130px; left: 40px; width: 320px; height: 461px;" cellspacing="" cellpadding="" align="center">
<td height="40" border="0">
<img src="dg8.gif" name="hr1" width="50" heigth="69"><img
src="dgb.gif" name="b1" width="2" heigth="69"><img
src="dg8.gif" name="hr2" width="50" heigth="69"><img
src="dgc.gif" name="c" width="35" heigth="69"><img
src="dg8.gif" name="mn1" width="50" heigth="69"><img
src="dgb.gif" name="b2" width="2" heigth="69"><img
src="dg8.gif" name="mn2" width="50" heigth="69">
</td></table>
<script type="text/javascript"><!-- start
dg0 = new Image();dg0.src = "dg0.gif";
dg1 = new Image();dg1.src = "dg1.gif";
dg2 = new Image();dg2.src = "dg2.gif";
dg3 = new Image();dg3.src = "dg3.gif";
dg4 = new Image();dg4.src = "dg4.gif";
dg5 = new Image();dg5.src = "dg5.gif";
dg6 = new Image();dg6.src = "dg6.gif";
dg7 = new Image();dg7.src = "dg7.gif";
dg8 = new Image();dg8.src = "dg8.gif";
dg9 = new Image();dg9.src = "dg9.gif";
dgc = new Image();dgc.src = "dgc.gif";
dgz = new Image();dgz.src = "dgz.gif";
dgb = new Image();dgb.src = "dgb.gif";
function dotime(){
theTime=setTimeout('dotime()',1000);
d = new Date();
hr= d.getHours()+100;
mn= d.getMinutes()+100;
se= d.getSeconds()+100;
tot=''+hr+mn+se;
if (se%2==0){document.c.src = 'dgz.gif';}
else {document.c.src = 'dgc.gif';}
document.hr1.src = 'dg'+tot.substring(1,2)+'.gif';
document.hr2.src = 'dg'+tot.substring(2,3)+'.gif';
document.mn1.src = 'dg'+tot.substring(4,5)+'.gif';
document.mn2.src = 'dg'+tot.substring(5,6)+'.gif';
}
dotime();
//end -->
</script>
</body></html>
Wie bekomme ich das Theme Wallpaper auf den Lockscreen und natürlich meine Wetterinfo sodass es am Ende wie auf dem Homescreen aussieht?