منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   مشكلة واجهتني بعد التحديث لنظام ios 6.1 (http://vb.ma7room.com/showthread.php?t=1159549)

محروم.كوم 02-16-2013 01:30 PM

مشكلة واجهتني بعد التحديث لنظام ios 6.1
 
السلام عليكم ورحمة الله وبركاته
بعد تنزيلي الاصدار 6.1 باستخدام اداة redsn0w وتنزيلي لاداة Ultrasn0w من السيديا
واجهتني مشكلة في الشبكة فهي تأتي لمدة لاتتجاوز الخمس دقائق ويظهر لي بعدها no serves
وبعد بحثي عن سبب هذه المشكلة وجدة في مدونة المطورthemmrzmaster@
والذي يقوم بتطوير اداة السيديا Ultrasnow fixer والتي تقوم بتصحيح اخطاء ال ultrasn0w
ان الاداة تواجه مشاكل مح اجهزة iphone 4 وخاصة ذات البيس باند 01.59.00
وانه يقوم حالياً بتصحيح هذه الاخطاء
فأرجو من جميع ممتلكي هكذا نوع من البيس باند التروي في تحديث اصدار الios على اجهزتهم
حتى صدور اداة ultrasnow fixer
لحل هذه المشكلة
وهذا اقتباس مما وضعه المطور على مدونته الخاصة
--------------------------

hey guys,"

Many people on twitter are complaining about iPhone 4 and ultrasn0w on 6.1. If you have this device and are using this unlock tool , this post may explain you many things. The first thing that i noticed is the fact that i4 get some seconds of signal(after ultrasn0w install) and than the signal ends. I particularly dont have the i4, i cant test it on my hands, but most of users with this problem gives me this diagnosis.
But these informations are not very helpful for me, as i am not the ultrasn0w developer and i do not have access to the tool source code. However, I had access to some logs and i could notice that the “main” problem was querying the baseband version.
To execute the correct unlock “ÄT” command, ultrasn0w first needs to know what baseband it is working on. To discover that, it executes the CheckCompatibility function and gets the value that it returns. But inside that function we also can see the BasebandVersion function that executes the AT+XGENDATA command. That command writes the baseband version and EEP version and revision, this way ultrasn0w can know where it is.

This attempt to grab the Baseband information can fail, and if it happens ultrasn0w will return Unable to query baseband version…
On the i4 logs that i had access, i saw that this message was present. I could then conclude that the problem was on these functions that i explained.


I’m trying to investigate deeply where exactly the error is occurring, but as i said i don’t have a i4 with 01.59.00 baseband and i cant make tests(if you want to help @themrzmaster).
So, after all this explanation i think the best thing that a i4 user using ultrasn0w can do is downgrade the iOS until a fix is not available. Im trying to help, but its hard.
Hope you guys understand and this problem get solved soon.
see ya"







الساعة الآن 05:29 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227