The first third-party recovery package that we are going to look at is the famous Xposed recovery package. To install Xposed on our devices, we can install it after we root our device or we can apply an update package using recovery.
The Xposed update packages can be downloaded from the following URL:
http://dl-xda.xposed.info/framework/
The version that we will use in this section is version 87 (xposed-v87-sdk23-x86.zip).
Since the update package is a ZIP file, we can extract it to a temporary space and look at the internal details inside the update package:
$ ls -1F META-INF/com/google/android/flash-script.shgenymotion-readyupdate-binaryupdater-script$ cat META-INF/com/google/android/updater-script# this is a dummy ...