![]() |
2013-02-09
, 07:10
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#22
|
Please try to reflash the kernel only from a firmware image. It seems the failed kernel install makes the device fail.
This is the wiki article giving you the instructions and informations about the processhttp://wiki.maemo.org/Updating_the_t...rt_topic.21.29
![]() |
2013-02-09
, 07:57
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#23
|
![]() |
2013-02-09
, 15:32
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#24
|
Do not just flash the firmware, try the kernel-only option before. Because camera also depends on kernel modules, that might just got corrupted during the failed kernel change.
![]() |
2013-02-09
, 17:32
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#25
|
su
mount /dev/sda2 /media/diskpart2
cd /media/diskpart2
dpkg -i maemo-flasher-3.5*
flasher3.5 -F RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin --flash-only=kernel -f -R
![]() |
2013-02-10
, 15:17
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#26
|
Simply face it, Maemo is also Debian-based, a little knowledge about linux will not hurt you too bad. Windows USB-driver seem to fail in certain situations. But you also could just look into running linux in a virtualbox to access the phone.
Prepare your folder with the fiasco image and the flasher utility package in an easy to access place on your hard disk, like drive C:.
Grab the Live-CD from ftp://ftp.lug.udel.edu/pub/siduction...1212092122.iso This is a Debian system.
Boot your PC from the CD. May be you have to access the BIOS settings to change the boot order to start the CD. Inside the running Debian-Live-CD start a terminal application, gain root rightsMount the hard diskCode:suMay be you have to change the number in the code to reflect your PC's setup. Change into the directory (folder), where you have the files readyCode:mount /dev/sda2 /media/diskpart2That is if you have the files on drive C:. Now install the flasher-utilityCode:cd /media/diskpart2Shut down your phone. Start the flasher in the terminalCode:dpkg -i maemo-flasher-3.5*Connect the phone now to your PC's USB. This will flash the kernel only from the fiasco image to boot up the phone. If it boots everything is fine.Code:flasher3.5 -F RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin --flash-only=kernel -f -R
If not, you have to use the command without the flash-only=kernel option to reset the phone.
Hope it helps!
Please feel free to ask, if necessary
cheers Micha
![]() |
2013-02-10
, 16:36
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#27
|
sudo mount /dev/sda2 /media/diskpart2 cd /media/diskpart2 sudo dpkg -i maemo-flasher-3.5* sudo flasher3.5 -F RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin --flash-only=kernel -f -R
![]() |
2013-02-11
, 18:29
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#28
|
No need for the Live-CD in this case!
But you have to change the commands slightly for Ubuntu. You need to add 'sudo' to the commands that need root privileges. For sudo to succeed you need the password of the user:
Code:sudo mount /dev/sda2 /media/diskpart2 cd /media/diskpart2 sudo dpkg -i maemo-flasher-3.5* sudo flasher3.5 -F RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin --flash-only=kernel -f -R
![]() |
2013-02-12
, 08:31
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#29
|
sudo mkdir /media/diskpart2
![]() |
2013-02-14
, 11:20
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#30
|
The Following User Says Thank You to Freddie For This Useful Post: | ||
This is the wiki article giving you the instructions and informations about the processhttp://wiki.maemo.org/Updating_the_t...rt_topic.21.29