Issues with Magisk - 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).

Related

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/

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.

[OFFICIAL] EdXposed - The successor of Xposed [Oreo/Pie/Q/R, 2020/07/19]

Say hello to... EdXposed, successor of Xposed!:laugh:
EdXposed is a Riru module, trying to provide an ART hooking framework which delivers consistent APIs with the original Xposed, open-source, stable, low invasiveness and fast.
Support Android Oreo, Pie, Q and R, that means you can use Xposed framework in latest Android!:fingers-crossed:
Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations.
Click to expand...
Click to collapse
Advantages:
Low invasiveness. Based on Riru, so EdXposed no longer need to replace app_process, it is more difficult to detect.(due to some bugs of Magisk, it can still be detected by a few applications)
Fully open-source and free. We are very concerned about your device security and user privacy, so we are fully open source with GPLv3 license.
Easy recovered. Based on Magisk, just disable EdXposed in Magisk Manager, you can recover from brick.
Fast. EdXposed use SandHook and YAHFA as the hook core to provide a faster experience than other cores.
Fully compatible. The API that is exactly the same as the original Xposed is provided. In general, there is no need to make special adaption to EdXposed.
Stable. EdXposed has updated many versions, and gradually stabilized.
Non-virtual. Edxposed is the REAL xposed framework, not the virtual framework.
Supported Versions:
Android R (11)[sdk30]
Android Q (10)[sdk29]
Android Pie (9)[sdk28]
Android Oreo (8.x)[sdk26/27]
For Android Nougat (7.x) and lower, please read our Wiki
Download:
Edxposed has three different builds
Stable:Stable version after passing the test, suitable for general users, update slowly. Download Stable version in Magisk Manager's [Downloads] tab
Alpha: Test version with multiple commits. Download Alpha version in [Github Releases]
Canary: Debug version. Automatically build by CI. Download Canary version in [EdXposed Manager]
Install:
You'd better understand what you are doing and have the ability to recover from brick. Otherwise, please do not use any variant Xposed.
I'm not responsible for anything you do with your phone/tablet/tv/watch/auto/induction cooker.
Install Magisk v21.4+
Install Riru-Core v23+ from Magisk repo.
Install EdXposed from Magisk repo.
Install EdXposed Manager.
Reboot.
Have fun!
Help:
If you have any problems, please try to use the latest version of Canary channel, which may fix your problems.
If the problem is not solved, try to ask in the community
If the problem persists, please report the problem in GitHub Issues.
For Developers:
Developers are welcomed to write Xposed modules with hooks based on EdXposed Framework. Module written based on EdXposed framework is fully compatible with the original Xposed Framework, so contrary a Xposed Framework-based module will work well with the EdXposed framework too.
We use the module repository of the original Xposed, so you simply upload the module to repository, then you can download your module in EdXposed.
Xposed Framework API
Xposed Module Repository
Source Code:
You can find the build tutorial here
https://github.com/ElderDrivers/EdXposed (the C++ and Java part)
https://github.com/ElderDrivers/EdXposedManager (Companion app)
https://github.com/solohsu/XposedInstaller (deprecated Companion app)
https://github.com/solohsu/EdXpManager (deprecated Companion app)
Credits:
@MlgmXyysd and @solohsu, the main creators
All the translators: https://github.com/ElderDrivers/EdXposedManager (if you want to contribute more translations, Please submit Pull Requests to us)
@rovo89, created the original Xposed
@topjohnwu, created the Magisk, makes all these possible.
XposedBridge, the original Xposed framework APIs
Riru, provides a way to inject codes into zygote process
YAHFA, the core ART hooking framework
dexmaker and dalvikdx, to dynamiclly generate YAHFA hooker classes
Whale, used for inline hooking
SandHook, ART hooking framework for SandHook variant
XDA:DevDB Information
EdXposed, Tool/Utility for the Xposed Framework
Contributors
mlgmxyysd, solohsu
Source Code: https://github.com/ElderDrivers/EdXposed
Version Information
Status: Stable
Current Stable Version: 0.5.2.1
Stable Release Date: 2021-02-03
Current Beta Version: 0.5.2.2
Beta Release Date: 2021-02-08
Created 2020-03-21
Last Updated 2021-02-08
Reserved
Glad to see xposed is still living xD
Thanks for making an official thread for Edxposed! I was wondering what the Compat List in Edxp Manger is for? I looked it up but I found nothing about it.
Soumy1234 said:
Thanks for making an official thread for Edxposed! I was wondering what the Compat List in Edxp Manger is for? I looked it up but I found nothing about it.
Click to expand...
Click to collapse
Generally not used, for some fc applications can solve the problem and reduce performance
mlgmxyysd said:
Generally not used, for some fc applications can solve the problem and reduce performance
Click to expand...
Click to collapse
Thank you for the answer. I've been wondering about this for months...
Hi, can anyone help me with this ?
I'm getting this error and no module can be loaded
677 677 E EdXposed-Bridge: Cannot load any modules because /data/user_de/0/org.meowcat.edxposed.manager/conf/modules.list was not found
vaykossil said:
Hi, can anyone help me with this ?
I'm getting this error and no module can be loaded
677 677 E EdXposed-Bridge: Cannot load any modules because /data/user_de/0/org.meowcat.edxposed.manager/conf/modules.list was not found
Click to expand...
Click to collapse
Well, i guess sepolicy not truly allowed, can u provide ur device info?
Umm...This DEV thread is linked in the 'Xposed GENERAL' stickies...It's kinda misleading as I thought it was a general link for USER questions and related posts...but it's actually a thread in the Xposed Framework Development section. JS...you'll prolly get a lot of 'general' EdXposed user inquiries.
Zaxx32 said:
Umm...This DEV thread is linked in the 'Xposed GENERAL' stickies...It's kinda misleading as I thought it was a general link for USER questions and related posts...but it's actually a thread in the Xposed Framework Development section. JS...you'll prolly get a lot of 'general' EdXposed user inquiries.
Click to expand...
Click to collapse
This is because DevDB can only select sub-sections when publishing threads.
If I choose Modules, it is definitely more inappropriate.
Welcom! [掏出我的工地English]
hi, is there any way to pass safety net?
Enviado desde mi SM-G955F mediante Tapatalk
siderin said:
hi, is there any way to pass safety net?
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
Yes
Open EdXposed Manager > Settings (in hamburger menu).
Scroll till the bottom & tick "App List mode", "Force hook modules" & "Pass SafetyNet"
Reboot & you'll be able to pass SafetyNet.
Also make sure to add the Banking apps/other apps which require passing SafetyNet in the Black list (Applications in Hamburger menu).
Sent from my #FlagshipKiller6T using Tapatalk
DarkSJ1998 said:
Yes
Open EdXposed Manager > Settings (in hamburger menu).
Scroll till the bottom & tick "App List mode", "Force hook modules" & "Pass SafetyNet"
Reboot & you'll be able to pass SafetyNet.
Also make sure to add the Banking apps/other apps which require passing SafetyNet in the Black list (Applications in Hamburger menu).
Sent from my #FlagshipKiller6T using Tapatalk
Click to expand...
Click to collapse
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Gautham0123 said:
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Click to expand...
Click to collapse
Can't say anything as I've never used Snapchat... But yes I've seen a special Snapchat EdXposed build in EdXposed Manager app. You can try it. Use TitaniumBackup to backup the current state of Snapchat app, if it stops working, you can simply restore backup without uninstalling & reinstalling the app. That's what I do for Google Pay
Sent from my #FlagshipKiller6T using Tapatalk
Gautham0123 said:
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Click to expand...
Click to collapse
Yes, but there is the special Snapchat Edxposed in Edxposed Manager. I currently use it and I've never been locked out.
Soumy1234 said:
Yes, but there is the special Snapchat Edxposed in Edxposed Manager. I currently use it and I've never been locked out.
Click to expand...
Click to collapse
Right now I have magisk and used magisk hide for Snapchat. How exactly do I install edxposed and install Snapchat edxposed now without getting locked? Can you please explain stepwise?
Gautham0123 said:
Right now I have magisk and used magisk hide for Snapchat. How exactly do I install edxposed and install Snapchat edxposed now without getting locked? Can you please explain stepwise?
Click to expand...
Click to collapse
Sure.
Go to Edxposed Manager.
There should be a Snapchat tab among the tabs at the top. Tap that.
There will be a drop down menu where you can choose between the Sandhook and the Yahfa version (I'd recommend Yahfa since it's more stable).
After you select your build, tap on Install/Update.
This will download the zip onto your internal storage (Downloads folder).
Now exit Edxposed Manager and go to Magisk Manager.
Go to Downloads and install the Riru Core module.
Then go to Modules, tap the + icon and look for the Edxposed zip that you downloaded earlier and flash that.
Reboot and profit. The reboot may take some time so please be patient.
Soumy1234 said:
Sure.
Go to Edxposed Manager.
There should be a Snapchat tab among the tabs at the top. Tap that.
There will be a drop down menu where you can choose between the Sandhook and the Yahfa version (I'd recommend Yahfa since it's more stable).
After you select your build, tap on Install/Update.
This will download the zip onto your internal storage (Downloads folder).
Now exit Edxposed Manager and go to Magisk Manager.
Go to Downloads and install the Riru Core module.
Then go to Modules, tap the + icon and look for the Edxposed zip that you downloaded earlier and flash that.
Reboot and profit. The reboot may take some time so please be patient.
Click to expand...
Click to collapse
Do I have to uninstall Snapchat before installing edxposed? Do I have to log out or take titanium backup?
Gautham0123 said:
Do I have to uninstall Snapchat before installing edxposed? Do I have to log out or take titanium backup?
Click to expand...
Click to collapse
Nope, but maybe take a backup of Snapchat just in case.

[OFFICIAL] EdXposed - The successor of Xposed [Oreo/Pie/Q/R, 2020/07/19]

Say hello to... EdXposed, successor of Xposed!:laugh:
EdXposed is a Riru module, trying to provide an ART hooking framework which delivers consistent APIs with the original Xposed, open-source, stable, low invasiveness and fast.
Support Android Oreo, Pie, Q and R, that means you can use Xposed framework in latest Android!:fingers-crossed:
Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations.
Click to expand...
Click to collapse
Advantages:
Low invasiveness. Based on Riru, so EdXposed no longer need to replace app_process, it is more difficult to detect.(due to some bugs of Magisk, it can still be detected by a few applications)
Fully open-source and free. We are very concerned about your device security and user privacy, so we are fully open source with GPLv3 license.
Easy recovered. Based on Magisk, just disable EdXposed in Magisk Manager, you can recover from brick.
Fast. EdXposed use SandHook and YAHFA as the hook core to provide a faster experience than other cores.
Fully compatible. The API that is exactly the same as the original Xposed is provided. In general, there is no need to make special adaption to EdXposed.
Stable. EdXposed has updated many versions, and gradually stabilized.
Non-virtual. Edxposed is the REAL xposed framework, not the virtual framework.
Supported Versions:
Android R (11)[sdk30]
Android Q (10)[sdk29]
Android Pie (9)[sdk28]
Android Oreo (8.x)[sdk26/27]
For Android Nougat (7.x) and lower, please read our Wiki
Download:
Edxposed has three different builds
Stable:Stable version after passing the test, suitable for general users, update slowly. Download Stable version in Magisk Manager's [Downloads] tab
Alpha: Test version with multiple commits. Download Alpha version in [Github Releases]
Canary: Debug version. Automatically build by CI. Download Canary version in [EdXposed Manager]
Install:
You'd better understand what you are doing and have the ability to recover from brick. Otherwise, please do not use any variant Xposed.
I'm not responsible for anything you do with your phone/tablet/tv/watch/auto/induction cooker.
Install Magisk v21.4+
Install Riru-Core v23+ from Magisk repo.
Install EdXposed from Magisk repo.
Install EdXposed Manager.
Reboot.
Have fun!
Help:
If you have any problems, please try to use the latest version of Canary channel, which may fix your problems.
If the problem is not solved, try to ask in the community
If the problem persists, please report the problem in GitHub Issues.
For Developers:
Developers are welcomed to write Xposed modules with hooks based on EdXposed Framework. Module written based on EdXposed framework is fully compatible with the original Xposed Framework, so contrary a Xposed Framework-based module will work well with the EdXposed framework too.
We use the module repository of the original Xposed, so you simply upload the module to repository, then you can download your module in EdXposed.
Xposed Framework API
Xposed Module Repository
Source Code:
You can find the build tutorial here
https://github.com/ElderDrivers/EdXposed (the C++ and Java part)
https://github.com/ElderDrivers/EdXposedManager (Companion app)
https://github.com/solohsu/XposedInstaller (deprecated Companion app)
https://github.com/solohsu/EdXpManager (deprecated Companion app)
Credits:
@MlgmXyysd and @solohsu, the main creators
All the translators: https://github.com/ElderDrivers/EdXposedManager (if you want to contribute more translations, Please submit Pull Requests to us)
@rovo89, created the original Xposed
@topjohnwu, created the Magisk, makes all these possible.
XposedBridge, the original Xposed framework APIs
Riru, provides a way to inject codes into zygote process
YAHFA, the core ART hooking framework
dexmaker and dalvikdx, to dynamiclly generate YAHFA hooker classes
Whale, used for inline hooking
SandHook, ART hooking framework for SandHook variant
XDA:DevDB Information
EdXposed, Tool/Utility for the Xposed Framework
Contributors
mlgmxyysd, solohsu
Source Code: https://github.com/ElderDrivers/EdXposed
Version Information
Status: Stable
Current Stable Version: 0.5.2.1
Stable Release Date: 2021-02-03
Current Beta Version: 0.5.2.2
Beta Release Date: 2021-02-08
Created 2020-03-21
Last Updated 2021-02-08
Reserved
Glad to see xposed is still living xD
Thanks for making an official thread for Edxposed! I was wondering what the Compat List in Edxp Manger is for? I looked it up but I found nothing about it.
Soumy1234 said:
Thanks for making an official thread for Edxposed! I was wondering what the Compat List in Edxp Manger is for? I looked it up but I found nothing about it.
Click to expand...
Click to collapse
Generally not used, for some fc applications can solve the problem and reduce performance
mlgmxyysd said:
Generally not used, for some fc applications can solve the problem and reduce performance
Click to expand...
Click to collapse
Thank you for the answer. I've been wondering about this for months...
Hi, can anyone help me with this ?
I'm getting this error and no module can be loaded
677 677 E EdXposed-Bridge: Cannot load any modules because /data/user_de/0/org.meowcat.edxposed.manager/conf/modules.list was not found
vaykossil said:
Hi, can anyone help me with this ?
I'm getting this error and no module can be loaded
677 677 E EdXposed-Bridge: Cannot load any modules because /data/user_de/0/org.meowcat.edxposed.manager/conf/modules.list was not found
Click to expand...
Click to collapse
Well, i guess sepolicy not truly allowed, can u provide ur device info?
Umm...This DEV thread is linked in the 'Xposed GENERAL' stickies...It's kinda misleading as I thought it was a general link for USER questions and related posts...but it's actually a thread in the Xposed Framework Development section. JS...you'll prolly get a lot of 'general' EdXposed user inquiries.
Zaxx32 said:
Umm...This DEV thread is linked in the 'Xposed GENERAL' stickies...It's kinda misleading as I thought it was a general link for USER questions and related posts...but it's actually a thread in the Xposed Framework Development section. JS...you'll prolly get a lot of 'general' EdXposed user inquiries.
Click to expand...
Click to collapse
This is because DevDB can only select sub-sections when publishing threads.
If I choose Modules, it is definitely more inappropriate.
Welcom! [掏出我的工地English]
hi, is there any way to pass safety net?
Enviado desde mi SM-G955F mediante Tapatalk
siderin said:
hi, is there any way to pass safety net?
Enviado desde mi SM-G955F mediante Tapatalk
Click to expand...
Click to collapse
Yes
Open EdXposed Manager > Settings (in hamburger menu).
Scroll till the bottom & tick "App List mode", "Force hook modules" & "Pass SafetyNet"
Reboot & you'll be able to pass SafetyNet.
Also make sure to add the Banking apps/other apps which require passing SafetyNet in the Black list (Applications in Hamburger menu).
Sent from my #FlagshipKiller6T using Tapatalk
DarkSJ1998 said:
Yes
Open EdXposed Manager > Settings (in hamburger menu).
Scroll till the bottom & tick "App List mode", "Force hook modules" & "Pass SafetyNet"
Reboot & you'll be able to pass SafetyNet.
Also make sure to add the Banking apps/other apps which require passing SafetyNet in the Black list (Applications in Hamburger menu).
Sent from my #FlagshipKiller6T using Tapatalk
Click to expand...
Click to collapse
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Gautham0123 said:
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Click to expand...
Click to collapse
Can't say anything as I've never used Snapchat... But yes I've seen a special Snapchat EdXposed build in EdXposed Manager app. You can try it. Use TitaniumBackup to backup the current state of Snapchat app, if it stops working, you can simply restore backup without uninstalling & reinstalling the app. That's what I do for Google Pay
Sent from my #FlagshipKiller6T using Tapatalk
Gautham0123 said:
Does Snapchat detect xposed? Does it cause account to get locked? Is there any walk around?
Click to expand...
Click to collapse
Yes, but there is the special Snapchat Edxposed in Edxposed Manager. I currently use it and I've never been locked out.
Soumy1234 said:
Yes, but there is the special Snapchat Edxposed in Edxposed Manager. I currently use it and I've never been locked out.
Click to expand...
Click to collapse
Right now I have magisk and used magisk hide for Snapchat. How exactly do I install edxposed and install Snapchat edxposed now without getting locked? Can you please explain stepwise?
Gautham0123 said:
Right now I have magisk and used magisk hide for Snapchat. How exactly do I install edxposed and install Snapchat edxposed now without getting locked? Can you please explain stepwise?
Click to expand...
Click to collapse
Sure.
Go to Edxposed Manager.
There should be a Snapchat tab among the tabs at the top. Tap that.
There will be a drop down menu where you can choose between the Sandhook and the Yahfa version (I'd recommend Yahfa since it's more stable).
After you select your build, tap on Install/Update.
This will download the zip onto your internal storage (Downloads folder).
Now exit Edxposed Manager and go to Magisk Manager.
Go to Downloads and install the Riru Core module.
Then go to Modules, tap the + icon and look for the Edxposed zip that you downloaded earlier and flash that.
Reboot and profit. The reboot may take some time so please be patient.
Soumy1234 said:
Sure.
Go to Edxposed Manager.
There should be a Snapchat tab among the tabs at the top. Tap that.
There will be a drop down menu where you can choose between the Sandhook and the Yahfa version (I'd recommend Yahfa since it's more stable).
After you select your build, tap on Install/Update.
This will download the zip onto your internal storage (Downloads folder).
Now exit Edxposed Manager and go to Magisk Manager.
Go to Downloads and install the Riru Core module.
Then go to Modules, tap the + icon and look for the Edxposed zip that you downloaded earlier and flash that.
Reboot and profit. The reboot may take some time so please be patient.
Click to expand...
Click to collapse
Do I have to uninstall Snapchat before installing edxposed? Do I have to log out or take titanium backup?
Gautham0123 said:
Do I have to uninstall Snapchat before installing edxposed? Do I have to log out or take titanium backup?
Click to expand...
Click to collapse
Nope, but maybe take a backup of Snapchat just in case.

Is there a list of compatible modules for LSPatch?

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.

Categories

Resources