maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [HOWTO] Comprehensive Firmware Flashing Guide for N9 (https://talk.maemo.org/showthread.php?t=82693)

itsnotabigtruck 2012-02-29 22:46

[HOWTO] Comprehensive Firmware Flashing Guide for N9
 
MOD EDIT: Flasher tools site is currently down; official mirror is located here

Navifirm has restricted access so get images from here


Mirror for PR1.3 images if above is not working

COMPREHENSIVE FIRMWARE FLASHING GUIDE
for the NOKIA N9


"Reflashing" your phone with the original Nokia firmware can solve many problems and is necessary in a number of circumstances, but a lack of documentation has resulted in a lot of misinformation and confusion. Hopefully, this guide will demystify the process and help bring ailing N9s back to life. :)

Warning: Improperly using flasher could damage your phone and void your warranty. However, following these directions precisely to use flasher to install "stock" Nokia firmware images is quite safe, and can fix problems that would otherwise require warranty service. In any case, flashing your phone is at your own risk. Do not use this guide if you aren't somewhat familiar with the command prompt/terminal on your operating system. While many users have experienced success with this process, it is not officially recommended by Nokia in any way. Read the entire guide before you start.

Warning: Installation of generic firmware images on certain carrier-branded phones seems to be blocked - if you're currently running a carrier-branded firmware image, it's recommended to wait for more details.

Warning: Do not modify the product code of your N9. Doing so is not necessary to replace your phone's firmware, and some programs for changing the code could cause problems (namely NSS Pro).

SELECTING A FIRMWARE IMAGE (N9 SPECIFIC)

Main firmware images for the Nokia N9 are divided up into "variants" by regions of the world. Except for carrier-branded variants and the 003 (China) firmware, these images are more or less the same.

  • 001 - Europe (1), Latin/South America, South Africa
  • 003 - China
  • 005 - Asia/Pacific (incl. Australia/New Zealand, excl. China)
  • 006 - Middle East
  • 009 - Europe (2)
  • 2xx, 3xx, 4xx - "Country Variant" and carrier-branded images

Downgrades of firmware are normally blocked by the phone. Whether something is a "downgrade" is determined by comparing the entire version strings of the old and new firmware versions, which include the variant code, from left to right. As a result, the variant code must be the same or higher unless you also upgrade the firmware version at the same time. For example:

  • PR 1.1 variant 009 to PR 1.1 variant 003: Blocked
  • PR 1.1 variant 003 to PR 1.1 variant 009: Allowed
  • PR 1.1 variant 009 to PR 1.2 variant 001: Allowed
  • PR 1.1.1 variant 006 to PR 1.2 variant 005: Allowed
  • PR 1.2 variant 001 to PR 1.1 variant 001: Blocked

Additionally, there is a content image ("eMMC image") for most countries/regions that can be used to reset the user data on the phone and restore the wallpaper/music/map files that originally shipped with it. It is possible to "mix and match" any content image with any main firmware image, which is useful for installing your home country's maps on an imported N9. If you don't require preinstalled maps, or if Nokia doesn't produce a content image for your country (e.g. US and Canada), you can save time by using the content image for product code 059J1Z5 ("rest of world"), which doesn't include map files.

When downloading firmware images, it doesn't matter which color or capacity (16/64 GB) you select - the files are the same for all models.

Nokia recommends always using the latest firmware image for your phone's product code (printed on the SIM card tray). This is the safest option. However, you may wish to change to a different variant than what shipped with the phone for the following reasons:

  • Receiving updates sooner - new firmware versions are normally released for the 001 variant first
  • Removing carrier branding - installing 00x variant firmware makes your subsidized N9 act just like an unlocked one
  • Switching away from 003 (China) firmware - firmware images for N9s shipped in China lack Western online service integration (Twitter, Facebook, Skype, Dropbox) and include the Chinese IM service QQ instead

DOWNLOAD FIRMWARE (N9 SPECIFIC)

Use the following steps to retrieve the appropriate firmware files for your phone:

On Windows:
  • Download and run NaviFirm+, a utility for downloading firmware files from Nokia's servers.
  • Make sure Server is set to Nokia Care Suite.
  • Find Nokia N9 (RM-696) in the Products list, then select the firmware release you wish to install.
    • 10.2011.34.1 = PR1.0
    • 20.2011.40.4 = PR1.1
    • 22.2011.44.2 = PR1.1.1 (Middle East only)
    • 30.2012.7.1 = PR1.2
    • 40.2012.21.3 = PR1.3
  • Select the appropriate product code in the Variants list. In most cases, you should use the product code printed on the SIM tray.
  • Click Unmark All, then scroll to the bottom of the Files section. Tick the boxes for the two files starting with DFL61_HARMATTAN.
  • Click Download. Wait for the download to complete, then close NaviFirm+.

On Linux:
  • Install WINE using your Linux distro's packages.
  • Download and run NaviFirmEx, a replacement for NAVIFIRM that doesn't use .NET.
  • Select Option > Server > Nokia Care Suit [sic] in the menu.
  • Find Nokia N9 (RM-696) in the Products list, then select the firmware release and variant you wish to install (see above).
  • Click Add to Download Task, then Inverse Select. Tick the boxes for the two files starting with DFL61_HARMATTAN.
  • Click Download. Wait for the download to complete, then close NaviFirmEx.

Any OS:
  • Go to Nokia Firmwares (unofficial firmware download site) and search for Nokia N9. Click CHECK! toward the right-hand side.
  • Click the link for the firmware release you wish to install (see above).
  • Click the link for the file starting with DFL61_HARMATTAN.
    • Unlike NaviFirm+, this website cannot retrieve content/eMMC images.

BACK UP YOUR DATA

All of the procedures described below will destroy some or all of the data on your phone, so you should be sure to back up anything you care about first. This includes contacts, messages, game saves, music, .deb packages, etc. You can do this either through the built-in backup feature or manually using developer mode.

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!

Fuzzillogic 2012-02-29 23:24

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
You can combine clearing the device, flashing the main and emmc in one go:
Code:

flasher -f -F main.bin -F emmc.bin --erase-user-data

itsnotabigtruck 2012-02-29 23:27

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by Fuzzillogic (Post 1172329)
You can combine clearing the device, flashing the main and emmc in one go:
Code:

flasher -f -F main.bin -F emmc.bin --erase-user-data

You don't want the --erase-user-data normally - that's why it's only in the "zeroize" steps. You're right though - combining them works too.

youmeego 2012-03-01 00:28

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
there is a complete guide to flash n9 on windows7 in youtube( it is in spanish).

DarkSkies 2012-03-01 02:28

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Well done, itsnotabigtruck. Many people will surely find this guide useful if not life saving!

gpollano 2012-03-01 18:04

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Very helpfull!
Thanks itsnotabigtruck ;)

When you say:
Quote:

Warning: Installation of generic firmware images on certain carrier-branded phones seems to be blocked - if you're currently running a carrier-branded firmware image, it's recommended to wait for more details.
What's the meaning of "blocked"?

My N9 is branded (Nokia N9 of Argentina, "Personal" brand).
One of my goals is to get "Vanillla" Meego Experience. My branded N9 can not use WiFi-spot, has a horrible startup animation, and has some other limitations.

I'm planning to flash LTA firmware on it. Are you aware of any trouble?
Anyone has any experience on something similar?

Thanks in advance.

Etchelon 2012-03-01 18:37

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by youmeego (Post 1172345)
there is a complete guide to flash n9 on windows7 in youtube( it is in spanish).

Please link it, can't find it.

itsnotabigtruck 2012-03-01 18:40

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
@gpollano I saw a post somewhere here from someone having trouble debranding an Australian N9, but can't seem to find it now. I added that warning to be cautious - I know a number of people have successfully debranded their phones going to PR1.1 at least.

Try doing the comprehensive reset and see if it works. If it doesn't, I expect it to simply refuse to install the image.

javid 2012-03-01 20:26

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
@itsnotabigtruck thankyou for taking the time to write this up
In your opinion is this safer than using some other application based flashing utility?
Do you know if NSU will allow me to use pre-downloaded files?
Whats the difference between nokia care and prod external in navifirm? (do you use + or regular navifirm?)
The reason i ask - i miyself have a N8-00 and my wife has the better phone - N9-00:)
She's currently where the internet is painfully slow - or non-existent.
I had thought of pre-downloading the firmware files and then flashing at my leisure (yea right) :)
So - right now - she is at PR1.0 - and now that 1.2 has come out - i need to update her twice - which means i need to risk the flashing twice...
Also - where do the files to be flashed need to be located? same folder as flasher?
And since i have your attention - if for some reason the internet is working well when i start an OTA instead- and the internet disappears mid download - will it hurt the phone or will i just need to start again when the internet returns?

Thanks in advance!

martycollinsesq 2012-03-01 20:55

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Bravo! Update to 1.2 from NSU went fine.

itsnotabigtruck 2012-03-01 21:44

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by javid (Post 1172658)
@itsnotabigtruck thankyou for taking the time to write this up
In your opinion is this safer than using some other application based flashing utility?
Do you know if NSU will allow me to use pre-downloaded files?
Whats the difference between nokia care and prod external in navifirm? (do you use + or regular navifirm?)
The reason i ask - i miyself have a N8-00 and my wife has the better phone - N9-00:)
She's currently where the internet is painfully slow - or non-existent.
I had thought of pre-downloading the firmware files and then flashing at my leisure (yea right) :)
So - right now - she is at PR1.0 - and now that 1.2 has come out - i need to update her twice - which means i need to risk the flashing twice...
Also - where do the files to be flashed need to be located? same folder as flasher?
And since i have your attention - if for some reason the internet is working well when i start an OTA instead- and the internet disappears mid download - will it hurt the phone or will i just need to start again when the internet returns?

Thanks in advance!

Production External is what NSU uses to download firmware images; Nokia Care Suite is similar but has more files, including the eMMC content images.

You can indeed use NAVIFIRM to pre-download the firmware images - that's how I originally upgraded to PR1.1. Note that you need to download all the files listed under Production External for your phone's exact product code, then copy them into the right place. I don't remember off-hand exactly where the "right place" is, but it's some hidden directory somewhere.

The updater on the phone downloads everything before beginning the OS upgrade, so you don't need to worry about connection dropouts. However, it's a little buggy, and I had to reboot the phone in order to begin the download again after getting stuck.

Edit: Drop the files in C:\Users\<username>\AppData\Local\Nokia\NSU3\NOSSU 2\variants\Products\rm-696

javid 2012-03-01 22:13

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by itsnotabigtruck (Post 1172725)
Production External is what NSU uses to download firmware images; Nokia Care Suite is similar but has more files, including the eMMC content images.

You can indeed use NAVIFIRM to pre-download the firmware images - that's how I originally upgraded to PR1.1. Note that you need to download all the files listed under Production External for your phone's exact product code, then copy them into the right place. I don't remember off-hand exactly where the "right place" is, but it's some hidden directory somewhere.

The updater on the phone downloads everything before beginning the OS upgrade, so you don't need to worry about connection dropouts. However, it's a little buggy, and I had to reboot the phone in order to begin the download again after getting stuck.

Edit: Drop the files in C:\Users\<username>\AppData\Local\Nokia\NSU3\NOSSU 2\variants\Products\rm-696

that is certainly obscure!
that is the location for Winflasher, correct?

munozferna 2012-03-01 22:22

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Downloading the 1.2 firmware now, thanks for the guide!

itsnotabigtruck 2012-03-01 23:22

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by javid (Post 1172754)
that is certainly obscure!
that is the location for Winflasher, correct?

Nope - it's for Nokia Software Updater (NSU). Flasher loads firmware images from wherever you tell it to. :)

ulex54 2012-03-02 14:02

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
i changed my product code to get update 1.2 with nsu. At the end of installation it gave error about usb connection and nsu couldnt recover the phone as well. So i flashed same files with flasher with any probs. But it gave warning at start of phone about warranty.

i can go back my original 1.1 with error at the end of installation about

bb5 rdc cert read failed
mtc nos ready not received

and phone starts but it gives a simcard problem and never recognizes it after some trying time.

Im at 1.2 again with warning at the start. What can i do?

P.s : i cant change my product code after first flash. How can i go local mode in this situation to change product code back or sth else.

if i go back 1.1 and connects it in suite mode. nss sees the product code but, because of cant get to local mode, it cant be changed.

waiting for help...

itsnotabigtruck 2012-03-02 14:16

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Which variant are you trying to upgrade from, and which are you trying to flash?

Try downloading the firmware image that was on your phone before, then doing:

Code:

flasher -f -F pr12-main.bin --flash-only=nolo,kernel,rootfs
flasher -f -F pr11-main.bin --flash-only=cmt
flasher -f -F pr12-emmc.bin

(pr11-main.bin is the old firmware, pr12-main.bin is the new firmware)

youmeego 2012-03-02 14:28

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
what is the purpose of changing n9 product code? especially when we can flash our n9 with other country variant firmware with the same or higher legacy number(number after PR)

ulex54 2012-03-02 14:37

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
original variant is 059M4z8. i changed it to 059J214 (both are turkey code)

And flashed it to 059J214 1.2 image.

flasher -i command says its still 1.1

The flasher codes that you've given me, i will try them now.

ulex54 2012-03-02 14:49

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
-first with success.

-second failed with these;

bb5 rdc cert read failed (11 times)
mtc nos ready not received (3 times)
cmt rfs failed
pipe 2 finishing in error state with status 1

do i need to do third one?

ulex54 2012-03-02 16:14

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
from your codes. i understand that the only problem was cmt. So i flashed back to 1.1 and got cmt from 1.2 . so it did the trick.

thanks for all your help

BrianFellOver 2012-03-03 09:55

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by youmeego (Post 1173099)
what is the purpose of changing n9 product code? especially when we can flash our n9 with other country variant firmware with the same or higher legacy number(number after PR)

The only reason that I can see is to force an OTA or NSU update when your firmware is an older version and new firmware exists for the other product code.

However, I agree that it is far easier to use Navifirm, download the firmware and use Flasher - no stuffing around with changing product codes.

youmeego 2012-03-03 10:01

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by Etchelon (Post 1172580)
Please link it, can't find it.

http://www.youtube.com/watch?v=rIlv2TlXU5U

itsnotabigtruck 2012-03-03 14:43

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by BrianFellOver (Post 1173549)
The only reason that I can see is to force an OTA or NSU update when your firmware is an older version and new firmware exists for the other product code.

However, I agree that it is far easier to use Navifirm, download the firmware and use Flasher - no stuffing around with changing product codes.

As far as I know, changing the product code doesn't even help with doing an SSU (OTA upgrade) - that's based entirely on which variant firmware is already installed on the phone at the time.

That means there's no reason to change the product code unless you really want to use Nokia Software Updater, and that seems to cause problems on its own. :/

kb61 2012-03-03 17:41

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
im trying to flash my n9 but when i write flasher -i an error message appears telling me the following:

ERROR: ReadFile(65540) GetOverlappedResult() error 1167 timeout 4975ms
Unable to detect flashing interface: standing by for device reboot.
Suitable USB interface (bootloader) not found, waiting...
Found device RM-696, hardware revision 1603
NOLO-version 2.3.6

and then it tells me what my firmware version is, shall i then just go on or do i have to worry about anything??

thx for your help :)

Soppa 2012-03-03 18:05

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
I think this should be a sticky.

jalyst 2012-03-03 18:31

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by Soppa (Post 1173723)
I think this should be a sticky.

Reported your post & in doing so asked the mods to sticky it.
I've also added this guide to the universal guide
(The more up-to-date Google Docs version)
This is probably the best flashing/updating guide I've seen yet.

Thank-you!

rdelfin 2012-03-03 19:56

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by kb61 (Post 1173714)
im trying to flash my n9 but when i write flasher -i an error message appears telling me the following:

ERROR: ReadFile(65540) GetOverlappedResult() error 1167 timeout 4975ms
Unable to detect flashing interface: standing by for device reboot.
Suitable USB interface (bootloader) not found, waiting...
Found device RM-696, hardware revision 1603
NOLO-version 2.3.6

and then it tells me what my firmware version is, shall i then just go on or do i have to worry about anything??

thx for your help :)

I experienced the very same symptoms, and proceeded with flashing anyway, and everything went fine for me (proceed at your own risk).

nicodonte 2012-03-03 20:31

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by gpollano (Post 1172558)
Very helpfull!
Thanks itsnotabigtruck ;)

When you say:


What's the meaning of "blocked"?

My N9 is branded (Nokia N9 of Argentina, "Personal" brand).
One of my goals is to get "Vanillla" Meego Experience. My branded N9 can not use WiFi-spot, has a horrible startup animation, and has some other limitations.

I'm planning to flash LTA firmware on it. Are you aware of any trouble?
Anyone has any experience on something similar?

Thanks in advance.


No problem to flash with a Claro branded N9 from Argentina, no blocked at all, firmware update without any problem.

kb61 2012-03-03 20:42

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by rdelfin (Post 1173764)
I experienced the very same symptoms, and proceeded with flashing anyway, and everything went fine for me (proceed at your own risk).

thx worked

patocr 2012-03-03 21:07

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
i seriously cannot make it work.
i have the .bin file... but cannot get the flasher to flash.
i says in "not found waiting"
tried on windows with no luck, and mac... dunno what im doing wrong...
in mac im missing the SUDO command, don't know how to put it in...
plz, help?

i tried everything.....
1) phone off, disconnected
2) phone on, disconnected
3) phone off, connected
4) phone on, connected

tibere86 2012-03-03 21:11

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Thank you for great instructions itsnotabigtruck. I have successfully updated my Singapore N9 to N.European Generic PR1.2.

m.h.e.r 2012-03-03 23:20

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
My N9 has PR 1.1.1 (22.2011.44-2.335.4_PR_335)
can i flash with any verson of PR 1.2 ?
if yes, which one is the best choice?

SwissMadeMan 2012-03-03 23:30

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
@itsnotabigtruck

Thanks so much for the guide. Worked well. Was able to flash and then do the OTA to 1.2.

patocr 2012-03-03 23:42

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
GRRRRRR
can't flash it!!!! how do i make any os to recognize the device on flasher? im tired of trying, of turning on, and off, and on, and off... it won't get it.

guzz46 2012-03-03 23:52

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
If you are using Linux you don't need to use NaviFirmEx in wine to download the Firmware, you can use this Perl Firmware downloader script in the following thread.

http://talk.maemo.org/showthread.php?t=81697

itsnotabigtruck 2012-03-04 00:03

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by patocr (Post 1173840)
GRRRRRR
can't flash it!!!! how do i make any os to recognize the device on flasher? im tired of trying, of turning on, and off, and on, and off... it won't get it.

It's probably because you aren't running it as root. It looks like OS X does include sudo - did you try using it?

Quote:

Originally Posted by guzz46 (Post 1173844)
If you are using Linux you don't need to use NaviFirmEx in wine to download the Firmware, you can use this Perl Firmware downloader script in the following thread.

http://talk.maemo.org/showthread.php?t=81697

Yep - I didn't mention it in the post because it isn't able to download eMMC images like NaviFirmEx can. However, I'll bug admiral0 about adding that and include it.

Also, @mods: Thanks for stickying this!

patocr 2012-03-04 01:55

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by itsnotabigtruck (Post 1173846)
It's probably because you aren't running it as root. It looks like OS X does include sudo - did you try using it?



Yep - I didn't mention it in the post because it isn't able to download eMMC images like NaviFirmEx can. However, I'll bug admiral0 about adding that and include it.

Also, @mods: Thanks for stickying this!

as i said before, dont know how to use it, missing the command 4 it.

patocr 2012-03-04 02:39

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
i did..... sudo -i, then pass...... then flasher -f -F image.bin -R
connect phone being OFF, nothing
power on while connected.
i hear a "TICK" and a menu shows up saying "not enough power in usb to charge"... then... "enter usb charge mode"........
i really, really, really, really, dont get it.

i used to flash my 5230 several times, i cannot make this to read up my device, neither i use win or mac.

i am frustrated as ive been 4 hours trying. im done.

itsnotabigtruck 2012-03-04 02:45

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by patocr (Post 1173882)
i did..... sudo -i, then pass...... then flasher -f -F image.bin -R
connect phone being OFF, nothing
power on while connected.
i hear a "TICK" and a menu shows up saying "not enough power in usb to charge"... then... "enter usb charge mode"........
i really, really, really, really, dont get it.

i used to flash my 5230 several times, i cannot make this to read up my device, neither i use win or mac.

i am frustrated as ive been 4 hours trying. im done.

Don't give up! You're almost there, you just need to charge up your N9 further before it will let you flash. Make sure to use the charger that came with the N9 to ensure that it gets enough power (not every wall charger or USB port will do).

Once it's charged past 50% or so, power it back off and get ready to flash.

Quote:

Originally Posted by m.h.e.r (Post 1173837)
My N9 has PR 1.1.1 (22.2011.44-2.335.4_PR_335)
can i flash with any verson of PR 1.2 ?
if yes, which one is the best choice?

You usually can't go wrong with 001 - but if you want to stick with the firmware intended for the Middle East use 006 instead.

patocr 2012-03-04 02:50

Re: [HOWTO] Comprehensive Firmware Flashing Guide for N9
 
Quote:

Originally Posted by itsnotabigtruck (Post 1173884)
Don't give up! You're almost there, you just need to charge up your N9 further before it will let you flash. Make sure to use the charger that came with the N9 to ensure that it gets enough power (not every wall charger or USB port will do).

Once it's charged past 50% or so, power it back off and get ready to flash.

its charged 80%...... it's been like that all the afternoon. i even let it charge like 3 hours, its 100% now.

the same happens.......

GKFNR"!?$I!=RKOPFAOPFAO;FPSAKFOPA#######!!!!!!!!!! !!


All times are GMT. The time now is 17:09.

vBulletin® Version 3.8.8