|
2010-06-18
, 13:38
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#3
|
|
2010-06-18
, 19:45
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#4
|
|
2010-06-18
, 19:46
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#5
|
|
2010-06-18
, 22:51
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#6
|
The Following User Says Thank You to Descalzo For This Useful Post: | ||
|
2010-06-18
, 22:52
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#7
|
The Following User Says Thank You to Descalzo For This Useful Post: | ||
|
2010-06-19
, 00:39
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#8
|
|
2010-06-19
, 05:21
|
Posts: 194 |
Thanked: 1,019 times |
Joined on May 2010
@ Moscow, Russia
|
#9
|
Edit: DJ_Steve has done all the hard work getting Android to work! THANKS!
The Following 10 Users Say Thank You to e-yes For This Useful Post: | ||
|
2010-06-19
, 08:04
|
Posts: 120 |
Thanked: 13 times |
Joined on May 2010
@ turkey
|
#10
|
This is not a thread for Bugs - All bugs should be report @: bugs.nitdroid.com
Now onto setup and installation!!
At this point, please keep the Android partition under 2GB.
Don't worry about the smaller size as Android has access to your
Any 'code' boxes are what you need to enter in xterm/ssh and should be entered one line at a time followed by enter/return key
pre 1: you must be root for these steps so do this first:
Code:
Code:
If you wish to download from primary server (downloads.nitdroid.com) commands are below:
Feel free to copy and paste
Code:
Code:
2.
Download this file into /home/user:
Code:
Code:
Code:
Code:
4. Next up lets partition that MicroSD: first a bit of background info though
* NITDroid MUST be installed to a ext3 that is SMALLER than 2GB.
* The Rest of your memory card will be usable by Maemo totally normally but the nitdroid partition is not seen in file manager etc
* You need to decide how to best partition YOUR card, i personally have my card partitioned as ~6gb fat32 and rest (~1.9gb) as ext3
* Some suggested size ratios are (in MB fat32/ext3 layout): 2GB: 100/1900, 4GB: 2100/1900, 6GB: 4100/1900 8GB: 6100/1900, 16GB: 14100/1900, 32GB: 30100/1900
* in below command REPLACE the <SIZE> text with your choosen fat32 size
This can also still be completed using a Linux box and fdisk/Gparted and or mke2fs -j -m0 -L NITDroid /dev/sdb2 via terminal.
ignore errors when running umount its normal sometimes
Code:
5. Once your n900 is back up lets continue:
Old NITDroid users THIS IS REQUIRED for you aswell (well formating ext3 is not the vfat one)
Code:
Code:
Code:
thats the item file built
finally: dont forget to umount android partition:
Code:
9. IF YOU USE Titans excellent power kernel then you need to do the following also :
Code:
I have been requested to add more to this (requested by: Bec) as many people are needing this:
ok no more reboots but first nitdroid boot stops after
Code:
battery init with a _
Try to re-extract the rootfs...
Just do these steps again as root:
Code:
mount /dev/mmcblk1p2 /and
cd /and
rm -rf *
tar xvf /home/user/MyDocs/NITDroid-N900-the-flying-world.tar
Please add this to the first post in [Android] NITDroid V2 Help/Tutorial Topic - Updated since it seems most of the installs end with the stuck cursor issue.
Yes, you may press the "Thanks" button
Edit: Please be mindful that none of this would be possible without all the hard work provided by: dj_steve, eyes, Jay-c and all else involved.
Also, Bec for the extra help other's needed.
Thanks for your hard work getting Android to work! THANKS!
Last edited by kingoddball; 2010-08-14 at 08:39. Reason: Updates - LONG OVERDUE