Bienvenue sur le forum du blog iPhon.fr
Pensez à poster dans la bonne rubrique, respecter les propos des autres internautes, ne pas utiliser le langage SMS, et enfin, à utiliser la fonction 'Recherche' !
Et... Gardez le sens de l'humour, de la convivialité et de la décontraction. On n'est pas là pour se prendre la tête ! ;-)
zoo c'est possible d'avoir tes barres réseaux 3g et wifi pour le thème mp2?
Dernière modification par GuiGui21 (18-04-2011 20:46:17)
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
jocs a écrit :comment fait on pour le modifier. merci
tu ouvre la page avec notepad par exemple et tu va tomber sur une sorte de code et la pour changer la ville il faut que tu trouve " locate=FRXX0059" par exemple et c'est la que tu devras remplacer par le code de ta ville
D'habitude je le trouve mais sur le widget mp2 de zoo non :s
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
<style>
#Layer{width: 322px; height: 482px; position: absolute; top: -1px; right: 0px; down: 0px; left: -1px;}
.stretch {width:100%; height:100%;}
</style>
<body>
<table><td>
<div id="Layer"><img src="SBWallpaper.png" class="stretch"/></div>
<script>
var EnableClock = true;
var EnableCalendar = true;
var EnableLine = true;
</script>
<style>
SPAN#clock
{
position: absolute;
font-family: Helvetica; display: none;
font-weight: normal;
color: #31d4ff;
opacity: 0.9;
font-size: 100px;
z-index: 2;
top: 45px;
left: 5px;
width: 320px;
height: 481px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
SPAN#mins
{
position: absolute;
font-family: Helvetica;
font-weight: bold;
color: #b9b3b4;
opacity: 0.9;
font-size: 46px; display: none;
z-index: 3;
top: 340px;
left: 105px;
width: 320px;
height: 481px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
SPAN#ampm
{
position: absolute;
font-family: Eurostile;
font-weight: bold; display: none;
color: #b9b3b4;
font-size: 64px;
opacity: 0.6;
text-transform: uppercase;
z-index: 1;
top: 320px;
left: 35px;
width: 320px;
height: 481px;"
}
.CalendarWidget
{
text-align:center;margin-left:0px;margin-top:0px; width: 320px; height: 480px;
position: absolute; top: 369px; right: 0px; down: 0px; left: 0px;
}
.main
{
text-align:center;
color: #ffffff;
text-shadow: 2px 2px 2px #black;
font-family:Helvetica;
font-size:14px;
font-weight: normal;
padding:2px 2px 2px 2px;
background-color:transparent;
}
#main td
{
font-size:10px;
border:1px solid #D70000;
padding:2px 2px 2px 2px;
}
#main tr
{
font-size:10px;
}
.month
{
display: none;
position: relative;
top: 7px;
font-size: 20px; text-align: center;
color: #b9b3b4; left: 50px;
font-weight: normal;
font-family:Helvetica;
opacity:0.9;
z-index: 1;
text-transform: uppercase;
}
.year
{
display: none;
position: relative;
top: -33px;
// text-shadow: #000000 0px 1px 0px;
font-size: 45px; left: 100px;
color: #31d4ff; text-align: center;
font-weight: normal;
font-family:Helvetica;
opacity:0.3;
padding: 2px 0px 2px 0px;
z-index: 1;
text-transform: uppercase;
}
#daysofweek
{
color: rgba(209, 209, 209, 1);
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
font-size: 11px;
font-family: Helvetica;
padding: 0 2px;
}
#days
{
color: #white; opacity: 0.6;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
font-size: 11px;
font-family:Helvetica;
}
#today
{
// border-radius: 2px;
// background-color: rgba(255, 255, 255, .3);
color: #white;
text-shadow: #white 0px 0px 14px; #white 0px 0px 14px;
font-family: Helvetica;
font-size: 13px;
font-weight: normal;
padding: 0 2px;
}
#trans2
{
-webkit-transform: translate(30px,10px);/*Translated to the left and down slightly*/
}
</style>
<!---------------------------------------------------------------------------------------------------------------->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="refresh" Content="3600">
<script>
<!-- Clock Code -->
var this_date_timestamp = new Date()
var this_weekday = this_date_timestamp.getDay()
var this_date = this_date_timestamp.getDate()
var this_month = this_date_timestamp.getMonth()
var this_year = this_date_timestamp.getYear()
if (this_year < 1000)
this_year+= 1900;
if (this_year==101)
this_year=2001;
function init ( )
{
timeDisplay = document.createTextNode ( "" );
document.getElementById("clock").appendChild ( timeDisplay );
}
function updateClock ( )
{
var currentHours_name_array = new Array ("00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "00")
var currentMinutes_name_array = new Array ("00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28","29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60")
var currentTime = new Date ( );
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
currentHours = ( currentHours < 0 ) ? currentHours + 24 : currentHours;
currentMinutes = ( currentMinutes < 0 ) ? currentMinutes + 60 : currentMinutes;
currentSeconds = ( currentSeconds < 0 ) ? currentSeconds + 60 : currentSeconds;
var currentTimeString = currentHours_name_array[currentHours] + ":" + currentMinutes_name_array[currentMinutes];
var currentTimeString1 = currentMinutes_name_array[currentMinutes];
if (EnableClock == true){
document.getElementById("clock").firstChild.nodeValue = currentTimeString;
document.getElementById("mins").firstChild.nodeValue = currentTimeString1;
}
}
function amPm ( )
{
var currentTime = new Date ( );
var currentHours = currentTime.getHours ( );
var timeOfDay = ( currentHours < 12 ) ? "am" : "pm";
// currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
var currentTimeString = timeOfDay;
if (EnableClock == true){
document.getElementById("ampm").firstChild.nodeValue = " " + currentTimeString;
}
}
<!-- Calendar Code -->
function buildCal(m, y, cM, cH, cDW, cD){
var this_weekday_name2 = new Array("Sunday","Monday","Tuesday","Wednesday","Jeudi","Friday","Saturday")
var this_weekday_name_array = ["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"];
var mn=['January','February','March','April','May','June','July','August','September','October','November','December'];
var dim=[31,0,31,30,31,30,31,31,30,31,30,31];
var oD = new Date(y, m-1, 1); //DD replaced line to fix date bug when current day is 31st
oD.od=oD.getDay()+1; //DD replaced line to fix date bug when current day is 31st
var todaydate=new Date() //DD added
var this_weekday = todaydate.getDay()
var this_month = todaydate.getMonth()
var this_date = todaydate.getDate()
var this_year = todaydate.getYear()
if (this_year < 2000){this_year = this_year + 1900;}
dim[1]=(((oD.getFullYear()%100!=0)&&(oD.getFullYear()%4==0))||(oD.getFullYear()%400==0))?29:28;
var t = '';
days_TM=dim[this_month];
if (this_month==0)
days_PM=dim[11];
else
days_PM=dim[this_month-1];
if (this_month==11)
days_NM=dim[0];
else
days_NM=dim[this_month+1];
k=0;
do{
k2=this_date-k;
if(k2<=0)
wkstart=days_PM+k2;
else
wkstart=k2;
k++;
}
while(k<=this_weekday)
for (s=0;s<7;s++){
if (s==this_weekday){
t+='<span id="today">'+this_weekday_name_array[s]+'</span>';
}
else{
t+='<span id="daysofweek">'+this_weekday_name_array[s]+'</span>';
}
}
t+='<span id="daysofweek">[2011]</span>';//<span id="today">'+this_date+'</spean>';
for (L=0;L<this_weekday;L++){
L2=L+wkstart;
if(L2>days_PM) L2=L2-days_PM;
if(L2==this_date) t+='<span id="today">'+L2+'</span>';
else t+='<span id="daysofweek">'+L2+'</span>';
}
for (M=0;M<=6-this_weekday;M++){
M2=M+this_date;
if(M2>days_TM) M2=M2-days_TM;
if (M2==this_date) t+='<span id="today">'+M2+'</span>';
else t+='<span id="daysofweek">'+M2+'</span>';
}
t+='<div class="month">'+mn[this_month]+'</div>';
t+='<div class="year">'+this_year+'</div>';
return t;
}
</script>
<body>
<table>
<tr valign="top" style="text-align: left" border="0" cellpadding="0">
<td height="12" valign="top" margin-right="0">
<span id="clock">
<script language="JavaScript">updateClock(); setInterval('updateClock()', 1000 )</script>
</span></td></tr></table>
<table><tr valign="top" style="text-align: left" border="0" cellpadding="0"><td height="12" valign="top" margin-right="0">
<span id="mins">
<script language="JavaScript">updateClock(); setInterval('updateClock()', 1000 )</script></span></td></tr></table>
<table>
<tr align="left" valign="top" border="0" cellpadding="0"><td height="12" valign="top" margin-left="20" >
<span id="ampm">
<script language="JavaScript">amPm(); setInterval('amPm()', 1000 )</script>
</span>
</td>
</tr></table>
<!-- Calendar Code -->
<!--<table><tr><td id="CalendarWidget">-->
<div class="CalendarWidget">
<script type="text/javascript">
if (EnableCalendar == true){
var todaydate=new Date();
var curmonth=todaydate.getMonth()+1;
var curyear=todaydate.getFullYear();
document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days"));
}
</script>
</div>
<base href="Private/"/>
</head>
<body bgcolor="Transparent" onload="onLoad()">
<table style="position: absolute;top: 11px; left: -5px; width: 320px; height: 461px;z-index: 12">
<tr align="right" valign="top" border="0" cellpadding="0">
<td height="12" valign="top" margin-left="20">
<span id="clock">
<script language="JavaScript">updateClock(); setInterval('updateClock()', 1000 )</script></span>
</td>
</tr>
</table>
<table style="position: absolute;top: 295px; left: 30px; width: 320px; height: 461px;">
<tr align="center" valign="top" border="0" cellpadding="0">
<td height="12" valign="top" margin-left="20" >
<span id="ampm">
<script language="JavaScript">amPm(); setInterval('amPm()', 1000 )</script>
</span>
</td>
</tr></table>
<table style="position: absolute;top: 71px; left: 0px; width: 320px; height: 480px; z-index:1;">
<td id="vweekday" width="254" height="12" align="right;" valign="top" margin-left="20">
<span id="vweekday" valign="top">
<script language="JavaScript">calendarDate(); setInterval('calendarDate()', 1000 )</script></font>
</span>
</td>
</tr>
</table>
<table style="position: absolute;top: -158px; left: 0px; width: 320px; height: 480px;">
<td id="vmonth" width="254" height="12" align="center;" valign="top" margin-left="20">
<span id="vmonth" valign="top">
<script language="JavaScript">calendarDate(); setInterval('calendarDate()', 1000 )</script></font>
</span>
</td>
</tr>
</table>
<table style="position: absolute;top: -60px; left: 0px; width: 320px; height: 480px; z-index:1;">
<td id="vyear" width="254" height="12" align="left;" valign="top" margin-left="20">
<span id="vyear" valign="top">
<script language="JavaScript">calendarDate(); setInterval('calendarDate()', 1000 )</script></font>
</span>
</td>
</tr>
</table>
<table style="position: absolute; top: 29px; left: 0px; width: 320px; height: 461px;">
<tr>
<td id=date valign="top" TD STYLE="text-align: left" valign="top" border="0" cellpadding="0">
<span id="calendar">
<script language="JavaScript">calendarDate(); setInterval('calendarDate()', 1000 )</script>
</span>
</tr>
</table>
<body>
</tr>
</table>
</script>
<script type="text/javascript">
var locale = '583067'
var isCelsius = true
var useRealFeel = false
var enableWallpaper = true;
var enableLockScreen = true;
var stylesheetWall = 'mini'
var stylesheetLock = 'mini'
var stylesheet = 'mini'
var iconSetWall = 'stardock'
var iconExtWall = ".png"
var iconSetLock = 'stardock'
var iconExtLock = '.png'
var source = 'yahooWeather'
var updateInterval = 30
var postal;
var demoMode = false;
var enabled;
if (location.href.indexOf("LockBackground") == -1){
stylesheet = stylesheetWall;
iconSet = iconSetWall;
iconExt = iconExtWall;
enabled = enableWallpaper;
}else{
stylesheet = stylesheetLock;
iconSet = iconSetLock;
iconExt = iconExtLock;
enabled = enableLockScreen;
}
if(enabled == true){
if(iconSet == null || iconSet == 'null' || iconSet == ""){
var iconSet = stylesheet;
}
var headID = document.getElementsByTagName("head")[0];
var styleNode = document.createElement('link');
styleNode.type = 'text/css';
styleNode.rel = 'stylesheet';
styleNode.href = 'Stylesheets/'+stylesheet+'.css';
headID.appendChild(styleNode);
var scriptNode = document.createElement('script');
scriptNode.type = 'text/javascript';
scriptNode.src = 'Sources/'+source+'.js';
headID.appendChild(scriptNode);
}
function onLoad(){
if (enabled == true){
if (demoMode == true){
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+"30"+iconExt;
document.getElementById("city").innerText="Somewhere";
document.getElementById("desc").innerText="Partly Cloudy";
document.getElementById("temp").innerText="100°";
}else{
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+"dunno"+iconExt;
validateWeatherLocation(escape(locale).replace(/^%u/g, "%"), setPostal)
}
}else{
document.getElementsByTagName("body")[0].innerText='';
}
}
function convertTemp(num)
{
if (isCelsius == true)
return Math.round ((num - 32) * 5 / 9);
else
return num;
}
function setPostal(obj){
if (obj.error == false){
if(obj.cities.length > 0){
postal = escape(obj.cities[0].zip).replace(/^%u/g, "%")
document.getElementById("WeatherContainer").className = "";
weatherRefresherTemp();
}else{
document.getElementById("city").innerText="Not Found";
document.getElementById("WeatherContainer").className = "errorLocaleNotFound";
}
}else{
document.getElementById("city").innerText=obj.errorString;
document.getElementById("WeatherContainer").className = "errorLocaleValidate";
setTimeout('validateWeatherLocation(escape(locale).replace(/^%u/g, "%"), setPostal)', Math.round(1000*60*5));
}
}
function dealWithWeather(obj){
if (obj.error == false){
document.getElementById("city").innerText=obj.city;
document.getElementById("desc").innerText=Francais[obj.icon];
if(useRealFeel == true){
tempValue = convertTemp(obj.realFeel);
}else{
tempValue = convertTemp(obj.temp)
}
document.getElementById("temp").innerHTML=tempValue+ "°C";
document.getElementById("weatherIcon").src="Icon Sets/"+iconSet+"/"+MiniIcons[obj.icon]+iconExt;
document.getElementById("WeatherContainer").className = "";
}else{
//Could be down to any number of things, which is unhelpful...
document.getElementById("WeatherContainer").className = "errorWeatherDataFetch";
}
}
function weatherRefresherTemp(){
fetchWeatherData(dealWithWeather,postal);
setTimeout(weatherRefresherTemp, 60*1000*updateInterval);
}
var MiniIcons =
[
"0", //0 tornado
"1", //1 tropical storm
"2", //2 hurricane
"3", //3 severe thunderstorms
"4", //4 thunderstorms
"5", //5 mixed rain and snow
"6", //6 mixed rain and sleet
"7", //7 mixed snow and sleet
"8", //8 freezing drizzle
"9", //9 drizzle
"10", //10 freezing rain
"11", //11 showers
"12", //12 showers
"13", //13 snow flurries
"14", //14 light snow showers
"15", //15 blowing snow
"16", //16 snow
"17", //17 hail
"17", //18 sleet
"19", //19 dust
"20", //20 foggy
"21", //21 haze
"22", //22 smoky
"23", //23 blustery
"24", //24 windy
"25", //25 cold
"26", //26 cloudy
"27", //27 mostly cloudy (night)
"28", //28 mostly cloudy (day)
"29", //29 partly cloudy (night)
"30", //30 partly cloudy (day)
"31", //31 clear (night)
"32", //32 sunny
"33", //33 fair (night)
"34", //34 fair (day)
"35", //35 mixed rain and hail
"36", //36 hot
"37", //37 isolated thunderstorms
"38", //38 scattered thunderstorms
"39", //39 scattered thunderstorms
"40", //40 scattered showers
"41", //41 heavy snow
"42", //42 scattered snow showers
"43", //43 heavy snow
"44", //44 partly cloudy
"45", //45 thundershowers
"46", //46 snow showers
"47", //47 isolated thundershowers
"dunno", //3200 not available
]
var Francais =
[
"Tornade",
"Orage Tropical",
"Ouragan",
"Orages",
"Orages",
"Pluie et Neige",
"Pluie et Verglas",
"Neige et Verglas",
"Brouillard Vergla̮̤ant",
"Brouillard",
"Pluie Vergla̮̤ante",
"Averses",
"Averses",
"Bourrasques de neige",
"Petites chutes de neige",
"Chutes de neige - Vent",
"Neige",
"gr̮̻le",
"Verglas",
"Non communiqu̮̩",
"brumeux",
"Brume",
"Non communiqu̮̩",
"Non communiqu̮̩",
"Vent",
"Froid",
"Nuageux",
"Passages nuageux",
"Passages nuageux",
"Passages nuageux",
"Passages nuageux",
"Ciel Clair",
"Ensoleill̮̩",
"Clair",
"Beau Temps",
"Pluie et Gr̮̻le m̮̩lang̮̩es",
"Tr̮̬s Chaud",
"Passages nuageux avec orages",
"Orage et ̮̩claircies",
"Orage et ̮̩claircies",
"Pluies et ̮̩claircies",
"Chute de neige importante",
"Petite chutes de neige",
"Chute de neige importante",
"Partiellement couvert",
"Tonnerre",
"Chutes de neige",
"Tonnerre et ̮̩claircies",
"Pas d'info",
];
function constructError (string)
{
return {error:true, errorString:string};
}
function findChild (element, nodeName)
{
var child;
for (child = element.firstChild; child != null; child = child.nextSibling)
{
if (child.nodeName == nodeName)
return child;
}
return null;
}
function fetchWeatherData (callback, zip)
{
url="http://weather.yahooapis.com/forecastrss?u=f&w=" //u=Farenheit, because accuWeather sucks
var xml_request = new XMLHttpRequest();
xml_request.onload = function(e) {xml_loaded(e, xml_request, callback);}
xml_request.overrideMimeType("text/xml");
xml_request.open("GET", url+zip);
xml_request.setRequestHeader("Cache-Control", "no-cache");
xml_request.send(null);
return xml_request;
}
function xml_loaded (event, request, callback)
{
if (request.responseXML)
{
var obj = {error:false, errorString:null};
var effectiveRoot = findChild(findChild(request.responseXML, "rss"), "channel");
obj.city = findChild(effectiveRoot, "yweather:location").getAttribute("city");
obj.realFeel = findChild(effectiveRoot, "yweather:wind").getAttribute("chill");//Only accounts for windChill
conditionTag = findChild(findChild(effectiveRoot, "item"), "yweather:condition");
obj.temp = conditionTag.getAttribute("temp");
obj.icon = conditionTag.getAttribute("code");
obj.description = conditionTag.getAttribute("text");
callback (obj);
}else{
callback ({error:true, errorString:"XML request failed. no responseXML"});
}
}
function validateWeatherLocation (location, callback)
{
var obj = {error:false, errorString:null, cities: new Array};
obj.cities[0] = {zip: location}; //Not very clever, are we?
callback (obj);
}
</script>
<div id="WeatherContainer"> <div id="TextContainer"> <p id="city">...</p> <p id="temp">°C</p> <p id="desc">...</p> </div>
<img id="weatherIcon" src=""/> </div>
</body></html>
</body></html>
</body></html>
iPhone 4S 32go Black iPhone 4 32Go. , iPhone 3gs 16go et 32go
Macbook pro 15 pouces I7 2,0Ghz,8go de Ram, SSD Vertex 3 120go
iPad 2 Wifi 32go, iTouch 4g 32go, Nano 5g 16go et 6G 8Go.
Twitter : @MaxouBx
Hors ligne
A peu près au milieu un moment tu vas voir ca:
var locale = '583067'
var isCelsius = true
et donc tu dois changer le code 583067 par le code de ta ville
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
A ok merci
iPhone 4S 32go Black iPhone 4 32Go. , iPhone 3gs 16go et 32go
Macbook pro 15 pouces I7 2,0Ghz,8go de Ram, SSD Vertex 3 120go
iPad 2 Wifi 32go, iTouch 4g 32go, Nano 5g 16go et 6G 8Go.
Twitter : @MaxouBx
Hors ligne
pas de quoi!!
Dernière modification par GuiGui21 (19-04-2011 13:37:30)
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
est ce que quelqu'un sait si OpenSSH marche sous l'iPhone 4 4.3.2 ?
merci
Hors ligne
Open ssh n'est pas le logiciel le plus adapté, et en plus ca n'est pas securisé ( à cause du wifi).Enfin bref, au lieu de se compliquer la vie pourquoi ne pas prendre iphone explorer. C'est pareil que openssh sauf que c'est filaire de toute facon il te faut aussi un ordi avec openssh!! Donc voilà
Enfin ca n'est que mon avis! Moi mon choix a ete vite fait
Mais pour répondre à ta question, je ne sais pas désolé
Dernière modification par GuiGui21 (20-04-2011 08:22:59)
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Open ssh n'est pas le logiciel le plus adapté, et en plus ca n'est pas securisé ( à cause du wifi).Enfin bref, au lieu de se compliquer la vie pourquoi ne pas prendre iphone explorer. C'est pareil que openssh sauf que c'est filaire de toute facon il te faut aussi un ordi avec openssh!! Donc voilà
Moi je suis comme vin$$, j'ai mes petites habitudes avec openSSH et Filezilla.
Avec ton "iphone explorer" comment tu fait pour rajouter un théme téléchargé sur ton PC ??
Tu peut m'expliquer Gui² ??
iPhone 5 - 64 Go - Blanc - FW 6.1.2 - iTunes 11.0.1.12
FREE Mobile Illimité
iPad1- 32 Go Wifi - FW 5.0.1 - JB Redsn0w 0.9.10b4
iPad1- 64 Go 3G/Wifi - FW 5.0.1 JB Redsn0w 0.9.10b3
Hors ligne
Ben une fois que l'iphone est connecté tu peu avoir acces a ton arborescence exactement pareil qu'avec openssh donc pas de soucis pour mettre des thèmes pour moi! C'est exactement le même principe sauf avec l'avantage d'avoir tout le temps un connexion contrairement a openssh si jms l'iPhone se met en veille...
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Et surtout iphone explorer fonctionne sans wifi ce ki est pratique pour moi actuellement vu ke je n'ai pas de wi-fo lol mais sinon chez moi j'utilise win-scp qui est bien fait le seul inconvenient est kil ne gere pas les accents et c chiant pour certaines icones lol
iphone 5 32 Go blanc iOS 7.0.3 jailbreak with evasi0n / iPad 2 32Go wifi+3G noir / macbook Pro retina 13" 2013
Suivez moi sur twitter @blade503
comment poser un film protecteur parfaitement: http://www.youtube.com/watch?v=ODCtO13U … ature=plcp
Hors ligne
+1 pour le logiciel sans wi-fi
Hors ligne
+1 pour le logiciel sans wi-fi
Tiens tu tombe bien zoo! Tu peux partager tes barres réseaux sur le thème mp2 s'il te plait?
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Tiens ce matin je t'ai envoyé un mail via ce forum
Rien reçu?
Hors ligne
Ah ben attends je vais voir
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Je viens de voir merci mon zoo c'est parfait, tu es parfait comme d'habitude
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
guigui21 pourrais tu me faire passer les barres résaux de zoo ou si zoo veut bien me les envoyer. j'aimerais également si cela est possible le keyboard que tu as mis en ligne zoo sur ton site (qui irait très bien avec mp2 hd).
Petite question es ce que folderenhancer est compatible avec l'ios 4.3.2 car il ne fonctionne pas. Merci
Dernière modification par jocs (20-04-2011 17:52:44)
Iphone 4 16go jailbreak ios 4.3.2
Hors ligne
Je t'envoi ca pas de soucis!
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Merci guigui21
Iphone 4 16go jailbreak ios 4.3.2
Hors ligne
Des que je rentre du boulot
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
ok merci pas de soucis. Es ce que tu pourras m'expliquer comment les installer. Merci
Iphone 4 16go jailbreak ios 4.3.2
Hors ligne
ok merci pas de soucis. Es ce que tu pourras m'expliquer comment les installer. Merci
Pas de soucis
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Merci GuiGui
iPhone 4S 32go Black iPhone 4 32Go. , iPhone 3gs 16go et 32go
Macbook pro 15 pouces I7 2,0Ghz,8go de Ram, SSD Vertex 3 120go
iPad 2 Wifi 32go, iTouch 4g 32go, Nano 5g 16go et 6G 8Go.
Twitter : @MaxouBx
Hors ligne
Pas de quoi
iPhone 4S Noir 32 Go- FW 5.0.1
Macbook air 2010 SSD 128 Go, 4GB DDR3 SDRAM, 1,6GHz Intel Core 2 Duo
Hors ligne
Merci guigui
Iphone 4 16go jailbreak ios 4.3.2
Hors ligne
je l'ai installé mais ça ne correspond pas à celle de zooropalg
Iphone 4 16go jailbreak ios 4.3.2
Hors ligne
L'iPhone sur iPhon.fr, le blog de l'iPhone - blog iPad
iPhon.fr et son forum ne sont pas liés à Apple, Orange, SFR ou autres et les marques citées sont la propriété de leurs détenteurs respectifs.