kyo-ito
Membre
- Inscrit
- 5 Mai 2012
- Messages
- 9 666
- 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 !
● Une Rom Deodexé, Odexée M (6.0.X)
● Busybox
v86.0(09/07/2016):
- More compatiblity with ROMs that use a Resources subclass for e.g. theming, like most Huawei stock ROMs (*)
- Incorrectly compiled modules are now rejected, the warning which started to appear with v84 is now an error
- A bit of general cleanup and minor fixes
More details.
v85.1(30/05/2016):
- Add Huawei theming engine support (details).
- Ensure the recompilation on Huawei EMUI Roms (details).
v85.0(28/05/2016):
Updated to the official Xposed v85:
Fixed frequent boot freezes, especially with modules that access many files (details)
Built-in way to get a full logcat (details)
Crashes not related to Xposed/ART are no longer written to the normal Xposed logs
On encrypted devices with boot password, the password prompt is now shown quicker
Warning for developers to disable "Instant Run" in Android Studio, otherwise the module can't be loaded
6.0 only: Cherry-picked some ART commit included in CyanogenMod and other ROMs
6.0 only: Forced clearing Dalvik cache when upgrading from versions before 85 (would have been necessary for 84 and might have caused some boot loops)
More details here.
v84.0(04/05/2016):
Updated to the official Xposed v84 with support for LG encrypted apps, you can find more details about the changes here.
v83.0(26/04/2016):
An alternative version "alt" for some Samsung variants (N910G/P, N915F...) that come with two more native changes, check this branch for more details.
This variant should be used for Samsung variants (N910G/P, N915F...), and for a non listed device only if the main version does not work, and you should use this alternative version with stock Roms with no modified framework files.
v83.0(25/04/2016):
Cumulative update improving some devices support (Huawei and HTC), it fixes also some bugs related to some new aosp changes, more details here and here.
v81.0(12/04/2016):
Updated API to the official Xposed 81.0, this update brings XZ compression to MM builds, unfortunately Samsung still uses this compression type for its Apps odexes (Thanks to @dkcldark for the hint).
I also included few other changes from LL to prevent boot-loop on some older devices that will get MM, we cannot trust Samsung on this, they should learn from Google/CM some basic rules about how manage their devices branches, the framework differences should not be major between different devices running the same Android version.
The Sprint Note 4 MM builds are not supported yet (an example of the major changes I'm talking about), a test version is available, test it and provide a logcat if it still boot-loops.
v80.0(11/02/2016):
This is an update to the latest rovo89's changes, i added back the reverted commits, rovo89 fixed the issue related to the apps that uses some apk protection (MyAndroidTools).
I made a small changes to the bridge to catch an exception on some TW 5.1.1 Roms that may not contain "restoreUnsupportedServices" method.
I posted also a unified uninstaller for all version.
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.1 for Marshmallow (19/01/2016):
- Refactored Samsung security hooks and cleanup some useless hooks for Marshmallow.
v79.0 for Marshmallow (28/12/2015):
More details here.
- More compatiblity with ROMs that use a Resources subclass for e.g. theming, like most Huawei stock ROMs (*)
- Incorrectly compiled modules are now rejected, the warning which started to appear with v84 is now an error
- A bit of general cleanup and minor fixes
More details.
v85.1(30/05/2016):
- Add Huawei theming engine support (details).
- Ensure the recompilation on Huawei EMUI Roms (details).
v85.0(28/05/2016):
Updated to the official Xposed v85:
Fixed frequent boot freezes, especially with modules that access many files (details)
Built-in way to get a full logcat (details)
Crashes not related to Xposed/ART are no longer written to the normal Xposed logs
On encrypted devices with boot password, the password prompt is now shown quicker
Warning for developers to disable "Instant Run" in Android Studio, otherwise the module can't be loaded
6.0 only: Cherry-picked some ART commit included in CyanogenMod and other ROMs
6.0 only: Forced clearing Dalvik cache when upgrading from versions before 85 (would have been necessary for 84 and might have caused some boot loops)
More details here.
v84.0(04/05/2016):
Updated to the official Xposed v84 with support for LG encrypted apps, you can find more details about the changes here.
v83.0(26/04/2016):
An alternative version "alt" for some Samsung variants (N910G/P, N915F...) that come with two more native changes, check this branch for more details.
This variant should be used for Samsung variants (N910G/P, N915F...), and for a non listed device only if the main version does not work, and you should use this alternative version with stock Roms with no modified framework files.
v83.0(25/04/2016):
Cumulative update improving some devices support (Huawei and HTC), it fixes also some bugs related to some new aosp changes, more details here and here.
v81.0(12/04/2016):
Updated API to the official Xposed 81.0, this update brings XZ compression to MM builds, unfortunately Samsung still uses this compression type for its Apps odexes (Thanks to @dkcldark for the hint).
I also included few other changes from LL to prevent boot-loop on some older devices that will get MM, we cannot trust Samsung on this, they should learn from Google/CM some basic rules about how manage their devices branches, the framework differences should not be major between different devices running the same Android version.
The Sprint Note 4 MM builds are not supported yet (an example of the major changes I'm talking about), a test version is available, test it and provide a logcat if it still boot-loops.
v80.0(11/02/2016):
This is an update to the latest rovo89's changes, i added back the reverted commits, rovo89 fixed the issue related to the apps that uses some apk protection (MyAndroidTools).
I made a small changes to the bridge to catch an exception on some TW 5.1.1 Roms that may not contain "restoreUnsupportedServices" method.
I posted also a unified uninstaller for all version.
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.1 for Marshmallow (19/01/2016):
- Refactored Samsung security hooks and cleanup some useless hooks for Marshmallow.
v79.0 for Marshmallow (28/12/2015):
More details here.
Téléchargez et copiez dans votre S6 :- XposedInstaller_3.0-alpha*.apk
- xposed-v ??.?-sdk23-arm64-custom-build-by-wanam-????????.zip, xposed-uninstaller-????????-arm64.zip
- GravityBox_Marshmallow_6.X.X.apk
- Redémarrez en mode Recovery
- Selectionnez le fichier xposed-v ??.?-sdk23-arm64-custom-build-by-wanam-????????.zip
et cliquez dessus pour l'installer - Faites un Wipe Cache, Dalvik
- Redémarrez.
- Installez et Ouvrez Xposed Framwork
- Rendez vous sur Framework, vous devriez voir ceci
- Fermez l'application
- Installez GravityBox
- Rendez vous dans Xposed Framework, Modules
- Activez GravityBox
- Redémarrez
- Ouvrez Xposed Framwork
- Dans le menu déroulant de gauche, descendez à Téléchargements
- Lancez une recherche à Marshmallow
- Selectionnez un mod (de votre choix)
- Faites coulissez l'écran sur Version
- Téléchargez
- A nouveau depuis le menu déroulant, allez à Modules
- Cliquez dessus pour les activer
- Redémarrez.
Voilà,
:!: à vous la customisation de votre smartphone :!:
En cas de Bootloop ou de blocage sur le logo Samsung
- Redémarrez en mode Recovery
- Selectionnez le fichier xposed-uninstaller-????????-arm64.zip et cliquez dessus pour l'installer
- Faites un Wipe Cache, Dalvik
- Redémarrez.
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 !
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 !
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 !
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