|
2008-12-22
, 12:27
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#2
|
|
2008-12-22
, 12:41
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#3
|
bunzip2 adb.bz2
chmod a+x adb
|
2008-12-22
, 13:10
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#4
|
|
2008-12-22
, 15:40
|
Posts: 259 |
Thanked: 72 times |
Joined on Dec 2007
@ Halifax, NS
|
#5
|
|
2008-12-22
, 18:50
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#6
|
I was just going to ask for a completely new thread like this!
Is there also a pros and cons of NITDroid somewhere?
e.g.
Cons: no onscreen keyboard (is this true?), no Maemo access without taking drastic steps, RD mode (downsides?), no SSU
Pros: A next-gen environment, Java, more apps, etc.
Will this result in an actual first- or second-tier Android platform? Or would it be foolish to, for example, buy things from the Android market?
Thanks again.
The Following User Says Thank You to jakemaheu For This Useful Post: | ||
|
2008-12-22
, 18:52
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#7
|
|
2008-12-22
, 18:53
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#8
|
|
2008-12-22
, 19:34
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#9
|
There's not much point in making a wizard, because it changes so often.
I'd have to say this is for more advanced users-- this isn't something you do if you don't know what you're doing. (Also, you need a computer with linux.)
|
2008-12-22
, 20:06
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#10
|
Surely the steps remain the same, even if the kernel etc. are changing? Then it's just a matter of wgetting the appropriate parts before unpacking them etc.
If NITdroid's not ready for the masses yet, I won't bother investigating the installation wizard (or hell, even a script).
The advantage of a script - even on a Linux computer - is there's less chance of error and it makes support easier as you know how people have installed things. Certainly, if a user isn't paying attention in the steps above - and they use a SCSI or SATA drive - they could end up repartitioning one of their existing disks, rather than the SD card.
Similarly, it could detect the sizes and suggest partioning schemes etc.
NOTE: THIS GUIDE IS FOR THE N800.
Alright guys, I know quite a few people are having trouble getting Solca's NITdroid port to work, so here's a nice guide I decided to put together.
Also, before you start, BACKUP YOUR DATA! You need to backup the data on your tablet and your internal SD card.
PREREQUISITES:
Now, assuming you have all of those, we can proceed.
For this tutorial, we'll use the example of a 2GB SD card.
Step 1: Acquire the files.
Note: Download all files into the same directory. For the purpose of this tutorial, we'll use '/home/paul/Desktop/'.
Go to guug.org/nit/nitdroid/ and download the following:
- The Kernel
- The Root Filesystem
- The ADB Binary
- The New Keypad Layout File
to your desktop.Now, go to http://tablets-dev.nokia.com/d3.php and download 'flasher-3.0-static' to the same directory.
NEW: I've written a quick script for downloading all of the files. You'll need to go in and make it executable with:
Step 2: Create a filesystem.
First, remove your external SD card. Then, turn on the tablet and then plug the usb cable into it. Once the computer detects and registers the tablet, open a terminal and type:
Before you create a filesystem, go to the terminal and check where the drive is mounted:
Next, to unmount the card, run:
To double check, type:
Now, to partiton, enter the following.
Your OS will likely automatically remount them, so once they are created, you'll run these commands:
Step 3: Extracting the filesystem.
To actually create the filesystem, you'll do this:
To extract the rootfs onto the partition, enter:
Next, run these commands:
Step 4: Flash the kernel.
Finally, you're almost done!
Now, use this:
To flash the kernel, use the following command:
This flashes the NITdroid kernel and activates R&D mode, then restarts the tablet.
After it completes, unplug the USB cable and wait. You will see the Nokia logo screen with a little tablet beneath it. Next, the screen will turn black and then to the NITdroid logo. After this, it will flash black again and turn into a pulsating NITdroid logo. It will stay here for a few minutes, and then boot into Android.
EDIT: I have written my second script. This will automatically flash the kernel when run. You will need to make it executable, as with the downloader. It is now downloaded when you use the downloader script. To invoke it, run:
It will be located in the 'nitdroid' directory on your Desktop.
Now, to get ADB working.
To extract it, you use:
The hardware keys won't work, so to make them work, use the following commands.
DISCLAIMER: I TAKE NO RESPONSIBILITY FOR THE CONSEQUENCES OF HUMAN ERROR. DOING THIS INCORRECTLY MAY CAUSE YOUR TABLET TO IMPLODE, A HOBO TO SODOMIZE YOUR DOG AND GRANDMOTHER, OR LCUK TO BURN HIS HAND MAKING BACON AGAIN.
Credit goes to:
EDIT: I am in the process of writing a few scripts to automate this process.
EDIT 2: Downloader script done! You can download it at the top of this post.
EDIT 3: Flasher script done! When you use the downloader script, it is automatically downloaded.
Last edited by jakemaheu; 2009-01-10 at 03:12. Reason: credits, bunzip2, better instructions, DOH!