Uninstall Xposed Installer

Posted on by admin

Dec 30, 2016. First, download two files — Xposed Framework (zip) and Xposedd Installer (apk); Next, first flash the Xposed Framework zip file from your custom. Do do this, reboot your Android to normal mode, install system apps uninstaller from play store and uninstall few apps that you don't use much like notes. Download the latest Xposed framework installer app, and sideload the downloaded APK to your device in order to install it. Once installed, launch the Xposed Installer app from your app drawer. Once installed, launch the Xposed Installer app from your app drawer. To clarify what others have said - xposed is currently a two part system. The installer (which handled the framework 4.x), and the framework. The framework is what really makes everything work, and the installer is mainly just a user interface. By flashing the uninstaller you are removing the framework, but keeping the UI.

Active2 years, 6 months ago

I did two things to install Xposed. Firstly, I flashed xposed-v75-sdk21-x86.zip and then installed the .apk file. I can now uninstall the app itself but how can I erase the flashed file of the .zip?

Also, where are the modules stored? How to delete the modules completely?

Device is LG G3 D855. Running on Cloudy G3 ROM.

Uninstall Xposed Installer
SarpSTA
SarpSTASarpSTA
2,3335 gold badges14 silver badges35 bronze badges

2 Answers

Note: provided that you end up at this post in search of solving the bootloop issue caused by an Xposed module, my answer here would better help you .

I can now uninstall the app itself but how can I erase the flashed file of the .zip?

See the attached files in the first post of this thread. In relevance to your device's CPU architecture, download the uninstaller archive and flash it from the custom recovery. It would undo the changes the installer archive made.

In essence, the installer archive keeps the original system files but appends in their name .orig or convert them into archives (unofficial installers do). It then places its modified files at their location. All uninstaller does is remove the modified and extra files and change the backed up files back to their original self.

Relevant section from the uninstaller script

If you've the knowledge of setting the appropriate SELinux context for a file in Android from recovery mode, you can simply map the files the installer would've changed, revert the changes using command-line and set the correct context. No uninstaller would be required.

Note: If you're not using the official Xposed Framework then the uninstaller may not work for you. It may even cause unforeseen issues. Best is to search the web for the uninstaller.

Also, where are the modules stored?

  • Xposed Installer app downloads the modules under /sdcard/Download.
  • They may be called modules but they simply are apps to Android, hence the APK would be found under /data/app or the locations covered here by Izzy. Alike every app, there data directory would be found under /data/data.

How to delete the modules completely?

Deleting an Xposed module is no different than removing any user installed app from Android. So, you can use any technique that you would use to remove an ordinary app.

Note that the file XposedBridge.jar under /system/framework/ is what provides modules the necessary APIs to interact with the modified framework.

Use the file Xposed-Disabler-Recovery.zip located at /sdcard/Android/data/de.robv.android.xposed.installer/files. Flash that file from recovery mode (requires a custom recovery) to disable Xposed Framework. If you don't have such file, download it from the first post of the official thread.

That archive, in essence, changes /system/bin/app_process.orig to /system/bin/app_process i.e. it removes the modified app_process and brings the original file back to its glory. It doesn't delete the Installer app. You can make those changes on your own too using adb in recovery mode.

The concept of modules here is no different from what is covered in the above section.

Community
FirelordFirelord
18.4k13 gold badges82 silver badges200 bronze badges

Until KitKat, to disable the framework you need to flash this zip (stored on your /sd at installation Xposed-Disabler-Recovery.zip .

As far as uninstalling the modules goes, selecting Modules, (from installer), long pressing the module(s) to be removed does it in KitKat. Of course, changes take place after reboot, and I am assuming the same holds for higher versions of Android. Modules reside as per Izzy's comment for KitKat.

Quoting extracts from How to Uninstall Xposed Framework on Android Lollipop Guides Aug 21, 2015:

Xposed Framework on Lollipop needs to be installed manually through a Custom Recovery unlike in Jelly Bean and Kitkat where the Xposed installer apk file would install the framework on your system automatically. So uninstalling Xposed Framework on Lollipop would require you to flash an Xposed Uninstaller Script using a Custom Recovery like TWRP or CWM... Take note that Xposed Uninstaller are different for different devices like arm, arm64, x86. Find the Uninstaller Script for your device in the Downloads section. Also, Uninstaller Scripts are different for Android versions 5.0 (SDK 21) and 5.1 (SDK 22).

It further provides uninstall instructions and scripts.

I am on KitKat and have no way of testing this. It was a coincidence reading this and later seeing your question.

Community
beeshyamsbeeshyams
24.6k17 gold badges54 silver badges171 bronze badges

Not the answer you're looking for? Browse other questions tagged xposed-framework or ask your own question.

Xposed is one of the most powerful and sought-after tools that every advanced user of Android looks forward to. This tool has some amazing features that enable a user to customize his Android phone as per his requirement. A normal Android phone may not have certain features that an Android geek wishes to have in his device. And so, in order to customize the device, the Xposed framework has to be installed.

“This post may contain affiliate links & we will be compensated if you make a purchase after clicking on our links” [Read More Here]

The primary requisite of using the Xposed framework is that your phone has to be rooted. It should be noted that the framework by itself doesn’t do much. It allows you to install other apps/mods/tweak with system level functionality without having to flash them via custom recovery. This is why the Xposed framework is regarded as one of the best hacking tools for your Android device. The tweaks that can be done to your phone are available through some modules, which can be considered as some apps which can be installed through the Xposed Framework. Each of these modules have certain definite roles. For example, if you want to increase the standby time of your phone’s battery, you will require to install the AMPLIFY BATTERY EXTENDER module.

Why Do you Need to Install Xposed?

In present times most, people across the globe are using smartphones that run on the Android Operating System. The popularity of Android is just because of the freedom that the OS provides to its users. Android is an open source project which means it allows users to modify and make some required change in it according to their needs.

In order to make such modifications, your device needs to be rooted. Rooting gives you 100% control over your device. You will be able to perform system-level tweaks after rooting the phone. However, it should be kept in mind that, such tweaks are possible to be made only if you are a seasoned programmer. But never mind, not being a programmer is not the limitation to have a customized Android phone. The Xposed Framework is here to aid you. Install the Xposed framework in your rooted device and explore the plethora of opportunities to customize your phone.

How to Install Xposed Framework

Uninstall Xposed Installer

The Xposed Framework works on almost all Android devices. However, it needs to be rooted first. Once rooted, the procedure to install Xposed is quite straightforward. If you have already rooted your phone, then follow the steps mentioned below to install Xposed in your device.

For Android 4.0.3(Ice Cream Sandwich) up to Android 4.4(KitKat)

  1. Download Xposed Installer. (Download Link)
  2. Go to Settings -> Security -> Tick Unknown Sources.
  3. Install the downloaded APK on your phone.
  4. Open Xposed Installer. Click Framework and Tap Install.
  5. After installation, reboot your Android device.
  6. Now you can download and install the Xposed Modules via Xposed Installer.

For Android 5.0(Lollipop) up to Android 6.0(Marshmallow)

  1. Download the latest Xposed Installer apk from here. (Currently v3.11)
  2. Install the apk on your device.
  3. Now download the latest flashable zip file from here: Android 5.0 5.1 6.0.
  4. Don’t forget to choose the appropriate ARM version of your device.
  5. Now boot into recovery mode on your device and flash the downloaded zip file.

Note: Flashing the zip file may cause boot loops on some devices. So this would mean that Xposed is not compatible with your device or your current ROM. To be safe and to prevent data loss we would recommend you to take full device backup.

Uninstall Zip

To uninstall the Xposed Framework you will need to download a zip file and then flash it using a custom recovery. Download the uninstaller zip from this link.

For Android 7.0(Nougat)

Follow this guide: https://www.xda-developers.com/official-xposed-framework-android-nougat/

Download facebook for nokia phone

For Android 8.0(Oreo)

Beta is out now! You can try it out!

The above steps will install the framework. But merely having the framework installed will not serve the purpose. You will need to have the required modules installed to get its full functionalities. Let’s have a look on how to install an Xposed module.

How to Install an Xposed Module?

The Xposed framework alone will not do any work in the Android device. You will have to install the particular module based on the kind of tweak you are looking forward to performing in your phone.

  • Launch the Xposed framework in your phone and tap on the download button to find modules.
Xposed

The download screen is divided into three sections: Framework, Installed, Not Installed.

  • The framework shows the details for the Xposed Installer app, and you will be able to download updates from here.
  • Installed shows the modules you currently have, and again you will download updates to them from here.
  • Not Installed shows all other Xposed modules. Scroll through the list, or perform a search if you know what you’re looking for. When you find the module that you are looking for, simply tap on the Download button, which is available in the Version tab.

Best Xposed Modules Worth Mentioning:

1. Gravity Box

This module allows you to perform various tweaks that includes Lock screen tweaks, Status bar tweaks, Navigation bar tweaks, Power tweaks, Display tweaks, Phone tweaks and Media tweaks. Along with these tweaks, this module will allow you to skip tracks playing on the music player of the device by double pressing the volume key. You will also be able to tweak the launcher as well as power and notification control. This module is basically designed for AOSP based ROMs which usually refers to the unmodified ROMs or code from Google. There is hardly any feature of your phone that cannot be tweaked by this module.

Xposed Installer Xda

2. Boot Manager

The Boot Manager provides you an interface to select the apps that you don’t want to run automatically during the booting. This reduces the time taken while booting your device. Moreover, it also helps in increasing the battery life. You might have noticed that in your Android phone, a hell lots of apps are invoked as soon as the phone starts booting. These apps keep running in the background thereby reducing the battery life of the phone also decreasing the device’s performance. Now with this module, you can feel relieved as it will allow only the selected apps to run while booting. You will be given the opportunity to select or deselect the apps which will run or not run during the booting.

3. xStana

Are you ever thinking of customizing the navigation and status bar of your phone? Well, you can do that by installing the xSTANA module of the Xposed framework. The current version of this module is 2.5.0 and it requires Android 4.0.3 and up. You should know that customizing the navigation and status bar is possible by flashing custom ROMs in the phone. However, it requires some advance knowledge about the system level settings. The xStana module makes it easier for you by giving you the options to customize the navigation and status bar.

4. xPrivacy

The xPRIVACY module strengthens the security of your phone by securing the sensitive data. It also serves the purpose of allowing only selected apps of your choice to get access to the internet, thereby making the device less vulnerable to various potential security issues.

5. NotifyClean

The Android operating system has this feature of sending app level and system level notifications in the notification bar of your device. This sometimes gets annoying with unwanted notifications getting popped up every now and then. This can be customized using the NOTIFYCLEAN module which allows your notification bar to stay clean and sleek. This module helps to clean your notification bar in just a simple and quick tap

6. AppSettings

This is another cool module of Xposed Framework. Using this module, you can view the different settings of all the apps that are installed in your device. Besides viewing, you can also change or tweak the setting of the apps.

7. Swipe Back

Navigation from one screen to another is made easier by this module. You do not need to tap on the back button every time you want to go back to the previous screen. Instead of that, you can simply swipe or scroll your screen left or right to do the navigation.

Some other best Xposed Modules are listed below:

  • Advanced Power Menu
  • Ex-Themer
  • Ex-Themer 2
  • Google Offline Voice
  • Green YouTube
  • Greenify
  • KitKat Music Lockscreen
  • XBlast Tools
  • XHalo Floating Windows
  • XMulti Window
  • YouTube AdAway
  • And Find more by yourself and don’t forget to put that in the comment section.

How does Xposed Framework work?

The Xposed Framework is like a portal. It alone is of no use in your phone but provides a bridge to install different modules in the device. These modules perform the actual job. They can change the behavior of the system and apps without touching any APKs. The changes that are made by the modules are independent codes that are installed on the Xposed Framework, reverting the changes is as easy as uninstalling an app. Multiple modules can work simultaneously on the Framework with the same system settings and change it independently.

How to uninstall an Xposed module?

As mentioned earlier, you can uninstall an Xposed module if you no longer need to use it. Uninstalling a module is quite straightforward. You can also disable the module for a period of time instead of permanently uninstalling it. To uninstall it open the Xposed Installer app and tap the Modules option. All your installed modules are listed here. To uninstall an Xposed module long press on the module in the list and then select Uninstall from the options. It’s good practice to reboot once more.

The Final Verdict

To conclude this piece of article, we want to state that though Xposed gives you a whole lot of opportunities to customize the phone, it is yet not free from the risks that it brings. Installing Xposed in your phone or rooting the phone may void the warranty that is provided by the manufacturer. Though some manufacturers of present times do not void the warranty, it is a worth mentioning warning that we would like to give so that you are cautious before taking any important steps.

Xposed Installer Android 7

Thank you for reading this post and keep connected to Tech Arrival to continue enjoying such great posts. Share your views on this post in the comment section below. If you are still having any query throw it in the comment section.

Xposed Installer 2.7

If you find this post helpful, don’t hesitate to share this post on your social network. It will only take a moment and also it is quite easy and convenient for others.