Xposed Installer with different package name - Xposed General

Hi, I'm trying to change the package name of the apk of the Xposed Installer...
I tried with the material design xposed Installer:
https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
The first time I changed only the name package and the app doesn't recognize xposed
The second time I changed every de.robv.android.xposed.installer in the manifest in de.robv.android.xandro.installer but the app doesn't open...
I'm trying this to hide the Xposed Installer from Remote Play PS4 that doesn't work with xposed installer Installer (It recognize the .xposed in the name package) (and yes I tried sudohide but It doesn't work for me, maybe because of android9)
Anyone with more knowledge can help me?

albysprx said:
Hi, I'm trying to change the package name of the apk of the Xposed Installer...
I tried with the material design xposed Installer:
https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
The first time I changed only the name package and the app doesn't recognize xposed
The second time I changed every de.robv.android.xposed.installer in the manifest in de.robv.android.xandro.installer but the app doesn't open...
I'm trying this to hide the Xposed Installer from Remote Play PS4 that doesn't work with xposed installer Installer (It recognize the .xposed in the name package) (and yes I tried sudohide but It doesn't work for me, maybe because of android9)
Anyone with more knowledge can help me?
Click to expand...
Click to collapse
Not sure if this helps but using xprivacylua there are some custom hooks you can download to hide the exposed installer app. Worth a shot.

albysprx said:
Hi, I'm trying to change the package name of the apk of the Xposed Installer..........
Click to expand...
Click to collapse
To be honest, I do believe that XPosed is detected by the Framework Binaries and not the App specifically (or Solely).
For example, if you were to look at an App's detection of Superuser...
With a flavorful of apps that manage Superuser, the detection of Superuser is made by locating the SU Binaries.
The above information is very brief but, pretty much to the point.
Your idea is not incorrect in itself but, you should be looking at this specific scenario in another light (aka the whole picture).
I don't use Magisk myself but, I've seen more successful posts for Magisk XPosed than the other options. I'm not stating that the other options don't work but, Magisk seems (to me) to be more successful.
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle"}.

Ibuprophen said:
To be honest, I do believe that XPosed is detected by the Framework Binaries and not the App specifically (or Solely).
For example, if you were to look at an App's detection of Superuser...
With a flavorful of apps that manage Superuser, the detection of Superuser is made by locating the SU Binaries.
The above information is very brief but, pretty much to the point.
Your idea is not incorrect in itself but, you should be looking at this specific scenario in another light (aka the whole picture).
I don't use Magisk myself but, I've seen more successful posts for Magisk XPosed than the other options. I'm not stating that the other options don't work but, Magisk seems (to me) to be more successful.
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle"}.
Click to expand...
Click to collapse
With xposed (without the Installer) the app works well, magisk also introduced the function to hide the word magisk from the application name and randomize the app package name
Anyway EdXposed Installer isn't detected, I Will use It when they will patch bootloops (or rovo release the official android 9 xposed)

Related

Xposed installer Problem with my Huawei ascend gt510

Hi guys i'm new here and i have a Problem with the xposed installer. I've downloaded the app and i've installed the framework and robooted my device but then it says i've not got the framework so i can't use it.
Excuse my english i'm from germany.
Also also i don't really know much about ROMs and Stuff like that.
My Huawei ascend g510-0100 (Android 4.1.1) is rooted.
Am i just to stupid or doesn't it work with my device?
Sent from my HUAWEI G510-0100 using XDA Free mobile app
http://forum.xda-developers.com/showpost.php?p=52801382&postcount=8
Thanks
i have the same issue with huawei g700 JB 4.2.1, same error
all worked fine until the 2.61 update, when gravity box stopped working.
i solved by
1) uninstalling completely xposed and all modules
2) installing xposed v 2.51 (release 29)
3) installing gravity box JB version 3.10
stegg said:
2) installing xposed v 2.51 (release 29)
Click to expand...
Click to collapse
Note that Xposed 2.5.1 couldn't work completely either. Huawei added a theming engine, and with the approach in 2.5.1, it got disabled. On other ROMs with a similar situation, this led to bootloops, you're lucky if it works fine for you and just disables some theming capabilities.
Have you got a link for me because i just find ads and fake apps ...
Disabling the Huawei theme engine from the build.prop has proven successful on certain devices/ROMs. Be sure you know how to get out of a bootloop and/or have a backup ready.
Simply find and replace:
Code:
ro.config.hwtheme=1
with
Code:
ro.config.hwtheme=0
You may have to add the line manually, depending on your ROM. Set permissions to rw- r-- r-- (chmod 644) and reboot. If your device fits the bill, you should be able to reenable resource hooks from the Xposed Installer.
Hi guys,
For most Huawei Emotion UI device, you can try this modified xpoaed with full function:
http://forum.xda-developers.com/showthread.php?t=2547781
[APPS]Xposed Framework for Huawei EmotionUI[2.3.1]
Version 2.5 is in #71. Unfortunately, this is the last version for us if we don't want the resouce hooks to be disabled.
Hope rovo89 can make official xposed framework compatible with Emotion UI, so we can use a full function brand new xposed.
Many thanks to you, rovo89, for your great work.
With my device and all these steps it didn't work.I could install the framework now but the moduls are not working and if i open gravity box it showes hat:
Does the log in Xposed Installer show any error messages? Especially, look out for the one mentioned in the FAQ.
No, didn't found an error

Xposed Switch

Hello everyone,
I have just created an app to enable or disable Xposed in a click. Hope you like it, here's the package name: com.dotweb.xposedswitch (search for it on the Play Store)
How does it work?
Well, it uses an interesting feature of Xposed: the disabled file. However, to apply changes, you need to reboot.
The what?!
The disabled file is located here: /data/data/de.robv.android.xposed.installer/conf/disabled -- the Xposed Installer app's data directory.
Whenever this file is detected, whatever it contains, the Xposed framework will be disabled, and no modules will work. I guess you see where this is going.
But it's not in the SD card?
Well spotted! This is why the app also needs root access. Since it cannot disable Xposed by other means, you need to grant it root access. No worries, I tested whatever the app does.
Why would we want to disable Xposed then?
Not specifically disable it, the app can also re-enable it if it was disabled because of a problem. Also, disabling Xposed can be a good thing to do troubleshooting if your device has problems, etc.
I guess you know everything now, and I hope this app will be useful!
Until next time,
TheSola10
New update: Horizontal layout, SDK25 build and multi window manifest
Material Xposed Installer already has this. I had to install your app to find out it requires reboot. You might want to add that to the OP. Thanks.
buffal0b1ll said:
Material Xposed Installer already has this. I had to install your app to find out it requires reboot. You might want to add that to the OP. Thanks.
Click to expand...
Click to collapse
Well okay, but it's a warmup or sth, and I have never seen that feature with Material Xposed Installer. Also as it's an app that only does that, I can add a widget and stuff. Thanks for feedback!
Ward
Enviado desde mi XT1563 mediante Tapatalk

Xposed incompatible with SDK25 or arm64-v8a?

Hi,
I'm trying to install Xposed on a Samsung Galaxy S7 (SM-G930F) with LineageOS 14.1 + microG.
I installed https://dl.xposed.info/latest.apk as specified on the General info thread. When I go to the Framework section, the Install/Update button is disabled and I see the following message:
Xposed is not (yet) compatible with AndroidSDK version 25 or your processor architecture (arm64-v8a).
I tried to look it up and as I understand it Xposed is compatible with SDK25 and with arm64-v8a. What can I do?
nahojng said:
Hi, I'm trying to install Xposed on a Samsung Galaxy S7.........
Click to expand...
Click to collapse
Okay... It looks like you had experienced a bit of a common misunderstanding that many individuals experience because of a ton of information available that can potentially be a bit confusing (in on itself). I'll do what I can to help clarify this in general since I don't have your specific device.
1) Uninstall the XPosed Installer App that you currently have and Reboot.
2) Obtain the latest XPosed Framework from the following link and then flash it via TWRP.
http://dl-xda.xposed.info/framework/sdk25/arm64/
3) Obtain the "XposedInstaller_3.1.5.apk" from/attached to the OP (at the bottom) of the following thread.
https://forum.xda-developers.com/showthread.php?t=3034811
4) After flashing the XPosed Framework, reboot your device to install the XPosed Installer App.
5) Once the App is installed, launch it and you should be good to go.
Sometimes the App may initially state that XPosed is not active. This is usually remedied by a full Reboot or two.
Those are (an abridged) General instructions that applies to you.
I wish you the best of luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle"}.
Ibuprophen said:
Okay... It looks like you had experienced a bit of a common misunderstanding that many individuals experience because of a ton of information available that can potentially be a bit confusing (in on itself). I'll do what I can to help clarify this in general since I don't have your specific device.
Click to expand...
Click to collapse
Crystal clear, and it works. Thank you for your kind answer. I had seen that thread but didn't know to follow it instead of the "General info" one.
Thank you for warning about the required reboot. The app first claimed that my phone was not rooted but the reboot solved this.

[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.

Categories

Resources