Nitdroid easy install on EMMC

m (Reverted edits by 122.49.210.50 (Talk); changed back to last version by Amigadave)
(Installing NITDroid)
 
(201 intermediate revisions not shown)
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
 
-
==Installing NITDroid 0.0.8 to EMMC==
+
[http://wiki.maemo.org/NITDroid_Port#Links NITDroid Port]
-
<ol>
 
-
<li>
 
-
Enable all repositories from App manager ([[Extras-testing]], [[Extras-devel]], [[Extras]] and the default [[User:Jebba/Repositories#Nokia_Official|Nokia]])
 
-
</li>
 
-
<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
 
-
</li>
 
-
<li>
 
-
Install the attached installer.
 
-
<ol>
 
-
<li>
 
-
Copy it to the N900 and open it via App manager (for no formatting ext3 stuck hiccup), it will recognize it as a small update for your installer that you downloaded and installed in the second step.
 
-
</li>
 
-
</ol>
 
-
</li>
 
-
<li>
 
-
Open X Terminal, and execute the following commands:
 
-
<pre>
 
-
root
 
-
nitdroid
 
-
YES
 
-
</pre>
 
-
</li>
 
-
<li>
 
-
After NITDroid ends installation (20 minutes on 70 kb/s download speed) '''don't yet reboot your phone to NITDroid'''! Tap the drop down top menu in X Terminal and click new and close the one before (the one that said NITDroid was successfully installed)
 
-
</li>
 
-
<li>
+
==Installing NITDroid==
-
'''If you don't have a microSD:'''
+
-
<blockquote style="border: 1px dashed red; padding: 10px;">
+
-
{{ambox|text=Important: These are for overclocked phones, if you don't have kernel-power installed then wait someone make this for stock kernels.}}
+
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.
-
Download these files:
+
There are two ways of installing NITDroid:
-
http://downloads.nitdroid.com/nitinstaller/Packages/nitdroid-kernel-2.6.28-06_final1_armel.deb
+
1. Copy NITDroid's rootfs to /and in /home: Easier - Faster
-
http://downloads.nitdroid.com/nitinstaller/Packages/NitDroid-0.0.8-Popov.tar.bz2
+
2. Creating a custom 2GB partition on your eMMC: Cleaner - Requires a brain
 +
'''Bold text'''
-
<ol>
 
-
<li>
 
-
Copy downloaded files to MyDocs.
 
-
</li>
 
-
<li>
 
-
Open x-term and execute following commands:
 
-
<pre>
 
-
sudo gainroot
 
-
mkdir /and
 
-
mount /home /and
 
-
apt-get install multiboot multiboot-kernel-power bzip2
 
-
cd /home/user/MyDocs
 
-
bzip2 -d NitDroid-0.0.8-Popov.tar.bz2
 
-
cd /and
 
-
tar xvf /home/user/MyDocs/NitDroid-0.0.8-Popov.tar
 
-
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-06_final1_armel.deb
 
-
umount /and
 
-
</pre>
 
-
</li>
 
-
</ol>
 
-
</blockquote>
 
-
</li>
+
===Method 1===
-
<li>Open X Terminal and type the following commands:
+
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.
-
<ol>
+
NOTE on Note: there are other - probably better - ways to increase your /home partition's size.
-
<li>
+
-
become root:
+
-
<pre>root</pre>
+
-
</li>
+
-
<li>
+
-
mount the partition:
+
-
<pre>mount /dev/mmcblk1p2 /and</pre>
+
-
</li>
+
-
<li>
+
-
Copy android system files over to <code>/home</code>
+
-
<pre>cp -rp /and/* /home</pre>
+
-
</li>
+
-
<li>
+
-
edit the boot file:
+
-
<pre>leafpad /etc/multiboot.d/11</pre>
+
-
then tap the tab button, .item file will show, hit enter to open it in Leafpad). Edit '''.item''' file to look like this:
+
-
<pre>ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
+
-
ITEM_KERNEL=2.6.28.NIT.05
+
-
ITEM_MODULES=ext3 fat vfat
+
-
ITEM_DEVICE=${[B]INT[/B]_CARD}p2
+
-
ITEM_FSTYPE=ext3
+
-
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
+
-
EOF</pre>
+
-
</li>
+
-
<li>
+
-
'''If you followed the manual installation guide and you don't have a microSD then:'''
+
-
<blockquote style="border: 1px dashed red; padding: 10px;">
+
-
change the '''.item''' file to:
+
-
<pre>ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
+
-
ITEM_KERNEL=2.6.28.NIT.05
+
-
ITEM_MODULES=ext3 fat vfat
+
-
ITEM_DEVICE=mmcblk0p5
+
-
ITEM_FSTYPE=ext3
+
-
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
+
-
EOF
+
-
</pre>
+
-
</blockquote>
+
-
</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
+
-
you'll notice that booting will take less time, and if you want you can remove the back cover and microSD to check. BUT you can't boot without something in the microSD slot, any microSD will work even empty ones.
+
-
</li>
+
-
</ol>
+
-
</li>
+
-
</ol>
+
-
==Frequent errors==
+
1. Download the NITDroid Autoinstaller to ./MyDocs i.e. root directory of N900 and install it:
-
'''Guru Meditation:'''
+
http://talk.maemo.org/attachment.php?attachmentid=22707&d=1316433657
-
If you have NITDroid that ends in .06 and you are facing this error, delete the words that are <u>underlined</u> from your multiboot file.
+
== Uninstalling NITDroid ==
-
 
+
=== If Installed By Method 1 ===
-
Root filesystem mmcblk0p5 NOT available!
+
Tap on the NITDroid-Uninstaller on your menu.
-
Guru Meditation #000000025.62017712
+
-
Hit any key to panic!
+
-
 
+
-
ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
+
-
ITEM_KERNEL=2.6.28.NIT.05
+
-
ITEM_MODULES=ext3 <u>fat vfat</u>
+
-
ITEM_DEVICE=${INT_CARD}p2
+
-
ITEM_FSTYPE=ext3
+
-
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,<u>commit=3
+
-
EOF</u>
+
-
 
+
-
'''If you didn't find maemo in multiboot:'''
+
-
 
+
-
Type 0 to boot stock kernel.
+
-
 
+
-
== Some things you'll notice after installing it on the internal memory ==
+
-
 
+
-
#Runs much faster, even faster than a class 8 card.
+
-
#The battery doesn't drain as fast as with microsd. Had it off charger all day playing games and surfing the Internet and got it to only use 40% of the battery.
+
-
#Pretty good given now you can use it without it draining the battery!
+
-
 
+
-
==Fixes==
+
-
 
+
-
===APP Market Fix===
+
-
 
+
-
*Open the '''Market''' app (from the Home screen or app launcher)
+
-
*Leaving the Market app running, return to the Home screen and open the '''Settings''' app again
+
-
*Within Settings select '''Applications''' &rarr; '''Manage applications''' &rarr; '''Running''' (from Tab at top)
+
-
*Scroll to select the '''Market''' app &rarr; press the '''Clear Cache''' button &rarr; then press the '''Force Stop''' button (Do not press the '''Clear Data''' button)
+
-
*Press the back button (to go back to the list of running apps)
+
-
*Scroll to select '''Google Services Framework''' &rarr; press the '''Clear Data''' button &rarr; '''OK''' (to confirm) &rarr; then press the '''Force Stop''' button
+
-
*Return to the Home screen
+
-
*Launch the '''Market''' app again, which will give an error "Attention an error has occurred..." &rarr; '''OK''' button
+
-
*Shutdown by holding power button &rarr; '''Power Off''' &rarr; '''OK'''
+
-
*Restart, wait for wi-fi to reconnect, open '''Market''' again  (You may have to reboot several times and check '''Market''')
+
-
 
+
-
The opening '''Market''' screen should no longer be blank, and many more apps (free & paid) should now be available. (Although apps can be downloaded, some may still fail to install or run properly)
+
-
 
+
-
===WIFI Fix(rare cases)===
+
-
 
+
-
Change the encryption from WPA2 to WPA from your Wireless Access Point. This is a compatibility issue hopefully gonna be fixed in later releases.
+
-
 
+
-
===Airplane Mode Fix===
+
-
 
+
-
For people who enabled airplane mode, fixes that are in here were tried by me:
+
 +
=== If Installed By Method 2 ===
 +
Open X Terminal and type the following commands:
<ol>
<ol>
-
<li>
 
-
Enable the widget power control and turn airplane mode off
 
-
</li>
 
-
<li>
 
-
If this didn't work disable pin code in maemo
 
-
</li>
 
-
<li>
 
-
'''menu'''&rarr;'''devtools'''&rarr;'''terminal emulator'''
 
<pre>
<pre>
-
su
+
root
-
rr
+
mount -o noatime,rw /dev/mmcblk0p5
 +
rm -rf /and/.
</pre>
</pre>
-
</li>
 
-
<li>
 
-
The technical solution:
 
-
<pre>
 
-
cd /and/data
 
-
rm -rf *
 
-
mkdir logs
 
-
chmod 777 logs
 
-
cd /
 
-
umount /and
 
-
</pre>
 
-
</li>
 
</ol>
</ol>
 +
Then uninstall multiboot by anyway you prefer.
-
===Google account sign-in===
+
[[Category:Power users]]
-
 
+
[[Category:N900]]
-
Skip google sign-up in the first tutorial instead, sign up/in google once in NITDroid.
+
-
 
+
-
==Overclocking==
+
-
 
+
-
#You can download ready GUI's from the market for OCing
+
-
#Or use one of these profiles: http://forum.nitdroid.com/index.php?topic=116.0
+
-
 
+
-
==Custom EMMC's==
+
-
 
+
-
Just in case you fear to run out of memory, here are custom EMMC's if you want to reflash with:
+
-
 
+
-
5GB apps 24GB mydocs: http://www.mediafire.com/?j6srnaxwr3notaf
+
-
 
+
-
and
+
-
 
+
-
8GB apps 21GB mydocs: http://www.mediafire.com/?5o1hkuuwhn8hh1c
+
-
 
+
-
== Uninstalling Nitdroid ==
+
-
 
+
-
Open X Terminal and type the following commands:
+
-
 
+
-
<pre>
+
-
root
+
-
mount /dev/mmcblk1p2 /and -o noatime
+
-
nitdroid-uninstaller
+
-
</pre>
+
-
 
+
-
After it completes, simply format your microSD card, then 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
+
-
 
+
-
==Videos of NITDroid running on EMMC==
+
-
 
+
-
My video: http://www.youtube.com/watch?v=l_9kG81m-S4
+
-
 
+
-
Mr.NokiaTecs' video: http://www.youtube.com/watch?v=z7MIGu2POzY
+

Latest revision as of 12:28, 12 October 2016

Image:Ambox_notice.png
Some instructions here may cause serious problems. When unsure, see General precautions
Backing up your data is recommended. In case of trouble you might need to re-flash your device.


Image:Ambox_notice.png
Under heavy construction


NITDroid Port


Contents

[edit] 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.

There are two ways of installing NITDroid:

1. Copy NITDroid's rootfs to /and in /home: Easier - Faster

2. Creating a custom 2GB partition on your eMMC: Cleaner - Requires a brain Bold text


[edit] 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. 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:

http://talk.maemo.org/attachment.php?attachmentid=22707&d=1316433657

[edit] Uninstalling NITDroid

[edit] If Installed By Method 1

Tap on the NITDroid-Uninstaller on your menu.

[edit] If Installed By Method 2

Open X Terminal and type the following commands:

    root
    mount -o noatime,rw /dev/mmcblk0p5
    rm -rf /and/.
    

Then uninstall multiboot by anyway you prefer.