![]() |
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
Hi,
Yeah, the underlined part seems to be the problem... I am not familiar enough w/ Jake's script to tell you what went wrong with it, but I can tell you the way I got Android working: Installed Gparted and partitioned my 2gb sd card as 1gb fat, 8mb unformatted, 1gb ext3. Gained root in the terminal and moved rootfs tar to my ext3 partition. Untarred it, then flashed the Android kernel w/ flasher-3.0. Instructions on the needed commands are on the NITdroid homepage. And viola! It worked. |
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
Quote:
Code:
,1024,C |
Re: Guide to getting NITdroid to run.
Yes, got it working! Cheers guys :)
|
Re: Guide to getting NITdroid to run.
Sorry I've been gone, I'm getting ready for midterms.
Yeah, you need to create 3 partions still. Also, yes. this was one hell of a way to learn Linux commands. I want to thank lcuk for the sfdisk command that allowed me to run it and simultaneously run a umoumt after 10 seconds. Friggin' Ubuntu automounting. |
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
I just did this on my N800, and was unable to get the onscreen keyboard to work. After chatting with Vid and solca on IRC, we figured it out:
Assuming you can boot into Android, and that adb works, you need to download v0.3.2 of the rootfs here: http://guug.org/nit/nitdroid/rootfs-...-0.3.2.tar.bz2. Untar this into a new directory. Then, with the tablet connected, run: [quote]sudo ./adb push rootfsnitdroid /nitdroid[\quote] where 'rootfsnitdroid' is the subdir where you untar'd it. You should get a few error messages on the tablet while it's running, just ignore them. When the terminal stops working, disconnect and reboot, and wa-la! |
Re: Guide to getting NITdroid to run.
For those of us who are willing to wipe new hardware, couldn't there be a single flashing image that could set everything up? (I'm sure I'm missing something, but when I flash OS2008 it modifies the file system too.) I know there's a lot of talk about back and forth, but seeing that the N810 is going for like $210 new, should there be a way to just "slap" NITdroid onto a device without having to worry about "dual-booting?"
|
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
Dude, I am 90% sure you can do this on a Mac.
There is a flasher for Mac, there is tar for Mac, and that is all you need. Anyone willing to do a Mac guide? |
Re: Guide to getting NITdroid to run.
Quote:
Plus, you skipped the whole partitioning step, the command used in the guide is not installed in the OS X terminal. Really, I tried to follow the steps on my Mac already. It's missing some. (Minor note: only flasher 2.0 is available on the Mac, but since the instructions specifically say to use 3.0 and not 2.0-or-higher I can't tell if that's a roadblock as well.) |
Re: Guide to getting NITdroid to run.
OK, so I later realized that since I own VMWare Fusion for some office XP apps, I could create an Ubuntu virtual machine. So ultimately I caved in, installed, config'd, etc. Ubuntu under Fusion and used it to flash NITdroid. I never did get adb to work right -- kept saying it couldn't find the device, but the 0.4.0 filesystem seemed to already have the mappings in it as the hardware keyboard worked fine without manually pushing the layout. Pretty impressive work, if only the power button and keylock (screenlock) was functional, I might have stayed booted in it longer.
|
Re: Guide to getting NITdroid to run.
Quote:
Why are you trying to tackle the problem via the guide. It obviously wont work for Mac! Ok, this is what you need... First, you partition the SD card via Tablet or LiveCD (Or the Mac, but I don't know how) adb for Mac (Its in the SDK for Mac) flasher 2.0 for Mac (You have this) Boom bada Boom... |
Re: Guide to getting NITdroid to run.
Quote:
On the tablet, look under Settings, Applications, Development Options, and turn on Automatically Enable Debug when USB is connected. Once that check mark is green, try your adb again. If it still doesn't work, you may have a process out that that needs to be killed and restarted. From a command prompt ps axw | grep adb and if you see a line with "adb fork-server server", locate the number in the very first field on that line (called the Process ID or "pid"), and then type kill <pid> replacing <pid> with the actual number from the first column. Then try adb again (from the directory where you stored it) such as adb get-state and see if adb starts the server and shows "device" instead of "unknown". I've been a Linux geek for 15 years, and this one bit me for a few days last week! |
Re: Guide to getting NITdroid to run.
Quote:
0. Boot to flash, not sd. 1. Download gparted from http://penguinbait.com/ 2. Download NITdroid kernel for N8x0 and NITdroid filesystem to your n8x0's flash memory (but not in any folder). Get these files from http://guug.org/nit/nitdroid/ 3. Use gparted to partition your mmc, as described here. First FAT, then anything (i used fat again), and then ext3 (at least 128mb). Now, here are the modifications you'll make to the "hardcore" install guide: -Mount the new filesystem. Open xterm, gain root, and enter with Code:
mount -t ext3 /dev/mmcblk0p3 /mnt -Extract the NITdroid files to your new filesystem with Code:
cd /mnt;tar -xjpvf /home/user/MyDocs/rootfs-nitdroid-0.4.2.tar.bz2 Code:
cd;umount /mnt Code:
fiasco-flasher -k zImage-nitdroid-2.6.28_n8x0-5 -f That said, I found this release of NITdroid to be rather unstable. First, the onscreen keyboard kept crashing, and then the entire OS crashed--several times. Perhaps this has something to do with my method of installation. Who knows. Anyway, I've reflashed and am back to Maemo. But if you want to try NIT droid, you DO NOT need ubuntu. You just need an NIT. If someone smarter than me sees a place where I've messed up, please don't hesitate to point out the needed correction. |
Re: Guide to getting NITdroid to run.
How long should the nitdroid logo continue to flash?--I've been watching it for 15 minutes on my N800-flash, then black, repeat...
|
Re: Guide to getting NITdroid to run.
Not that much ;)
|
Re: Guide to getting NITdroid to run.
Is there something easy like this for the 770?
|
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
can someone help me get nitdroid on my nokia n810 all i have is my n810 with a 8gb micro sd card installed and a pc with windows vista i am using the latest built of mamo.can someone out there guide me step by step i am having trouble gaining root acess aswell
|
Re: Guide to getting NITdroid to run.
I notice this said its for the n800 internal memory card what changes need to be done for n810 external? Tried this and it doesn't boot I just get the NITdroid loading screen then nothing just freezes.
Edit Didn't know you had to keep external card out for it to boot. |
Re: Guide to getting NITdroid to run.
Can someone point me in the right direction of a guide to install android on my nokia n810 using a windows xp system? Every guide explains hot do it through a linux pc which i don't have.
|
Re: Guide to getting NITdroid to run.
Bxsteez, I don't think you're going to get a response other than "Install Linux".
Development is taking place at a heady pace and priorities are such that this is low on the list. Here is a link to Wubi, a way to get Linux installed as an application in Windows. Good luck. |
Re: Guide to getting NITdroid to run.
Quote:
|
Re: Guide to getting NITdroid to run.
if you go to ubuntu.com you can install ubuntu and boot it instead of windows (and if u don't want it anymore you can uninstall it)
|
Re: Guide to getting NITdroid to run.
I'm planning to install the NITdroid on my tablet, but I'm a bit confused about one of the later steps:
Quote:
|
Re: Guide to getting NITdroid to run.
For me it just worked like written in the guide, without any hitch. Just pull the cable out before the mentioned step.
|
Re: Guide to getting NITdroid to run.
Alright!. I have successfully installed NITdroid and installed an android application on it. But there's one problem. Whenever I choose to power off android, it restarts. Is this normal? Is there another way to power down the tablet??
|
Re: [Android] Guide to getting NITdroid to run.
fyi N810 crashes a lot, and you cant access internal mmc after you flash the device with nitroid
|
Re: [Android] Guide to getting NITdroid to run.
I've successfully flashed my N800 with NITdroid. I'm a newbie in the Linux world so I will offer a few of my findings and mistakes so that others might find useful:
*one problem with open source stuff is lack of documentation or I should say thorough documentation. In the nitdroid_complete.sh: "echo NOTE: This program should NOT be run as root. echo It has specific parts that need to run as root." What does this mean? confusing huh? What I found out is that... I'm logged in as my own username, but the shell script uses sudo (so the user will be root after the sudo command). There's this $USER variable that refers to the current user. So essentially I'm running part of the script on my username/Desktop while other stuff is running on root/Desktop, one way or another. An easy fix is to replace $USER with your current username in the .sh file. Save and run as: sudo ./nitdroid_complete.sh so everything will be in your own home / Desktop folders. I have this N800 from the early days so the internal SDK card (the one besides the battery) has only 128MB of memory. I thought I should flash/install the OS into the external SD card since the internal one is less than 512MB. So that's my mistake #2. Make sure you use the internal SD w/ at least 512MB of RAM and remove the external SD. My internal SD shows as /dev/sdc1 and the external shows as /dev/sdd1 if plugged in. First boot of android, showing a few force close exception due to MMS, Alarm, etc. Then black screen. Took out battery and reboot, much better now. Wifi works like a charm. However, the soft keyboard crashes all the time. So install this one instead: http://code.google.com/p/netgents/ Now I got some hacking to do on it, besides my G1... ^_^ |
Re: [Android] Guide to getting NITdroid to run.
Quote:
That part of the script just lets you know NOT to run it as "sudo ./nitdroid_complete.sh". The commands that do run as root need to do so and they don't actually run on "Root/Desktop". The sudo commands actually are for things like mounting, unmounting, and partitioning. Those REQUIRE root privileges. $USER simply makes it so that you DON'T have to modify the script. tl;dr: Ignore him. The script is doing what it is supposed to. |
Re: Guide to getting NITdroid to run.
Quote:
Yes, that is normal. NITdroid has some bugs; that's one that is being worked on. ^^ |
Re: Guide to getting NITdroid to run.
Quote:
Actually, I unplug it after the other steps. I guess I'm just paranoid about it. |
Re: [Android] Guide to getting NITdroid to run.
I got it installed on my N810. Everything was very smooth and quick. Nice instructions.
I did not have to do the adb part. My sliding keyboard works like a charm. A few questions more related to the Android: Calendar doesn't work, Contact Synch doesn't work either. Anyone having the same problems with Calendar? Can we download and add more widgets? Cheers |
Re: [Android] Guide to getting NITdroid to run.
Dear community members,
I have got both N800 hardware and N810 hardware. When I tried to follow the NITdroid installation instructions, it works okay for the N800, but failed on N810. The obstacle I got on N810 is similar to what sarathmenon described: 'When I start the tablet, it shows the Nokia logo, with the picture of a spanner inside the tablet, and does not proceed further." Any clues? My N810 hardware is currently running Chinook. Should I upgrade it to Diablo first, before I attempt to install NITdroid? Thanks for your kind attention! Alex Leung. |
Re: [Android] Guide to getting NITdroid to run.
Quote:
|
Re: [Android] Guide to getting NITdroid to run.
Dear team,
cat /proc/component_version product RX-44 hw-build 0805 nolo 1.1.11 Any insights? Alex Leung. |
All times are GMT. The time now is 11:15. |
vBulletin® Version 3.8.8