Closed Thread
Thread Tools
ToJa92's Avatar
Posts: 1,091 | Thanked: 323 times | Joined on Feb 2010 @ ~
#1271
Originally Posted by lifenexus View Post
ill do a tutorial tomorrow.
Actually, I have already hacked together a pretty much complete N900 tutorial. It's found here: http://wiki.nitdroid.com/index.php?title=N900-install
 

The Following 5 Users Say Thank You to ToJa92 For This Useful Post:
Posts: 201 | Thanked: 96 times | Joined on Dec 2009
#1272
Originally Posted by ToJa92 View Post
Actually, I have already hacked together a pretty much complete N900 tutorial. It's found here: http://wiki.nitdroid.com/index.php?title=N900-install
no no, i wanted to do a tutorial on how to partition, install etc on the n900 itself. well except for the kernel.
 
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#1273
I did the same....

http://talk.maemo.org/showthread.php...291#post720291



ToJa92:
On your tutorial, it's great, at the bottom you mentioned RD mode will kill your battery. Please add this, that way people can disable the RD keyboard flashing. I've had RD on for 7 days now, no keyboard flash (backlights work as normal)

Crack open xTerm:

Code:

root
cd ..

cd etc

nano pmconfig

Change "sleep_ind 1" to "sleep_ind 0".

sleep_ind 1 is generally the last line of pmconfig.

You do not need to use nano, I just like it's simplicity

Last edited by kingoddball; 2010-06-18 at 09:50.
 
Banned | Posts: 388 | Thanked: 57 times | Joined on Mar 2010
#1274
Originally Posted by ToJa92 View Post
Actually, I have already hacked together a pretty much complete N900 tutorial. It's found here: http://wiki.nitdroid.com/index.php?title=N900-install
Good job ToJa. I like El_Poochino's steps at reply 937

His is just the facts mom type of instructions You have lots of pictures in yours. I would suggest adding code tags for the commands.
 
Posts: 201 | Thanked: 96 times | Joined on Dec 2009
#1275
Originally Posted by kingoddball View Post
I did the same....

http://talk.maemo.org/showthread.php...291#post720291
i meant all the steps u meant but instead of using a pc, doint it on ur phone. in easy debian. formatting the mmc in phone, mounting and editing files, permissions etc in phone. not on pc but on the phone. the only thing i dunno is how to flash kernel on phone
 
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#1276
You can't flash kernel on the phone.
Just install fdisk on your n900 (It's on there already I think).
Use same instructions, just replace sfdisk /dev/sdb with /dev/mmcblk1
 
Posts: 201 | Thanked: 96 times | Joined on Dec 2009
#1277
Originally Posted by kingoddball View Post
You can't flash kernel on the phone.
Just install fdisk on your n900 (It's on there already I think).
Use same instructions, just replace sfdisk /dev/sdb with /dev/mmcblk1
there is no fdisk and sfdisk cant use the same commands as fdisk rt.. best done using easy debian
 
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#1278
...........


Code:

umount /dev/mmcblk1p1 # unmount the mmc for partitioning

sfdisk -uM /dev/mmcblk1
,512,C # 512mb partition for FAT32
,,L # the rest of the mmc is LINUX83
,, # empty
,,

Next, to prepare the new partitions for Android installation, run the following and then reboot you device; this will format the first partition in vfat, and the second in ext3:

Code:

mkdosfs /dev/mmcblk1p1
mke2fs -j /dev/mmcblk1p2 -m0

After formatting the partitions and rebooting the device, you can mount the ext3 partition with the following:

Code:

mkdir -p /mnt/
mount /dev/mmcblk1p2 /mnt/

Last edited by kingoddball; 2010-06-18 at 10:12.
 
Posts: 17 | Thanked: 4 times | Joined on Jun 2010
#1279
Steve's video tutorial is great, I have followed it and installed nitdroid in a moment.
Well, maybe someone (non-native english speakers) can have some trouble with his accent.

It lacks explaining how to configure boot-menu, but I read about it here:
http://www.gadgetpilipinas.net/2010/...clair-on-n900/

This is a nice tutorial too!

At first boot there was a problem with the wifi connection, but after rebooting everything seems to work quite well, nice work Steve!!

One more thing, I changed

ITEM_FSOPTIONS=”noatime”

to

ITEM_FSOPTIONS=”noatime,rw”

as I thought the partition should be writable, am I wrong?
 
Posts: 201 | Thanked: 96 times | Joined on Dec 2009
#1280
Originally Posted by kingoddball View Post
...........


Code:

umount /dev/mmcblk1p1 # unmount the mmc for partitioning

sfdisk -uM /dev/mmcblk1
,512,C # 512mb partition for FAT32
,,L # the rest of the mmc is LINUX83
,, # empty
,,

Next, to prepare the new partitions for Android installation, run the following and then reboot you device; this will format the first partition in vfat, and the second in ext3:

Code:

mkdosfs /dev/mmcblk1p1
mke2fs -j /dev/mmcblk1p2 -m0

After formatting the partitions and rebooting the device, you can mount the ext3 partition with the following:

Code:

mkdir -p /mnt/
mount /dev/mmcblk1p2 /mnt/


!!!!!!!!!
ok. didnt know it could be done with sfdisk. whats with the "!!!!!!!!!"?
 
Closed Thread

Tags
android, cool stuff, froyo on n900, nitdroid


 
Forum Jump


All times are GMT. The time now is 07:38.