Editing Nitdroid easy install on EMMC

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
{{danger}}
{{danger}}
{{ambox|text='''Under heavy construction'''}}
{{ambox|text='''Under heavy construction'''}}
 +
Original Talk Maemo thread:
 +
http://talk.maemo.org/showpost.php?p=887394&postcount=1
-
[http://wiki.maemo.org/NITDroid_Port#Links NITDroid Port]
+
= Installing NITDroid =
-
 
+
-
 
+
-
==Installing NITDroid==
+
This tutorial is specifically designed to install Nitdroid on the internal memory of the N900 (EMMC) and does not apply to installation on an external micro SD card. The main purpose of installing Nitdroid on the internal memory is that in most cases you will see an increased performance.
This tutorial is specifically designed to install Nitdroid on the internal memory of the N900 (EMMC) and does not apply to installation on an external micro SD card. The main purpose of installing Nitdroid on the internal memory is that in most cases you will see an increased performance.
Line 16: Line 15:
2. Creating a custom 2GB partition on your eMMC: Cleaner - Requires a brain
2. Creating a custom 2GB partition on your eMMC: Cleaner - Requires a brain
-
'''Bold text'''
 
-
===Method 1===
 
-
NOTE: It is highly recomended that you flash the [http://wiki.maemo.org/NITDroid_FAQ#My_memory_for_apps_is_getting_low.2C_what_can_I_do.3F modded 8GB 20GB eMMC image]. Nitdroid won't recognize/use/install anything if you have low memory in mmcblk0p2.
 
-
NOTE on Note: there are other - probably better - ways to increase your /home partition's size.
 
-
1. Download the NITDroid Autoinstaller to ./MyDocs i.e. root directory of N900 and install it:
+
==Method 1==
 +
NOTE: It is highly recomended that you flash the modded 8GB 20GB eMMC image. Nitdroid won't recognize/use/install anything if you have low memory in mmcblk0p2.
 +
===Clean Installing of NITDroid===
-
http://talk.maemo.org/attachment.php?attachmentid=22707&d=1316433657
+
# Download the archive + the kernel to /MyDocs i.e. root dir. of N900:
 +
#* Image: http://downloads.nitdroid.com/e-yes/
 +
#* Kernel: http://downloads.nitdroid.com/e-yes/nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
# Enable all repositories from App manager ([[Extras-testing]], [[Extras-devel]], [[Extras]] and the default [[User:Jebba/Repositories#Nokia_Official|Nokia repos]])
 +
----
 +
 
 +
<ol>
 +
<li>
 +
Install [http://maemo.org/downloads/product/Maemo5/leafpad Leafpad] from the App manager and make sure that you have [[root access]]
 +
</li>
 +
<li>
 +
Close App manager, open [[terminal|X Terminal]] and execute the following commands:
 +
<pre>
 +
root
 +
apt-get update
 +
apt-get install nitdroid-installer
 +
y
 +
y again if it asks again.
 +
</pre>
 +
</li>
 +
<li>
 +
After the [http://maemo.org/packages/view/nitdroid-installer/ nitdroid-installer] package is installed, close X Terminal, but do '''NOT''' run the installer you have just downloaded.
 +
</li>
 +
<li>
 +
Open X Terminal, and execute the following commands:
 +
<pre>
 +
root
 +
cd /home/user/MyDocs
 +
bzip2 -d nitdroidarchivename.tar.bz2
 +
</pre>
 +
(You can only uncompress the file once. So only do this step once!)
 +
<li>
 +
Open X Terminal (or use the same xterm as you used for the previous step), and execute the following commands:
 +
<pre>
 +
cd /home
 +
mkdir /and
 +
cd /
 +
mount /home /and
 +
cd /and
 +
tar xvf /home/user/MyDocs/nitdroidarchivename.tar
 +
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
</pre>
 +
</li>
 +
<li>
 +
Edit the boot file:
 +
<pre>leafpad /etc/multiboot.d/11-NITDroid-mmcblk0p2-2.6.28.NIT.06.item</pre>
 +
(then tap the tab button, .item file will show, hit enter to open it in Leafpad).<BR><BR>Edit <code>ITEM_DEVICE</code> in the file according to this:
 +
<ul>
 +
<li>
 +
If you have an MMC (micro SD card) plugged in your N900, change <code>ITEM_DEVICE</code> to this:
 +
<pre>
 +
ITEM_DEVICE=${INT_CARD}p2
 +
</pre>
 +
</li>
 +
<li>
 +
If you don't have an MMC plugged in your N900, change <code>ITEM_DEVICE</code> to this:
 +
<pre>
 +
ITEM_DEVICE=mmcblk0p2
 +
</pre>
 +
</li>
 +
</ul>
 +
</li>
 +
<li>
 +
Once editing is complete click the drop down menu on Leafpad and save then close Leafpad.
 +
</li>
 +
<li>
 +
Close X Terminal, reboot N900 and type ‘2’ for NITDroid.
 +
<BR><BR>You can now start using Nitdroid</li>
 +
</ol>
 +
 
 +
===Upgrading from Previous Versions of NITDroid===
 +
 
 +
Note: CLEAN INSTALL IS HIGHLY RECOMMENDED. You have been warned.
 +
 
 +
# Download the image + the kernel to /MyDocs i.e. root dir. of N900:
 +
#* Image: http://downloads.nitdroid.com/e-yes/
 +
#* Kernel: http://downloads.nitdroid.com/e-yes/nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
----
 +
<ol>
 +
Open X Terminal, and execute the following commands:
 +
<pre>
 +
root
 +
cd /home/user/MyDocs
 +
bzip2 -d Nitdroidarchivename.tar.bz2
 +
cd /
 +
mount /home /and
 +
cd /and
 +
tar xvf /home/user/MyDocs/Nitdroidarchivename.tar
 +
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
</pre>
 +
</ol>
 +
 
 +
 
 +
'''Reference Installation Videos''':
 +
<ol>
 +
Reference installation video:
 +
http://www.youtube.com/watch?v=Bm6spW5yadk
 +
</ol>
 +
<ol>
 +
Reference installation video (version 2, using N11 "Vostok"):
 +
http://www.youtube.com/watch?v=uMHxo1ALXNE
 +
</ol>
 +
 
 +
==Method 2==
 +
As said before, this requires a brain and a bit of concentration, follow step-by-step, and use some logic.
 +
 
 +
'''NOTE: This will wipe all of your data, please BACKUP necessary data first.'''
 +
 
 +
# Download the archive + the kernel + Fdisk to /MyDocs i.e. root dir. of N900:
 +
#* Image: http://downloads.nitdroid.com/e-yes/
 +
#* Kernel: http://downloads.nitdroid.com/e-yes/nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
#* Fdisk: http://ftp.de.debian.org/debian/pool/main/u/util-linux/util-linux_2.13.1.1-1_armel.deb
 +
# Enable all repositories from App manager ([[Extras-testing]], [[Extras-devel]], [[Extras]] and the default [[User:Jebba/Repositories#Nokia_Official|Nokia repos]])
 +
----
 +
 
 +
<ol>
 +
<li>
 +
Install Fdisk by executing the following commands in Xterminal:
 +
<pre>
 +
root
 +
mkdir -p /home/user/util-linux /home/user/bin
 +
cp /home/user/MyDocs/util-linux_2.13.1.1-1_armel.deb /home/user/util-linux
 +
cd /home/user/util-linux
 +
dpkg-deb -x util-linux_2.13.1.1-1_armel.deb root
 +
cp root/sbin/fdisk /home/user/bin/
 +
cd ..
 +
rm -rf util-linux
 +
</pre>
 +
</li>
 +
<li>
 +
Unmount designated partition (./MyDocs):
 +
<pre>
 +
umount /home/user/MyDocs
 +
</pre>
 +
</li>
 +
<li>
 +
Launch Fdisk:
 +
<pre>
 +
/home/user/bin/fdisk /dev/mmcblk0
 +
</pre>
 +
</li>
 +
<li>
 +
Print your current partition table:
 +
<pre>
 +
p
 +
</pre>
 +
This table should show up:
 +
<pre>
 +
      Device Boot      Start        End      Blocks  Id  System
 +
/dev/mmcblk0p1              2      884865    28315648    c  W95 FAT32 (LBA)
 +
/dev/mmcblk0p2          884866      950401    2097152  83  Linux
 +
/dev/mmcblk0p3          950402      974977      786432  82  Linux swap / Solaris
 +
</pre>
 +
</li>
 +
<li>
 +
Delete partition 1 (./MyDocs):
 +
<pre>
 +
d
 +
1
 +
</pre>
 +
<li>
 +
Create new re-sized primary partition:
 +
<pre>
 +
n
 +
p
 +
1
 +
First cylinder: 2
 +
Last cylinder: 800000
 +
</pre>
 +
<li>
 +
Create new extended partition:
 +
<pre>
 +
n
 +
e
 +
First cylinder: 800001
 +
Last cylinder: 884865
 +
n
 +
First cylinder: 800001
 +
Last cylinder: 884865
 +
t
 +
1
 +
76
 +
t
 +
5
 +
76
 +
</pre>
 +
</li>
 +
<li>
 +
Point of no return - writing the table and syncing:
 +
<pre>
 +
w
 +
reboot
 +
</pre>
 +
</li>
 +
<li>
 +
After the reboot, return ./MyDocs back and format the new NITDroid partition by executing these:
 +
<pre>
 +
root
 +
/home/user/bin/fdisk /dev/mmcblk0
 +
t
 +
1
 +
0c
 +
w
 +
mkfs.vfat -F 32 /dev/mmcblk0p1
 +
mke2fs -L NITDroid -j -m0 /dev/mmcblk0p5
 +
reboot
 +
</pre>
 +
If your device still has a flash memory on it, then lift your shoulders up as the hard part is gone!
 +
<li>
 +
Install Nitdroid on the new partition:
 +
<pre>
 +
apt-get update
 +
apt-get install nitdroid-installer
 +
mkdir -p /and
 +
mount -o noatime,rw /dev/mmcblk0p5 /and
 +
cd /home/user/MyDocs
 +
rm -rf /and/*
 +
bzcat Nitdroidarchivename.tar.bz2 | tar xvC /and
 +
dpkg -i nitdroid-kernel-2.6.28-07_rc4_armel.deb
 +
reboot
 +
</pre>
 +
</ol>
== Uninstalling NITDroid ==
== Uninstalling NITDroid ==
-
=== If Installed By Method 1 ===
+
=== Method 1 ===
-
Tap on the NITDroid-Uninstaller on your menu.
+
Open X Terminal and type the following commands:
-
=== If Installed By Method 2 ===
+
<pre>
 +
root
 +
mount /dev/mmcblk0p2 /and -o noatime
 +
nitdroid-uninstaller
 +
</pre>
 +
 
 +
After it completes, using filebox, delete nitdroid's installation folders and files that were copied to home:
 +
bin, data, dev, etc (symlink), initrd, lib (symlink), mnt, proc, sbin, sdcard, sys, system, tmp, usr,default.prop, init, init.nokia.rc, init.rc
 +
 
 +
=== Method 2 ===
Open X Terminal and type the following commands:
Open X Terminal and type the following commands:
-
<ol>
+
 
<pre>
<pre>
root
root
mount -o noatime,rw /dev/mmcblk0p5
mount -o noatime,rw /dev/mmcblk0p5
-
rm -rf /and/.
+
rm -rf /and/*
</pre>
</pre>
-
</ol>
 
Then uninstall multiboot by anyway you prefer.
Then uninstall multiboot by anyway you prefer.
[[Category:Power users]]
[[Category:Power users]]
[[Category:N900]]
[[Category:N900]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: