Author Topic: N9 Kernel for Dual-Boot  (Read 151501 times)

Offline pissis

  • NITDroid novice
  • *
  • Posts: 9
Re: N9 Kernel for Dual-Boot
« Reply #165 on: April 02, 2012, 12:41:13 pm »
For people having problems with flasher disappearing, try start the command prompt as administrator.

* Hit start button,
* Type 'cmd'
* Right-click on 'command prompt', select 'Run as administrator'.
* Change to the flasher directory: cd \Program Files\Nokia\Flasher
* Run flasher: flasher -i

This worked for me, where otherwise the flasher opened in a new window and quickly disappeared.

thx that worked!

buuut now im getting :D

Microsoft Windows [versio 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Kaikki oikeudet pidätetään.

C:\Windows\system32>cd C:\Program Files\Nokia\Flasher

C:\Program Files\Nokia\Flasher>flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY
_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -R
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.

WARNING: bad kernel format in zImage
FIASCO ERROR: zImage: No such file or directory

C:\Program Files\Nokia\Flasher>


its becose of wrong md5 at zimage? if so how could i fix it? :)

Offline streetster

  • NITDroid novice
  • *
  • Posts: 18
Re: N9 Kernel for Dual-Boot
« Reply #166 on: April 02, 2012, 01:28:13 pm »
"zImage: No such file or directory"

is the zImage in the "C:\Program Files\Nokia\Flasher" directory too (along with the DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY
_001-OEM1-958_ARM.bin)?

Offline pissis

  • NITDroid novice
  • *
  • Posts: 9
Re: N9 Kernel for Dual-Boot
« Reply #167 on: April 02, 2012, 01:31:59 pm »
"zImage: No such file or directory"

is the zImage in the "C:\Program Files\Nokia\Flasher" directory too (along with the DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY
_001-OEM1-958_ARM.bin)?

yes its in the same folder

Offline Dousan

  • NITDroid user
  • **
  • Posts: 44
Re: N9 Kernel for Dual-Boot
« Reply #168 on: April 02, 2012, 01:39:53 pm »
Does the zImage still has a txt extension? If yes, you just need to delete the txt extension. I got that error because I forgot to "rename" it.

Regards Dousan...

Offline pissis

  • NITDroid novice
  • *
  • Posts: 9
Re: N9 Kernel for Dual-Boot
« Reply #169 on: April 02, 2012, 04:49:24 pm »
nope not that either :/
« Last Edit: April 02, 2012, 04:52:16 pm by pissis »

Offline Dousan

  • NITDroid user
  • **
  • Posts: 44
Re: N9 Kernel for Dual-Boot
« Reply #170 on: April 02, 2012, 08:33:46 pm »
Looks like it's a txt document when looking at your pic. It has the same icon as the readme above it.

Regards Dousan...

Offline streetster

  • NITDroid novice
  • *
  • Posts: 18
Re: N9 Kernel for Dual-Boot
« Reply #171 on: April 02, 2012, 09:18:37 pm »
If you're not going to rename the zImage.txt to zImage just do:

Code: [Select]
C:\Program Files\Nokia\Flasher>flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage.txt --flash-only=kernel -f -R
!!

Offline tezine

  • NITDroid novice
  • *
  • Posts: 4
Re: N9 Kernel for Dual-Boot
« Reply #172 on: April 02, 2012, 11:39:41 pm »
Hi,
I'm trying to install the dual boot under my N9 Pr1.2, but whenever I execute flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -R, I get the result below, but I had already set the Autolock to off!
Despite of that, the N9 boots with the yellow triangle with the message that I lost my warranty and It doesn't connect automatically to my email accounts. When I try to install the sillyboot, I get acess denied on /sbin/prenit even using devel-su and typing the password rootme. Can anybody help me?
Thanks/Bruno.

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.

Picked ape-algo from a FIASCO file
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_30.2012.07-1_PR_001
Sending ape-algo image (7096 kB)...
100% (7096 of 7096 kB, avg. 10933 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
Image SW version <none>
Image cert-sw not present
Image cmt-2nd skipped
Image cmt-algo skipped
Image cmt-mcusw skipped
Image xloader skipped
Image secondary skipped
Image moslo skipped
Image rootfs skipped
Image mmc skipped
Image tar skipped
Image config skipped

Battery level 15 %, continuing.

    image        [state    progress         transfer     flash speed]
---------------------------------------------------------------------
[ ] kernel       [pending      0 %       0 /       0 kB      NA     ]
ERROR: SU_BEGIN_IMAGE_UPDATE_REQ terminated with error code 10: Security failure

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
Devicelock ON: cannot flash unsigned image
========================================

ERROR: Failed to flash images



Try to do this:

1-
Code: [Select]
flasher -F DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -f -R2-
Code: [Select]
flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -R
It seems that if you had previously enabled the lock, this error is shown, even if you had disabled it.

It worked!!!! Thank you!!!

Offline e-yes

  • Administrator
  • I know all there is to know!
  • *****
  • Posts: 263
Re: N9 Kernel for Dual-Boot
« Reply #173 on: April 02, 2012, 11:42:26 pm »
I suspect your next post: "I bricked my n9".

Why are you using firmware for devices shipped to RUSSIA?
cat support_request.pm > /dev/null

Offline slurms

  • NITDroid novice
  • *
  • Posts: 1
Re: N9 Kernel for Dual-Boot
« Reply #174 on: April 03, 2012, 05:45:36 am »
1. Use NaviFirm download software Nokia N9 file: DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin
2. Download flasher for Harmattan for your OS from here: http://tablets-dev.nokia.com/maemo-dev-env-downloads.php
For Windows 7 Vista Xp: http://tablets-dev.nokia.com/maemo-dev-env-downloads.php?f=maemo_flasher-3.5_2.5.2.2.exe
3. Install flasher copy DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin to:
C:\Program Files\Nokia\Flasher
4. Download http://downloads.nitdroid.com/e-yes/n9/zImage
5. Copy zImage to C:\Program Files\Nokia\Flasher
6. Run Cmd press type
Code: [Select]
cd C:\Program Files\Nokia\Flasher (enter)
  a) turn off your phone connect cable to the phone not usb pc
7. Copy
Code: [Select]
flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGACY_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -Rand paste to Cmd (enter)
8. Connect cable and your phone to port usb wait (5 -6 sec)... your telephone starting upload kernel... success disconnect cable

bro. i can´t flash the kernel. look

C:\Program Files\Nokia\Flasher>flasher -a DFL61_HARMATTAN_30.2012.07-1_PR_LEGAC
_001-OEM1-958_ARM.bin -k zImage --flash-only=kernel -f -R
flasher v2.5.2 (Sep 24 2009)

flasher: invalid option -- a
Usage: flasher [OPTIONS]
Options:
  -F, --fiasco=ARG            Location of a FIASCO image
  -k, --kernel=ARG            Location of kernel image
  -n, --initfs=ARG            Location of initfs image
  -r, --rootfs=ARG            Location of root JFFS2 image
      --cmt-2nd=ARG           Location of CMT FIASCO 2nd image
      --cmt-algo=ARG          Location of CMT FIASCO algorithm image
      --cmt-mcusw=ARG         Location of CMT FIASCO MCUSW image
      --cmt-no-verify         Disable verification of CMT programming
  -x, --xloader=ARG           Location of X-Loader image
  -s, --secondary=ARG         Location of NOLO secondary bootloader image
  -2, --2nd=ARG               Location of NOLO cold flasher ("2nd") image
  -u, --unpack[=ARG]          Unpack a FIASCO image
  -f, --flash                 Load and flash all supplied images
  -l, --load                  Only load all supplied images
  -b, --boot[=ARG]            Boot the kernel with optional cmdline
  -R, --reboot                Reboot the board (e.g. after flashing NOLO)
  -i, --read-device-id        Print out the device type
  -S, --serial-port=ARG       Serial port used for cold flashing or "usb"
  -I, --init-port             Only initialize the serial port
  -c, --cold-flash            "Cold flash" the device
  -h, --hw-revision=ARG       Specify product code and HW revision
      --enable-rd-mode        Enable R&D mode on the device
      --disable-rd-mode       Disable R&D mode on the device
      --set-rd-flags[=ARG]    Set R&D mode flags on the device
      --clear-rd-flags[=ARG]  Clear R&D mode flags on the device
      --query-rd-mode         Query the device R&D mode status and flags
      --set-hw-revision[=ARG] Set HW revision override on device
      --flash-only=ARG        Flash only certain components
  -U, --usb-device=ARG        Specify USB device to use (bus:device address)

C:\Program Files\Nokia\Flasher>


????


Offline antrax360

  • NITDroid novice
  • *
  • Posts: 16
Re: N9 Kernel for Dual-Boot
« Reply #175 on: April 05, 2012, 04:59:33 pm »
i need help my phone is on a bootloop after finishing flashing nitdroid tru terminal, when i rebooted to boot up with ics, i get the boot loop. I dont have any other phone so am phoneless. theres a post similar to mine a couple of pages back but i dont know what file to flash and what command.

Offline Sniper_swe

  • Administrator
  • I know all there is to know!
  • *****
  • Posts: 264
Re: N9 Kernel for Dual-Boot
« Reply #176 on: April 05, 2012, 08:08:47 pm »
i need help my phone is on a bootloop after finishing flashing nitdroid tru terminal, when i rebooted to boot up with ics, i get the boot loop. I dont have any other phone so am phoneless. theres a post similar to mine a couple of pages back but i dont know what file to flash and what command.
flasher -F firmware.bin -f -R
Use the DFL61_ rootfs file for your phone. Find it i navifarm using your phone product number. (on the simtray)
you will loose your apps but not accounts and info.

Offline antrax360

  • NITDroid novice
  • *
  • Posts: 16
Re: N9 Kernel for Dual-Boot
« Reply #177 on: April 05, 2012, 08:39:30 pm »
i need help my phone is on a bootloop after finishing flashing nitdroid tru terminal, when i rebooted to boot up with ics, i get the boot loop. I dont have any other phone so am phoneless. theres a post similar to mine a couple of pages back but i dont know what file to flash and what command.
flasher -F firmware.bin -f -R
Use the DFL61_ rootfs file for your phone. Find it i navifarm using your phone product number. (on the simtray)
you will loose your apps but not accounts and info.

ok i managed to fixed it. Now finally i was able to install nitdroid ics alpha1, now how do i install alpha2? Cuz i dont have any nitdroid folder on my phone. two folder were created after isntalling alpha1, .android_secure and lost.dir. am i supossed to extract alpha 1 into a folder and extract alpha 2 on top of alpha1?
« Last Edit: April 05, 2012, 08:41:01 pm by antrax360 »

Offline Sniper_swe

  • Administrator
  • I know all there is to know!
  • *****
  • Posts: 264
Re: N9 Kernel for Dual-Boot
« Reply #178 on: April 05, 2012, 08:49:25 pm »
Edit: I think u are looking for nitdroid files at the wrong places because there should be more folders then that:P it should be in /home or /home/nitdroid depending on where u put it.

If they are in /home and u dont have /home/nitdroid folder then
you need to create nitdroid folder.
mkdir /home/nitdroid/

Then move alpha 1 files from /home to /home/nitdroid/ folder
(If you didn't apply alpha_1 charging fix before) rm /home/nitdroid/mnt/initfs

then install alpha 2 on top of it.
tar xjvf /path_to_archive/nitdroid_n9_ics_alpha2.tar.bz2 -C /home/nitdroid/

These folders developer, lost+found , user are for harmattan and should not be moved to nitdroid folder!
« Last Edit: April 05, 2012, 08:57:18 pm by Sniper_swe »

Offline antrax360

  • NITDroid novice
  • *
  • Posts: 16
Re: N9 Kernel for Dual-Boot
« Reply #179 on: April 05, 2012, 09:04:47 pm »
Edit: I think u are looking for nitdroid files at the wrong places because there should be more folders then that:P it should be in /home or /home/nitdroid depending on where u put it.

If they are in /home and u dont have /home/nitdroid folder then
you need to create nitdroid folder.
mkdir /home/nitdroid/

Then move alpha 1 files from /home to /home/nitdroid/ folder
(If you didn't apply alpha_1 charging fix before) rm /home/nitdroid/mnt/initfs

then install alpha 2 on top of it.
tar xjvf /path_to_archive/nitdroid_n9_ics_alpha2.tar.bz2 -C /home/nitdroid/

These folders developer, lost+found , user are for harmattan and should not be moved to nitdroid folder!
i put the files in the root directory, sillyboot and both nitdroids files, when i flash alpha 1 like i said no files were created but those two folders.