[MOD][Xposed Framework][Unofficial][LP/M][5.1.1/6.0.1][ROM DEODEXÉ & ODEXÉE][J500F/FN]

  • Auteur de la discussion kyo-ito
  • Date de début
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #1



Installer Xposed Framework


Avertissement : Cette opération comporte des risques. Ni PhonAndroid, ni moi-même ne peut être tenu responsable des éventuels problèmes rencontrés. Pensez à effectuer une sauvegarde avant d'installer ce mod


Merci à
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
Source
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !


Et à leakcim56 pour l'info ❗


● Une Rom Deodexé, Odexée
● Un Custom Recovery (CWM, TWRP ou PhilzTouch)
Busybox


v79.1 for Lollipop (20/01/2016):
- Reverted an aosp commit that is causing crash with some Apps native code, i still have no idea why but i hope rovo89 can figure out what's wrong with this change.
- Mute failed Samsung hooks, Samsung Lollipop FWs have different mdpp implementation for some devices.
- Disabled Instrumentation detection on Xposed, we need to keep the native Samsung hooks active even when instrumentation is detected, big thanks to rovo89 for investigating this issue and Enyby for the tests.
This should fix crash on Game guardian App, My Android tools...

v79.0 (17/12/2015):
This is an update to the official Xposed v79, that contains many bugs fixes, more details .

v78.1 (09/12/2015):
This update includes some fixes by @rovo89 that let stock TW Roms boot up correctly with "everything" filter.
It includes also fixes some secure storage compatibility issues that I managed to reproduce running "everything" filter, i also patched Xposed bridge with a fix for SHealth and Private mode, they are required for any TW user running Xposed, so i prefer to include it on the framework, you don't need to enable it on Wanam Xposed.

My Xposed version still runs the default "speed" filter for dex2oat, if you want to run "everything" filter to force the compilation of all apps on boot, add bellow lines to your build.prop:
Code:
dalvik.vm.dex2oat-filter=everything
dalvik.vm.image-dex2oat-filter=everything
I also reverted a change related to a Samsung bug that seems to be fixed on its latest updates, i tested it with full stock G920F-OKX running stock kernel with systemless Root

v78.0 (16/11/2015):b
This update includes some back ported changes and bugs fixes that @rovo89 included on Xposed for Android 6, check more details here.


v75.8 (30/10/2015):
- This update bypasses Class rejection on some cases where a method fails the verification and causes the whole class to be rejected, and keep logging the compilation errors.

v75.7 (29/10/2015):
- The new update fixes a major boot loop issue caused by xposed safe mode, some users do intentionally disable Xposed while booting by hitting the device's hardware keys which create a file "/data/data/de.robv.android.xposed.installer/conf/disabled" that disables some required hooks i implemented to disable Mdpp security checks, and leads to a boot loop because Knox/Mdpp rejects our custom Art libraries, so we disable xposed safe mode for TW Roms, use uninstallers instead.

v75.1 to v75.6 (26/10/2015):
- Support XZ compression for all devices (non Samsung included)
- Fixed a Bridge bug, thanks to @arter97 for the head up
- Fixed a Samsung packaging bug for arm64 devices

v75.3 (19/10/2015):
- Revert reviewed implementation of Class.getPublicFieldRecursive() (some users reported some rare random issues on some Roms, i didn't manage to reproduce any of them, neither got any helpful logs, so reverting it for now)

v75.2 (18/10/2015):
- Bug fix

v75.1 (18/10/2015):
- Update @rovo89 implementation of Class.getPublicFieldRecursive() following the new Aosp implementation.
- Fixed a Bridge bug, thanks to @arter97 for the head up
- Fixed a Samsung packaging bug for arm64 devices

v75.0 (08/10/2015):
Updated to @rovo89 latest changes:
- Unified version to support old Roms and new ones that come with new app_process changes
- Disabled dex2oat watchdog
Check here for more details.

v74 (07/10/2015):
This update revert "disable must_relocate=false" and avoid the header image checks instead, as it seems the only change on previous version that may cause the random reboots reported by some users.

I posted also a variant (under android_511_r19 folder) that is compatible with some newest FWs (OI9+ on GS6), these FWs comes with a new security commit introducing a new zygote parameter that breaks Xposed. Do NOT use this variant on older Roms.

v74 (02/10/2015):
This update comes with XZ compression support, thanks to @rovo89 for pointing me to xz-embedded.

It should fix SPlanner, Samsung core apps and few other xz compressed System apps odexes...
Xposed will takes more time to decompress and recompile those apps, according to my tests, it takes 6 seconds to dexopt compressed S Planner odex with a size of 2.6MB/10MB, Samsung uses this compression type because of its low compression ratio to gain more space for more and more bloats

v74 (15/09/2015):
- This will fix the low space issue on dirty repacked deodexed Roms that may still contains odexed files, this issue was caused by a failed verification of the image header of "boot.art" on TW Roms, somehow one of the offsets "root_image" is wrong, check here for more details.

We just ignore it for now to let xposed boot-up on odexed Roms and avoid the misleading low space warnings, this does NOT mean stock odexed Roms are supported, i tested it only with my debloated Odexed OH8 Rom for GS6 (G920F), so use it at your own RISK and no need to report any bugs if you run it on a stock FW.

No space version are provided, use the main on instead.

v74 (11/09/2015):
- Updated to official xposed v74
This update should fix the gms maps module crashe and maybe some other non system apps that generate odex file on the device.
I reverted back to the default speed dexopt filter for better perfs, for people who are getting a low space, i posted an other version with dexopt space filter, we still don't know the cause of this issue.
I made an attempt to support odex Roms (included on the new version 11092015), i followed the same idea of @rovo89 used for gz compression support, renamed odex files to force installd to run dex2oat, the Rom boot up, but with the same low space issue that makes it unusable! So no need to try it for now on odexed Roms.

v73 (03/09/2015):
- Re-based my build on @rovo89 repos (v73)
- Fixed the shared prefs bug (thanks to @romracer and @cryptyk)
- Balanced dexopt filter to save more space on bloated TW Roms, it saves more than 300MB on my debloated Rom so it should do better on bloated ones, if you still get out of system space and apps FC, there is nothing i can do for you, going ahead to save more space will lead on a performance issue, ask your Rom cooker to debloat it.

v71 (28/08/2015):
- Support for the Galaxy Note 5
- Get rid of the modifications on the framework files, i ported all my hacks to the Xposed bridge, and Art libraries
Big thanks to @rovo89 for his assistance and his patches.
This build requires stock untouched framework file, if your Rom comes with a modded "core-libart" and "conscrypt", it will boot-loop.

v71 (22/08/2015):
- No dexopt filters, this will cause more apps to recompile on the first boot, it will take more boot time but should improve the performances.

v71-b3 (19/08/2015):
- Added back some specific certificates checks for Chinese hosts

v71-b2 (18/08/2015):
- Fixed FC on Nova and some apps keys.

v71-b1 (17/08/2015):
- Initial release



  1. Téléchargez XposedInstaller_3.0-alpha*.apk
    , xposed-v ??.?-sdk22ou23-arm-custom-build-by-wanam-????????.zip
    Et xposed-uninstaller-????????-arm.zip
  2. Installez XposedInstaller_3.0-alpha*.apk (ne l'ouvrez pas)
  3. Redémarrez en mode Recovery
  4. Selectionnez le fichier xposed-v ??.?-sdk22-arm-custom-build-by-wanam-????????.zip
    et cliquez dessus pour l'installer
  5. Faites un Wipe Cache, Dalvik / Art
  6. Redémarrez.

  7. En cas de Bootloop
  8. Redémarrez en mode Recovery
  9. Selectionnez le fichier xposed-uninstaller-????????-arm.zip
    et cliquez dessus pour l'installer
  10. Redémarrez.

  11. Ouvrez Xposed Framwork
  12. Dans le menu déroulant de gauche, descendez à Téléchargements
  13. Lancez une recherche à Lollipop ou Marshmallow
  14. Selectionnez un mod (de votre choix)
  15. Faites coulissez l'écran sur Version
  16. Téléchargez
  17. A nouveau depuis le menu déroulant, allez à Modules
  18. Cliquez dessus pour les activer
  19. Redémarrez.

Voilà,
:!: à vous la customisation de votre smartphone :!:



S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !


Lollipop
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !

Marshmallow
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !



Désinstalleur

S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !



Vos retours sont les bienvenus
 
Tipiak

Tipiak

Pirate !
Moderateur Global
Inscrit
2 Juillet 2012
Messages
21 268
Points
63
  • #2
Re: Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

:hello:
Merci pour le tuto.
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #3
Re: Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

:hello:


Avec plaisir :smile:
 
U

uniques65

Membre
Inscrit
21 Mai 2014
Messages
710
Points
18
  • #4
Re: Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

Salut,
merci , c'est mieux ainsi
 
P

patissier974

Membre
Inscrit
29 Avril 2013
Messages
851
Points
16
  • #5
Re: Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

Salut a tous!! Est t il compatible pour les ROM basée cm13 galaxy s4? Merci pour vos réponse !
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #6
Re: Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

Bonjour,

Non ! il fonctionne seulement sous LP 5.1.1.
 
P

patissier974

Membre
Inscrit
29 Avril 2013
Messages
851
Points
16
  • #7
Re: Re : Xposed Framework [Unofficial][LP][ROM DEODEXÉ & ODEXÉE][J500FN]

kyo-ito a dit:
Bonjour,

Non ! il fonctionne seulement sous LP 5.1.1.
merci pour ta réponse.
 
A

aure42

Membre
Inscrit
17 Mai 2015
Messages
4
Points
0
  • #8
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Ce procédé est-il valable pour un galaxy grand prime Sous lolipop 5.1.1?
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #9
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Bonjour,

Bienvenue sur le forum.

En théorie cela devrait ?
N'oublies pas l'uninstaller
 
A

aure42

Membre
Inscrit
17 Mai 2015
Messages
4
Points
0
  • #10
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

D'accord merci bien pour cet réponse rapide
 
A

aure42

Membre
Inscrit
17 Mai 2015
Messages
4
Points
0
  • #11
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Que faut-il faire avec le fichier .apk?
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #12
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Merci pour la remarque.
Je viens de le rajouter dans la partie installation.
 
A

aure42

Membre
Inscrit
17 Mai 2015
Messages
4
Points
0
  • #13
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Merci pour ce tuto très complet fonctionne parfaitement sur galaxy grand prime SM-531F sous lolipop.
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #14
Re: [MOD[Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Merci pour ton retour :super:
Avec plaisir.
 
C

chatlut

Membre
Inscrit
23 Septembre 2012
Messages
288
Points
16
  • #15
Re: [MOD][Xposed Framework][Unofficial][LP][5.1.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Bonjour.

J'ai un GALAXY J5 SM-J500FN en android 5.1.1.

J'ai essayer ton TUTO avec le recovery "TWRP-20150710-UNOFFICIAL-J5lte.tar" et ça m'a tout planté.
J'avais un BOOTLOOP dont je n'arrivais pas à sortir même en suivant ton TUTO à l'étape 7.
Mon téléphone redémarer toujours en mode RECOVERY.
Alors j'ai enlevé la batterie, puis redémaré en mode DOWNLOAD puis ROOTÉ mon téléphone.
Ça à stoppé le BOOTLOOP.

J'ai ensuite suivi ton TUTO avec le recoveryTeam Win Recovery Project v3.0.2.0 et là miracle ... Ça fonctionne.

MERCI
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #16
Re: [MOD][Xposed Framework][Unofficial][LP/M][5.1.1/6.0.1][ROM DEODEXÉ & ODEXÉE][J500FN]

Double post volontaire

Ajout de la version Marshmallow
 
A

Anonymous

  • #17
Re: Re : [MOD][Xposed Framework][Unofficial][LP/M][5.1.1/6.0.1][ROM DEODEXÉ & ODEXÉE][J500F/FN]

Hello mon ami et merci à toi [emoji4]
 
C

chatlut

Membre
Inscrit
23 Septembre 2012
Messages
288
Points
16
  • #18
Merci beaucoup
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #19
Salut Mon Ami [emoji4]

et @chatlut

Avec plaisir.
 
C

chatlut

Membre
Inscrit
23 Septembre 2012
Messages
288
Points
16
  • #20
Bonjour.

Je viens de passer à la version 6 de android.
Es que je dois supprimer L'ancien XPOSED?
Comment savoir quelle version arm ou arm64 prendre pour Xposed
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !


Merci.
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #21
Salut

Si tu es repassé en stock, tu ne devrais plus avoir d'Xposed installé ?!
 
V

vinc88

Membre
Inscrit
19 Novembre 2012
Messages
114
Points
18
  • #22
Bonjour Faut choisir qu'elle version arm ou arm64 pour le j500fn sous marshmallow merci
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #23
Bonjour

Un Bonjour peut être ?!
 
V

vinc88

Membre
Inscrit
19 Novembre 2012
Messages
114
Points
18
  • #24
Oups désoler c'est pas dans mes habitudes bonjour
 
kyo-ito

kyo-ito

Membre
Inscrit
5 Mai 2012
Messages
9 692
Points
36
  • #25
Merci à toi.
Tu prends ceux des liens du tuto.
 
V

vinc88

Membre
Inscrit
19 Novembre 2012
Messages
114
Points
18
  • #26
Ok merci
 
Haut Bas