| Prev | 3   11     12   13   14     15   23 | Next | Last
maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 Help/Tutorial Topic - Updated (https://talk.maemo.org/showthread.php?t=56524)

moepda 2010-07-10 22:44

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
update...

fixed problem, formatted 16gb sandisk card (14.8gb capacity) on win xp whilst in n900 using mass storage mode. rebooted n900 and opened xterm. opened new window and typed root. entered 13300 without < > in step 2 of guide and this was successful output. hope it helps contro ...

Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# umount /dev/mmcblk1p1
Nokia-N900:~# sfdisk -uM /dev/mmcblk1 << EOF
> ,13300,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 486192 cylinders, 4 heads, 16 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 13099 13100- 13414399+ c W95 FAT32 (LBA)
/dev/mmcblk1p2 13100 15193- 2094- 2143744 83 Linux
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 13299 13300- 13619199+ c W95 FAT32 (LBA)
/dev/mmcblk1p2 13300 15193- 1894- 1938944 83 Linux
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table

Re-reading the partition table ...

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Nokia-N900:~# umount /dev/mmcblk1p1
Nokia-N900:~# mkdosfs /dev/mmcblk1p1
mkdosfs 3.0.1 (23 Nov 2008)
37
#####################################Nokia-N900:~# mke2fs -j -m0 /dev/mmcblk1p2
mke2fs 1.41.3.maemo0 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
121200 inodes, 484736 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=499122176
15 block groups
32768 blocks per group, 32768 fragments per group
8080 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912

Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Nokia-N900:~#


bewrong 2010-07-11 00:30

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
i have some questions about running android on n900.
* so the phone will run in dual boot? (maemo and android) if so, will you be able to choose at boot?
* can this be uninstalled?
* if there was a problem in installing android will it brick the phone? is it possible to restore it again?

contro 2010-07-11 01:29

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by moepda (Post 747595)
update...

fixed problem, formatted 16gb sandisk card (14.8gb capacity) on win xp whilst in n900 using mass storage mode. rebooted n900 and opened xterm. opened new window and typed root. entered 13300 without < > in step 2 of guide and this was successful output. hope it helps contro ...

Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# umount /dev/mmcblk1p1
Nokia-N900:~# sfdisk -uM /dev/mmcblk1 << EOF
> ,13300,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 486192 cylinders, 4 heads, 16 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 13099 13100- 13414399+ c W95 FAT32 (LBA)
/dev/mmcblk1p2 13100 15193- 2094- 2143744 83 Linux
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 13299 13300- 13619199+ c W95 FAT32 (LBA)
/dev/mmcblk1p2 13300 15193- 1894- 1938944 83 Linux
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table

Re-reading the partition table ...

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Nokia-N900:~# umount /dev/mmcblk1p1
Nokia-N900:~# mkdosfs /dev/mmcblk1p1
mkdosfs 3.0.1 (23 Nov 2008)
37
#####################################Nokia-N900:~# mke2fs -j -m0 /dev/mmcblk1p2
mke2fs 1.41.3.maemo0 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
121200 inodes, 484736 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=499122176
15 block groups
32768 blocks per group, 32768 fragments per group
8080 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912

Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Nokia-N900:~#


Thank you will try it later out with friends!

porselinaheart 2010-07-11 05:34

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
first off, kudos to dj steve, your work is awesome!!!

need some help, :P

I can't seem to get it to run with my OC kernel settings, so its really slow, any fix for this so i can run it nitdroid as fast as mameo??

do i have to change to another kernel?? lehtos or something else??

please help!

sepehrsfmech 2010-07-11 05:56

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
sfdisk -uM /dev/mmcblk1 << EOF
> ,5300,C
> ,,L
> ,,
> ,,
> EOF

so, is this right for a memory card that has 7.4 gbs capacity?

porselinaheart 2010-07-11 06:08

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by sepehrsfmech (Post 747778)
sfdisk -uM /dev/mmcblk1 << EOF
> ,5300,C
> ,,L
> ,,
> ,,
> EOF

so, is this right for a memory card that has 7.4 gbs capacity?


go with 6100 bro. i tried 5300 ( or was it ( 5400 ) didn't work.i have the same size card ( 8gig) so go with 6100, :D

ryanl33x1511 2010-07-11 06:11

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
is the camera driver work ? i would like to try out fring on android, fring cames out with new version with video call to multi platform, so you could see other ppl using iphone,nokia and android. limited on supported version

RolePlayGame 2010-07-11 06:18

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
To the ones blocked at umount-mmcblk1p1 errors:

I was able to boot NITDroid today, doing this (I don't know if it's very adequate, but worked for me)

-umount mmcblk1 if you don't have mmcblk1p1. If you can't, read third line here.
-AFTER sfdisk, REBOOT.
-WAIT until tracker and tracker-indexer stop working (conky will help, these two process are the ones consuming 99% CPU for about 6 minutes after reboot, preventing you for umounting mmc!
-Then you will be able to mkdos and mke without errors

sepehrsfmech 2010-07-11 06:47

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
i need help with this:

[CODE] sfdisk -uM /dev/mmcblk1 << EOF
> ,6100,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 243200 cylinders, 4 heads, 16 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 7599 7600- 7782392 b W95 FAT32
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 0+ 6099 6100- 6246399+ c W95 FAT32 (LBA)
/dev/mmcblk1p2 6100 7599 1500 1536000 83 Linux
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table

Re-reading the partition table ...
BLKRRPART: Device or resource busy
The command to re-read the partition table failed
Reboot your system now, before using mkfs

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)[CODE/]

new_bee 2010-07-11 07:30

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
hi guys,
i m having trouble with bzip2. when i try to apt-get install bzip2, i get the messege that package bzip2 has no installation candidate. and is only available from other source. due to this i can not execute the step three which involves bzcat command. need some help here

RolePlayGame 2010-07-11 08:18

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Weeeeeell...
First, THANXS GUYS! BOOTING NITDROID ROCKS! Yes, a little bit slow (perhaps allowing us to overclock could help until GPU drivers ;) ) BUT...
After powering off nitdroid, trying to reboot, choosing again option 4... boot loader always stop after trying to access ext3, going again to boot menu!
Why first time it works but now, unable to boot nitdroid again??
I'm a lot of bits confused!

ANYWAY, THAT FEW MOMENTS WITH ANDROID ON MY SCREEN WERE WONDERFULL!! (Are you genious or somethig like that???)
Waiting for a lammer version , since I can't handle WHY only one Android boot for me.

moepda 2010-07-11 08:57

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
im downloading the new rootsh but its failed a few times. downloading now again but do i need to clean or remove the failed downloads ? if so where are they and how to do ? many thanks ...

jamiefuller 2010-07-11 09:35

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
moepda, if you have a failed attempt the send time you try to download wget will rename the file with a .1 on the end. and so on each time you try.

make sure there are no (bad) copies under MyDocs before running the wget command.

moepda 2010-07-11 10:15

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
cheers for that jamiefuller all sorted thanks for your help :) onto mac address stage now :)


update....

can now boot android so many thanks there but now notice that when using winscp in maemo5 my home/user/MyDocs folder has changed , i can not see default folders such as downloads etc, all folders previously visible on phone filemanager are not available on winscp. except DCIM...

really not sure why or how ?

is this normal ?

contro 2010-07-11 11:09

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Fixed your post @sepehrsfmech your code wasn't closed properly.
Quote:

Originally Posted by sepehrsfmech (Post 747817)
i need help with this:

Code:

sfdisk -uM /dev/mmcblk1 << EOF
> ,6100,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 243200 cylinders, 4 heads, 16 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

  Device Boot Start  End    MiB    #blocks  Id  System
/dev/mmcblk1p1        0+  7599  7600-  7782392    b  W95 FAT32
/dev/mmcblk1p2        0      -      0          0    0  Empty
/dev/mmcblk1p3        0      -      0          0    0  Empty
/dev/mmcblk1p4        0      -      0          0    0  Empty
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

  Device Boot Start  End    MiB    #blocks  Id  System
/dev/mmcblk1p1        0+  6099  6100-  6246399+  c  W95 FAT32 (LBA)
/dev/mmcblk1p2      6100  7599  1500    1536000  83  Linux
/dev/mmcblk1p3        0      -      0          0    0  Empty
/dev/mmcblk1p4        0      -      0          0    0  Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table

Re-reading the partition table ...
BLKRRPART: Device or resource busy
The command to re-read the partition table failed
Reboot your system now, before using mkfs

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)



I recieved the same thing followed moepda's advice gonna try rebooting again. Here's my output though:

Code:

/home/user # umount /dev/mmcblk1p1
/home/user # sfdisk -uM /dev/mmcblk1 << EOF
> ,13300,C
> ,,L
> ,,
> ,,
> EOF
Checking that no-one is using this disk right now ...
OK

Disk /dev/mmcblk1: 490432 cylinders, 4 heads, 16 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

  Device Boot Start  End    MiB    #blocks  Id  System
/dev/mmcblk1p1        0+ 15325  15326-  15693816    c  W95 FAT32 (LBA)
/dev/mmcblk1p2        0      -      0          0    0  Empty
/dev/mmcblk1p3        0      -      0          0    0  Empty
/dev/mmcblk1p4        0      -      0          0    0  Empty
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0

  Device Boot Start  End    MiB    #blocks  Id  System
/dev/mmcblk1p1        0+ 13299  13300-  13619199+  c  W95 FAT32 (LBA)
/dev/mmcblk1p2    13300  15325  2026    2074624  83  Linux
/dev/mmcblk1p3        0      -      0          0    0  Empty
/dev/mmcblk1p4        0      -      0          0    0  Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table

Re-reading the partition table ...
BLKRRPART: Device or resource busy
The command to re-read the partition table failed
Reboot your system now, before using mkfs

If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
/home/user #

Ok UPDATE: Rebooted device and followed all the way where moepda direction's left me off posting code in a new post to show you what I did.

contro 2010-07-11 11:32

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Code:

/home/user # umount /dev/mmcblk1p1
umount: cannot umount /dev/mmcblk1p1: Invalid argument
/home/user # mkdosfs /dev/mmcblk1p1
mkdosfs 3.0.1 (23 Nov 2008)
37
#####################################/home/user # mke2fs -j -m0 /dev/mmcblk1p2
mke2fs 1.41.3.maemo0 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
129792 inodes, 518656 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=532676608
16 block groups
32768 blocks per group, 32768 fragments per group
8112 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912

Writing inode tables: done                           
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 23 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
/home/user #


contro 2010-07-11 12:15

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Ok everything installed correctly but when I reboot my device it goes to maemo, Boot loader doesn't even come up is there something else that I have to do?

TNiga 2010-07-11 12:22

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by contro (Post 748076)
Ok everything installed correctly but when I reboot my device it goes to maemo, Boot loader doesn't even come up is there something else that I have to do?

You need to have your keyboard out when you boot.

contro 2010-07-11 12:29

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by TNiga (Post 748084)
You need to have your keyboard out when you boot.

Thanks I feel like such a noob.... Chose option 4 and I am in Android this is awesome!

RolePlayGame 2010-07-11 12:37

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Uninstalled ssh menu applet (one more cause of partitions error), reinstalled all nitdroid again, booting Nitdroid...
AND WHEN ANDROID ENDS LOADING, AUTOMATICALLY POWER-OFF ITSELF (battery icon showing a red bat, Android now didn't recognize my bat????)

fraad 2010-07-11 13:11

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
roleplay how did u get the ssh working been trying that but i dont get it to work ? so i can past the comands to the n900 has done it on the n900 maybe i am doing somthink wrong when putting in the comands on the n900 thanksi

RolePlayGame 2010-07-11 13:17

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
?
You don't need ssh with new tuto (ssh and a lot of other s*it don't allow you to follow the tuto correctly)
Anyway, now I can't, eeehhmmm, stop unbooting? froyo, after reaching android main screen, closes itself down (with "standar" power-off method)... I leave, too much for me when only trying to boot and keep on it again.

fraad 2010-07-11 13:24

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
ok thanks well i hope u get it sorted i am going to have a try letter sometimes i think do a new install off maemo start againe lol

barzam 2010-07-11 13:41

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
I just installed NITDroid on my N900 and formatted with gparted (on my Archlinux netbook) instead of on the N900's command line.

If you have any problems I recommend this approach instead: I have a 8Gb SDHC card and I created first the FAT32 partition with 1,9 Gb free space before it, then the ext3 partition on the remaining space.

Just a tip!

poloballs 2010-07-11 16:16

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by bewrong (Post 747626)
i have some questions about running android on n900.
* so the phone will run in dual boot? (maemo and android) if so, will you be able to choose at boot?
* can this be uninstalled?
* if there was a problem in installing android will it brick the phone? is it possible to restore it again?

Hi bewrong -

*Yes, the phone runs in dual boot. If you have your keyboard out when booting it will give you a menu to choose from, if the keyboard is closed it defaults to Maemo.

*Yes, it can be uninstalled. The easiest way that Ive heard to do this would be to uninstall the bootmenu program and then simply reformat your microSD card.

*When messing with low level settings like boot options or a new OS there is always a risk of bricking your phone. Most of the tutorials even have that warning highlighted in bold or red to make sure we all knew the risk before proceeding.

Hope that helps...

contro 2010-07-11 17:41

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
I just wanted to add this bit. I was able to install android on my N900 without using a external computer I had this thread opened and just copied and pasted commands to the terminal and I was so surprised how everything worked flawlessly aside from the partitioning of the 16GB micro sd card which I had to format in Windows XP but nevertheless awesome instructions.

One major problem I am having is getting Wi-Fi to work but it could just be my encryption WPA TKIP and I did have MAC address Filtering turned it off and said it was able to connect but still unable to browse still happy that I was able to get Froyo installed on my N900!

nielsvg 2010-07-11 17:45

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
i cannot connect to wifi with the latest build of nitdroid and multiboot. I choose option 4 in multiboot so i'm in the correct load.

when i choose my wifi i enter my wep-key but it wont connect. it keeps trying to get a lock at the ip adress but i failes and it tries again. it keeps trying everytime in a loop.

can someone help me?

fraad 2010-07-11 17:55

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
rollyplay u got nitdroid running yet ?

mr_bridger 2010-07-12 10:19

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
anyone help me out please?

just tried partitioning the sd card, think i cocked it up as now maemo says card format not supported. when partitoning it said something about rebooting, so i did and now not recognised.

any way to wipe all partitions and start again?

cheers ®

Dousan 2010-07-12 10:35

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by mr_bridger (Post 749023)
anyone help me out please?

just tried partitioning the sd card, think i cocked it up as now maemo says card format not supported. when partitoning it said something about rebooting, so i did and now not recognised.

any way to wipe all partitions and start again?

cheers ®

Try to redo it in the program you used for it the first time ;)

Sounds like it's missing the small fat32 partition since it wont regonise it?

Otherwise try kingoddballs guide to do it on the N900 with sfdisk. It's in this thread on page 15, can't remember the post #.

I did it with kingoddballs guide the first time i installed NITdroid cause i couldn't get gparted to work in vm linux mint :) One thing don't mount the sd card after you partitioned it, wait with that for when you install NITdroid with the newest guide from steve ;)

First you could try to open xterm:
sudo gainroot <enter>
sfdisk -l <enter> (-L)
There you can see the partitions on your device. The sdcard is mmcblk1p1, mmcblk1p2 and so on it and should be the first shown in xterm. The internal storage is mmcblk0p1 and so on.

mr_bridger 2010-07-12 10:42

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
thanks for the quick reply. i was doing it on the device by the way.

heres output for mmc

Code:

Disk /dev/mmcblk1: 243200 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

  Device Boot Start    End  #cyls    #blocks  Id  System
/dev/mmcblk1p1          0+ 182399  182400-  5836799+  c  W95 FAT32 (LBA)
/dev/mmcblk1p2    182400  243199  60800    1945600  83  Linux
/dev/mmcblk1p3          0      -      0          0    0  Empty
/dev/mmcblk1p4          0      -      0          0    0  Empty

any help?

mr_bridger 2010-07-12 10:43

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
oh, and its a 8gb card tho from that it dont look like it now.

Dousan 2010-07-12 10:57

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by mr_bridger (Post 749048)
oh, and its a 8gb card tho from that it dont look like it now.

Looks pretty close to 8gb and the partitions are there maybe it's still mounted from sfdisk partitioning so the N900 can't see it?

Try umount mmcblk1 and see what happens?

mr_bridger 2010-07-12 11:03

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
/home/user # umount mmcblk1
umount: cannot umount mmcblk1: No such file or directory

odd?

Dousan 2010-07-12 12:18

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by mr_bridger (Post 749064)
/home/user # umount mmcblk1
umount: cannot umount mmcblk1: No such file or directory

odd?

I'm no pro so did not know where or exactly how to put that code and it was just a shot, sorry :) But as i remember i couldn't see the card after doing partition with sfdisk only with the 'sfdisk -l'.

Have you tried to turn off phone and take out sdcard, put it back in and reboot?

If that did nothing i would try a repartitioning with the guide steve gives in the same post as the new install method. The dev thread page 244, just scroll to the end of post.
And then straight after install NITdroid using steves guide ;)

Optln 2010-07-12 12:25

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
How can I boot my mmc1blk1 partition. I have a Debian rootfs in there, I tried looking /etc/bootmenu.d but it seems these files are now deprecated. Bootmenu doesn't show anything else than Maemo and Nitdroid.

sepehrsfmech 2010-07-12 12:27

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
its umount /dev/mmcblk1

if it didnt work try

umount /dev/mmcblk1p1

maxximuscool 2010-07-12 12:58

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
is there a way to dual boot without the boot post message appear on the screen? A gui would be nice.

mr_bridger 2010-07-12 13:05

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by sepehrsfmech (Post 749137)
its umount /dev/mmcblk1

if it didnt work try

umount /dev/mmcblk1p1


/home/user # umount /dev/mmcblk1
umount: cannot umount /dev/mmcblk1: Invalid argument
/home/user # umount /dev/mmcblk1p1
umount: cannot umount /dev/mmcblk1p1: Invalid argument

anyone else? cant i just wipe partitions somehow?

ToJa92 2010-07-12 13:10

Re: [Android] NITDroid V2 Help/Tutorial Topic
 
Quote:

Originally Posted by maxximuscool (Post 749162)
is there a way to dual boot without the boot post message appear on the screen? A gui would be nice.

I think it's because the kernel is compiled with a framebuffer console, not sure though.. And I don't know if it's possible to disable it :rolleyes:


| Prev | 3   11     12   13   14     15   23 | Next | Last
All times are GMT. The time now is 23:22.

vBulletin® Version 3.8.8