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

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

محروم.كوم 08-10-2012 05:50 AM

هل هناك طريقة سليمة لعمل فلاشر كامل لنوكيا n9
 
كم تعرفون ان الوحش نوكيا n900 طريقتان لعمل فلاشر العادي والكامل emmc
قد بحثت في موقع نوكيا ميمو ووجدت طريقة ولكني لم افلح فيها وواجهت بغض الاخطاء
فمن لديه الطريقة الصحيحه في منتدانا هذا الرائع لينجدنا بها وله الشكر ةستعم الفائدة

الطريقة التي وجدتها كالاتي
PREPARE TO FLASH

If your phone has a low battery charge (less than 50%), plug it in and let it charge for a while. Then, make sure your phone is disconnected from any USB cables (including USB chargers). Power off the phone.

Go to the Flasher download site and download/install the version for your operating system (WinFlasher_3.12.1.exe, MacFlasher_3.12.1.dmg, flasher_3.12.1_i386.deb, or flasher_3.12.1_amd64.deb). Do not use Flasher 3.5 - it isn't compatible with the N9/N950. You can skip this step if you've already installed Flasher.

On Windows, open a Command Prompt with Administrator permissions (with UAC, right-click Command Prompt and select Run as administrator). On Linux, open a root shell (sudo -i/su). Change to the directory containing the firmware images you downloaded.

On Windows, run set PATH="C:\Program Files\Nokia\Flasher;%PATH%" in order to add Flasher to the system path.

FLASH THE PHONE

Run the following command, then connect the phone to your PC.

Code:

flasher -i
The current firmware version of your phone should appear. It is now time to flash.

Use the following list to determine which of the steps below you need to use to accomplish a particular task:

  • Upgrade operating system: Replace operating system
  • Recover from damaged OS install: Replace operating system
  • "Unbrick" phone: Replace operating system or Comprehensive reset
  • Reset back to a "clean slate": Comprehensive reset
  • De-brand phone: Comprehensive reset
  • Prepare for enabling open mode: Comprehensive reset
  • Disable open mode: Comprehensive reset
  • Prepare for selling, recycling, or destroying phone: Zeroize device
  • Clear data before returning phone for warranty service (if possible): Zeroize device
  • Reset device lock code: Zeroize device

Note that you should replace main.bin and emmc.bin in the commands with the actual names of the image files you are flashing.

Replace operating system (preserves user data)

The following command will replace your phone's operating system with the supplied firmware image. All applications will be removed, but music/documents/maps/etc. will be kept. This is equivalent to updating/restoring your phone using the Nokia Software Updater (NSU) utility.

Code:

flasher -f -F main.bin
Comprehensive reset (destroys user data)

The following commands will remove all data from your phone and restore it to factory state. The provided content files (sample music, wallpaper, etc.) will be restored.

Code:

flasher -f -F main.bin flasher -f -F main.bin -F emmc.bin --flash-only=mmc
Zeroize device (destroys user data)

The following commands will securely erase your phone such that no data can be recovered later, then restore the operating system and provided content.

Warning: The secure erase feature has not been audited by a 3rd party. Do not rely on it to protect all traces of highly sensitive information from a well-funded attacker. The first part will take a very long time - let it run overnight.

Code:

flasher -f -F main.bin --erase-user-data=secure flasher -f -F main.bin -F emmc.bin --flash-only=mmc
RECOVERING FROM FLASH ERRORS

Note: If you did not receive any errors, you can skip this section.

In some cases, the new firmware image includes cellular modem (CMT) firmware that is older than what is already installed. This has typically happened when flashing N9s running 003 (China) firmware with other firmware variants. If you received an error about flashing the CMT, obtain the image for the firmware that was previously installed, then run:

Code:

flasher -f -F old_main.bin --flash-only=cmt


If you previously upgraded your phone "over the air" (through SSU) and now receive a Downgrade disallowed error when flashing, try flashing an image with a higher variant code. For example, if you experienced the error with variant 001, try using variant 005 instead.

REBOOT INTO THE NEW OPERATING SYSTEM

The phone is now ready to leave flashing mode:

Code:

flasher -R
Use the power/lock button to boot your phone into the new system. Your N9 is now ready to use! __________________


ولكن الطريقة تريد دراية كامله وعلم


انا حذفت ملف الهوم عن طريق الخطا بالترمنال والان اريد من يدلني على استعادة ملفات الجهاز بالكامل ولكم الشكر


الساعة الآن 02:10 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