Jump to content

[ROM] Idol 3 5.5", 6045x. (testing) Resurrection Remix.


Recommended Posts

Moi? Au top! Et toi?

Je sais pas, mais il y a une mokee qui est sortie, c'est une tuerie, bien plus fluide que RR, mais surtout l'autonomie j'ai fait 5h45 de screen on!! Et il recharge en 2h gros max 1h30 écran étint! Elle est aussi basé sur cm et présente aussi des petites options en plus. Et pour le coup, je suis sur que tu peux restore ta data :D

RR en tout cas pas de maj prévu pour l'instant car le dev à cassé son idol, et que il essai de lancez les projet de ROM pour l'instant, et RR est bien stable ^^

Envoyé de mon 6045X

Link to comment
Share on other sites

il faut prendre lequel du coup parce qu'il y en a pleins 

Tu peux pas te tromper, dans l'installeur, il y a une verification de la plateforme.

Ca fait que tu peux pas installer une sdk21 sur plateforme sdk22 et inversement (idem pour arm, arm64 et x86).

 

Sinon c'est en effet sdk22 et arm64 pour les roms 64bits en 5.1.1

:)

Link to comment
Share on other sites

Etonnant...

 

Parce ce qu'il y a ca dans la script sh:

echo "- Checking environment"
API=$(grep_prop ro.build.version.sdk)
APINAME=$(android_version $API)
ABI=$(grep_prop ro.product.cpu.abi | cut -c-3)
ABI2=$(grep_prop ro.product.cpu.abi2 | cut -c-3)
ABILONG=$(grep_prop ro.product.cpu.abi)

puis ca:

ARCH=arm
IS64BIT=
if [ "$ABI" = "x86" ]; then ARCH=x86; fi;
if [ "$ABI2" = "x86" ]; then ARCH=x86; fi;
if [ "$API" -ge "21" ]; then
  if [ "$ABILONG" = "arm64-v8a" ]; then ARCH=arm64; IS64BIT=1; fi;
  if [ "$ABILONG" = "x86_64" ]; then ARCH=x64; IS64BIT=1; fi;
fi
Edited by murigny64
Link to comment
Share on other sites

  • 4 weeks later...

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...