Poll: Have you successfully installed Nitdroid by now?
Poll Options
Have you successfully installed Nitdroid by now?

Reply
Thread Tools
Posts: 20 | Thanked: 1 time | Joined on Feb 2011
#1741
Originally Posted by ammyt View Post
@actii
Do this if you have a memory card plugged in your N900:
Code:
root
leafpad /etc/multiboot/11 (then press tab on xterm screen, then click enter)
Leafpad should open with your .item file. Be sure that your ITEM_DEVICE looks like this:
ITEM_DEVICE:{INT_CARD}p2
After this click on your N900's keyboard ctrl + s to save then exit.
Reboot to Nitdroid.
Do this if you don't have a memory card plugged in your N900:
Code:
root
leafpad /etc/multiboot/11 (then press tab on xterm screen, then click enter)
Leafpad should open with your .item file. Be sure that your ITEM_DEVICE looks like this:
ITEM_DEVICE:mmcblk0p2
After this click on your N900's keyboard ctrl + s to save then exit.
Reboot to Nitdroid.
Hmm, now if I start maemo, type to Xterm root, leafpad /etc/multiboot/11 and tab (nothing happens) and after enter, leafpad opens empty (nothing text)..and name of file is 11........
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1742
Originally Posted by actiii View Post
Hmm, now if I start maemo, type to Xterm root, leafpad /etc/multiboot/11 and tab (nothing happens) and after enter, leafpad opens empty (nothing text)..and name of file is 11........
Okay, assuming nitdroid kernel is in MyDocs:
Code:
root
mount /home /and
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb
Then do NOTHING, just turn off your N900, and turn it on again, and choose Nitdroid.
 
Posts: 20 | Thanked: 1 time | Joined on Feb 2011
#1743
Originally Posted by ammyt View Post
Okay, assuming nitdroid kernel is in MyDocs:
Code:
root
mount /home /and
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb
Then do NOTHING, just turn off your N900, and turn it on again, and choose Nitdroid.
I did it....................but the same process again.

1 - Maemo 2.6.28-omap1
2 - NITDroid 2.6.28.NIT.06 on mmcblk0p2

I click 2, then shows..

BOOTING - PLEASE WAIT

Kernel: 2.6.28.NIT.06
Params:
Modules: ext3
Device: mmcblk1p2
FS type: ext3
FS opts: rw, noatime, errors=remount-ro
linuxrc:
initfs:

it's there few seconds and after shows next thing

Root filesystem mmcblk1p2 NOT avaible!
Guru Meditation #00000025.62017712

Hit any key to panic

so i clink any key and all process going again..
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1744
Originally Posted by actiii View Post
I did it....................but the same process again.

1 - Maemo 2.6.28-omap1
2 - NITDroid 2.6.28.NIT.06 on mmcblk0p2

I click 2, then shows..

BOOTING - PLEASE WAIT

Kernel: 2.6.28.NIT.06
Params:
Modules: ext3
Device: mmcblk1p2
FS type: ext3
FS opts: rw, noatime, errors=remount-ro
linuxrc:
initfs:

it's there few seconds and after shows next thing

Root filesystem mmcblk1p2 NOT avaible!
Guru Meditation #00000025.62017712

Hit any key to panic

so i clink any key and all process going again..
From your quote:
Device: mmcblk1p2
mmcblk1p2 is the memory card itself, there should be something wrong in the 11xxxxx.item file...
Try this should work:
Code:
root
leafpad /etc/multiboot.d/11 (then press tab and enter)
Change ITEM_DEVICE to ITEM_DEVICE:mmcblk0p2
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1745
Gotcha! Sorry I gave you the wrong directory: /etc/multiboot/ is wrong
it should be /etc/multiboot.d/11 (then press tab bla bla bla).
Just follow my upper post.
 
Posts: 20 | Thanked: 1 time | Joined on Feb 2011
#1746
I did it and now shows a .item file like before, there is:

ITEM_NAME="NITDROID 2.6.28.NIT.06 on mmcblk0p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3
ITEM_DEVICE=$ {INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro

but there were are before.. there is mmcblk0p2.. I have this still open (leafpad) should i save it somewhere? but i think it'll be the same problem.
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1747
Originally Posted by actiii View Post
I did it and now shows a .item file like before, there is:

ITEM_NAME="NITDROID 2.6.28.NIT.06 on mmcblk0p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3
ITEM_DEVICE=$ {INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro

but there were are before.. there is mmcblk0p2.. I have this still open (leafpad) should i save it somewhere? but i think it'll be the same problem.
Do you have a memory card plugged in your N900? Please answer me please I'm begging ya!
 
Posts: 20 | Thanked: 1 time | Joined on Feb 2011
#1748
Oh so.. I would change ITEM_DEVICE=$ {INT_CARD}p2 to ITEM_DEVICE:mmcblk0p2 so if it seems like this?..

ITEM_NAME="NITDROID 2.6.28.NIT.06 on mmcblk0p2"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3
ITEM_DEVICE:mmcblk0p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro

and after I save it (where)? and turn off N900?
 
Posts: 20 | Thanked: 1 time | Joined on Feb 2011
#1749
I HAVEN'T MEMORY CAR IN MY N900.

So, Should I follow my upper post?
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1750
Originally Posted by actiii View Post
I HAVEN'T MEMORY CAR IN MY N900.

So, Should I follow my upper post?
Finally! Yes, yes do it! Change ITEM_DEVICE=$ {INT_CARD}p2 to ITEM_DEVICE:mmcblk0p2 then click ctrl + s on your N900's keyboard and leafpad will automatically save it.
 
Reply

Tags
community win, mor*nicindians, nitdroid

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:43.