Skip to content

mobinjafari/MobinPosed

Repository files navigation

Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That’s great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It’s also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you decide for one. No way to combine them, unless the author builds multiple APKs with different combination

Ability to run on Stock ROM: Exposed Framework can smoothly run on stock ROM. It won’t affect the working of the current ROM in any way and can easily fit in it. The user needs to install the framework over the top of the OS. It is a boon for users who loves to use the stock ROM but needs some customizability access.

Easier to use: Due to the availability of different modules, the Xposed Framework is quite easy to use. The users can easily plug and play with the modules. It is a boon for users who loves to customize smartphones.

Cross-Device compatibility: The Xposed modules can run on any device having the Xposed framework installed. Irrespective of the Android version, device manufacturer, and build type, the Xposed Modules run flawlessly on the Framework compatible device.

Save-Time Efforts: Xposed Framework saves the time of the user in customizing the UI. It can quickly improve performance and enhances the overall device’s usability.

The Xposed Framework did not support Android 9.0 Pie officially, but a Reddit user has successfully ported it to the newer Android version. It can be easily installed on all the Android devices running Android 9.0 Pie. Interested users need to install Magisk Manager and then EdXposed mode to successfully start utilizing the Xposed Framework.

Note: It is an unofficial build of the Xposed Framework. It might be risky to install it as it contains various bugs. It is even not open source. However, it is working fine on Android 9.0, but there’s always a scope for some issues. GizmoChina.com will not be held responsible for any damage to your data and device.

//