The Xposed Framework now officially supports Android 5.1 through 5.1.1 Lollipop devices as well. Everything will still work the way it has with Android 5.0 through 5.0.2, but there are a separate set of files for the newer Android version. I'll cover both below, but make sure to download the proper file for your particular version of Android.
When the files have finished downloading, the next step is to boot into custom recovery. To do that, start by powering your device completely off. This next part may vary, but for most devices, press and hold the volume down and power buttons simultaneously.
Download android 5.0 lollipop zip file
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf platforms/android-21 && unzip path/to/android-21_r02.zip -d platforms/android-21 && cd platforms/android-21 && mv android-*/* . && rm -rf android-* extract the package archive as-is from the root SDK directory, to install version 21.2 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf sources/android-21 && unzip path/to/sources-21_r01.zip -d sources/android-21 && cd sources/android-21 && mv src/* . && rm -rf src extract the package archive as-is from the root SDK directory, to install version 21.1 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[linux Only]unzip path/to/build-tools_r21.1.2-linux.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-* extract the package archive as-is from the root SDK directory, to install version 21.1.2 on linux
[macosx Only]unzip path/to/build-tools_r21.1.2-macosx.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-* extract the package archive as-is from the root SDK directory, to install version 21.1.2 on macosx
[windows Only]unzip path/to/build-tools_r21.1.2-windows.zip -d build-tools/21.1.2 && cd build-tools/21.1.2 && mv android-*/* . && rm -rf android-* extract the package archive as-is from the root SDK directory, to install version 21.1.2 on windows
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[linux Only]rm -rf platform-tools && unzip path/to/platform-tools_r31.0.3-linux.zip -d . extract the package archive as-is from the root SDK directory, to install version 31.0.3 on linux
[macosx Only]rm -rf platform-tools && unzip path/to/e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c.platform-tools_r31.0.3-darwin.zip -d . extract the package archive as-is from the root SDK directory, to install version 31.0.3 on macosx
[windows Only]rm -rf platform-tools && unzip path/to/platform-tools_r31.0.3-windows.zip -d . extract the package archive as-is from the root SDK directory, to install version 31.0.3 on windows
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf add-ons/addon-google_apis-google-21 && unzip path/to/google_apis-21_r01.zip -d add-ons/addon-google_apis-google-21 && cd add-ons/addon-google_apis-google-21 && mv google_*/* . && rm -rf google_* extract the package archive as-is from the root SDK directory, to install version 21.1 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf system-images/android-21/default/armeabi-v7a && unzip path/to/armeabi-v7a-21_r04.zip -d system-images/android-21/default extract the package archive as-is from the root SDK directory, to install version 21.4 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf system-images/android-21/default/x86_64 && unzip path/to/x86_64-21_r05.zip -d system-images/android-21/default extract the package archive as-is from the root SDK directory, to install version 21.5 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf system-images/android-21/default/x86 && unzip path/to/x86-21_r05.zip -d system-images/android-21/default extract the package archive as-is from the root SDK directory, to install version 21.5 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf system-images/android-21/google_apis/armeabi-v7a && unzip path/to/armeabi-v7a-21_r32.zip -d system-images/android-21/google_apis extract the package archive as-is from the root SDK directory, to install version 21.32 on all OSes
DONE! :D
cd $ANDROID_SDK_ROOTFirst, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.
Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk.
[all OSes]rm -rf system-images/android-21/google_apis/x86_64 && unzip path/to/x86_64-21_r32.zip -d system-images/android-21/google_apis extract the package archive as-is from the root SDK directory, to install version 21.32 on all OSes
DONE! :D
2ff7e9595c
Comments