Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 834 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 834 Bytes

XposedAutomation

A demo to show how to install Xposed and enable Xposed based module automatically (It seems the reboot process on the emulator has problems)

Content

  • AutomaticXposed: The application implemented to automate all the Xposed related procedures
  • XposedInstaller: The modified XposedInstaller(Added a InstallService)

How to use

Install and launcher AutomaticXposed application, the app will first install XposedInstaller and then automatically enable the module itself and reboot(you need to wait about 30s after Xposed installed).

The installed XposedInstaller has been modified( refer to the XposedInstaller.zip), so remember to uninstall the official XposedInstaller before launcher AutomaticXposed.