ToJa92
|
2010-06-18
, 09:32
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#1271
|
The Following 5 Users Say Thank You to ToJa92 For This Useful Post: | ||
|
2010-06-18
, 09:46
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#1272
|
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
|
2010-06-18
, 09:48
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#1273
|
|
2010-06-18
, 09:50
|
Banned |
Posts: 388 |
Thanked: 57 times |
Joined on Mar 2010
|
#1274
|
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
|
2010-06-18
, 09:53
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#1275
|
I did the same....
http://talk.maemo.org/showthread.php...291#post720291
|
2010-06-18
, 09:57
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#1276
|
|
2010-06-18
, 10:00
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#1277
|
|
2010-06-18
, 10:04
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#1278
|
|
2010-06-18
, 10:07
|
Posts: 17 |
Thanked: 4 times |
Joined on Jun 2010
|
#1279
|
|
2010-06-18
, 10:09
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#1280
|
...........
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/
!!!!!!!!!
Tags |
android, cool stuff, froyo on n900, nitdroid |
|