maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   what to do when the os from nokia n9 is removed? (https://talk.maemo.org/showthread.php?t=91659)

Ayast 2013-10-25 07:45

what to do when the os from nokia n9 is removed?
 
I had recently got an nokia n9 black 16gb. I installed nitdroid with sillyboot2 then i installed sillyboot_gu2 without uninstalling sillyboot2 then came the device not working properly error. i flashed it many times. Did the zeorise device from http://talk.maemo.org/showthread.php?t=82693. Then only the warranty void message shows up. what can be the solution to this. while flashing the firmware with legacy in it the rootfs is only 90 % complete. need help!!!!:(

juiceme 2013-10-25 08:18

Re: what to do when the os from nokia n9 is removed?
 
Quote:

Originally Posted by Ayast (Post 1382319)
I had recently got an nokia n9 black 16gb. I installed nitdroid with sillyboot2 then i installed sillyboot_gu2 without uninstalling sillyboot2 then came the device not working properly error. i flashed it many times. Did the zeorise device from http://talk.maemo.org/showthread.php?t=82693. Then only the warranty void message shows up. what can be the solution to this. while flashing the firmware with legacy in it the rootfs is only 90 % complete. need help!!!!:(

Well, first things first:
- Have you got the correct emmc and firmware images?
- What is your device's variant?
- What is your device's current SW?
- Could you post the log of what happens at flashing? (it is difficult to say anything when one cannot see what happens)

rainisto 2013-10-25 13:56

Re: what to do when the os from nokia n9 is removed?
 
Most likely your partition table has 4 partitions. So either manully use sfdisk from ubiboot rescue mode or get your hands on internal flasher and run:

sudo flasher -O nand-repartition -f -F main.cbin -F emmc.bin -R --erase-user-data=secure

(but as normal flashers are missing -O flag support, you need to repartition with sfdisk)

coderus 2013-10-25 14:12

Re: what to do when the os from nokia n9 is removed?
 
you can use --no-preserve to rewrite existing partition table while flashing without using external tools ;)

Ayast 2013-10-27 10:29

Re: what to do when the os from nokia n9 is removed?
 
Quote:

Originally Posted by rainisto (Post 1382379)
Most likely your partition table has 4 partitions. So either manully use sfdisk from ubiboot rescue mode or get your hands on internal flasher and run:

sudo flasher -O nand-repartition -f -F main.cbin -F emmc.bin -R --erase-user-data=secure

(but as normal flashers are missing -O flag support, you need to repartition with sfdisk)

Could you go in a little bit of detail throuogh a windows pc
and @coderus i didn't understand you could you describe it in a little detail

Ayast 2013-10-27 11:01

Re: what to do when the os from nokia n9 is removed?
 
@juiceme
the info are as follows

C:\Program Files\Nokia\Flasher>flasher -i
flasher 3.12.1 (Oct 6 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_006
Success

C:\Program Files\Nokia\Flasher>
the flashing procedure is as follows
C:\Program Files\Nokia\Flasher>flasher -f -F kernel.bin --suppress-warranty-warn
ing
flasher 3.12.1 (Oct 6 2011) Harmattan

Ping attempt 1 (250 ms)
Server application: 1.7.2
Found product RM-696 rev. 1603
Server implements softupd protocol version 1.8
Image SW version DFL61_HARMATTAN_40.2012.21-3_PR_006
Image moslo not present
Image mmc not present
Image tar skipped
Image config skipped
Charging battery, 10 % battery level (11 % required). Ctrl-c to exit
Battery level 11 %, continuing.

image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] cmt-2nd [finished 100 % 95 / 95 kB NA ]
[x] cmt-algo [finished 100 % 789 / 789 kB NA ]
[x] cmt-mcusw [finished 100 % 6050 / 6050 kB 3034 kB/s]
[x] xloader [finished 100 % 23 / 23 kB NA ]
[x] secondary [finished 100 % 94 / 94 kB NA ]
[x] kernel [finished 100 % 2714 / 2714 kB 1706 kB/s]
[_] rootfs [writing 71 % 704512 / 978983 kB 9933 kB/s]
ERROR: SU_GET_UPDATE_STATUS_REQ terminated with error code 1: Unknown error

image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] cmt-2nd [finished 100 % 95 / 95 kB NA ]
[x] cmt-algo [finished 100 % 789 / 789 kB NA ]
[x] cmt-mcusw [finished 100 % 6050 / 6050 kB 3034 kB/s]
[x] xloader [finished 100 % 23 / 23 kB NA ]
[x] secondary [finished 100 % 94 / 94 kB NA ]
[x] kernel [finished 100 % 2714 / 2714 kB 1706 kB/s]
[f] rootfs [writing 0 % 706560 / 978983 kB 9933 kB/s]
Fetching error list:
========================================
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
mmc: lzo block decompression failed!
========================================

ERROR: Failed to flash images

C:\Program Files\Nokia\Flasher>

juiceme 2013-10-27 19:04

Re: what to do when the os from nokia n9 is removed?
 
Well if you are really using this following command to flash your device it is not correct IMHO, depemding of course on what the "kernel.bin" file actually is, is it supposed to be emmc or rootfs?

Quote:

Originally Posted by Ayast (Post 1382697)
C:\Program Files\Nokia\Flasher>flasher -f -F kernel.bin --suppress-warranty-warning


You should try to flash it with this command instead, it will properly wipe your device clean (like from a factory reset):

Code:

C:\Program Files\Nokia\Flasher>flasher -F main.bin -F emmc.bin --erase-user-data=secure --no-preserve -f -R

Ayast 2013-10-28 02:27

Re: what to do when the os from nokia n9 is removed?
 
Quote:

Originally Posted by juiceme (Post 1382784)
Well if you are really using this following command to flash your device it is not correct IMHO, depemding of course on what the "kernel.bin" file actually is, is it supposed to be emmc or rootfs?

the kernel.bin is the firmware named DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_006-OEM1-958_ARM.bin and emmc.bin is 528DA068_DFL61_HARMATTAN_40.2012.13-7.MEA_EMMC_MEA.bin.

the code you said to use gave me this result


C:\Program Files\Nokia\Flasher>flasher -F kernel.bin -F emmc.bin --erase-user-da
ta=secure --no-preserve -f -R
flasher 3.12.1 (Oct 6 2011) Harmattan
Warning: --no-preserve is not recommended, instead use erase commands
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_006
Sending ape-algo image (7096 kB)...
100% (7096 of 7096 kB, avg. 26479 kB/s)
Suitable USB interface (phonet) not found, waiting...
Ping attempt 1 (250 ms)
Server application: 1.7.2
Found product RM-696 rev. 1603
Server implements softupd protocol version 1.8
Charging battery, 10 % battery level (11 % required). Ctrl-c to exit
Battery level 11 %, continuing.
Erasing, this may take a while.
Erase done.
Image SW version DFL61_HARMATTAN_40.2012.21-3_PR_006
Image moslo not present
Image tar skipped
Image config skipped

Battery level 16 %, continuing.

image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] cmt-2nd [finished 100 % 95 / 95 kB NA ]
[x] cmt-algo [finished 100 % 789 / 789 kB NA ]
[x] cmt-mcusw [finished 100 % 6050 / 6050 kB 3465 kB/s]
[x] xloader [finished 100 % 23 / 23 kB NA ]
[x] secondary [finished 100 % 94 / 94 kB NA ]
[x] kernel [finished 100 % 2714 / 2714 kB 1863 kB/s]
[_] rootfs [writing 71 % 709632 / 978983 kB 10846 kB/s]
[ ] mmc [pending 0 % 0 / 0 kB NA ]
ERROR: SU_GET_UPDATE_STATUS_REQ terminated with error code 1: Unknown error

image [state progress transfer flash speed]
---------------------------------------------------------------------
[x] cert-sw [finished 100 % 1 / 1 kB NA ]
[x] cmt-2nd [finished 100 % 95 / 95 kB NA ]
[x] cmt-algo [finished 100 % 789 / 789 kB NA ]
[x] cmt-mcusw [finished 100 % 6050 / 6050 kB 3465 kB/s]
[x] xloader [finished 100 % 23 / 23 kB NA ]
[x] secondary [finished 100 % 94 / 94 kB NA ]
[x] kernel [finished 100 % 2714 / 2714 kB 1863 kB/s]
[f] rootfs [writing 0 % 713728 / 978983 kB 10846 kB/s]
[-] mmc [pending 0 % 0 / 0 kB NA ]
Fetching error list:
========================================
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
bb5_rdc_cert_read failed
mmc: lzo block decompression failed!
========================================

ERROR: Failed to flash images

C:\Program Files\Nokia\Flasher>

juiceme 2013-10-28 09:15

Re: what to do when the os from nokia n9 is removed?
 
Quote:

Originally Posted by Ayast (Post 1382828)
the kernel.bin is the firmware named DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_006-OEM1-958_ARM.bin and emmc.bin is 528DA068_DFL61_HARMATTAN_40.2012.13-7.MEA_EMMC_MEA.bin.

This is the strongest flashing command that I know. If it does not work for you, then there are 2 possibilities AFAIK:
  • 1. Your FIASCO images are corrupted or not of correct version
  • 2. Your device has broken flash memory and cannot be flashed any longer.

If the problem is the first one, please check the MD5 checksums of your emmc and firmware binaries, and if they are not correct, try to download them again.
Tell me what is the variant of your device, and I can give you download links for the files. (variant is written on the bottom of your SIMCARD tray)

If the problem is the second one, well, the device is then broken behind any repair and you should contact Nokia for warranty. However, they will propably not be able to give you another N9 because they are not made any longer :(

Ayast 2013-10-28 13:43

Re: what to do when the os from nokia n9 is removed?
 
Quote:

Originally Posted by juiceme (Post 1382876)
[/LIST]Tell me what is the variant of your device, and I can give you download links for the files. (variant is written on the bottom of your SIMCARD tray)(

The variant is 059J217. and i went to a nokia care center and they told me it would take aroun $20 to fix it but it is also possible that my nokia n9 would be dead.


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

vBulletin® Version 3.8.8