App detects Xposed, refuses to start. Even when cloaked - Xposed General

I have the following annoying issue I want to solve:
It is so annoying that everytime I wish to use the app "App Cloner", I have to disable Xposed, reboot, then the app starts.
If Xposed is active, the app starts and then closes itself, giving the following message: Please deactivate Xposed while using the app.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried some modules to make the app not see that Xposed is on, but it didn't work. Can anyone help? Anyone knows how to make the app "App Cloner" run and not detect that Xposed is active?
These cloak and hide modules I already tried, but the app still detects Xposed...
-I tried this https://github.com/sanfengAndroid/FakeXposed
-I tried ANRC https://repo.xposed.info/module/cat.dcat.roothide
-I tried RootCloak https://repo.xposed.info/module/com.devadvance.rootcloak2
-I tried SudoHide https://repo.xposed.info/module/com.sudocode.sudohide
using Android 8 Oreo, Xposed Installer with Xposed framework version 90-beta3
The app i want to run. but can't because I don't want to deactive xposed, is called App Cloner 2.12.5 (google banned them from playstore but their app is still elsewhere https://appcloner.app/)
Would be very happy if anyone could help.
Thank you in advance

Edit:
I just want to know out of principle, how the app knows. What does it check? What does it look for?
Is there an easy way to find out?
I know I could just use the new Xposed thats systemless like magisk. But I want to know how it actually knew.
The app is pretty good in detection, it even detects LuckyPatcher (don't know how), even after you hide it. It demands you uninstall it. Is there an easy way to bypass?
Edit: I don't expect an answer, I guess this is more of an reverse engineering questions that's too advanced for me anyway

I'd like to know as well. I've bought the license for the app and it's very inconvenient having to disable Xposed and reboot to use it normally and reboot again to use my phone with Xposed.
The old version used to work fine but it has now been expired.

hi bro
It's very simple
1.open xposed menu / open xposed hide (black) then Find and mark app cloner
2.open lucky patcher menu / open exposed setting and mark all and enable exposed module.
3.restart phone END

The most efficient way is to complie xposed source code and change some string names

Use momo, try to hide root and xposed from it, if you succeed, app cloner shouldn't detect anything.
You can download it from here
Magisk alpha
检测设备修改情况 更新日志: 修复zygisk的假阳性 修复包管理异常的检测
t.me

olik2000 said:
Use momo, try to hide root and xposed from it, if you succeed, app cloner shouldn't detect anything.
You can download it from here
Magisk alpha
检测设备修改情况 更新日志: 修复zygisk的假阳性 修复包管理异常的检测
t.me
Click to expand...
Click to collapse
Thank you but I already use Momo and I don't think it's possible to fully hide Xposed from it if Xposed is still enabled (AFAIK ART parameters are abnormal)

christantoan said:
Thank you but I already use Momo and I don't think it's possible to fully hide Xposed from it if Xposed is still enabled (AFAIK ART parameters are abnormal)
Click to expand...
Click to collapse
I had the same problem with lsposed, I solved it by going to data/adb/modules/lsposed and open system.prop using text editor and add # before the first line. Save the file and reboot then check exposed.
Lsposed shows me system prop incorrect but everything works normally and momo doesn't detect it anymore.

olik2000 said:
I had the same problem with lsposed, I solved it by going to data/adb/modules/lsposed and open system.prop using text editor and add # before the first line. Save the file and reboot then check exposed.
Lsposed shows me system prop incorrect but everything works normally and momo doesn't detect it anymore.
Click to expand...
Click to collapse
I had heard about that method as well though I haven't tried it yet with App Cloner. I was afraid it would cause unseen problems.

olik2000 said:
I had the same problem with lsposed, I solved it by going to data/adb/modules/lsposed and open system.prop using text editor and add # before the first line. Save the file and reboot then check exposed.
Lsposed shows me system prop incorrect but everything works normally and momo doesn't detect it anymore.
Click to expand...
Click to collapse
I just tried but it still doesn't work with App Cloner. However, my Momo still doesn't show clean results though. Just the ART parameters... is removed now (see attached screenshot).
Can you help?
Thank you in advance!

christantoan said:
I just tried but it still doesn't work with App Cloner. However, my Momo still doesn't show clean results though. Just the ART parameters... is removed now (see attached screenshot).
Can you help?
Thank you in advance
Click to expand...
Click to collapse
I didn't have any of these two problems, could it be that you're using a custom rom? For the traces, I had the twrp/magisk files trace, I just changed the name of the twrp folder and it was solved. Anyway, if I find anything regarding the two problems you have under "details" I'll let you know.

olik2000 said:
I didn't have any of these two problems, could it be that you're using a custom rom? For the traces, I had the twrp/magisk files trace, I just changed the name of the twrp folder and it was solved. Anyway, if I find anything regarding the two problems you have under "details" I'll let you know.
Click to expand...
Click to collapse
Thank you very much for your help as I've been also searching for the solution. For the partition mounted abnormally I've read somewhere it's because of unlocked bootloader though I haven't verified it as I need to stay unlocked.

By the way, I have magisk and lsposed. I downloaded app cloner, went to magisk and hid it in the configure denylist with
"Enforce denylist" disabled
I have the shamiko module activated
My magisk app is hidden
The way lsposed works is that it is only injected in the app you select, so if xposed is applied on all apps, that means all the apps can know if xposed is installed. Make sure to configure that in xposed settings. I've read there's an option called globally or something like that, so disable it if it's there if possible or just switch to lsposed
App cloner works fine for me

christantoan said:
Thank you very much for your help as I've been also searching for the solution. For the partition mounted abnormally I've read somewhere it's because of unlocked bootloader though I haven't verified it as I need to stay unlocked.
Click to expand...
Click to collapse
Mine is unlocked too, so I don't think that's the problem

olik2000 said:
By the way, I have magisk and lsposed. I downloaded app cloner, went to magisk and hid it in the configure denylist with
"Enforce denylist" disabled
I have the shamiko module activated
My magisk app is hidden
The way lsposed works is that it is only injected in the app you select, so if xposed is applied on all apps, that means all the apps can know if xposed is installed. Make sure to configure that in xposed settings. I've read there's an option called globally or something like that, so disable it if it's there if possible or just switch to lsposed
App cloner works fine for me
Click to expand...
Click to collapse
Turns out I've enabled App Cloner in one of my LSPosed module (Minminguard). I've disabled it now and it's working.
olik2000 said:
Mine is unlocked too, so I don't think that's the problem
Click to expand...
Click to collapse
Woah, nice knowing that!
I always thought it was due to my settings.

christantoan said:
Turns out I've enabled App Cloner in one of my LSPosed module (Minminguard). I've disabled it now and it's working.
Woah, nice knowing that!
I always thought it was due to my settings.
Click to expand...
Click to collapse
Happy to hear that, no reboots anymore!

olik2000 said:
Happy to hear that, no reboots anymore!
Click to expand...
Click to collapse
Yep! And it even still works when LSPosed system.prop is restored.

I am currently trying to get a banking app to work, "VR SecureGo Plus". There is also "VR SecureGo", but my bank wants to switch to the new Plus version...
So I have Magisk 24.3, LSPosed 1.8.0, MicroG and FakeGApps as well as Shamiko and Hide My Applist. The Applist Detector shows that nothing can be found - except the LSPosed modules, and specifically the HMA one.
As I got everything working as it should, all I want to do is hide the XPosed modules from the app (both Applist Detector to verify and VR SecureGo Plus to actually use it).
Any idea? Been trying to figure this out for hours now and I have run into several walls - both in terms of finding just about nothing and in terms of text; Google Translate doesn't seem to like Taiwanese a lot :/
Thank you in advance and kind regards,
Ingwie
Spoiler: Full setup info
Device: Razer Phone 2
OS: Lineage OS 18.1, no GAPPS
microG: via microG Installer Revived 2.6.2-0
- Services Core: 0.2.24.21481
Magisk: 24.3
- Shamiko: 0.4.4
- AuroraServices: 1.1.1
- MagiskHide Props: 6.1.2-v137
- Universal SafetyNet Fix: 2.2.1
LSPosed (Zygisk): 1.8.0
- FakeGApps: 3.0 via whew-inc fork
- Hide My Applist: 1.2.2.r296.9cab90a

christantoan said:
Turns out I've enabled App Cloner in one of my LSPosed module (Minminguard). I've disabled it now and it's working.
Click to expand...
Click to collapse
So in a short term xposed can't be hidden from apps enabled in xposed modules.
I wish there is a way to solve this..

IngwiePhoenix said:
I am currently trying to get a banking app to work, "VR SecureGo Plus". There is also "VR SecureGo", but my bank wants to switch to the new Plus version...
So I have Magisk 24.3, LSPosed 1.8.0, MicroG and FakeGApps as well as Shamiko and Hide My Applist. The Applist Detector shows that nothing can be found - except the LSPosed modules, and specifically the HMA one.
As I got everything working as it should, all I want to do is hide the XPosed modules from the app (both Applist Detector to verify and VR SecureGo Plus to actually use it).
Any idea? Been trying to figure this out for hours now and I have run into several walls - both in terms of finding just about nothing and in terms of text; Google Translate doesn't seem to like Taiwanese a lot :/
Thank you in advance and kind regards,
Ingwie
Spoiler: Full setup info
Device: Razer Phone 2
OS: Lineage OS 18.1, no GAPPS
microG: via microG Installer Revived 2.6.2-0
- Services Core: 0.2.24.21481
Magisk: 24.3
- Shamiko: 0.4.4
- AuroraServices: 1.1.1
- MagiskHide Props: 6.1.2-v137
- Universal SafetyNet Fix: 2.2.1
LSPosed (Zygisk): 1.8.0
- FakeGApps: 3.0 via whew-inc fork
- Hide My Applist: 1.2.2.r296.9cab90a
Click to expand...
Click to collapse
Maybe it checks for root?
For my banking app I used:
Magisk Hide
Sudo Hide
Root Cloak
I enabled it on all just to be sure.
*Edit: Sorry my fault, you are already using Shamiko to hide root.

Related

[DEPRECATED] Greenify4Magisk [v4.5.1]

Greenify4Magisk
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Module Explanation:
A very simple module just to make Greenify work as a rom-integrated (privileged) app systemlessly (also known as Boost Mode), so you'll achieve the best hibernating performance it could give, and faster than using the root option only. Best part is that it doesn't need Xposed, so you'll stay with your beloved green SafetyNet check, since Xposed breaks it. It'll simply inject a folder with the apk into the path: /system/priv-app. If it shows Privileged at the app settings, then you're good. Read this for extra explanation.
* Note: You won't get any xposed-side features, since magisk is NOT xposed!
Requirements:
- Android 5.0 - 8.1.0
- Magisk v15.3+
Installation:
- This module already has the latest apk inside, just download one of zips from the mirror and install through the Magisk Manager app or TWRP. As simple as that. Or you can download and install directly through Magisk Manager "download" section.
---
Downloads:
The module is now available at the Magisk Manager "download" section (beta and stable apks), so you can download and install directly through there, or you can grab a copy on the mirror below.
---
Or
AFH Mirror
---
How to remove:
- Since v3.9.7-U you can simply flash the same zip again to remove the module, or you can remove through the Magisk Manager "modules" section as well.
---
Follow:
-
---
About the apk:
- Apk downloaded directly from APKMirror, original and not tampered in any way, check below:
Code:
MD5 for 4.5.1:
1af65a03bf425039cc1308e957b4d223
---
Credits:
- Greenify Developer/Creator - Oasis Feng (XDA Thread and Play Store Page).
- Magisk Developer - Topjohnwu (Official Thread).
- Unity Template Developers - Zackptg5 and Ahrion (Official Thread).
- Thread Logo By @MickyFoley.
- Useful Repositories:
Module Repository
Unity Repository
I'm on stock one plus 3t and its still asking to install xposed
omair2005 said:
I'm on stock one plus 3t and its still asking to install xposed
Click to expand...
Click to collapse
That shouldn't happen, you already had the app before installing the module?
It should show like that on the attached screenshot (with or without root access):
That's what I have but When I try to turn on xposed settings like notifications while hibernated, it tells me to download xposed
omair2005 said:
That's what I have but When I try to turn on xposed settings like notifications while hibernated, it tells me to download xposed
Click to expand...
Click to collapse
Sorry, I don't want to be rude, but have you even read the entire OP? It says at the beggining that it's a module to get the greenify working as a previleged app which you was able to get by enabling the app at xposed (the root + boost mode) and rom-integrated, that's it and it's a greenify feature. It's not saying that you'll get any other xposed-side feature nor paid features... Please, read it properly. Thanks for the feedback btw.
Works fine for me at the moment, thanks! Will this module have to be updated every time a new version of Greenify is released?
thanks that's working
de.er said:
Works fine for me at the moment, thanks! Will this module have to be updated every time a new version of Greenify is released?
Click to expand...
Click to collapse
I get notificated every time a new release is out on apkmirror, so, yes I'll update it everytime a release is out. I requested topjohnwu on the repo central already to get the module into the magisk manager download section, so everytime an update is out you'll receive through the app, until there, I'll send it over here
oh lawd yaasss, lol.. I was sick and tired of copying and pasting greenify as a system app after a new flash ; My life will be easier.
Thanks! Can I still use my features that I got from donation package?
Hubi97 said:
Thanks! Can I still use my features that I got from donation package?
Click to expand...
Click to collapse
The main greenify app itself is totally free, you'll still get the extra paid features if you've bought the donation app package on the play store.
https://play.google.com/store/apps/details?id=com.oasisfeng.greenify.pro
Splendid, that's great! Thanks!
abacate123 said:
Greenify4Magisk
Introduction:
Do you remember the boost mode that you could enable by activating the greenify on xposed? If yes, and if you used to like that mode, and would like to achieve that without xposed and without trigger the safetynet, then this simple module is for you.
Quick Explanation:
A very simple module just to make Greenify work as a rom-integrated (privileged) app, to achieve the best hibernating performance it could give, without xposed and trigger the safetynet detection. It'll just add a folder with the apk into /system/priv-app.
Requirements:
- Android 4.4+ (This is Greenify's requirement)
- Magisk (MagiskSU/Magisk Manager MUST HAVE)
Download:
https://www.androidfilehost.com/?fid=889764386195898969
Changelog:
- Updated Greenify to 3.4.2
- Added Greenify 3.4.1
- Initial release with Greenify 3.4
You can always check the module source:
https://github.com/abacate123/Greenify4Magisk
About the apk:
* Apk downloaded directly from APKMirror, original and not tampered in any way, check below:
Credits:
- Greenify Developer - Oasis Feng (https://forum.xda-developers.com/showthread.php?t=2155737 and https://play.google.com/store/apps/details?id=com.oasisfeng.greenify).
- Magisk Developer - Topjohnwu (https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445).
- Third party source code used: https://github.com/topjohnwu/magisk-module-template
Click to expand...
Click to collapse
What is this? I don't understand. How to use?
LawUysal said:
What is this? I don't understand. How to use?
Click to expand...
Click to collapse
Just flash it if you have magisk. It will install Greenify and makes it possible to use the features for which you normally need xposed which isn't available for Nougat yet
LawUysal said:
What is this? I don't understand. How to use?
Click to expand...
Click to collapse
Thanks for asking, it's not bad to ask things you don't know, but please don't quote the whole OP, thanks again
Lemme make a quick explanation (as the topic seems to not be clear enough for some), this module will put the greenify apk inside the /system/priv-app folder, and enable the greenify privileged feature called boost mode, and you can get this by simply adding the apk inside that folder manually as well, I've created this simple module to install it systemlessly and quickly.
I hope you got it now, and I appreciate your feedback. You can support Oasis Feng amazing work (greenify's developer) as well, by buying his donation package on play store, if you wish.
Cheers.
Magisk isn't working. "Install Error"
LawUysal said:
Magisk isn't working. "Install Error"
Click to expand...
Click to collapse
You must be doing something wrong fellow. Try again, see if your magisk version is the latest (v12), or uninstall any previous greenify app installed, if you have any. I just reinstalled here the zip and it installed with no issues so far as it should be.
See the attached pic.
Let me clear to everyone that you will not be able to use xposed features !! This is a module just to make greenify as privileged app without wasting time and breaking safetynet. Thanks to the developer !!
tested on OOS 4.1.3 on Oneplus 3t works beautifully thank you!
I thought, a logo / sample for an icon would be nice . Thanks for the time, buddy.
Vectors in attachment.

[Solved] vvb2060's MagiskDetector beats Magisk Hide?

I've been using Magisk for so long time. Everything works just fine on my phone. Until today I just realized that I can no longer open one of my banking app. It always ends up saying unusual files detect something. After having some looks through the code I can see that it uses vvb2060's MagiskDetector to detect root and ofc magisk. So I went on installing MagiskDetector apk downloaded from vvb2060's github page and gave it a try. So it DOES detect su in PATH somehow.
I'm pretty sure that I did MagiskHide it and restart. Also tried clear app storage and restart. No luck.
Any suggestions?
alex.do said:
I've been using Magisk for so long time. Everything works just fine on my phone. Until today I just realized that I can no longer open one of my banking app. It always ends up saying unusual files detect something. After having some looks through the code I can see that it uses vvb2060's MagiskDetector to detect root and ofc magisk. So I went on installing MagiskDetector apk downloaded from vvb2060's github page and gave it a try. So it DOES detect su in PATH somehow.
I'm pretty sure that I did MagiskHide it and restart. Also tried clear app storage and restart. No luck.
Any suggestions?
Click to expand...
Click to collapse
Try Riru UnShare (Enhanced Mode for Magisk Hide) made by vvb2060 as well. It allows Magisk Hide to handle isolated processes. You can grab it from here. It needs Riru Code to be installed (you can find it in the Magisk Repo).
If that doesn't work, try giving MomoHider (IsolatedMagiskHider) a shot from here.
Good luck!
shadowstep said:
Try Riru UnShare (Enhanced Mode for Magisk Hide) made by vvb2060 as well. It allows Magisk Hide to handle isolated processes. You can grab it from here. It needs Riru Code to be installed (you can find it in the Magisk Repo).
If that doesn't work, try giving MomoHider (IsolatedMagiskHider) a shot from here.
Good luck!
Click to expand...
Click to collapse
Thank you!
I did try Riru UnShare but it doesnt seem to work for me. MagiskDetector beats it miserablely.
MagiskHide is already enabled and MagiskDetector ticked as well.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Im pretty sure MagiskHide is working on other checkers
Hi,
So MagiskHide = MomoHider (IsolatedMagiskHider)?
Because the second option posted at #2 was this: MomoHider.
I hope the answer is no and I hope that it would fix the issue.
Good luck!
alex.do said:
I've been using Magisk for so long time. Everything works just fine on my phone. Until today I just realized that I can no longer open one of my banking app
Click to expand...
Click to collapse
What is this banking app? Can you provide a link?
amplatfus said:
Hi,
So MagiskHide = MomoHider (IsolatedMagiskHider)?
Because the second option posted at #2 was this: MomoHider.
I hope the answer is no and I hope that it would fix the issue.
Good luck!
Click to expand...
Click to collapse
I just tried the MomoHider now. It works like a charm!! I had to add all config for it to work even the "isolated" one although there is some warning about this deprecated config. Any advice on this?
Spartacus500 said:
What is this banking app? Can you provide a link?
Click to expand...
Click to collapse
Its the Standard Chartered app on Play Store. Its recent update beats MagiskHide. Need to use Riru and MomoHider..
alex.do said:
I just tried the MomoHider now. It works like a charm!!
Click to expand...
Click to collapse
Great! Here's my PayPal... just kidding. Glad the suggestion worked!
Spartacus500 said:
What is this banking app? Can you provide a link?
Click to expand...
Click to collapse
Here is one banking app using MagiskDetector. https://play.google.com/store/apps/details?id=air.app.scb.breeze.android.main.sg.prod
I suspect all localised Standard Chartered Banking apps have or will be incorporating MagiskDetector soon.
alex.do said:
I just tried the MomoHider now. It works like a charm!! I had to add all config for it to work even the "isolated" one although there is some warning about this deprecated config. Any advice on this?
Its the Standard Chartered app on Play Store. Its recent update beats MagiskHide. Need to use Riru and MomoHider..
Click to expand...
Click to collapse
You might like the mod i made of Riru-MomHider here: https://forum.xda-developers.com/t/magisk-general-support-discussion.3432382/post-85187739 in future
I modded it to add all the config files automatically at install..i test a lot of ROMS, imagine having to manually create those files every time...i did want to, hence the mod.
As for the isolated, all keep my banking apps, Samsung Pay working across ROMs i use regularly....isolated is very much what you want afaik
Nevertheless if you want to fiddle with it, you can edit customize.sh and remove options from the line (just maintain a space between the options for the array to work):
options='isolated setns app_zygote_magic initrc'
thexile said:
Here is one banking app using MagiskDetector. https://play.google.com/store/apps/details?id=air.app.scb.breeze.android.main.sg.prod
I suspect all localised Standard Chartered Banking apps have or will be incorporating MagiskDetector soon.
Click to expand...
Click to collapse
Same issue here. Been trying to sort it out but no luck. Isolated process is visible in magiskhide, and ticked, Magiskmanager is hidden as well. Tried momohider with the config but not working as well, tried riru- enhanced magiskhide also not working. Any luck on your side?
Frozster said:
Same issue here. Been trying to sort it out but no luck. Isolated process is visible in magiskhide, and ticked, Magiskmanager is hidden as well. Tried momohider with the config but not working as well, tried riru- enhanced magiskhide also not working. Any luck on your side?
Click to expand...
Click to collapse
I am managed to get it (SC Mobile v8.7.4) to work with Momohider, all configs enabled.
Could you
thexile said:
I am managed to get it (SC Mobile v8.7.4) to work with Momohider, all configs enabled.
Click to expand...
Click to collapse
Could you share with me the steps you took ?
Frozster said:
Could you
Could you share with me the steps you took ?
Click to expand...
Click to collapse
Exactly what is being stated in MomoHider readme.
Frozster said:
Same issue here. Been trying to sort it out but no luck. Isolated process is visible in magiskhide, and ticked, Magiskmanager is hidden as well. Tried momohider with the config but not working as well, tried riru- enhanced magiskhide also not working. Any luck on your side?
Click to expand...
Click to collapse
Are you on GSI ROM ? I am also having same issue with SC bank app. After the riru+momo the app force closes. i checked the debug app showing some java security error.
Hey there, I'm on Oxygen OS 9, oneplus 6. So i managed to sort it out, my issue was i had google font and some emoji module on, which is detected by Magisk Detector. So once i isolated those module, i disable then removed them and magisk detector didnt flag anymore.
Summary:
- Magisk Hide + Hide Magisk Manager
- Riru + Riru Momohider v0.7 (4 config in the readme file)
- Reboot reboot reboot.
- magisk detector all good
- bank app all good.
Goodluck
Frozster said:
Could you
Could you share with me the steps you took ?
Click to expand...
Click to collapse
Same as @thexile . After installing Riru-Momo you will need to create all files with the proper names in config. Then reboot. Or you can use the one stated by @73sydney above. It basically creates those config files for you after install.
Roidred said:
Are you on GSI ROM ? I am also having same issue with SC bank app. After the riru+momo the app force closes. i checked the debug app showing some java security error.
Click to expand...
Click to collapse
Did the Riru-Unshare work for you? I believe you only need to get zygote isolate processes hidden. Exactly what Riru-Unshare does, as well as the `isolated` config of Riru-MonoHider. The force closes you got may have something to do with selinux on GSI? Not sure though.
alex.do said:
Same as @thexile . After installing Riru-Momo you will need to create all files with the proper names in config. Then reboot. Or you can use the one stated by @73sydney above. It basically creates those config files for you after install.
Click to expand...
Click to collapse
Hehe to be precise, it creates the config files during install
You may try my app too.
It checks millions other ways to check and detect root/magisk/riru/xposed.
Enjoy.
[APP][v1.10] VD Infos (Package: com.vitaodoidao.vdinfos)
(Para quem fala PORTUGUÊS, o próximo post está totalmente traduzido !) VD Infos v1.10 As we all know, Android is a super powerful and super versatile operating system. What nobody tells you is that all your personal details and confidential...
forum.xda-developers.com
thexile said:
I am managed to get it (SC Mobile v8.7.4) to work with Momohider, all configs enabled.
Click to expand...
Click to collapse
Using Hong Kong's SC Mobile (v6.8.4). This latest version forced me to search for ways to bypass root detection. Then found this.
Quick note - MOMOHider works for it too, but I need to "pm disable <your hidden magisk manager's module>" to REALLY hide Magisk Manager, on top of using MOMOHider, to make things work.
I see ominous signs that soon all these bank apps will simply not work anymore if your phone is rooted..... for now though I will just enjoy while I can.

Itsme not working

Any suggestions on how to get the latest itsme working (identity from gouvernance BE). Magisk was renamed and the app is added on the denylist.
For Keytrade bank I have to freeze magisk to get this app working.
Same problem
Hey all!
This has been brought up before here and I'm in the same boat as you guys: itsme is throwing "Rooted device detected" while KeyTrade, Payconiq etc. is working just fine. Please do provide technical details in order to speed up the process of solving this.
My setup:
Magisk 34b2f525 (24316), Zygisk: Yes, Ramdisk: Yes
Magisk App: 34b2f525 (24316) (31), hidden as 'MagicalUnicorn'
DenyList configured and hiding itsme but also Google Play services & Play Store
LSPosed Zygisk 1.8.3 (6552) - Parasitic manager (app isn't installed)
SudoHide is hiding 'Hide My Applist', 'MagicalUnicorn', 'SudoHide' & 'XPrivacyLua' from 'Android System', itsme, etc.
Hide My Applist V2.3.2 is basically doing more of the same
XPrivacyLua 1.30 enables 'Force stop automatically' on 'Use tracking' for itsme & Keytrade
Yet Applist Detector V1.3.2 still detects the following:
abnormal environment
XPrivacyLua (Suspicious)
libc file detection
org.lsposed.manager (Found)
syscall file detection
org.lsposed.manager (Found)
So I'm guessing itsme is tripping over LSPosed's parasitic manager and haven't found how to circumvent this. Where is it detecting this package name?
Also tried with Shamiko instead of enforcing DenyList but the result is the same. Which did bring me to another check tool: Momo. That's reporting "TEE broken" on my end. This post indicates that it may be resolved with some device spoofing so I should probably do further testing with the MagiskHide Props Config by the amazing @Didgeridoohan.
New Magisk released just today so now on 25001 Canary (now the same as v25.0?), which also didn't change anything.
The latest version of itsme 3.8.1 does not work for me. An older versions like itsme 3.6.4 works. I have downloaded this from https://www.apkmonk.com/app/be.bmid.itsme/#previous. There is a reddit thread where I got this information from but I don't know if sites like apkmonk are trusted, so I only tried if I could open the app. I didn't try to acctualy link any eid.
What I use:
Magisk 24.3 (24300); Zygisk: Yes,
Magisk app is hidden
DenyList: itsme, Google Play Store & Google Play Services
Modules:
Universal SafetyNet Fix v2.2.1 by kdrag0n
MagiskHide Props Config v6.1.2-v137 by Didgeridoohan
Universal SafetyNet Fix & MagiskHide Props Config is used to pass Googles SafetyNet Attestation API.
xenorack said:
The latest version of itsme 3.8.1 does not work for me. An older versions like itsme 3.6.4 works. I have downloaded this from https://www.apkmonk.com/app/be.bmid.itsme/#previous. There is a reddit thread where I got this information from but I don't know if sites like apkmonk are trusted, so I only tried if I could open the app. I didn't try to acctualy link any eid.
What I use:
Magisk 24.3 (24300); Zygisk: Yes,
Magisk app is hidden
DenyList: itsme, Google Play Store & Google Play Services
Modules:
Universal SafetyNet Fix v2.2.1 by kdrag0n
MagiskHide Props Config v6.1.2-v137 by Didgeridoohan
Universal SafetyNet Fix & MagiskHide Props Config is used to pass Googles SafetyNet Attestation API.
Click to expand...
Click to collapse
Right, forgot to mention Universal SafetyNet Fix, also using that. I'm down by one version: v2.2.0.
I would also be very careful with apk's from such websites related to applications like this one. The virustotal scan for itsme 3.6.4 showed up clean though but I wouldn't use it either. APKMirror is overall the most trusted alternative but no itsme there. Same for the Amazon app store. My last Titanium Backup of itsme dates from January (3.5.3) and restoring just the app does make it functional again! It flawlessly let me log into my eBox. If anyone wants it, I've attached the 3.5.3 version, which I've extracted via MiXplorer. The main goal remains tackling the new version's anti-root, of course.
Timmmmaaahh! said:
We're having the same problem with a Belgian authentication app called itsme (dedicated thread here, any assistance is most welcome! ). Can you check with Applist Detector and/or Momo what errors it throws at you? No LSPosed? Might be a solution for you.
Click to expand...
Click to collapse
Can't remember where I got this... Think someone asked... Think this passes:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can't see it on Play Store... May be an old app...
PW
Same here... Hoping somebody finds a way
Timmmmaaahh! said:
I've experienced a pretty major issue with this as well in the past so I also used unhide prior to updating for a while until someone here told me they fixed that so been updating 'dirty' for the past few months now and working flawlessly every time. My 'MagicalUnicorn' updates just fine
The biggest upside of not unhiding is that I don't need to set up all my hiding measures again after every Magisk update. But you're right, it's best practice not to be as lazy as me and just unhide first.
Click to expand...
Click to collapse
Thanks guys. I'll leave it until the weekend until I try in case I have to start from scratch again. I'll try *dirty* first to see what happens ... and let you know.
robuser007 said:
Any suggestions on how to get the latest itsme working (identity from gouvernance BE). Magisk was renamed and the app is added on the denylist.
For Keytrade bank I have to freeze magisk to get this app working.
Click to expand...
Click to collapse
eboelens said:
Same problem
Click to expand...
Click to collapse
Timmmmaaahh! said:
Hey all!
This has been brought up before here and I'm in the same boat as you guys: itsme is throwing "Rooted device detected" while KeyTrade, Payconiq etc. is working just fine. Please do provide technical details in order to speed up the process of solving this.
My setup:
Magisk 34b2f525 (24316), Zygisk: Yes, Ramdisk: Yes
Magisk App: 34b2f525 (24316) (31), hidden as 'MagicalUnicorn'
DenyList configured and hiding itsme but also Google Play services & Play Store
LSPosed Zygisk 1.8.3 (6552) - Parasitic manager (app isn't installed)
SudoHide is hiding 'Hide My Applist', 'MagicalUnicorn', 'SudoHide' & 'XPrivacyLua' from 'Android System', itsme, etc.
Hide My Applist V2.3.2 is basically doing more of the same
XPrivacyLua 1.30 enables 'Force stop automatically' on 'Use tracking' for itsme & Keytrade
Yet Applist Detector V1.3.2 still detects the following:
abnormal environment
XPrivacyLua (Suspicious)
libc file detection
org.lsposed.manager (Found)
syscall file detection
org.lsposed.manager (Found)
So I'm guessing itsme is tripping over LSPosed's parasitic manager and haven't found how to circumvent this. Where is it detecting this package name?
Click to expand...
Click to collapse
DukeNemesis said:
Same here... Hoping somebody finds a way
Click to expand...
Click to collapse
Itsme detects zygisk ( ONLY ) , follow the few steps below to get it worked properly ( tested on the latest Itsme v3.8.1 ) :
1- Install Magisk alpha. Link
2- Keep Zygisk DISABLED & Enable MagiskHide.
3- Add Itsme to the Configure DenyList and DONE.
Note:
1. Don't use Magisk Canary ( because you can't configure Denylist if you keep Zygisk disabled )
2- No need to add Itsme as effective app in HMA or using ANY additional apps ( sudohide, XPrivacyLua, ...etc ).
Timmmmaaahh! said:
We're having the same problem with a Belgian authentication app called itsme (dedicated thread here, any assistance is most welcome! ). Can you check with Applist Detector and/or Momo what errors it throws at you? No LSPosed? Might be a solution for you.
Click to expand...
Click to collapse
Solved in my Post here.
@Timmmmaaahh!
pndwal said:
Can't remember where I got this... Think someone asked... Think this passes:
Can't see it on Play Store... May be an old app...
Click to expand...
Click to collapse
Yup, I see there's now 3.8.1... can someone link APK so I can try in Australia?...
Eng.Raman said:
Solved in my Post here.
Click to expand...
Click to collapse
No dice with any TJW Zygisk Magisk however?! ... Guess it would be nice for users to get a proper fix for current ItsMe w/ current official Magisk. .. PW
pndwal said:
Yup, I see there's now 3.8.1... can someone link APK so I can try in Australia?...
Click to expand...
Click to collapse
Itsme v3.8.1 Link.
Eng.Raman said:
Itsme detects zygisk ( ONLY ) , follow the few steps below to get it worked properly ( tested on the latest Itsme v3.8.1 ) :
1- Install Magisk alpha.
2- Keep Zygisk DISABLED & Enable MagiskHide.
3- Add Itsme to the Configure DenyList and DONE.
Note:
1. Don't use Magisk Canary ( because you can't configure Denylist if you keep Zygisk disabled )
2- No need to add Itsme as effective app in HMA or using ANY additional apps ( sudohide, XPrivacyLua, ...etc ).
Click to expand...
Click to collapse
Thanks! But ehh..
Debug?
pndwal said:
No dice with any TJW Zygisk Magisk however?! ... Guess it would be nice for users to get a proper fix for current ItsMe w/ current official Magisk. .. PW
Click to expand...
Click to collapse
To get Itsme worked and similar apps that detect zygisk with TJW Magisk Canary/Stable or vvb2060 Magisk alpha ( if zygisk enabled ) you need to wait for a new release of shamiko or Denylist Unmount module with another proper/more hide mechanisms for zygisk.
Timmmmaaahh! said:
Thanks! But ehh..
View attachment 5633699
Debug?
Click to expand...
Click to collapse
No Magisk Debug.
Use the latest vvb2060 Magisk Alpha ( 25001 ). Link
Eng.Raman said:
No Magisk Debug.
Use the latest vvb2060 Magisk Alpha ( 25001 ). Link
Click to expand...
Click to collapse
Oh right, the forked release. I haven't ventured outside official Magisk yet. Is that interchangeable? Say I flash this, can I easily return to official?
Timmmmaaahh! said:
Oh right, the forked release. I haven't ventured outside official Magisk yet. Is that interchangeable? Say I flash this, can I easily return to official?
Click to expand...
Click to collapse
Yes, Best to uninstall vvb2060 magisk alpha first then clean install TJW magisk canary/stable.
Don't dirty flashing each other ( Clean install recommended ).
Good Luck.
Eng.Raman said:
Itsme v3.8.1 Link.
Click to expand...
Click to collapse
Many Thanks!
Confirmed I can't bypass detection for ItsMe 3.8.1 w/ current Magisk 25001.
Eng.Raman said:
To get Itsme worked and similar apps that detect zygisk in TJW Magisk Canary/Stable or vvb2060 Magisk alpha ( if zygisk enabled ) you need to wait for a new release of shamiko or Denylist Unmount module with another proper/more hide mechanisms for zygisk.
Click to expand...
Click to collapse
My conclusion is similar...
However my Momo result for 25001 + latest USNF & Shamiko with Magisk App fully uninstalled (RN8T, Android 10 stock MIUI) shows:
Please say how we know itsme is detecting Zygisk rather than something else... PW

[Non-Root Xposed] LSPatch : An open-source alternative for non-root LSPosed

Hi all!
Many in this community seem to be unaware of LSPatch (https://github.com/LSPosed/LSPatch), which is an alternative for non-root LSPosed.
I just tested it out, and seems to work perfectly with the apps I tested with my Xposed module AllTrans. Ofcourse being non-root, it does not work with system-wide modules.
There are other such apps such as SandVXPosed, VirtualXposed, TaiChi. Like Taichi, LSPatch does not create a full virtual "parallel-space" launcher, but modifies the apk and injects LSPosed into it.
LSPatch is also open-source and non-restricted, so its safe and anyone can use it.
Dislaimer - I am in no way associated with LSPatch. All credits go to the developers at https://github.com/LSPosed/LSPatch
Tested on Android 11 Samsung, with the latest Canary build of LSPatch.
You say no system wide usage, I'm assuming this would mean something like mockmocklocations wouldn't work?
Can you tell me how to install this module?
Usage​
Through jar
Download lspatch.jar
Run java -jar lspatch.jar
Through manager
Download and install manager.apk on an Android device
Follow the instructions of the manager app
Click to expand...
Click to collapse
I am stuck at the "Through jar" part. What do I need to to with the downloaded lspatch.jar?
Tried this on my Samsung S22 Ultra with AllTrans and it actually seemed to work! Only app I had to try was Telegram X so it had some glitches but the fact the module worked is amazing! I've been playing with iOS recently and found out you can inject frameworks on there so I was recently wondering if it was possible on android and then I found this! Thank you! Any ideas what other modules might work?
Galaxy-Geek#1 said:
Tried this on my Samsung S22 Ultra with AllTrans and it actually seemed to work! Only app I had to try was Telegram X so it had some glitches but the fact the module worked is amazing! I've been playing with iOS recently and found out you can inject frameworks on there so I was recently wondering if it was possible on android and then I found this! Thank you! Any ideas what other modules might work?
Click to expand...
Click to collapse
telegram has now builtin translation? right? atleast in my desktop app (official) and nekogramx (unofficial mod)
Rararikuri said:
Can you tell me how to install this module?
Click to expand...
Click to collapse
Just download and install the precompiled Manager.apk from https://github.com/LSPosed/LSPatch/releases/
If you don't already know to build things with jar files, it's not worth trying to do it yourself.
Link575 said:
You say no system wide usage, I'm assuming this would mean something like mockmocklocations wouldn't work?
Click to expand...
Click to collapse
I have a similar questions. I've found two modules that I've tried to install Undo and ****Location, and while they do show up in the LSpatch modules page, I don't see any way to actually use them, nor do I see any way to further activate or configure them...
Is it just that these are system-wide apps, so LSpatch (with Shizuku) can't run them?
If that's the case, can anyone suggest some useful modules that DO work with LSpatch?
User.Hemlock said:
I have a similar questions. I've found two modules that I've tried to install Undo and ****Location, and while they do show up in the LSpatch modules page, I don't see any way to actually use them, nor do I see any way to further activate or configure them...
Is it just that these are system-wide apps, so LSpatch (with Shizuku) can't run them?
If that's the case, can anyone suggest some useful modules that DO work with LSpatch?
Click to expand...
Click to collapse
I never looked into it much further but I do think that the way LSpatch seems to work is you choose the module and then you get a list of your apps from which you can choose. Picking those apps will then patch those apps with that module....I think, I could be totally wrong. Either way, mockmocklocations did not work when patching pokemon go with it.
I'm having trouble getting the apps/modules to work.
I've got shizuku working perfectly for other apps, now I have lspatch but hidemyapp list, GPS setter, and android faker all say that xposed module isn't enabled, any advice?
But I got undo working and I have secure flag disable too but Idk what app to test it on
spart0n said:
I'm having trouble getting the apps/modules to work.
I've got shizuku working perfectly for other apps, now I have lspatch but hidemyapp list, GPS setter, and android faker all say that xposed module isn't enabled, any advice?
But I got undo working and I have secure flag disable too but Idk what app to test it on
Click to expand...
Click to collapse
I want to try out secure flag disable, can you check if it works with WhatsApp? The one time pics in WhatsApp
aadeshiscool said:
I want to try out secure flag disable, can you check if it works with WhatsApp? The one time pics in WhatsApp
Click to expand...
Click to collapse
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
spart0n said:
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
Click to expand...
Click to collapse
Awesome
spart0n said:
Well I don't use whatsapp but I did just take a screebshot in Netflix of an episode of blacklist....
Click to expand...
Click to collapse
Can give the link to the apk that you have used, disable secure flag. Also which one ui version are you running
aadeshiscool said:
Can give the link to the apk that you have used, disable secure flag. Also which one ui version are you running
Click to expand...
Click to collapse
lsposed module list
I'm on stock oneui 5.1 on January update s23 ultra
spart0n said:
lsposed module list
I'm on stock oneui 5.1 on January update s23 ultra
Click to expand...
Click to collapse
Weird I'm also using the same exact phone but Netflix fails to open and crashes when I patch it. Did you do anything different? Can you please tell your steps? I'm using this apk, is this what you're using also?
com.varuns2002.disable_flag_secure
aadeshiscool said:
Weird I'm also using the same exact phone but Netflix fails to open and crashes when I patch it. Did you do anything different? Can you please tell your steps? I'm using this apk, is this what you're using also?
com.varuns2002.disable_flag_secure
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
spart0n said:
View attachment 5841739
Click to expand...
Click to collapse
What about your Netflix version? Maybe can you upload the patched apk here, I'll try it out. Btw do you have telegram for easier communication?
aadeshiscool said:
What about your Netflix version? Maybe can you upload the patched apk here, I'll try it out. Btw do you have telegram for easier communication?
Click to expand...
Click to collapse
I didn't patch Netflix. Its just the stock app from play store
spart0n said:
I didn't patch Netflix. Its just the stock app from play store
Click to expand...
Click to collapse
You have to patch the applications and tick the modules in the modules scope right?
aadeshiscool said:
You have to patch the applications and tick the modules in the modules scope right?
Click to expand...
Click to collapse
The only apps I patched was the xposed apps I installed

Question Google pay - root - November update

Hello,
I have a successfully rooted Pixel 7 and the November update.
Magisk modules:
AOSP Mods (Full version)
Call Recorder - SKVALEX
Systemless Hosts
Universal safety Net fix
Zygisk - LSPosed
DenyList contains enabled:
Google Wallet
Google Play Protect service
com.android.systemui.plugin.globalactions.wallet
Play Integrity API Checker
Everything was fine until now, but when I open Wallet today, I get the following information:
"Device doesn't meet security
requirements You can't tap to pay with this device. It may be rooted or running uncertified software. Contact your device manufacturer or visit Google Wallet Help for more info."
My cards were not removed, it seems that the wallet is functional, but this information worries me. This information is not displayed every time when the wallet application is turned on. Everything else works for me (banks, netflix...), I go through safetynet.
I have one more question.
I don't know exactly how these things work...
How about the safetynet? Could it happen that one day GooglePay and Bank apps will stop working for me without an OS update or some other magisk module installation??
If it works for me now, and I don't do an OS update, will it still work for me?
I ask because these applications are very important for my daily work and I can't afford to be surprised by a malfunction at an inopportune moment due to root.
Thank you very much!
hi , can someone have a good advice, i was thinking to root my pixel 7 but with this "
nformation:
"Device doesn't meet security
requirements You can't tap to pay with this device. It may be rooted or running uncertified software."
i worry
thanks
Use this version of Universal Safetynet Fix:
https://github.com/Displax/safetynet-fix/blob/master/README.md
thanks
I've been using the latest safetynet-fix since the beginning >
Release v2.3.1-MOD_2.0 · Displax/safetynet-fix
Google SafetyNet attestation workarounds for Magisk - Release v2.3.1-MOD_2.0 · Displax/safetynet-fix
github.com
(you sent an older version)
Currently, I cleaned storage&cache of googleplay services, added cards and everything works without warning.
hi i install "
AOSP Mods (Full version)
Call Recorder - SKVALEX
Systemless Hosts
Universal safety Net fix
Zygisk - LSPosed"
DenyList contains enabled:
Google Wallet
Google Play Protect service
com.android.systemui.plugin.globalactions.wallet
this "
Play Integrity API Checker"
cant find it
but else the same proplem of Device doesn't meet security
anyy help
thanks
3dot menu -> show system apps..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
efkosk said:
3dot menu -> show system apps..
View attachment 5757789
Click to expand...
Click to collapse
i click of show system ... but i cant find the (Play Integrity API Checker)
salamdiab said:
i click of show system ... but i cant find the (Play Integrity API Checker)
Click to expand...
Click to collapse
sorry, my mistake. You don't have to hide this at all.
it is the application "Play integrity API Checker" and it is used for additional verification of whether root is hidden.
If you have a problem with google wallet, delete storage & cache in Google Play services and wallet. Next, open your Wallet, add new cards and everything will work.
thanks for answer
thats what i have
salamdiab said:
thanks for answer
thats what i have
Click to expand...
Click to collapse
As far as I know, MagiskHide Props Config does not work correctly on P7. Does volte-properties for pixel 6 work for you?
Try to turn these things off, restart the phone, delete the cache storage as I wrote above and I think it will work.
aaa did you hide magisk by renaming the application?
this is mine:
X MEETS_STRONG_INTEGRITY is OK
wow
thanks a lot
it work
and yes the volte is worke fine
nice! so the problem was MagiskHide Props Config?
efkosk said:
nice! so the problem was MagiskHide Props Config?
Click to expand...
Click to collapse
actually i didn't know download another saftet fix called mod 2 and it work
aaah, so you didn't have the same safetynet version as me.
The main thing is that it works, I'm looking forward to it!
efkosk said:
aaah, so you didn't have the same safetynet version as me.
The main thing is that it works, I'm looking forward to it!
Click to expand...
Click to collapse
i really thank you so much
efkosk said:
Hello,
I have a successfully rooted Pixel 7 and the November update.
Magisk modules:
AOSP Mods (Full version)
Call Recorder - SKVALEX
Systemless Hosts
Universal safety Net fix
Zygisk - LSPosed
DenyList contains enabled:
Google Wallet
Google Play Protect service
com.android.systemui.plugin.globalactions.wallet
Play Integrity API Checker
Everything was fine until now, but when I open Wallet today, I get the following information:
"Device doesn't meet security
requirements You can't tap to pay with this device. It may be rooted or running uncertified software. Contact your device manufacturer or visit Google Wallet Help for more info."
My cards were not removed, it seems that the wallet is functional, but this information worries me. This information is not displayed every time when the wallet application is turned on. Everything else works for me (banks, netflix...), I go through safetynet.
I have one more question.
I don't know exactly how these things work...
How about the safetynet? Could it happen that one day GooglePay and Bank apps will stop working for me without an OS update or some other magisk module installation??
If it works for me now, and I don't do an OS update, will it still work for me?
I ask because these applications are very important for my daily work and I can't afford to be surprised by a malfunction at an inopportune moment due to root.
Thank you very much!
Click to expand...
Click to collapse
Hello,looks like issue resolved? Gpay is toobimportant for me , as well as call recorder, btw are you using skvalex magisk module or app? Can it recording calls calls made from Google voice?
bizkit_120 said:
Hello,looks like issue resolved? Gpay is toobimportant for me , as well as call recorder, btw are you using skvalex magisk module or app? Can it recording calls calls made from Google voice?
Click to expand...
Click to collapse
Solved, I'm on the latest Dec update.
I also use gpay daily.
I use the skvalex magisk version that automatically installs the call recorder application. I think Google Voice should also record it.
efkosk said:
Solved, I'm on the latest Dec update.
I also use gpay daily.
I use the skvalex magisk version that automatically installs the call recorder application. I think Google Voice should also record it.
Click to expand...
Click to collapse
thanks for the info,.. hmm, interesting..what is the point of flash SKVALEX module then, application itself should works already as long as it rooted..

Categories

Resources