The Following User Says Thank You to erendorn For This Useful Post: | ||
![]() |
2011-09-01
, 17:53
|
|
Posts: 57 |
Thanked: 10 times |
Joined on Jun 2010
|
#12
|
I think it is extremely hard to brick N900 through software (but don't try to prove me wrong), and when it's hardware related, well, no software manipulation will save/doom you.
As often advised, a quick solution can be to boot a ubuntu live CD or usb stick, and use flasher from that.
![]() |
2011-09-01
, 18:07
|
|
Posts: 152 |
Thanked: 53 times |
Joined on Dec 2009
@ West Virginia
|
#13
|
The Following User Says Thank You to coderedcomputing For This Useful Post: | ||
![]() |
2011-09-01
, 18:15
|
|
Posts: 57 |
Thanked: 10 times |
Joined on Jun 2010
|
#14
|
Did you ever attempt to use the Windows box? If you were able to create the .inf file then the maemo flasher should work.
I'm actually reloading a windows 2008 server right now and for kicks i'm going to try to run the flasher off that and see how it goes.
Try following this guide, it has worked for me in the past (just make sure you get the correct .bin files)
http://thenokiaguide.com/2010/01/11/...sets-all-data/
![]() |
2011-09-01
, 18:21
|
|
Posts: 152 |
Thanked: 53 times |
Joined on Dec 2009
@ West Virginia
|
#15
|
![]() |
2011-09-01
, 18:21
|
|
Posts: 57 |
Thanked: 10 times |
Joined on Jun 2010
|
#16
|
![]() |
2011-09-02
, 07:00
|
|
Posts: 57 |
Thanked: 10 times |
Joined on Jun 2010
|
#17
|
![]() |
2011-09-02
, 08:47
|
Posts: 167 |
Thanked: 204 times |
Joined on Jul 2010
|
#18
|
well, i may be just not too versed in linux, but i couldn't figure out how to tell the flasher program how to find the .bins i had using the live cd. if i had been using a 32bit version of linux i'm still curious how you point to those files, if anyone wants to illuminate me.
The Following User Says Thank You to magick777 For This Useful Post: | ||
![]() |
2011-09-02
, 10:52
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#19
|
well, i may be just not too versed in linux, but i couldn't figure out how to tell the flasher program how to find the .bins i had using the live cd. if i had been using a 32bit version of linux i'm still curious how you point to those files, if anyone wants to illuminate me.
The Following User Says Thank You to erendorn For This Useful Post: | ||
![]() |
2011-09-07
, 07:49
|
|
Posts: 57 |
Thanked: 10 times |
Joined on Jun 2010
|
#20
|
The convention when describing commands is that compulsory parameters are enclosed in "< >" whilst optional ones are enclosed in "[ ]", so the "-F <firmware image>" means "replace <firmware image>" with the path to the .bin file".
So, for instance:
flasher-3.5 -F /home/magick/Downloads/RX-51_2009SE_20.2010.36-2.203.1_PR_COMBINED_203_ARM.bin -f -R
Oh, and you don't have to type all that. Linux supports tab-completion, so I would type "/h" (tab) "m" (tab) "Down" (tab) "RX-" (tab) and the shell fills it in. Much nicer than a DOS prompt.
Glad you got it sorted, though.
As often advised, a quick solution can be to boot a ubuntu live CD or usb stick, and use flasher from that.