Weather Elements HD V2( Lockscreen Thema) discussie in Jailbreak apps en thema's forum; ( verdwijnt na registratie ) Rapidshare wil niet meewerken.....
|
Registreer | FAQ | Ledenlijst | Kalender | Berichten van vandaag | Zoeken |
#361
|
|||
|
|||
Rapidshare wil niet meewerken..
|
Gesponsorde links | |
|
|
|
#362
|
|||
|
|||
Kan deze idd opnieuw ge-upload worden want hier werkt rapidshare ook niet mee
|
#363
|
|||
|
|||
hij staat erop!
maar ik zie alleen het bovenste stuk(een paar wolken) en het groene unlock slide ding.. zou iemand mij willen helpen? |
#364
|
|||
|
|||
Hoe heb je die dan gedownload???? Het lukt me nog steeds niet via rapidshare ...
|
#365
|
|||
|
|||
ik heb m gewoon via cydia geinstalleerd en hem aangevinkt op winterboard, that's it!
oja even respringen en klaar\ nja klaar.. ik zie de helft nog niet maar goed.. weet iemand wat ik fout heb gedaan of ben vergeten? ik vind het thema er echt mooi uitzien maar dan moet ie het ook doen natuurlijk! Laatst gewijzigd door yuri0172; 22-11-10 om 21:34. Reden: ???? |
#366
|
|||
|
|||
Als ik weather elements in cydia wil installeren zegt hij
"size mismatch" en breekt hij af .... Weet er iemand raad? Zou deze graag er terug op hebben .... |
#367
|
|||
|
|||
Ik kan voor een vriend de stadcode niet vinden? Wie kan me helpen? http://apple.accuweather.com/adcbin/...cation=sittard
|
#368
|
|||
|
|||
Wie o wie kan me helpen?
Weather Elements HD V4 geinstaleerd en werkend gekregen, plaatsnaam en temp. komt in het scherm. Alleen krijg ik met geen mogelijkheid de weersvooruitzichten te zien. In Ifile is het iconfigureMe.js bestandje niet te vinden? Wat doe ik verkeerd? |
#369
|
|||
|
|||
Voor de liefhebbers heb ik de Duitse vertaling aangepast naar Nederlands. Als je in translations.js het duitse stuk vervangt voor deze code en daarna in Safari in het configuratie menu kiest voor Duits staat alles in het NL!
Succes! [TABLE] // German translations function translate_de() { translateObj.minAgo = "Minuten Geleden laatste Update"; translateObj.sunrise = "Zonsopgang"; translateObj.sunset = "Zonsondergang"; translateObj.observationtime = "Observatie tijd"; translateObj.pressure = "Luchtdruk"; translateObj.windgusts = "Windvlaag"; translateObj.windspeed = "Windsnelheid"; translateObj.windDirection = "Windrichting"; translateObj.visibility = "Zicht"; translateObj.precip = "Neerslag"; translateObj.uvIndex = "UV Index"; translateObj.dewpoint = "Dauwpunt"; translateObj.cloudCover = "Wolkendek"; translateObj.hi = "Max"; translateObj.lo = "Min"; translateObj.real = "Real"; translateObj.moonPhase = "Maanfase"; translateObj.moonText = "Maantext"; //? translateObj.rain = "Regen"; translateObj.snow = "Sneeuw"; translateObj.humidity = "Luchtvochtigheid"; translateObj.units = "Eenheden:"; /* Moon Text translateObj.moon1 = "New"; translateObj.moon2 = "Waxing Crescent"; translateObj.moon7 = "First"; translateObj.moon8 = "Waxing Gibbous"; translateObj.moon14 = "Full"; translateObj.moon15 = "Waning Gibbous"; translateObj.moon21 = "Last"; translateObj.moon22 = "Waning Crescent"; */ if (translateObj.moonText == 'New') moonText = 'Nieuwe Maan'; if (translateObj.moonText == 'Waxing Crescent') moonText = 'Eerste Kwartier'; if (translateObj.moonText == 'First') moonText = 'Toenemende Halve Maan'; if (translateObj.moonText == 'Waxing Gibbous') moonText = 'Tweede Kwartier'; if (translateObj.moonText == 'Full') moonText = 'Volle Maan'; if (translateObj.moonText == 'Waning Gibbous') moonText = 'Derde Kwartier'; if (translateObj.moonText == 'Last') moonText = 'afnemende halve Maan'; if (translateObj.moonText == 'Waning Crescent') moonText = 'laatste Kwartier'; //description if (self.weatherObject.description.toLowerCase() == 'a shower') self.weatherObject.description = 'Lichte Regen'; if (self.weatherObject.description.toLowerCase() == 'a flurry') self.weatherObject.description = 'Lichte Schneeuw'; if (self.weatherObject.description.toLowerCase() == 'cold') self.weatherObject.description = 'Koud'; if (self.weatherObject.description.toLowerCase() == 'cool') self.weatherObject.description = 'Koel'; if (self.weatherObject.description.toLowerCase() == 'cloudy') self.weatherObject.description = 'Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'clouds and sun') self.weatherObject.description = 'Zon-Half Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'clear') self.weatherObject.description = 'Helder'; if (self.weatherObject.description.toLowerCase() == 'dreary') self.weatherObject.description = 'Druilerig'; if (self.weatherObject.description.toLowerCase() == 'drizzle/rain') self.weatherObject.description = 'Motregen'; if (self.weatherObject.description.toLowerCase() == 'freezing rain') self.weatherObject.description = 'IJzel'; if (self.weatherObject.description.toLowerCase() == 'fog') self.weatherObject.description = 'Mist'; if (self.weatherObject.description.toLowerCase() == 'foggy') self.weatherObject.description = 'Mistig'; if (self.weatherObject.description.toLowerCase() == 'groundfog') self.weatherObject.description = 'Grondmist'; if (self.weatherObject.description.toLowerCase() == 'hazy sunshine') self.weatherObject.description = 'Wazig en Zonnig'; if (self.weatherObject.description.toLowerCase() == 'hazy') self.weatherObject.description = 'Wazig'; if (self.weatherObject.description.toLowerCase() == 'heavy rain') self.weatherObject.description = 'Harde Regen'; if (self.weatherObject.description.toLowerCase() == 'hot') self.weatherObject.description = 'Heet'; if (self.weatherObject.description.toLowerCase() == 'flurries') self.weatherObject.description = 'Winderig'; if (self.weatherObject.description.toLowerCase() == 'intermittent clouds') self.weatherObject.description = 'Gedeeltelijk Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'ice') self.weatherObject.description = 'Vorst'; if (self.weatherObject.description.toLowerCase() == 'light rain') self.weatherObject.description = 'Lichte Regen'; if (self.weatherObject.description.toLowerCase() == 'light rainshower') self.weatherObject.description = 'Lichte Regenbuien'; if (self.weatherObject.description.toLowerCase() == 'lgt.rainshower') self.weatherObject.description = 'Lichte Regenbuien'; if (self.weatherObject.description.toLowerCase() == 'light fog') self.weatherObject.description = 'Lichte Mist'; if (self.weatherObject.description.toLowerCase() == 'light snowshower') self.weatherObject.description = 'Lichte Schneeuwbuien'; if (self.weatherObject.description.toLowerCase() == 'lgt.snowshower') self.weatherObject.description = 'Lichte Schneeuwbuien'; if (self.weatherObject.description.toLowerCase() == 'light snow') self.weatherObject.description = 'Lichte Sneeuw'; if (self.weatherObject.description.toLowerCase() == 'mist') self.weatherObject.description = 'Mistig'; if (self.weatherObject.description.toLowerCase() == 'mostly clear') self.weatherObject.description = 'Overwegend Helder'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy with snow') self.weatherObject.description = 'Overwegend bewolkt met Sneeuw'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy') self.weatherObject.description = 'Voornamelijk Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy with showers') self.weatherObject.description = 'Bewolkt met kans op Regen'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy with thunder showers') self.weatherObject.description = 'Overwegend Bewolkt met kans op Onweer'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy with thunder showers') self.weatherObject.description = 'Overwegend Bewolkt met kans op Onweer'; if (self.weatherObject.description.toLowerCase() == 'mostly cloudy with flurries') self.weatherObject.description = 'Overwegend Bewolkt en Winderig'; if (self.weatherObject.description.toLowerCase() == 'mostly sunny') self.weatherObject.description = 'Overwegend Zonnig'; if (self.weatherObject.description.toLowerCase() == 'overcast') self.weatherObject.description = 'Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'partly cloudy') self.weatherObject.description = 'Overwegend Bewolkt'; if (self.weatherObject.description.toLowerCase() == 'partly cloudy with showers') self.weatherObject.description = 'Overwegend Bewolkt met Regen'; if (self.weatherObject.description.toLowerCase() == 'partly cloudy with thunder showers') self.weatherObject.description = 'Overwegend Bewolkt met Onweer'; if (self.weatherObject.description.toLowerCase() == 'partly sunny with showers') self.weatherObject.description = 'Overwegend Zonnig met kans op Regen'; if (self.weatherObject.description.toLowerCase() == 'partly sunny with flurries') self.weatherObject.description = 'Overwegend Zonnig met windvlagen'; if (self.weatherObject.description.toLowerCase() == 'partly sunny') self.weatherObject.description = 'Overwegend Zonnig'; if (self.weatherObject.description.toLowerCase() == 'partly sunny with thunder showers') self.weatherObject.description = 'Overwegend Zonnig met kans op Onweer'; if (self.weatherObject.description.toLowerCase() == 'partly sunny') self.weatherObject.description = 'Overwegend Zonnig'; if (self.weatherObject.description.toLowerCase() == 'plight snow') self.weatherObject.description = 'Zware Sneeuw'; if (self.weatherObject.description.toLowerCase() == 'rain') self.weatherObject.description = 'Regen'; if (self.weatherObject.description.toLowerCase() == 'rain shower') self.weatherObject.description = 'Regenbuien'; if (self.weatherObject.description.toLowerCase() == 'rain and snow') self.weatherObject.description = 'Natte Sneeuw'; if (self.weatherObject.description.toLowerCase() == 'rain and snow mixed') self.weatherObject.description = 'Natte Sneeuw'; if (self.weatherObject.description.toLowerCase() == 'retired') self.weatherObject.description = 'Geen voorspelling'; if (self.weatherObject.description.toLowerCase() == 'scattered clouds') self.weatherObject.description = 'Verspreide Bewolking'; if (self.weatherObject.description.toLowerCase() == 'sunshine and patchy clouds') self.weatherObject.description = 'Zonnig en licht bewolkt'; if (self.weatherObject.description.toLowerCase() == 'sunny') self.weatherObject.description = 'Zonnig'; if (self.weatherObject.description.toLowerCase() == 'showers') self.weatherObject.description = 'Buien'; if (self.weatherObject.description.toLowerCase() == 'sleet') self.weatherObject.description = 'IJzel'; if (self.weatherObject.description.toLowerCase() == 'snow') self.weatherObject.description = 'Schneeuw'; if (self.weatherObject.description.toLowerCase() == 'some clouds') self.weatherObject.description = 'Licht bewolkt'; if (self.weatherObject.description.toLowerCase() == 'thunderstorm') self.weatherObject.description = 'Onweer'; if (self.weatherObject.description.toLowerCase() == 'windy') self.weatherObject.description = 'Winderig'; // New if (self.weatherObject.description.toLowerCase() == 'light rain drizzle') self.weatherObject.description = 'Lichte Motregen'; if (self.weatherObject.description.toLowerCase() == 'light showers rain') self.weatherObject.description = 'Lichte Regenbuien'; if (self.weatherObject.description.toLowerCase() == 'drizzle mist') self.weatherObject.description = 'Regen, Mistig'; if (self.weatherObject.description.toLowerCase() == 'light drizzle fog') self.weatherObject.description = 'lichte Motregen, Mist'; if (self.weatherObject.description.toLowerCase() == 'light rain drizzle mist') self.weatherObject.description = 'lichte Regen, Mist'; //forecast for (var i in self.weatherObject.forecast) { if (self.weatherObject.forecast[i].daycode == 'Sunday') self.weatherObject.forecast[i].daycode = 'Zondag'; if (self.weatherObject.forecast[i].daycode == 'Monday') self.weatherObject.forecast[i].daycode = 'Maandag'; if (self.weatherObject.forecast[i].daycode == 'Tuesday') self.weatherObject.forecast[i].daycode = 'Dinsdag'; if (self.weatherObject.forecast[i].daycode == 'Wednesday') self.weatherObject.forecast[i].daycode = 'Woensdag'; if (self.weatherObject.forecast[i].daycode == 'Thursday') self.weatherObject.forecast[i].daycode = 'Donderdag'; if (self.weatherObject.forecast[i].daycode == 'Friday') self.weatherObject.forecast[i].daycode = 'Vrijdag'; if (self.weatherObject.forecast[i].daycode == 'Saturday') self.weatherObject.forecast[i].daycode = 'Zaterdag'; if (self.weatherObject.forecast[i].desc == 'A Shower') self.weatherObject.forecast[i].desc = 'Regen'; if (self.weatherObject.forecast[i].desc == 'Cold') self.weatherObject.forecast[i].desc = 'Koud'; if (self.weatherObject.forecast[i].desc == 'Chance of Rain') self.weatherObject.forecast[i].desc = 'Kans op Regen'; if (self.weatherObject.forecast[i].desc == 'Chance of Snow') self.weatherObject.forecast[i].desc = 'Kans op Sneeuw'; if (self.weatherObject.forecast[i].desc == 'Cool') self.weatherObject.forecast[i].desc = 'Koel'; if (self.weatherObject.forecast[i].desc == 'Cloudy') self.weatherObject.forecast[i].desc = 'Bewolkt'; if (self.weatherObject.forecast[i].desc == 'Clouds and Sun') self.weatherObject.forecast[i].desc = 'Wolken en Zon'; if (self.weatherObject.forecast[i].desc == 'Clear') self.weatherObject.forecast[i].desc = 'Helder'; if (self.weatherObject.forecast[i].desc == 'Dreary') self.weatherObject.forecast[i].desc = 'Druilerig'; if (self.weatherObject.forecast[i].desc == 'Drizzle') self.weatherObject.forecast[i].desc = 'Motregen'; if (self.weatherObject.forecast[i].desc == 'Drizzle/Rain') self.weatherObject.forecast[i].desc = 'Motregen'; if (self.weatherObject.forecast[i].desc == 'Freezing Rain') self.weatherObject.forecast[i].desc = 'Aanvriezende Regen'; if (self.weatherObject.forecast[i].desc == 'Fog') self.weatherObject.forecast[i].desc = 'Mistig'; if (self.weatherObject.forecast[i].desc == 'Foggy') self.weatherObject.forecast[i].desc = 'Mist'; if (self.weatherObject.forecast[i].desc == 'Groundfog') self.weatherObject.forecast[i].desc = 'Grondmist'; if (self.weatherObject.forecast[i].desc == 'Hazy Sunshine') self.weatherObject.forecast[i].desc = 'Wazige Zon'; if (self.weatherObject.forecast[i].desc == 'Hazy') self.weatherObject.forecast[i].desc = 'Wazig'; if (self.weatherObject.forecast[i].desc == 'Heavy Rain') self.weatherObject.forecast[i].desc = 'Zware Regen'; if (self.weatherObject.forecast[i].desc == 'Hot') self.weatherObject.forecast[i].desc = 'Heet'; if (self.weatherObject.forecast[i].desc == 'Flurries') self.weatherObject.forecast[i].desc = 'Winderig'; if (self.weatherObject.forecast[i].desc == 'Intermittent Clouds') self.weatherObject.forecast[i].desc = 'Wisselend Bewolkt'; if (self.weatherObject.forecast[i].desc == 'Ice') self.weatherObject.forecast[i].desc = 'IJs'; if (self.weatherObject.forecast[i].desc == 'Light Rain') self.weatherObject.forecast[i].desc = 'Lichte Regen'; if (self.weatherObject.forecast[i].desc == 'Light Rainshower') self.weatherObject.forecast[i].desc = 'Lichte Regenbuien'; if (self.weatherObject.forecast[i].desc == 'Lgt.Rainshower') self.weatherObject.forecast[i].desc = 'Lichte Regenbuien'; if (self.weatherObject.forecast[i].desc == 'Light Fog') self.weatherObject.forecast[i].desc = 'Lichte Mist'; if (self.weatherObject.forecast[i].desc == 'Light Snowshower') self.weatherObject.forecast[i].desc = 'Lichte Sneeuwbuien'; if (self.weatherObject.forecast[i].desc == 'Light Snow') self.weatherObject.forecast[i].desc = 'Lichte Schneeuw'; if (self.weatherObject.forecast[i].desc == 'Mist') self.weatherObject.forecast[i].desc = 'Mistig'; if (self.weatherObject.forecast[i].desc == 'Mostly Clear') self.weatherObject.forecast[i].desc = 'Overwegend Helder'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy with snow') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt met Sneeuw'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy with Showers') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt met Buien'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy with Thunder Showers') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt met kans op Onweer'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy with Thunder Showers') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt met kans op Onweer'; if (self.weatherObject.forecast[i].desc == 'Mostly Cloudy with Flurries') self.weatherObject.forecast[i].desc = 'Overwegend Bewolkt met Sneeuwbuien'; if (self.weatherObject.forecast[i].desc == 'Mostly Sunny') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig'; if (self.weatherObject.forecast[i].desc == 'Overcast') self.weatherObject.forecast[i].desc = 'Bewolkt'; if (self.weatherObject.forecast[i].desc == 'Partly Cloudy') self.weatherObject.forecast[i].desc = 'Gedeeltelijk Bewolkt'; if (self.weatherObject.forecast[i].desc == 'Partly Cloudy with Showers') self.weatherObject.forecast[i].desc = 'Gedeeltelijk Bewolkt met kans op Regen'; if (self.weatherObject.forecast[i].desc == 'Partly Cloudy with Thunder Showers') self.weatherObject.forecast[i].desc = 'Gedeeltelijk Bewolkt met Onweer'; if (self.weatherObject.forecast[i].desc == 'Partly Sunny with Showers') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig met kans op Regen'; if (self.weatherObject.forecast[i].desc == 'Partly Sunny with Flurries') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig met kans op Sneeuwbuien'; if (self.weatherObject.forecast[i].desc == 'Partly Sunny') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig'; if (self.weatherObject.forecast[i].desc == 'Partly Sunny with Thunder Showers') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig met kans op Onweer'; if (self.weatherObject.forecast[i].desc == 'Partly Sunny') self.weatherObject.forecast[i].desc = 'Overwegend Zonnig'; if (self.weatherObject.forecast[i].desc == 'Plight Snow') self.weatherObject.forecast[i].desc = 'Zware Sneeuw'; if (self.weatherObject.forecast[i].desc == 'Rain') self.weatherObject.forecast[i].desc = 'Regen'; if (self.weatherObject.forecast[i].desc == 'Rain Shower') self.weatherObject.forecast[i].desc = 'Regenbuien'; if (self.weatherObject.forecast[i].desc == 'Rain and Snow Mixed') self.weatherObject.forecast[i].desc = 'Natte Sneeuw'; if (self.weatherObject.forecast[i].desc == 'Retired') self.weatherObject.forecast[i].desc = 'Geen Weerbericht'; if (self.weatherObject.forecast[i].desc == 'scattered clouds') self.weatherObject.forecast[i].desc = 'Verspreide Bewolking'; if (self.weatherObject.forecast[i].desc == 'Sunshine and patchy clouds') self.weatherObject.forecast[i].desc = 'Zon met een paar Wolken'; if (self.weatherObject.forecast[i].desc == 'Sunny') self.weatherObject.forecast[i].desc = 'Zon'; if (self.weatherObject.forecast[i].desc == 'Showers') self.weatherObject.forecast[i].desc = 'Regenbuien'; if (self.weatherObject.forecast[i].desc == 'Sleet') self.weatherObject.forecast[i].desc = 'Hagel'; if (self.weatherObject.forecast[i].desc == 'Snow') self.weatherObject.forecast[i].desc = 'Sneeuw'; if (self.weatherObject.forecast[i].desc == 'Some Clouds') self.weatherObject.forecast[i].desc = 'Enkele Wolken'; if (self.weatherObject.forecast[i].desc == 'Thunderstorm') self.weatherObject.forecast[i].desc = 'Onweer'; if (self.weatherObject.forecast[i].desc == 'Windy') self.weatherObject.forecast[i].desc = 'Winderig'; } } [/TABLE] |
#370
|
|||
|
|||
Heeft iemand het bovenstaande werkend gekregen.... Bij mij wil het niet lukken..
|
#371
|
|||
|
|||
Waar kan ik deze ergens downloaden, dit programma spreekt me erg aan moet ik zeggen
|
#372
|
|||
|
|||
v4 is al uit.
|
#373
|
|||
|
|||
Wat moet ik typen in cydia om deze te vinden?
Ik vind dit super maarja als ik het niet vind kan ik het niet installeren natuurlijk. Alles heb ik hier gelezen maar ik ben echt een noob hierin en wil het makkelijkste via cydia doen Hopelijk kan men mij helpen. Grtn |
#374
|
|||
|
|||
Bij mij kom ik niet verder als dit: http://dl.dropbox.com/u/19828177/weather-elements.png
Geen idee, waarom heb alles al geprobeerd door Lockinfo te verwijderen en Intelliscreen te installeren. En ik heb gewoon de link uit de eerst post gebruikt, versie 3. |
#375
|
|||
|
|||
Mmmmm ik schaam me dat ik in een andere topic over screenshot lockscreen, dacht dat ik een nieuw thema gevonden had. Nu blijkt het hier allang ontdekt te zijn en heb ik het over het hoofd gezien.
Ik heb het ook via cydia. De woonplaats heb ik gewoon Eindhoven ingevuld zonder code of iets. Er komt ook een icoontje op je spriingboard te staan waarin je ook dingen kunt wijzigen. Verder activeren in winterboard |
#376
|
|||
|
|||
Zou je me dit misschien eens uit willen leggen, ik kom niet verder als m'n post hierboven...
|
#377
|
|||
|
|||
Citaat:
Ik heb het programma uit cydia zoals ik al zei...ik heb toen via iPhone explorer bij city de naam Eindhoven ingevuld. Opgeslagen..In het programmaatje wat erbij hoort in springboard heb ik nog eens Eindhoven ingevuld use Gps. Uitgevinkt Verder true animation weer aangevinkt. Toen opgeslagen Dat is het eigenlijk. |
#378
|
|||
|
|||
Citaat:
Niks veranderd aan de HTML, alleen configureMe.js Zou je misschien een screenshot kunnen posten?? Alvast bedankt voor de moeite |
#379
|
|||
|
|||
http://forum.iculture.nl/f14/jailbre...topic-187.html
Hier heb ik wat foto 's bij gevoegd. Kijk maar even Toen ik bij configure me ging wijzigen kreeg ik dezelfde afbeelding als jij. Heb t opnieuw geïnstalleerd. De originele versie. Geen update of wat. Die doen t bij mij ook niet. Verder is t een eenvoudige installatie. |
#380
|
|||
|
|||
Citaat:
Bedankt voor je hulp! |
Labels |
elements, lockscreen, mnidhk, vraag, weather, weer, widget, winterboard |
Er zijn 1 actieve gebruikers die momenteel deze discussie bekijken (0 leden en 1 gasten) |
|
Soortgelijke discussies |
||||
Discussie | Auteur | Forum | Reacties | Laatste bericht |
nieuw thema en lockscreen | Pinraiser | Jailbreak apps en thema's | 8 | 30-07-11 12:50 |
Vraagteken bij Weather Elements | julian1994 | Jailbreak apps en thema's | 0 | 24-04-11 11:36 |
weather in lockscreen | xcansx | Jailbreak apps en thema's | 25 | 21-01-10 17:55 |
katra's weather lockscreen veranderen | Hisense | Jailbreak apps en thema's | 50 | 25-11-09 21:42 |
|
|