![]() |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Ok 4GB card just arrived in post and now am gonna have a got at this today.
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Will it eventually be possible to just single boot?
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
re typing here as no one anszers me -_-"
Quote:
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Ok anyone know the most up to date tutorial for installing android? I have a brand new 4gb card and would like to have a go.
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
http://wiki.nitdroid.com/index.php?title=N900-install |
Re: [Android] NITDroid V2 Help/Tutorial Topic
I'll give it a go :)
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Got to here in those instructions:
mke2fs -j -m0 /dev/mmcblk1p2 Then got this error: Could not stat /dev/mmcblk1p2 No such file or directory |
Re: [Android] NITDroid V2 Help/Tutorial Topic
try this code, it's from another guide on how to partition on N900...
mke2fs -j /dev/mmcblk1p2 -m0 Or just try this link: http://talk.maemo.org/showpost.php?p...postcount=1278 But dont mount the ext3 partition like this guide says, do like the NITdroid install ;) Or try to redo it the first way :) |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Ok tried this but still failing. I have a brand new 4GB card as well.
Code:
/home/user # umount /dev/mmcblk1p1 |
Re: [Android] NITDroid V2 Help/Tutorial Topic
I think you have to remove the < and > around 2100 on the sfdisk command.
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
@cardiff-blues try this in xterm:
sudo gainroot 'enter' sfdisk -l 'enter' (-L) It should show your partitions on your internal (mmcblk0) and sdcard (mmcblk1) storage :) |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Ok, thanks! So far it has proved to be those pesky <> :)
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
It looks like ther is a space before 2100. also try a smaller amount like 800. you might have a bad memory card. edit: I ment 3200 not 800 :) |
Re: [Android] NITDroid V2 Help/Tutorial Topic
It was those < >. Removed them like Dubzii suggested and everything going ok so far.
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
At the end of this line from Step 3:
Code:
bzcat /home/user/MyDocs/NITDroid-N900-0.0.5-3-BIG.tbz2 | tar xvf -Although it did seem to do a lot before it got there. |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Hey guys,
I installed NITdroid as detailed herehttp://talk.maemo.org/showpost.php?p...postcount=2438 All went well (i think) but when I press boot option 4 I briefly get the message mODULES : EXT3 Device mmcblk0p2 FS Type: EXT3 FS opts : rw, noatime, errors=remount-ro,commit=3 Then I get the message could not open '/lib/modules/2.6.28.NIT.03/ext3.ko Then reboots. If I try this maybe 4-5 times it gets stuck in a reboot loop that runs a bunch of commands but then restarts after message tw1430 watchdog close....something something. Only stops when I pull the battery out Any ideas? I have reflashed my phone and done the process twice already Also boot option 1 is the only one that works to go to maemo. Very lost with this one |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Ok I formatted card again and tried install. Seemed to be going well until I got a: write error: No space left on device
All my rootfs has been eaten up... :( I have exactly 0.0 Bytes Free What's gone wrong anyone? |
Re: [Android] NITDroid V2 Help/Tutorial Topic
When I look at the memory card in file manager on the N900 is does say Memory Card Format not supported.......is this connected with my problem?
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
N900 won't boot up or do anything now. Even with the card pulled out. Help please!!
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Think it might be time for a reflash mate. I'm having awful trouble with it myself. Got a bit further than you by the sounds of it tho :D
Use the guide here to reflash and start from scratch? http://www.maemofanatics.com/how-to-...ur-nokia-n900/ |
Re: [Android] NITDroid V2 Help/Tutorial Topic
oh well. I gave it a shot but obviously it isn't meant for everyone just yet. Did follow the instructions to the letter though so not sure why the install messed up.
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
Theres was a simple solution for your problem, if remember correct: cd /and 'enter' rm -r * 'enter' And then start over with the mounting and extracting. (somebody correct me if i'm wrong) Sounds like a reflash :) e: I correct myself, the correct code is: cd /and 'enter' rm -rf * 'enter' |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Anyone know how to remove the partition on an SD card?
The Disk Manager tool on windows can see both partitions but I can only format, not delete |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
df -h / says 227.9 used out of 227.9mb! No reboot for me then till I get it sorted! |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
cd /and rm -rf * Try that one it worked for me :) I just forgot the f in the end ;) |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Alright, sorry for asking this question again and again .. but I just want to sum it up altogether ..
Based on the answers I have previously recieved, it seems that the *official* Android Market *is not* available if I install Android 2.1 port, but it *is* available if I install the Android 2.2 port ......... correct .. ? And which guide is the most up-to-date (since this thing is evolving so quickly!) .. ? |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Hi,
I was trying to install with the commands based on : http://wiki.nitdroid.com/index.php?title=N900-install But, after the third command of : sfdisk -uM /dev/mmcblk1 << EOF,6100MB,C,,L,,,,EOF the xterm cursor is left with ">" and whatever i type has no more reactions ... did i miss out anything with the above command? Please help. Thanks. |
Re: [Android] NITDroid V2 Help/Tutorial Topic
your typed that wrong :) should look like :
Code:
sfdisk -uM /dev/mmcblk1 << EOF |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
bzcat /home/user/MyDocs/.documents/NITDroid-N900-0.0.5-3-BIG.tbz2 | tar xvf - xterm shows: /bin/sh: bzcat: not found tar: short read anything wrong again? Thanks again! |
Re: [Android] NITDroid V2 Help/Tutorial Topic
well assuming you did install bzip2 (apt-get install bzip2)
try this: Code:
cd /and |
Re: [Android] NITDroid V2 Help/Tutorial Topic
oops.. i missed the Bzip2 ... but when i tried to manually install, it keep showing errors .. did i download the wrong file "bzip2_1.0.4-2maemo5_armel.deb" ?
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
ahhh,,, missing dependencies ... -_-"
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Hi,
ermmm ... how do i boot up android after installation ?? -_-!!!! |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
|
Re: [Android] NITDroid V2 Help/Tutorial Topic
Quote:
need to reboot with keyboard open ... my bad for not reading properly ... :o |
Re: [Android] NITDroid V2 Help/Tutorial Topic
OK, I just started following the guide here:
I'm at the 5th step. When I enter the first command, the command goes through (I see about 30 to 40 '#' characters ... But then when I enter the second command mentioned in the 5th step (which is 'mke2fs -j -m0 /dev/mmcblk1p2' without the single quotes), I get the error: Quote:
Note: I entered the number 1 in step 3, since my microSD card is a 2GB one, which shows a capacity of 1.84GB in the N900 EDIT: here is the exact output from my N900 after running steps 4 and 5: Code:
/home/user # umount /dev/mmcblk1p1 |
Re: [Android] NITDroid V2 Help/Tutorial Topic
Check you haven't got square brackets around your card size like the following. If so try removing them.
sfdisk -uM /dev/mmcblk1 << EOF ,<6100>,C |
| All times are GMT. The time now is 17:11. |
vBulletin® Version 3.8.8