Skip to main content

Posts

Showing posts from January, 2016

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Xposed Installer

This is the installer for the Xposed framework, which is a requirement for all modules. 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 to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations. Note that this only works with root access on Android 4.0.3 or later. Have a look at the support thread for instructions and FAQs. Author(s):  rovo89 ,  Tungstwenty Support/Discussion URL:  http://forum.xda