![]() |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hello Juiceme,
I have a question, if it would be possible to switch between Harmattan PR1.3 OpenMode-Kernel and Stock Nokia PR1.3 Kernel. Would it be possible ? I want to switch between Stock and OpenMode because OpenMode has Problems with creating SIP Accounts. Do you know where i can get a stock Nokia PR1.3 Kernel? Or how i can extract a kernel file from Fiasco Image ? N900 Fremantle Flasher has a option --unpack, but it don't work with harmattan fiasco images.... Or I don't know how to do it... THX |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
You should be able to unpack the firmware image with 0xFFFF, however I could not do that, it just complained about "Next valid header not found" However, I remembered that the previous version of the Nokia flasher, the version 3.5 still has the "-u" optin available, and it seems to work on Harmattan images too. So,do "flasher-3.5 -u -F firmware.bin" and you will get a laod of images out. Among all the files is the zImage file: Code:
juice@puuma:~/n9_stuff$ |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I tryed alredy with Fremantle Flasher, it finds all parts of the fiasco image (also the kernel zImage), but it gives an error an the end "Wrong size of the image" and don't unpack the files.... Of course i try to help you with the sip accounts problem, but i think, it is not ubiboot-problem, it's openmode problem. (I have 2 AVM FritzBox Routers with SIP ability). N900: No problem. N9 closed mode: No problem. N9 OpenMode: No connection to sip. |
Re: Introducing ubiboot N9 (multiboot OS loader)
@explit
The way juiceme described how to get the kernel is exactly what I have done earlier. So I am sure it works. Maybe your firmware file is corrupted (during download)? Do not know the command by heart, but something as above. About SIP problem: I am struggling with this since the beginning. And now I am sure it is kexec causing this. Not openmode itsellf (what I thought before, too). I flashed the open mode kernel and all problems were gone. Back to ubiboot no SIP with open mode. And yes you may switch between stock and open mode kernel. Just make sure you create your first account under open mode. -- Oh. And could you give us your hardware revision, please? Code:
hal-device | grep hardware And another Oh @juiceme Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
http://en.wikipedia.org/wiki/File:U-...freerunner.jpg
Is this possible on our N9??? with power off & reboot commands??? :) |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Also, it's possible to port u-boot to N9, that would not be a big problem altough ubiboot is more versatile than u-boot. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
http://www.swagman.org/juice/zImage_...13_nokiasigned (md5sum = 1c080ed7d8cb3341e1610939838ea5d4) |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
How did You did it (extract the kernel) ? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Nokia seems to have removed that option (propably as a security-by-obscurity-measures reason) from the Harmattan version of the flasher utility, but fortunately the older flasher understands the Harmattan FIASCO images too :D |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I renamed the DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin to firmware.bin and got File size mismatch with Fremantle flasher... Thanks |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I have a 1601 rev. With ubiboot-02 and Stock PR1.3 Kernel, i could create and use SIP Account of my AVM FritzBox. The problem with the extraction of kernel zImage from Fiasco was, that i renamed the original DFL~ File Name to firmware.bin. :mad: /home/user # hal-device | grep hardware system.hardware.vendor = 'Nokia' (string) system.hardware.product = 'board' (string) system.hardware.uuid = '1601' (string) system.hardware.version = '1601' (string) system.hardware.serial = '0000000000000000' (string) /home/user # |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I tryed 2 times. with the original name: No problem after copy the file to firmware.bin: error... :confused: Maybe date/time of file creation or attributes? Renamed under Debian Linux 6 / Midnight commander... |
Re: Introducing ubiboot N9 (multiboot OS loader)
pls i need a guide to install ubiboot .. i have the file and wud it also resolve the password always prompting wen switching from NITDROID.. PLS NEED HELP ASAP....THANK U
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Juiceme Readme File contains all information, you need for installing and configuring ubiboot:
http://www.swagman.org/juice/ubiboot/README Promt for Password is normal, because of openmode Nitdroid Kernel. Delete All Accounts and recreate them under OpenMode Kernel. Good luck. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
You need to remove the content of the following directories
(as user) type rm -fr .accounts/* rm -fr .activesync/* rm -fr .aegis/* this will remove all accounts, then reboot and recreate your accounts. |
Re: Introducing ubiboot N9 (multiboot OS loader)
1 Attachment(s)
Forgive me if this has been asked before. Has anyone been able to run the ADB enabled kernel by e-yes in the NITdroid forum using this?
http://forum.nitdroid.com/index.php?...sg6693#msg6693 it doesn't seem to recognize my ubiboot.conf file properly (well, it does for the others configs, but it doesn't for that specific kernel. Am i missing something? :[ |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Does it attempt to boot the kernel, and then fail or does it not even try, so that you are thrown back to the menu? |
Re: Introducing ubiboot N9 (multiboot OS loader)
It does not even list in the menu itself. Lemme try to take a screencap. Apologies for the crappy picture
http://i.imgur.com/0EpQgnI.jpg http://i.imgur.com/0EpQgnI.jpg |
Re: Introducing ubiboot N9 (multiboot OS loader)
set
Code:
G_NITDROID_NUM=2 |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Code:
... It might be that the slash is seen as an escape character here... (maybe "ADB\/USB" could help...) |
Re: Introducing ubiboot N9 (multiboot OS loader)
my bad, it was indeed the
G_NITDROID_NUM=2 =__= how stupid of me. |
Re: Introducing ubiboot N9 (multiboot OS loader)
But of course! Props for sharp-eyed coderus for spotting it :D
I just looked at the slash in the label and did not check around the othe rows... BTW, how does it run with the ADB-enabled kernel, any noticeable differences? |
Re: Introducing ubiboot N9 (multiboot OS loader)
It runs quite fine! you can now access device without needing to connect to an I.P. address and perform things you want :)
that being said, I cannot seem to install apks via adb (always invalid apk), so I just push them to sdcard, go in as root (adb shell) and pm install the apk. I've made all the necessary adjustments (omap.so replace, force GPU 2D render and removed animations), and it's pretty much usable :) WiFi's still an ***, though. :P edit: I just love flush it looks http://i.imgur.com/qxCjEHO.jpg |
Re: Introducing ubiboot N9 (multiboot OS loader)
Released ubiboot-02 (integrated) version, rev. 0.3.2.
See the README file See the Changelog |
Re: Introducing ubiboot N9 (multiboot OS loader)
Yippie :)
Will try as soon as I can. Unfortunately on the road now and next week also. Maybe I will find some time and a flashing PC earlier. Thanks. |
Re: Introducing ubiboot N9 (multiboot OS loader)
@juiceme can you share cpio and config separately? i cannot download 60M over EGDE right now :D
please =) |
Will it fix 1603 autoreboot problems?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
now I am on the road, but when I get home tomorrow I can look onto it. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
This is special "tiny" version for Coderus :)
The extra kernel modules have been removed from the cpio, reducing the size of the total tar file to 11 megs of size. Get it from Here (md5sum=bb48badc8102a43fb96e0b52e3fae876) The basic behaviour is same as in the full version, it's just not as extensible as the version with all modules. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Updated the files also to the ubiboot repository at Skeiron
This might have higher download bandwidth for some people. |
Re: Introducing ubiboot N9 (multiboot OS loader)
I have BackupMenu, Nitdroid and Harmattan works....all ok. Nemo mobile boot it with load the kernel....
But i can not find the mistake with Ubiboot, only Nemo boots up. A Black screen by Harmattan... ubiboot.dmesg ubiboot.log |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Did you have/try any previous version of ubiboot, and if you did, was the result any different? One thing you could do; the /sbin/preinit_harmattan in my setup seems to not work correctly for all people, so you could use the original preinit. Just do "cp /sbin/preinit /sbin/preinit_harmattan" as root and try again. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Quote:
Quote:
the modules....don't really understand this section: Code:
The modules for the kernels are located in each OS's hierarchy, normally in the |
Re: Introducing ubiboot N9 (multiboot OS loader)
About modules you do not need to care, if you do not know.
Simple question: where did you put the harmattan kernels (when under harmattan OS itself)? Hopefully directly under '/boot' directory? To me it looks like it just does not find specified kernel. Or just a typo in image names (not really, as it seems same for all harmattan kernels). Another question: Nitdroid starts? As that kernel is located in same directory. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Code:
Jun 2 18:52:13 (none) user.notice root: Selecting Harmattan OS, running kernel /boot/Harmattan/boot/zImage-2.6.32.54-dfl61-20121301 Also, as the Nitdroid OS boots with the Nitdroid kernel, then Harmattan should also boot with any of the standard kernels, because this way we KNOW that the modules for at least the kernel zImage.pr13 are present and all of those kernels use the same 2.6.32.54-dfl61-20121301 modules. No, this is something else now. I can see that your HWREV is 1507, and there are some mixed results with that device. Valdur55 and Hurrian have 16G/black devices with same HWREV, and at least Hurrian cannot boot L2fixed kernel, but others are OK. I cannot remember for sure how it was with Valdur55's device, did he have some problems with Harmattan also. What is your variant, is it 16/64G and what color? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Sorry, I was scrolling through these huge listings on N9 only.
And I just did see this Quote:
But okay I am keeping my fingers still now ;) |
Re: Introducing ubiboot N9 (multiboot OS loader)
/boot/Nitdroid/boot ?
why not /boot/Harmattan/boot ? |
All times are GMT. The time now is 07:18. |
vBulletin® Version 3.8.8