Active Topics

 


Reply
Thread Tools
Posts: 19 | Thanked: 2 times | Joined on Feb 2012 @ Italia
#1
Guys, I can't flash...?

I've downloaded winflasher, correct version (3.12.1). I have a win7 system (64).
So, I take the latest update for my N9 (40) from NaviFirm and I've put the files in the Flasher folder, in Programs.

Then I open the flasher and try to insert the string:

flasher-F-DFL61_HARMATTAN_40.2012.21 3_PR_LEGACY_001-OEM1-958_ARM.bin-F-DFL61_HARMATTAN_40.2012.13 7.ITALY_EMMC_ITALY.bin-f-R


..... and nothing happens.


Or rather, I can read things like: "ERROR: Unknown argument specified!" or "-F is not recognized as an internal or external command, an executable or batch file."

Is there something wrong with the string?
I had to place the downloaded file somewhere else?
What I've done of wrong?

(Sorry for my bad english, I'm italian!)

Give me a hint please.
Thanks
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2
Look at what you are typing:

Code:
flasher-F-DFL61_HARMATTAN_40.2012.21 3_PR_LEGACY_001-OEM1-958_ARM.bin-F-DFL61_HARMATTAN_40.2012.13 7.ITALY_EMMC_ITALY.bin-f-R
You have spacings at the wrong place and none at the right places...

You need it to be:
Code:
flasher -f -F rootfs.bin -F emmc.bin -R
I would want to fit it to your file names but then your file names have spaces which is incorrect so check them again...

To avoid confusion i would just suggest to you that the first file you rename it to rootfs.bin and the second one to emmc.bin...

Last edited by thedead1440; 2012-12-23 at 13:07.
 
Posts: 19 | Thanked: 2 times | Joined on Feb 2012 @ Italia
#3
Umh, I don't know why when I put the code here the spaces are gone, I try to re-put it:

flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R

Now it seems that has placed well .. the error wasn't only in the spaces, right?
The code you put, have a "-f" at the start and not at the end.. maybe is that my error?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#4
Originally Posted by Alex.Kinney View Post
Umh, I don't know why when I put the code here the spaces are gone, I try to re-put it:

flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R

Now it seems that has placed well .. the error wasn't only in the spaces, right?
The code you put, have a "-f" at the start and not at the end.. maybe is that my error?
Having -f at the beginning or end doesn't make a difference...

Did you open cmd as admin? Then did you type cd "C:\Program Files\Nokia\Flasher" or to whatever path flasher is installed to?

Post the cmd output of what you typed and what you got if it still doesn't work...
 
Posts: 19 | Thanked: 2 times | Joined on Feb 2012 @ Italia
#5
I've tried:

1 - Open flasher (not admin) and put:

Code:
flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> ERROR: Unknown argument specified

Code:
-F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> "-F is not recognized as an internal or external command, an executable or batch file."

-----------

2 - Open flasher (admin) and put:

Code:
flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> ERROR: Unknown argument specified

Code:
-F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> "-F is not recognized as an internal or external command, an executable or batch file."


----------------------------------------------------

3 - Open cmd (admin) and put:

Code:
C:\Program Files\Nokia\Flasher>flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> "C:\Program is not recognized as an internal or external command, an executable or batch file."


Code:
Nokia\Flasher>flasher -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f –R
Result -> "Impossible to find the specified path."



.... so.. where I'm wrong?
 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#6
first you need to learn how to use cmd admin command line. Use google to see how to use commandline prompt.

In short you first need to cd into right path and then run the flasher command:

cd "C:\Program Files\Nokia\Flasher"

flasher.exe -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin -F DFL61_HARMATTAN_40.2012.13-7.ITALY_EMMC_ITALY.bin -f -R

if your not able to follow that instructions, then take the device to nokia care, or to your friends who has any clue how to use computers.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.

Last edited by rainisto; 2012-12-26 at 22:52.
 
Posts: 19 | Thanked: 2 times | Joined on Feb 2012 @ Italia
#7
Here is the result of the procedure you suggested:



Nice the last phrase with the mention of to the fact that I can't use a PC. I think that knowing how to use a computer and have difficulty to flash a device because the cmd does not respond, are slightly different.
However, all the tests I've done have been recommended by friends and by users of other forums.
Personally, I have used the cmd only two times in my life (one of them to flash N9, and this time it worked), and then I don't know "everithing" about how it works. For me, a suggestion as any. I can't recognize the bad ones.

Thanks for the effort, I had already tried
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#8
How about: flasher -F DFL61_HAR...
Not: flasher.exe -F DFL61_HAR...
 
Posts: 19 | Thanked: 2 times | Joined on Feb 2012 @ Italia
#9
Already tried MK99..

Result -> ERROR: Unknown argument specified

 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#10
of course if you just copypaste you get unknown arguments, since there is nonvalid '-'-letter in there , you have to manually write that minus in there .

Now I edited my origin post to have valid minus character in the commandline.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.

Last edited by rainisto; 2012-12-26 at 22:55.
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:38.