so hab fix ne 4gb class 6 karte gekauft
und nun folgende einteilung:
Code:
Number Start End Size Type File system Flags
1 32.3kB 3460MB 3460MB primary fat32 lba
2 3460MB 3972MB 512MB primary ext3
3 3972MB 4003MB 31.6MB primary linux-swap(v1)
mal sehn obs geht
edit: @baum
starten tut er ohne probleme, vielleicht hatte dein hero da schon die macke? bootet doch jetzt auch nicht mehr nach dem neu flashen oder?
edit2: jemand ne ahnung wie ich nun sehen kann wo die apps sind? also ich hab nun auch 127mb speicher frei auf dem hero normal hatte ich so 100... schiebt der die gleich auf die sd karte? ^^
edit3: kann das jemand bestätigen? hab jetzt bonsai blast 6.7mb deinstalliert und immernoch 127mb frei... schiebt der die apps gleich auf sd karte sobald er eine ext3 partition findet?
edit4: für alle die auch ne 4gb sd karte haben und es auch machen wollen hier mal die partitionsgrößen
Code:
mkpartfs primary fat32 0 3459
mkpartfs primary ext2 3459 3971
mkpartfs primary linux-swap 3971 4003
edit5:
für alle dies nachmachen wollen oder für die Fehleranalyse hier mal alles was ich getan hab
Code:
C:\Users\user-zensiert>cd Desktop
C:\Users\user-zensiert\Desktop>cd ADB
C:\Users\user-zensiert\Desktop\ADB>dir
Volume in drive C has no label.
Volume Serial Number is C4C4-34CD
Directory of C:\Users\user-zensiert\Desktop\ADB
23.09.2009 23:21 <DIR> .
23.09.2009 23:21 <DIR> ..
03.09.2009 10:17 6.148 .DS_Store
14.05.2009 17:59 337.908 adb
14.05.2009 18:21 2.116.908 adb.exe
14.05.2009 18:21 106.496 AdbWinApi.dll
26.06.2009 09:54 156.592 fastboot
14.05.2009 18:21 994.250 fastboot.exe
6 File(s) 3.718.302 bytes
2 Dir(s) 33.493.864.448 bytes free
C:\Users\user-zensiert\Desktop\ADB> adb shell reboot recovery
C:\Users\user-zensiert\Desktop\ADB>adb shell
error: device not found
C:\Users\user-zensiert\Desktop\ADB>adb shell
/ # parted /dev/block/mmcblk0
parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
print
Model: SD 00000 (sd/mmc)
Disk /dev/block/mmcblk0: 4003MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 4194kB 4003MB 3999MB primary fat32
(parted) rm 1
rm 1
rm 1
(parted) print
print
print
Model: SD 00000 (sd/mmc)
Disk /dev/block/mmcblk0: 4003MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
(parted) mkpartfs primary fat32 0 3459
mkpartfs primary fat32 0 3459
mkpartfs primary fat32 0 3459
(parted) mkpartfs primary ext2 3459 3971
mkpartfs primary ext2 3459 3971
mkpartfs primary ext2 3459 3971
(parted) mkpartfs primary linux-swap 3971 4003
mkpartfs primary linux-swap 3971 4003
mkpartfs primary linux-swap 3971 4003
(parted) print
print
print
Model: SD 00000 (sd/mmc)
Disk /dev/block/mmcblk0: 4003MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 3460MB 3460MB primary fat32 lba
2 3460MB 3972MB 512MB primary ext2
3 3972MB 4003MB 31.6MB primary linux-swap(v1)
(parted) quit
quit
quit
Information: You may need to update /etc/fstab.
/ # upgrade_fs
upgrade_fs
e2fsck 1.41.6 (30-May-2009)
/dev/block/mmcblk0p2: clean, 11/249856 files, 31395/499713 blocks
tune2fs 1.41.6 (30-May-2009)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
Creating journal inode: done
This filesystem will be automatically checked every -1 mounts or
0 days, whichever comes first. Use tune2fs -c or -i to override.
/ # parted /dev/block/mmcblk0
parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
print
Model: SD 00000 (sd/mmc)
Disk /dev/block/mmcblk0: 4003MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 3460MB 3460MB primary fat32 lba
2 3460MB 3972MB 512MB primary ext3
3 3972MB 4003MB 31.6MB primary linux-swap(v1)
(parted) quit
quit
quit
/ # reboot
reboot
C:\Users\user-zensiert\Desktop\ADB>