Is there a list of compatible modules for LSPatch? - Xposed General

After much googling I can't find much about it but it's hit or miss if an xposed module will work with shizuku and LSPatch without root but a list would be really helpful.

Also looking for something like this.

basically any module that doesn't hook into system apps... some list is available in virtualxposed website

Forgot to come back here and say, but I couldn't find any that work for me because it doesn't seem to work at all on oneui 5.x

Better look for Shizuku, it also hooks into the system and a lot of app are available already.

I use Shizuku already. Just found my issue, most modules are compatible below a13. The module needs to be modified to work on newer versions.

Related

[Q] should I try xposed for 2nd time???

I've karbonn s5+.first time when I install xposed it was running very well.but I installed 40+ modules & my phone stucked at android logo. Now I've factory reseted my phone. Can I install it now without problem
This bug must be about modules are clushing ır crossing i don't know which word can explain it, let me introduce you; for example you are using there module for status bar, they all trying to modify status bar but this situation causing excaption or something similar. I don't know i was wrote what was in my brain because my English is is little bit bad ?, so you can reinstall it but do not forget intalling that modules supporting lollipop.
Does xposed framework supported on mediatek like karbonn s5+. I searched about it and got
"Xposed framework is an AOSP framework for ARM devices. One of the things you can do with the framework is download a module that allows you to set DPI for any application. That allows you to choose tablet mode for an app, or simply make the text look more to your liking for anything, There are many other modules available."
If it work anyone's mediatek like karbonn titanium s5 plus then please tell me the procedure of making xprivacy module work on this device.
psunyter said:
This bug must be about modules are clushing ır crossing i don't know which word can explain it, let me introduce you; for example you are using there module for status bar, they all trying to modify status bar but this situation causing excaption or something similar. I don't know i was wrote what was in my brain because my English is is little bit bad ?, so you can reinstall it but do not forget intalling that modules supporting lollipop.
Click to expand...
Click to collapse
I will reinstall it. Thank you for helping.
Edit- I installed it & it worked flawlessly. Now I'm not gonna cross 10+ limit. Thank you for helping.. ?
kashyapawan said:
Does xposed framework supported on mediatek like karbonn s5+. I searched about it and got
"Xposed framework is an AOSP framework for ARM devices. One of the things you can do with the framework is download a module that allows you to set DPI for any application. That allows you to choose tablet mode for an app, or simply make the text look more to your liking for anything, There are many other modules available."
If it work anyone's mediatek like karbonn titanium s5 plus then please tell me the procedure of making xprivacy module work on this device.
Click to expand...
Click to collapse
I have a Casper VIA V5 ,which have Meditek processor, and i am using it without any error, so i can say it's working like a charm?
Edit:Casper never given me any source code of phone, i wanted this from them to build my own CyanogenMod so i find Xposed for customizing firmware of my ROM. My phone has Android Kitkat 4.4.2 and Xposed which work perfect with its firmware

App Settings Module for Magisk?

hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/

Conused about Xposed on Touchwiz, Nova launcher, Marschmallow

Hello
I'm a little confused about xposed and modules on stock rom for Galaxy S5. May be someone can answer my questions.
I rooted my G900F, Marschmallow 6.0.1 and installed TWRP. Then I installed Xposed Framework V89. On my phone is the stock rom installed. I used Touchwiz UI, but changed to Nova launcher.
Now, I read warnings about bootloops while using Xposed with Samsung devices. I wonder if this affects my device too.
1. Since I use Nova Launcher, is Touchwiz still an possible issue?
2. Is Xposed by itself the 'danger' part or are it the modules? So far I installed one module. Everything works fine.
3. When I open Xposed Installer version 89 there is a warning: There seems to be a known Issue (Samsung Touchwiz Rom) with your Rom. Install Xposed might not work or lead to severe problems.
If my phone is affected, what is the best possible way to avoid potential issue? I red there are unofficial Xposed versions which are modified for samsung stock roms. But I couldn't find any.
Others say, newer version are fine for my phone.
XtraWater said:
1. Since I use Nova Launcher, is Touchwiz still an possible issue?
2. Is Xposed by itself the 'danger' part or are it the modules? So far I installed one module. Everything works fine.
3. When I open Xposed Installer version 89 there is a warning: There seems to be a known Issue (Samsung Touchwiz Rom) with your Rom. Install Xposed might not work or lead to severe problems.
If my phone is affected, what is the best possible way to avoid potential issue? I red there are unofficial Xposed versions which are modified for samsung stock roms. But I couldn't find any.
Click to expand...
Click to collapse
Nova launcher it's just a launcher, samsung phones ARE touchwiz, not the launcher itself.
Xposed it's the dangerous part, since it's something that edits your phone. Obliviously, if you install incompatible modules that hurts too, just pay attention to install compatible ones.
With a 5sec. search, you can find this thread.
I don't know if newer versions of official xposed are compatible with touchwiz roms, but in this thread there are the unofficial versions that are 100% compatible with yours, just read and download the correct zip.
TENN3R said:
Nova launcher it's just a launcher, samsung phones ARE touchwiz, not the launcher itself.
Xposed it's the dangerous part, since it's something that edits your phone. Obliviously, if you install incompatible modules that hurts too, just pay attention to install compatible ones.
With a 5sec. search, you can find this thread.
I don't know if newer versions of official xposed are compatible with touchwiz roms, but in this thread there are the unofficial versions that are 100% compatible with yours, just read and download the correct zip.
Click to expand...
Click to collapse
Thank you. Very helpful.
On the thread you linked is an download link. The latest version is xposed-v87.1-sdk23-arm-custom-build-by-wanam-20161125.zip
That's exactly the version I installed first. Later I updated it trough the xposed installer to version 89. Should I rather downgrade to the v87.1 version, or is the new installed 89version a custom build by wanam anyway?
I couldn't figure out which version (modified or not) is right now installed.
XtraWater said:
Thank you. Very helpful.
On the thread you linked is an download link. The latest version is xposed-v87.1-sdk23-arm-custom-build-by-wanam-20161125.zip
That's exactly the version I installed first. Later I updated it trough the xposed installer to version 89. Should I rather downgrade to the v87.1 version, or is the new installed 89version a custom build by wanam anyway?
Edit: Since couldn't find a newer version than xposed-v87.1-sdk23-arm-custom-build-by-wanam-20161125.zip, I downgraded back to this version. Now I leave it as it is.
I couldn't figure out which version (modified or not) is right now installed.
Click to expand...
Click to collapse
And the last questions. When I got the correct custom Xposed framework, can modules still screw up my phone?
XtraWater said:
And the last questions. When I got the correct custom Xposed framework, can modules still screw up my phone?
Click to expand...
Click to collapse
I'm not sure about the update. But the "normal" version should not even let your samsung phone boot up, so if it works it's ok.
Modules are not related to the official or unofficial version, I mean if you install for example gravitybox it explicitly says: "not try on touchwiz roms"
That's what I mean. Usually informations like this are in the description in the xda thread so you should be able to understand which is good for you and which not.
To add to that, in the Xposed installer, Download section, you can do searches.
Search for touchwiz or samsung to get some results that may let you know if certain modules are for, compatible with, or not for your setup.
The module descriptions in the installer are similar to the OPs of the various module threads. Might make it a little easier initially to get an overview. Then you can go to various module threads if you have questions concerning them.
ZTE Axon 7 A2017U, AospExtended v4.6 ROM, microG (NoGapps), Multiboot, Tapatalk 4.9.5

Most modules are not upgraded since year 2013 ? Is it safe to use same ?

Most modules are not upgraded since year 2013 ? Is it safe to use same ?
https://www.xda-developers.com/best-xposed-modules/
Most modules are not upgraded since ages ?
Yet the thread is posted as latest 2018 best modules ?
Tried all and mobile wont boot now.. lol..
I have results of latest modules displayed on the post, but not yet upgraded since ages.
Except greenfly or few.. Though listed..
Are these modules still safe to use with latest technology ?
Thanks,
Request reply from advanced person and request to pin after my reply.
I still love XDA but a question.
Noone on XDA team to reply same ?
ITs weird.. ?
Made other replies in respective topics..
But that is xposed and still xposed ?
UHHH..
It really depends on what Android version are you using.
Sometimes even if the modules are really old they still works.
You can try install them one by one, so if you end up in a bootloop you know exactly what module caused it.
In case of bootloop if you're using Xposed systemless just uninstall xposed module from recovey (with uninmod or magisk mm) and delete the xposed apps once it boots with xposed disabled
If you're using system version of xposed, browse from twrp to the modules folder and delete the module by hand
Or just search on xda, there are threads where people post which module works on each version of Android
IODroids said:
.Are these modules still safe to use with latest technology?
Click to expand...
Click to collapse
I
Safe?? In general, yes. Module specific - no different than the day module was born.
Stability is a completely different animal with numerous variables in play using "latest technology". Do your homework; seek community input on modules in question. Know how to recover from module failures and bootloops. Maybe consider a backup; I heard they're a good idea.

Issues with Magisk

Hello,
Attached you could see my current version. For some reason I can't see all of the modules in Magisk. There are some that I'm looking for and I know should be there but they are not.
Any suggestions? Is that becaus of android 11? Also would like to install edxposed but it is telling me version is to new? Is that the reason for all of it?
Thanks
Exactly what modules are you looking for? There's been many purges of the module repo, so maybe the one you're looking for is no longer there...
And if you check the EdXposed docs you'll see that it "supports Android 8.0-10".
Didgeridoohan said:
Exactly what modules are you looking for? There's been many purges of the module repo, so maybe the one you're looking for is no longer there...
And if you check the EdXposed docs you'll see that it "supports Android 8.0-10".
Click to expand...
Click to collapse
Im looking for Adaway and greenify for example
saar17 said:
Im looking for Adaway and greenify for example
Click to expand...
Click to collapse
No such modules in the repo. And I don't think there's ever been one for AdAway... You might be thinking of "Systemless hosts" that you activate from the Manager settings.
I used to have Adaway (a stop sign with a white bird inside) and greenify when I used magisk on my OP5 a bit more then a year and a half ago...
Can you maybe explain to the system less host thing? Is there another place to download those apps/modules? Did something happened to magisk that all of a sudden there are less app and a lot are not supported anymore?
Like I said, there's been many purges of the modules repo. Modules that didn't get their installation scripts updated when necessary (they were basically abandoned), modules that were deleted by their creators (Greenify4Magisk is one example, IIRC), modules that John found shouldn't be in the repo anymore, etc.
And again, there's never been an AdAway module in the official repo (I'm fairly sure about this). The systemless hosts module is what you need, and then the regular AdAway app will only alter that rather than your system files.
There are many places were you can find modules outside the official repo (and an option to add third-party repos is in the planning stages). Your best friends in this instance are all the search options available to you (mainly XDA search and you search engine of choice).

Categories

Resources