maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic (https://talk.maemo.org/showthread.php?t=60461)

firstknight 2010-08-28 02:16

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
go to youtube and you will see working NITdroid phone....

firstknight 2010-08-28 02:21

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
check youtube and you will see there is one working...

CepiPerez 2010-08-28 04:25

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
I never tested meego but I've read the way to boot is using flasher -l instead of flasher -r. This method load the kernel and boot it but when you reboot it doesn't stay.
I think you can talk to Jay-C for add this in multiboot.
Then you can boot meego, android and maemo without using a pc.

BluesLee 2010-08-28 08:22

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
hello guys,

according to stskeeps you cannot use meego with multiboot.
nevertheless, to use meego and nitdroid in parallel (the first
one requires flashing via usb) you can do the following:

1) as meego uses dd and changes the dimensions of your
sd you should extract the meego rootfs via kpartx as mentioned
above

2) you can tell the nitdroid installer script to install to the
n-partition of your sd card (thanks to the nitdroid theme)

so far i have 4 partitions:

1. meego rootfs
2. meego swap
3. nitdroid rootfs
4. placeholder for ubuntu

using multiboot i can boot to maemo, nitdroid and 4. using
the flasher with -l option boots into 1.


Blues


p.s. it would be great to consider the backupmenu within
multiboot but this doesnt seem to work.

firstknight 2010-08-29 12:21

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
hey blues.. do you have a wiki for that???

firstknight 2010-08-31 14:29

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
thanks in advance blues...

BluesLee 2010-09-04 13:18

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
below you find my personal notes installing meego on an
sdhc card which also contains a nitdroid installation, several
details are missing.

remark: this works for me but it may damage your card, n900,
life or whatever. use it on your own risk.

1. partitions: i use 4 partitions on an 8 gb sdhc card.
the dimensions are as follows
Code:

Platte /dev/sdb: 8168 MByte, 8168931328 Byte
252 Köpfe, 62 Sektoren/Spuren, 1021 Zylinder
Einheiten = Zylinder von 15624 × 512 = 7999488 Bytes
Disk identifier: 0x000d05ef

  Gerät  boot.    Anfang        Ende    Blöcke  Id  System
/dev/sdb1              1        320    2499809  83  Linux
/dev/sdb2            321        352      249984  83  Linux
/dev/sdb3            353        595    1898316  83  Linux
/dev/sdb4            596        1021    3327912    6  FAT16

the 1st partition contains the meego rootfs and should be at least 2 gb.

the 2nd one is a meego swap partition and should be at least 256 mb.

the 3rd partition contains the nitdroid rootfs and should be smaller than 1.9 gb afair.

the 4th one is for data and can be ignored.

2. meego installation:

2a) i downloaded
Code:

meego-handset-armv7l-n900-nokia-proprietary-1.0.90.1.20100831.1-vmlinuz-2.6.35.3-5.2-n900
and
Code:

meego-handset-armv7l-n900-nokia-proprietary-1.0.90.1.20100831.1-mmcblk0p.raw.bz2
from nokias webpage
Code:

http://tablets-dev.nokia.com/meego-codedrop.php
using my imei which is as follows ... (just a joke).

2b) i unzipped the bz2 file:
Code:

bunzip2 meego-handset-armv7l-n900-nokia-proprietary-1.0.90.1.20100831.1-mmcblk0p.raw.bz2
2c) i use kpartx to extract the meego rootfs on my linux pc:
Code:

kpartx -a -v
meego-handset-armv7l-n900-nokia-proprietary-1.0.90.1.20100831.1-mmcblk0p.raw

this gives me additional loop devices, the first one i mount as follows:

Code:

mkdir ~/meego_temp
mount -t ext3 /dev/mapper/loop1p1 ~/meego_temp
cd ~/meego_temp
tar cvf ../meego-rootfs.tar *
cd ..; umount meego_temp

2d) now i can extract the meego-rootfs.tar on the 1st partition
of my sdhc card as usual.

2e) i put the sdhc card in my n900, turn off the device and flash
the downloaded kernel via
Code:

flasher-3.5 -k meego-handset-armv7l-n900-nokia-proprietary-1.0.90.1.20100831.1-vmlinuz-2.6.35.3-5.2-n900  -l -b
this will boot into meego.


3) installing nitdroid:

the important part for installing it on the 3rd partition is to edit
Code:

/usr/bin/nitdroid-installer
and replace
Code:

ROOT_DEV='/dev/mmcblk1p1'
with
Code:

ROOT_DEV='/dev/mmcblk1p3'

Blues

firstknight 2010-09-06 08:05

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
thanks for the nice guide... anyway to do it on a windows XP???

BluesLee 2010-09-07 18:09

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
Quote:

Originally Posted by firstknight (Post 808425)
thanks for the nice guide... anyway to do it on a windows XP???

i am sorry, but my last private experience with windows dates
back more than one decade, i remember that i installed
windows 98se at least 10 times at one (!) weekend and decided
to switch to something different:-)


Blues

lattenwald 2010-09-07 18:57

Re: Maemo 5 | Nitdroid | MeeGo | Ubuntu 9.10 Karmic
 
Quote:

Originally Posted by BluesLee (Post 809852)
i remember that i installed
windows 98se at least 10 times at one (!) weekend and decided
to switch to something different:-)

After I installed windows XP like 5 or 7 times in two days I easily found job of windows system administrator.

Still two years later I switched to Linux and left this job.


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

vBulletin® Version 3.8.8