Aller au contenu

[ROM] MoDaCo custom Hero 1.51 merge


Recommended Posts

Formatting you SDcard

You need Recovery image 1.31 to do this folks!

To format card SD card with linux-swap WARNING!!! this will reformat you entire SD card!!

You can use the recovery console and parted to format SDcards with 1.31 folks, no more going through hassles you have the tools on you G1!...here is an example of how to do this in recovery console using parted. DO NOT USE MORE THAN 32MB SWAP!!!

Example for 8GB card (this example plays it safe and will leave a small amount leftover regardless of the 8GB card)

Reboot and enter recovery

Enter console

#parted /dev/block/mmcblk0

#print (to verfiy we know what size card we are dealing with, the details should be straight forward)

rm 1

rm 2

mkpartfs primary fat32 0 7200

mkpartfs primary ext2 7200 7700

mkpartfs primary linux-swap 7700 7732

#print (to verify we have the 3 partitions)

Example for my 4GB card

#parted /dev/block/mmcblk0

#print (to verfiy we know what size card we are dealing with, the details should be straight forward)

rm 1

rm 2

mkpartfs primary fat32 0 3420

mkpartfs primary ext2 3420 3932

mkpartfs primary linux-swap 3932-3964

Example for a 2GB card playing it safe

#parted /dev/block/mmcblk0

#print (to verfiy we know what size card we are dealing with, the details should be straight forward)

rm 1

rm 2

mkpartfs primary fat32 0 1200

mkpartfs primary ext2 1200 1700

mkpartfs primary linux-swap 1700-1732

"End?" you need to place the last value for the linux swap eg.3964 for my 4GB card

#print (to verify we have the 3 partitions)

Next we need to "quit" parted and upgrade our ext2 partition to ext3

#upgrade_fs

Swap value is set to 30 currently, you can change this by modifying the "echo" value for swappiness in the a2sd.sh script

For a longer more detailed parted turorial read this

Flashing the ROM

Lien vers le commentaire
Partager sur d’autres sites

Petit retour sur la MoDaCo que j'utilise actuellement (la 2.2).

C'est plutôt fluide et sympathique, mais personnellement, il persiste encore des défauts qui gênent :

- Ca n'est pas aussi fluide qu'une cyanogen ou autre rom "normale".

- Le rechargement de la home à la sortie d'une application que je trouve très lourd à l'utilisation.

Ca demande encore à mûrir mais c'est bien parti ;)

Lien vers le commentaire
Partager sur d’autres sites

Rejoignez la conversation

Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...