|
| ||||||||||
| Tags: cell phone, installer package, maemo, mobile phone, multiboot, nitdroid, nitdroid installer, nokia n900 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Cannot find multiboot and nitdroid installer package in Nokia N900
Code: Code: apt-get install multiboot multiboot-kernel-maemo Code: Reading package lists... complete Building dependency tree Reading status information... complete E: Couldn't find package multiboot option |
|
#2
| |||
| |||
| Re: Cannot find multiboot and nitdroid installer package in Nokia N900
Before you start you require to add the extras devel repository: using this command: Code: apt-get -y install wget bzip2 rootsh nano kexec-tools 'Download as well as install Multiboot wget downloads.nitdroid /multiboot-extras_0.1_armel.deb wget downloads.nitdroid/multiboot_0.2.5_armel.deb dpkg -i multiboot*.deb Code: BOF
cd /etc/multiboot.d
cat > NITdroid-2.6.28.NIT.05.item << EOF
ITEM_NAME="NITdroid on MMCp3 - 2.6.28.NIT.05"
ITEM_KERNEL=2.6.28.NIT.05
ITEM_MODULES=ext3 fatal
ITEM_DEVICE=\${EXT_CARD}p3
ITEM_FSTYPE=ext2
ITEM_FSOPTIONS=rw,delete not on time errors, errors=remount-ro, commit=3
EOF |
|
#3
| |||
| |||
| Re: Cannot find multiboot and nitdroid installer package in Nokia N900
I obtain the following error when I write apt-get update in xterminal to get the Nitdroid installer inside my device: Quote:
|
|
#4
| ||||
| ||||
| Re: Cannot find multiboot and nitdroid installer package in Nokia N900
For downloading and installing the nitdroid installer packages you will require to get the root access and type the following code: Code: BOF mkdir -p /and mount -o noatime,rw /dev/mmcblk1p2 /and cd /home/usr1/MyDocs wget downloads.nitdroid/nitdroidinstaller/Packages/NITDroid-N900-the-flying-world.tbz2 rm -rf /and/* bzcat NITDroid-N900-the-flying-world.tbz2 | tar xvC /and EOF Code: Installing the nitdroid kernel wget downloads.nitdroid/nitdroid-kernel-2.6.28-06_final1_armel.deb dpkg -i nitdroidinstaller keenel *deb |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Cannot find multiboot and nitdroid installer package in Nokia N900" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiboot Nokia N900: NITdroid, Meego and Maemo5 | Deepa^shikha | Portable Devices | 3 | 08-02-2011 12:21 PM |
| Nokia N900: overclocking through auto installer nitdroid | Nephtys | Portable Devices | 4 | 06-02-2011 07:01 PM |
| Nokia N900: Slow Wifi in Nitdroid | Apumayta | Portable Devices | 4 | 05-02-2011 05:02 PM |
| Nokia N900 : PR 1.3 with NITDroid | #Dakota# | Portable Devices | 3 | 05-02-2011 01:49 PM |
| How to fix multiboot deadloop in Nokia N900 after installing NITDroid | RamBarose | Portable Devices | 3 | 24-01-2011 06:10 PM |