Bypass samsung app/access after magisk root - Samsung Galaxy S10e Questions & Answers

After magisk root you can't gain access to samsung galaxy store, create samsung account, samsung apps example samsung health.
Pretty easy modifying build.prop file with those below
root\sytem\build.prop
- Hide root
ro.build.system_root_image=false
- Hide samsung std check
ro.config.tima=0
Set permission to 0600 (rw....)
That's it. You have full access to Samsung store/Galaxy store

Hello i have the same problem and i added the second code to bypass std check but i am still having the same issue please help me sir

I have issue as follows

Related

Knox and root on galaxy s4 MJ5I

I was having a real problem getting cf-auto root to work without Knox giving me a headache, if it's any help Go to More - Application manager - All look for anything involving Knox and disable, come out of application manager, (don't stop it Running), go to Root Explorer and you'll find you've got root access go to System - app and delete the knox applications if you so wish and you should end up with root thereafter.Hope it helps!

Need help with samsung health

Hi all,
I have a;
-Samsung galaxy s7 SM-G930F exynos
-Samsung active 2 watch SM R820
I want to use Samsung health but i have tripped knox.
Im on the most recent stock firmware 8.0 without root.
I cant root again because of a faulty usb port i can only charge.
I have tried;
-rooting with kingoroot without pc
(App crashes when starting root)
-installing the patched Health app by xpirt
(App crashes on install)
-editing the build.prop ro.config.tima=1
(App doesnt find the line)
Any ideas? Or do i need a new phone.
Thanks
Try old version of Samsung health and make sure that u will log in with the old version and later update it and i think u can use s health :good:

[CLOSED] Bypass samsung app/access after magisk root

Mod edit: Thread closed as duplicate of
Bypass samsung app/access after magisk root
After magisk root you can't gain access to samsung galaxy store, create samsung account, samsung apps example samsung health. Pretty easy modifying build.prop file with those below root\sytem\build.prop - Hide root...
forum.xda-developers.com
Oswald Boelcke
Senior Moderator
After magisk root you can't gain access to samsung galaxy store, create samsung account, samsung apps example samsung health.
Pretty easy modifying build.prop file with those below
root\sytem\build.prop
- Hide root
ro.build.system_root_image=false
- Hide samsung std check
ro.config.tima=0
Set permission to 0600 (rw....)
That's it. You have full access to Samsung store/Galaxy store

Question Samsung pay with a root Samsung

Hi,
I have one root Z flip 3 and I can pair it without problems with my galaxy watch 4, the problem is when I try to add one card to samsung pay through the Watch plug in, whenever i try to do all works fine until the last moment when the watch disconnect from the phone. I have tried this with other phones and with my own Z flip without root and It works.
Maybe, someone in the forum have found a way to make it work.
Thank you.
Samsung Pay is secured by Knox.
[Guide]Use Samsung Pay and Knox on your Rooted device
WARNING THIS IS A WIP AND SO FAR NO ONE HAS CONFIRMED THIS WORKING Samsung pay and Knox is working after Rooting. How is this possible?:confused: well, The loophole here is both Samsung pay and Knox apps check the kernel for knox status...
forum.xda-developers.com
blackhawk said:
Samsung Pay is secured by Knox.
[Guide]Use Samsung Pay and Knox on your Rooted device
WARNING THIS IS A WIP AND SO FAR NO ONE HAS CONFIRMED THIS WORKING Samsung pay and Knox is working after Rooting. How is this possible?:confused: well, The loophole here is both Samsung pay and Knox apps check the kernel for knox status...
forum.xda-developers.com
Click to expand...
Click to collapse
Yes I know but i want to use samsung pay on the watch not in the phone, i was able to use it with knox tripped but not when magisk is installed.
Zoidben said:
Yes I know but i want to use samsung pay on the watch not in the phone, i was able to use it with knox tripped but not when magisk is installed.
Click to expand...
Click to collapse
Try to hide the watch app with magisk hide, and Spay too
Rick_BR said:
Try to hide the watch app with magisk hide, and Spay too
Click to expand...
Click to collapse
I have already done that if not I couldnt even open the app of the Spay watch plugin, i dont know what can be the problem
Ive used Samsung Pay on my Pixel 2XL for over 6 months now using my Active 2, until i just swapped to the Watch 4 and can use Google Pay easily, yay
How i setup Samsung Pay (using Active 2) :
* Magisk (i still prefer older Magisk - Alpha 31 to be exact - last build before John started removing MagiskHide etc - and yes it stillworks on Android 12)
* MagiskHide Enabled - checked to pass SafetyNet
* Rename Magisk app (from settings)
* Tick apps in MagiskHide: All Samsung related apps, including watch plugins
Added modules after the above:
* Riru
* Riru-MomoHider (my mod to add all 4config options - note later Magisk builds may or not allow Riru, and if they do, some may not allow all Riru-MomoHider config options - best to check in main Magisk thread if you use the latest/bleeding edge)
The Riru/Riru-MomoHide setup will give you greater process isolation than MagiskHide itself....
Attached:
*Magisk - Alpha 31 (apk, you can sideload this apk from TWRP, TWRP doesnt care its not named as a zip, only its content- sideload apk, reboot then install the apk, as the flashed apk only installs the stub Magisk Manager, and you dont want it grabbing the latest Magisk Manager from the interwebs at the moment...)
*Riru (Riru must be installed first, and a reboot performed before adding Riru-Momohider)
*Riru-MomoHider (my mod with 4 config options set at module install, instead of having to manually do it)
Bonus info:
If youre a regular ROM flasher, you'll want to keep your watch connection and Samsung Pay working across flashes, i have a guide for that in my signature, basically involves keeping the same Android ID across flashes. I need to update it for Android 12, which ill do over the weekend...the Android ID changer app i use on Android 11 doesnt work on 12...
Note: Magisk Alpha 31 referenced in above post removed from post as its quite old now.....use either Official Magisk (details in my following post down the page) or Magisk Delta (and the modules from this post)
73sydney said:
Ive used Samsung Pay on my Pixel 2XL for over 6 months now using my Active 2, until i just swapped to the Watch 4 and can use Google Pay easily, yay
How i setup Samsung Pay (using Active 2) :
* Magisk (i still prefer older Magisk - Alpha 31 to be exact - last build before John started removing MagiskHide etc - and yes it stillworks on Android 12)
* MagiskHide Enabled - checked to pass SafetyNet
* Rename Magisk app (from settings)
* Tick apps in MagiskHide: All Samsung related apps, including watch plugins
Added modules after the above:
* Riru
* Riru-MomoHider (my mod to add all 4config options - note later Magisk builds may or not allow Riru, and if they do, some may not allow all Riru-MomoHider config options - best to check in main Magisk thread if you use the latest/bleeding edge)
The Riru/Riru-MomoHide setup will give you greater process isolation than MagiskHide itself....
Attached:
*Magisk - Alpha 31 (apk, you can sideload this apk from TWRP, TWRP doesnt care its not named as a zip, only its content- sideload apk, reboot then install the apk, as the flashed apk only installs the stub Magisk Manager, and you dont want it grabbing the latest Magisk Manager from the interwebs at the moment...)
*Riru (Riru must be installed first, and a reboot performed before adding Riru-Momohider)
*Riru-MomoHider (my mod with 4 config options set at module install, instead of having to manually do it)
Bonus info:
If youre a regular ROM flasher, you'll want to keep your watch connection and Samsung Pay working across flashes, i have a guide for that in my signature, basically involves keeping the same Android ID across flashes. I need to update it for Android 12, which ill do over the weekend...the Android ID changer app i use on Android 11 doesnt work on 12...
Click to expand...
Click to collapse
Anyone tried this on S22 Sandragon Variant, Android 12?
Gymcode said:
Anyone tried this on S22 Sandragon Variant, Android 12?
Click to expand...
Click to collapse
My post is not current except if you are using the (recent) unofficial Magisk Delta, which still has MagiskHide as an option, Delta can be found here:
[Discussion] Magisk Delta - Another unofficial third-party Magisk fork
This is not an officially supported topjohnwu project. If you are looking for official Magisk source, please go to this page Introduction Custom Magisk fork by HuskyDG. Sync with official Magisk adding back MagiskHide...
forum.xda-developers.com
For mainstream/official Magisk, you should use Zygisk:
* Magisk 25.x
* Zygisk Enabled
* Rename Magisk app (from settings)
* Tick apps in Deny List: All Samsung related apps, including watch plugins
* DenyList Not Enforced (shamiko will handle this)
Added modules after the above:
* shamiko
all required files can be found in page 1 of this thread:
[Discussion] Magisk - The Age of Zygisk.
This is a discussion and help thread for the newer versions of Magisk. The main goal of this thread is to help users migrate to Magisk v24+ SafetyNet Basic integrity Pass CTS profile match Pass Play Protect certification Device is certified...
forum.xda-developers.com
As an alternate to shamiko, you can also try DenyList Unmount
GitHub - mywalkb/DenylistUnmount
Contribute to mywalkb/DenylistUnmount development by creating an account on GitHub.
github.com
As for "has anyone tried it?", if you have already rooted with Magisk, then simply try it....waiting for some other random person to do something isnt my 1st thought process....magisk is systemless and you cant really hurt anything...

How To Make App Think My Phone Is A Different Device?

So I want to spoof my phone and make it so an app that requires new users in exchange for points can be unlimited. I want to do this by spoofing my device and making the app think im a new device registering for their app.
So far I have:
Galaxy S7 Edge
Rooted the device
Using Magisk Delta
Hide all the root stuff
(Root Undetectable)
If someone could suggest an apk or module that would do just that please lmk
This can be done by changing the related entries in Android's system file named build.prop: requires Android is rooted.

Categories

Resources