/r/xposed
Xposed Framework modules and everything Xposed Framework-related.
Click here to view the subreddit without request posts.
This is a subreddit for Xposed Framework modules and everything Xposed Framework-related.
Tag type | Meaning |
---|---|
[Release] | You are sharing a module that you either created or found. (Ex: Google Keyboard Custom Smilies.) |
[News] | If you have an announcement to make pertaining to popular Xposed modules or the framework itself. (Ex: Xposed for Lollipop released.) |
[Request] | Suggesting a module idea or looking for a module. (Ex: Remove "Seen" notifications on Facebook Messenger) |
[Help] | Troubleshooting or questions. (Ex: How do I install Xposed on Lollipop?) |
[Discussion] | To share opinions on a certain subject related to Xposed framework or its modules. (Ex: Does Greenify actually affect battery life significantly?) |
[Meta] | For matters related to the subreddit itself. (Ex: Change your flairs.) |
Post not showing up? Have a suggestion? Message the mods.
/r/xposed
I'm considering updating the original LSPosed v1.9.2 by one of these two:
I guess that the "best" branch is the most updated one (JingMatrix's) but I would want to know from anyone that has tested some of these branches their feelings about them.
EDIT:
I have finally installed mywalkb's LSPosed_mod without uninstalling the original LSPosed before, and everything works like a charm.
My reasons:
My hopes:
I'm curious, is that possible?
A collections of tweaks to enhance your experience :)
Fully tested on Pixel 8 Pro, but I have enabled the modifications for Pixel 6+.
Only for Android 14, will rebase to 15 once publicly released.
Requires Xposed installed (tested with lsposed).
Download link: Android Enhanced
- Statusbar:
- Quicksettings:
- Notifications:
- Lockscreen:
- Buttons:
- Miscellaneous:
* - Requires premium subscription
I'm using Samsung Galaxy S23, and there was a google play system update today.
After updating that, I was no longer able to use the app which I patched using LSPatch and disable flag secure(VarunS2002). Does anyone else have the same issue? I tried patching again, but still failed. The app won't even open.
Edit) I just found out that also the Re:telegram module doesn't work. It seems to be a problem across all modules using LSPatch (I didn't root my device, and don't want to root because of Knox warranty)
Please help, I need to install Xposed framework for Redmi 7A running LineageOS 21, Android 14. Where can I get the official Xposed framework & installation guides for my device?
Im trying to activate the workstation mode on xiaomi pad 6 with 6GB ram variant, i read that exist a module to do that, anyone tried it already? What module is and works properly?
When I tab on the recorded gesture I can move up, down, delete. If I long press the entry the same sub-menu appears.
I have recorded 3 gestures. But I forgot what to do with them. I thought I could draw a recorded gestures over the screen, and then an action, multi action, tasker task..... Triggers.
How do I assign actions to the recorded gesture? Do I need recorded gestures somewhere to activate in order to get it working?
I'm on Android 12. And as far as I know I granted all rights.
I'm thankful for any suggestions. The solution might be very simple but I just don't find it.
I want to create a new account on an App that detects if you previously had an account on that same device. I'm aware that Device IDs are a thing to identify your phone, but my quesiton is, is that all? Or should I also change something else that might give me away (other than my IP)? And what's the best xposed/lsposed module to do this with?
samsung phones using goodlock has multistar module which allows games and other apps to be run in background without pausing
is there anything similar?
Hi, i'm new to Xposed module programming. I'm trying to hook to GrantPermissionsActivity onCreate() but unsuccessful.
This is what i've tried
XposedHelpers.findAndHookMethod(
"com.android.permissioncontroller.permission.ui.GrantPermissionsActivity",
classLoader,
"onCreate",
object :XC_MethodHook() {
override fun beforeHookedMethod(param: MethodHookParam?) {
super.beforeHookedMethod(param)
}
})
But the log says like that the class not found. How should i write the package name? Thanks :)
E/LSPosed-Bridge ] DZ.fzY.MJLKRlY.EVm.V.a.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.permissioncontroller.permission.ui.GrantPermissionsActivity
This module was last updated 8 years ago and I believe it's not available anymore!
Hello, I have lsposed installed as a module in magisk but this is causing my zygisk to crash with the error: stopped inject zygote due to crash. I have tried the lsposed mod module from "mywalkb". This also resulted in the same crash. Has anyone gotten this error before or knows a fix? Thank you.
I'm looking for a module that would let me modify an app so that instead of android/obb it reads the obb data from lets say example/obb (same with data folder) so that i could overcome the issues of scoped storage on a locked down device.
The only similar module i found is https://github.com/pylerSM/XInternalSD but that is for pointing the directory to the sd card.
Is there an xposed module that could do this and if not is it possible for me to make one on my own?
I installed the zygisk version of lsposed but after reboot i tap on the notification and nothing opens; i get the error: shell keeps stopping.
I aslo tried the riru version with riru installed and zygisk disabled but this time i didnt even get the lsposed loaded notif.
I have a mi pad 4 with lineage os 21 (android 14).
Hey there,
I was wondering if theres an Xposed module that allows me to change my IMEI on Android 14.
My Snapchat got banned due to switching accounts, and i'm trying to get it unlocked again.
Thanks!
I absoultely hate big spaces in any software UI! In OneUI's quick settings there is A LOT OF ABSOULTELY UNNECCESARY HUGE SPACES! I hate them! Is there some module that can reduce it?
Hello. I installed xposed on my Android 4.4.4 and noticed what xposed repo already down. Nowhere in the internet i can find the tabletkat apk, except source code what i can't build now.
Does anyone saved latest apk?
I want the isEnabled() method of EuiccManager to return true, but don't know the best approach.
Do I go in via handleLoadPackage for a specific app, which should detect the phone as esim capable, or can I also "globally" register a modified service somehow?
Here's what ChatGPT made for me:
public class MyXposedModule implements IXposedHookLoadPackage {
@Override
public void handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam) throws Throwable {
if (lpparam.packageName.equals("com.example.targetapp")) {
// Hook EuiccManager.isEnabled()
XposedHelpers.findAndHookMethod(
"android.telephony.euicc.EuiccManager",
lpparam.classLoader,
"isEnabled",
new XC_MethodHook() {
@Override
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
// Modify behavior to always return true
param.setResult(true);
}
}
);
}
}
}
Hello, I want to make an Lsposed module for YouTube, I want it to simply add an automatic swipe-up/next feature to YouTube short after finishing instead of looping. Problem is, I don't know anything regarding developing an xposed module, right now I just want to know if it's possible.
Here's the process in a nutshell:
- Listen to YouTube short finish event
- Send a "next Short" action or something
On Android when you select text, say in a browser, you are given a flyover tooltip context menu with several actions, such as copy, paste, search, etc.
In many applications, in browsers especially, those tooltips cover parts of user interface elements, particularly those that use WYSIWYG editors.
Is there an exposed module that can offset the position of that, or shift it to the bottom or top of the overall viewport?
I'm looking to install Edxposed on an already rooted device running what seems to be a custom android 8.1 if anyone can provide a tutorial or advice I would be very grateful.
hi. i'm pretty new to xposed and have very limited knowledge. and i currently need to download xposed for my huawei matepad 10.4 but it is not a device that uses android, it has harmony 2.0. but as far as i know, xposed has lots of different versions for different versions of android; like oreo or nougat. my question is, which version should i download?
hi i trying all day to download wifiregionalfix but the site is down
so if there anyone how have it can you send it here thanks
Is it possible to use Lspatch on Android 8, the github repo mentions the minimum requirement is Android 9