Active Topics

 


Reply
Thread Tools
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#41
go to youtube and you will see working NITdroid phone....
 
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#42
check youtube and you will see there is one working...
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#43
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's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#44
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.
 
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#45
hey blues.. do you have a wiki for that???
 
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#46
thanks in advance blues...
 
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#47
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

Last edited by BluesLee; 2010-09-04 at 16:02.
 

The Following 5 Users Say Thank You to BluesLee For This Useful Post:
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#48
thanks for the nice guide... anyway to do it on a windows XP???
 
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#49
Originally Posted by firstknight View Post
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
 
Posts: 8 | Thanked: 15 times | Joined on Dec 2009 @ Moscow
#50
Originally Posted by BluesLee View Post
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.
 

The Following User Says Thank You to lattenwald For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:39.