Active Topics

 


Reply
Thread Tools
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#21
16GB class 10
 
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#22
Get the kernel file and 0.0.9 NITdroid files here: http://talk.maemo.org/showthread.php?t=66459
Make sure you have multiboot and multiboot-kernel-power installed.

Android can only be on an 2GB partition so you need to create it first: (You need root for all this)
Unmount the card:
Code:
umount /dev/mmcblk1p1
Create the partitions:
Code:
sfdisk -uM /dev/mmcblk1 << EOF
,14100,C
,,L
,,
,,
EOF
Format the partitions:
Code:
mkdosfs  /dev/mmcblk1p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk1p2
Install Android root system:
Code:
mkdir /and
mount /dev/mmcblk1p2 /and
cd /and
tar xvjf /home/user/MyDocs/NITDroid-0.0.9.tar.bz2
Install the kernel:
Code:
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#23
thanks Zas,

i give it a try? what i have to install for multiboot and multiboot-kernel-power?

the code for create the partitions is right? it says?

cheers

BTW: my phone is overclocked with power kernel
 
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#24
Multiboot should install extras-devel with
Code:
apt-get install multiboot multiboot-kernel-power
And I set the partition right for your SD card.
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#25
Originally Posted by StocChr View Post
thanks Zas,

i give it a try? what i have to install for multiboot and multiboot-kernel-power?

the code for create the partitions is right? it says?

cheers

BTW: my phone is overclocked with power kernel
You can just:
Code:
root
apt-get install nitdroid-installer
Then all necessary packages will be installed, BUT do not run the atoinstaller from your menu, just ignore it.
 
Posts: 121 | Thanked: 35 times | Joined on Jul 2010
#26
Is the nitdroid project also dead?

no news in the last time, no updates, no update for the auto-installer ..

i know its a hard job ... but is this project also at the end?
 
Posts: 39 | Thanked: 19 times | Joined on Feb 2010 @ Piraeus Greece
#27
It looks like dead..But i keep on hoping...!
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#28
Originally Posted by Cybergr View Post
It looks like dead..But i keep on hoping...!
Just try not to be pessimistic, there is hope. The Nitdroid project is slow but not dead...
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#29
i try to install 0.0.8 with the latest autoinstaller

when i want boot android it says:
Mounting root device mmcblk0p2 FAILED error

damn it, i am pissed off
 
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#30
Try this autoinstaller:
http://forum.nitdroid.com/index.php?topic=233.0
install it, reboot, then open Xterm:
Code:
root
nitdroid-installer
 
Reply

Tags
elop sucks, when naked


 
Forum Jump


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