Jump to content

[DEV] Tentative de Wiko Peax android 4.2 - SUPENDU/ANNULE


Recommended Posts

Bon et bien, les ROM 4.1.1 et 4.1.2 sont déjà sur le forum.

Biensur il y a toujours des choses à améliorer mais des personnes avec le téléphone à dispostion peuvent le faire mieux que moi, donc je passe à autre chose.

Tentative de ROM sous Android 4.2.1.

Le premier objectif est d'obtenir une ROM bootable, une fois qu'on aura franchi cette étape, on verra pour la suite.

Attention : je dis bien tentative, je ne garantie en aucun cas que nous aurons une ROM 4.2

A suivre ....

Alpha2 dispo (NE BOOT PAS !!!!)

Et fournir un logcat :

http://forum.xda-dev...d.php?t=1726238

http://forum.xda-dev...d.php?t=2141817

Post utile :

http://forum.xda-dev...d.php?t=2123239

http://forum.china-i...4.html#p1000974

Impossible d'après les russes :

(No MT6589 and MT6577 is very different platforms!)

You can only:

MT6577 --> MT6577

MT6575 --> MT6575

MT6589 --> MT6589

... etc.

but don't:

MT6577 --> MT6575

MT6589 --> MT6577

... etc.

Uniquement beta-testeur, sachant remettre un backup si celle-ci ne fonctionne pas !

Edited by spanish
Link to comment
Share on other sites

dl en cours ...

edit: tentative d'install...

Probleme lors du flash du kernel : assert failled: write_raw_image("/tmp/boot.img", "boot")

e: error in /sdcard/WCP_42.zip

(status 7)

Edited by gasston
  • Like 1
Link to comment
Share on other sites

Je regarde ...

Tu peux editer le script updater-script (META-INF\com\google\android\updater-script)

et vers la fin remplacer :

assert(package_extract_file("boot.img", "/tmp/boot.img"),
 write_raw_image("/tmp/boot.img", "boot"),
 delete("/tmp/boot.img"));

par

assert(package_extract_file("boot.img", "/tmp/boot.img"),
 write_raw_image("/tmp/boot.img", "bootimg"),
 delete("/tmp/boot.img"));

Et me dire ?

Edited by spanish
Link to comment
Share on other sites

je démarre un seven et te dis

edit, c'est déjà ce que j'ai

assert(package_extract_file("boot.img", "/tmp/boot.img"),
	 write_raw_image("/tmp/boot.img", "bootimg"),
	 delete("/tmp/boot.img"));

Edited by gasston
Link to comment
Share on other sites

Tu as :

assert(package_extract_file("boot.img", "/tmp/boot.img"),

write_raw_image("/tmp/boot.img", "boot"),

delete("/tmp/boot.img"));

a remplacer par :

assert(package_extract_file("boot.img", "/tmp/boot.img"),

write_raw_image("/tmp/boot.img", "bootimg"),

delete("/tmp/boot.img"));

Sauf si je me suis trompé a l'upload, ca ecrit bien android 4.2 au debut du script ?

Dans l'erreur tu as bien ecrit :

Probleme lors du flash du kernel : assert failled: write_raw_image("/tmp/boot.img", "boot")

Tu regarde le script de la bonne ROM ? :o

Edited by spanish
Link to comment
Share on other sites

au debut du script:

ui_print("");
ui_print("**************************************");
ui_print("*		 --->  JB v2    <---		 *");
ui_print("*		 ---> by Spanish <---	    *");
ui_print("*									 *");
ui_print("**************************************");

Donc c'est la bonne :P

à la fin:

ui_print("Flashing Kernel");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
   write_raw_image("/tmp/boot.img", "bootimg"),
   delete("/tmp/boot.img"));

à toi de me dire

Link to comment
Share on other sites

C'est pas la bonne ca ...

Tu regarde quel zip ?

Il commence par :

ui_print("**************************************");
ui_print("*		 --->  Wiko Peax   <---	  *");
ui_print("*		 ---> Android 4.2  <---	  *");
ui_print("*									 *");
ui_print("**************************************");

nom du zip : WCP_42.zip

Edited by spanish
Link to comment
Share on other sites

Si tu comptes la flasher, edite le fichier "updater-script" et dit nous.

Oui je viens de retelecharger aussi a partir du ien et c'est le bon, gasston est fatigué :D

donc, je reprend :|

Tu reprends ?

Mais tu l'as deja le zip, car l'erreur provient bien de la 4.2 :huh:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...