Related
I was using the Xposed framework today and every app kept crashing so disabled Xposed framework and related modules.
However, afterwards my banking apps stopped working.
These apps are logging me off because they detect my phone has been jailbroken.
The app in question is Lloyds banking app (UK)
I have Magisk 16.0 on a Samsung S8 G950F with renovate ice 7.2 installed
Everything was working before
When I tap on safety net check i get all success
In Magisk hide the apps I want to hide the status of are checked (lloyds being one)
I uninstalled, cleared cache of the app, restart the phone and installed the app again, then before starting it up I checked the option in Magisk hide and then opened the app. However it didn't work.
Any idea what I am missing?
Thank you
http://www.didgeridoohan.com/magisk/MagiskHideHidingRoot
Tried those options already
Hide Magisk manager but didn't work
I would uninstall the banking app or delete it's memory completely. The app might have stored the root status and a phone usually does not unroot anymore.
Unfortunately the banks do not see that the owner of a rooted phone usually works more on keeping his phone safe and free of ads.
I'm going to try that again but doubt it will work as I have tried it already. Maybe there's something residual left that can't be removed even after cleaning the data. I see a lot of apps folder in my file manager from apps that I deleted ages ago.
LLoyds bank
went to bank info and cleared cache and data
Uninstalled app
went to file manager and removed residual files folders
installed clean master and did a cache junk file clean up
restart phone in recovery and cleared cache and dalvic cache
rebooted phone and installed lloyds banking app
opened magisk manager before opening lloyds and ticked lloyds app in magisk hide
opened app and inputted login information
same error: your device appears to be jailbroken etc
Have you tried with Magisk v16.7 (MagiskHide has been improved since v16.0)?
Have you tried repackaging the Manager?
Have you tested if the app is detecting Magisk in the Manager name?
Have you tried grabbing a logcat, to see if it's possible to figure out what's happening?
Etc...
In other words: All of the things that are found in the link I gave you earlier.
is your kernel set to permissive? ive noticed if i set kernel to enforcing then my banking app works with magisk hide. im with santander uk
dead0 said:
is your kernel set to permissive? ive noticed if i set kernel to enforcing then my banking app works with magisk hide. im with santander uk
Click to expand...
Click to collapse
That is interesting. MagiskHide should be able to hide a permissive SELinux. I wonder why it doesn't seem to work...
Didgeridoohan said:
That is interesting. MagiskHide should be able to hide a permissive SELinux. I wonder why it doesn't seem to work...
Click to expand...
Click to collapse
it is strange... seems on latest builds of banking apps, they are somehow still detecting if kernel is permissive or enforcing.
cpu2007 said:
I was using the Xposed framework today and every app kept crashing so disabled Xposed framework and related modules.
However, afterwards my banking apps stopped working.
These apps are logging me off because they detect my phone has been jailbroken.
The app in question is Lloyds banking app (UK)
I have Magisk 16.0 on a Samsung S8 G950F with renovate ice 7.2 installed
Everything was working before
When I tap on safety net check i get all success
In Magisk hide the apps I want to hide the status of are checked (lloyds being one)
I uninstalled, cleared cache of the app, restart the phone and installed the app again, then before starting it up I checked the option in Magisk hide and then opened the app. However it didn't work.
Any idea what I am missing?
Thank you
Click to expand...
Click to collapse
If it's anything like Barclays's App, once it detects a rooted phpne, that's it - you're stuffed, as the App sends the phone's identity to Barclays's blacklist. The only way out is a reflash, which will give the phone a new identity.
.
DaystromLIVR said:
If it's anything like Barclays's App, once it detects a rooted phpne, that's it - you're stuffed, as the App sends the phone's identity to Barclays's blacklist. The only way out is a reflash, which will give the phone a new identity.
.
Click to expand...
Click to collapse
To follow-up, it appears that Barclays doesn't use SafetyNet, but something called libShield (??!).
Whenever Barclays detects root on one of my phones, I have to reflash it to stock, thus giving it a new identity.
I have to follow this sequence, in order to prevent tripping:
Reflash the device to stock
Make sure you get Magisk installed BEFORE re-installing the banking app.
Once you've installed the banking app, DO NOT RUN IT yet.
Make sure MagiskHide is ticked for that banking app (and any related apps, like Pingit).
Do the 'randomise Magisk\'s package name' thing.
Set the Superuser thing to 'deny' by default (Barclays seems to trip if it detects that a user is pressing DENY, by the longer time taken).
Reboot
Make sure everything is working
Then, start the app, and begin the reregistration process.
It's happened on me to. On Bank Mandiri App. On other Bank running normaly. The issues happened after upgrade into Magisk 17.1
On Magisk 16.x it's Work without any issue.
Any clues what going on and how to fix it?
repackaging the Manage with a random name is the trick,i did it and its works
In my case (RaiPay in Romania) I did all things except reflashing and it did not work.
Logcat: https://gist.github.com/eusebiu/8110ef85b1d4093c557b32a101fac299
eusebium said:
In my case (RaiPay in Romania) I did all things except reflashing and it did not work.
Logcat: https://gist.github.com/eusebiu/8110ef85b1d4093c557b32a101fac299
Click to expand...
Click to collapse
Hi, I also have RaiPay (Czech rep.), please try to change SELinux to "enforcing" with this module, it works for me:
https://forum.xda-developers.com/apps/magisk/module-magisk-selinux-manager-t3760042
PlagueCz said:
Hi, I also have RaiPay (Czech rep.), please try to change SELinux to "enforcing" with this module, it works for me:
https://forum.xda-developers.com/apps/magisk/module-magisk-selinux-manager-t3760042
Click to expand...
Click to collapse
Hey! Thanks for replying! In my case it was already set to "enforcing". I tried changing it using KA-Mod from enforcing to permissive and back but still same result.
eusebium said:
Hey! Thanks for replying! In my case it was already set to "enforcing". I tried changing it using KA-Mod from enforcing to permissive and back but still same result.
Click to expand...
Click to collapse
Hi, sry I didn't reply, too busy.
Please try following Magisk modules:
Busybox for Android NDK
Magisk SELinux Manager (set to enforcing)
MagiskHide Props Config
SafetyPatch
SQLite for ARM aarch64
Modules can be found in Magisk "Downloads" tab (except SELinux manager).
I have these modules installed and my RaiPay works, in combination with enforcing SELinux. I think both our RaiPay apps are very similar if not the same.
PlagueCz said:
Hi, sry I didn't reply, too busy.
Please try following Magisk modules:
Busybox for Android NDK
Magisk SELinux Manager (set to enforcing)
MagiskHide Props Config
SafetyPatch
SQLite for ARM aarch64
Modules can be found in Magisk "Downloads" tab (except SELinux manager).
I have these modules installed and my RaiPay works, in combination with enforcing SELinux. I think both our RaiPay apps are very similar if not the same.
Click to expand...
Click to collapse
Thanks for answering! I think the SafetyPatch was not correctly installed as I get an error message at boot (something with Android has an internal system error. Contact the manufacturer) => not working...
eusebium said:
Thanks for answering! I think the SafetyPatch was not correctly installed as I get an error message at boot (something with Android has an internal system error. Contact the manufacturer) => not working...
Click to expand...
Click to collapse
Yes, I get the same message, is your RaiPay working? And have you tried RaiPay without Magisk installed on your device?
I'm currently using Huawei's EMUI 8.1 on a P20 and trying to hide Magisk Manager by using the random renaming feature. It all works perfectly until I restart the phone. After restarting, it will produce a second Magisk Manager as I believe it can't find the original installation name and hence loads a placeholder version. I can confirm this happens if I completely uninstall the apk, reboot and Magisk Manager is still in the app drawer.
Is there a bug whereby after changing the package name, it's not remembering what the renamed package is called?
bump
Did you find any solution for this? I am having the same issue for the same phone
Niantic, well know for creating Pokemon Go, released their new AR game, Harry Potter: Wizards Unite. Supposedly, the approach to this game was to build upon what made PoGo great. Right now there is a new root check for this game which is completely different from Pogo. Anyone have any clue on how to run the app with a root device?
Huh, I thought I was going crazy. I've tried Hide, renaming package, removing all root-named apps... anything we can do?
I've been playing since the beta and have had no issues running the game. Just make sure you do all the normal steps. If you receive the "Device not supported" error then root or Magisk is being detected.
Hide Magisk Manager (rename)
Magisk Hide Wizards Unite
Ensure Safety net passes
Rename any and all files with "Magisk" in the name on your internal storage to something else i.e Magic.zip
Mildly said:
I've been playing since the beta and have had no issues running the game. Just make sure you do all the normal steps. If you receive the "Device not supported" error then root or Magisk is being detected.
Hide Magisk Manager (rename)
Magisk Hide Wizards Unite
Ensure Safety net passes
Rename any and all files with "Magisk" in the name on your internal storage to something else i.e Magic.zip
Click to expand...
Click to collapse
Renaming the Magisk app/files doesn't affect their function?
ragnarokx said:
Renaming the Magisk app/files doesn't affect their function?
Click to expand...
Click to collapse
Sorry meant to say rename all .zip files so if you have a Magisk.zip for flashing make sure to rename the file to something else. Magisk will download a new .zip when updating it so make sure to check your downloads folder.
I have the same issue, playing the version that was released last Friday.
Magisk Hide seems to work, but it only allows me to play for maybe 5-15 minutes and then the "device not supported" error still pops up.
Edit: Turns out I never used the option to hide Magisk Manager before Going to check if that helps.
MrMagic said:
I have the same issue, playing the version that was released last Friday.
Magisk Hide seems to work, but it only allows me to play for maybe 5-15 minutes and then the "device not supported" error still pops up.
Edit: Turns out I never used the option to hide Magisk Manager before Going to check if that helps.
Click to expand...
Click to collapse
Pretty sure you also have to do that because without magisk manager hidden they can easily detect the original package name. The fact you can play 5-15 minutes it's when they start checking for root. Also happens in pogo. If the error still happens try to clear the data of the app and the root detection should be gone for good
Magisk hide+rename magisk+no magisk related file on my device+safety net pass
Getting the error every 2-10min. I also reinstalled the game but nothing does change. PoGo has no problem.
I am also getting the same error even after magisk hide and everything else.
After a reboot it works for Quite a while but after a while it reports incompatible device again.
Same here, nothing named "magisk" on my device anymore, hide is on, still get the message every few minutes
Edit: I forgot to "Hide Magisk Manager (rename)" in the Magisk settings. Played for about an hour today and no incompatibility message! I think that fixed it.
What I did was
1) used Root Explorer and searched my system for "magisk" and renamed or deleted all results
2) hide wizards unite in Magisk Manager
3) go to Magisk Manager settings and click the option that renames the Magisk apk to a random filename
ragnarokx said:
Same here, nothing named "magisk" on my device anymore, hide is on, still get the message every few minutes
Edit: I forgot to "Hide Magisk Manager (rename)" in the Magisk settings. Played for about an hour today and no incompatibility message! I think that fixed it.
What I did was
1) used Root Explorer and searched my system for "magisk" and renamed or deleted all results
2) hide wizards unite in Magisk Manager
3) go to Magisk Manager settings and click the option that renames the Magisk apk to a random filename
Click to expand...
Click to collapse
In addition to these steps, I needed to clear the magisk log in magisk manager.
I did this through the following steps,
Tap the menu icon in magisk manager,
Tap log,
Tap the magisk tab (superuser tab may be shown, it doesn't need to be cleared)
Tap the trashcan icon in the top right corner
This is on magisk manager 7.3.2 (224).
All I did was use Magisk hide to hide it from the app and then renamed Magisk in the settings
The OP should update the original post with these so others after us don't have to search for it or ask the same crap over and over.
I can play this game just fine with root and Xposed framework installed and SafetyNet passing. So long as you don't give the game permission to access storage then there isn't much of a chance that the game is scanning for anything named Magisk but I did it anyway. After following what I've quoted below I still wasn't able to play so I cleared game cache and game storage and then uninstalled the game and reinstalled. Before opening the game I made sure to hide it from Magisk.
In addition, LP is installed on my device and only with its Xposed module was I able to hide LP (package rename). I've read or been told at some point that LP can be detected as a GPS hack or similar so I took the extra step. You don't have to have Xposed at all to run WU on a rooted device but it is required to be able to hide LP.
Mildly said:
I've been playing since the beta and have had no issues running the game. Just make sure you do all the normal steps. If you receive the "Device not supported" error then root or Magisk is being detected.
Hide Magisk Manager (rename)
Magisk Hide Wizards Unite
Ensure Safety net passes
Rename any and all files with "Magisk" in the name on your internal storage to something else i.e Magic.zip
Click to expand...
Click to collapse
lpfansether said:
In addition to these steps, I needed to clear the magisk log in magisk manager.
I did this through the following steps,
Tap the menu icon in magisk manager,
Tap log,
Tap the magisk tab (superuser tab may be shown, it doesn't need to be cleared)
Tap the trashcan icon in the top right corner
This is on magisk manager 7.3.2 (224).
Click to expand...
Click to collapse
lpfansether said:
In addition to these steps, I needed to clear the magisk log in magisk manager.
I did this through the following steps,
Tap the menu icon in magisk manager,
Tap log,
Tap the magisk tab (superuser tab may be shown, it doesn't need to be cleared)
Tap the trashcan icon in the top right corner
This is on magisk manager 7.3.2 (224).
Click to expand...
Click to collapse
Sadly that also doesn't work on my device.
Are you using other modules? I'm thinking right now that Youtube vanced could be a problem.
Impact7 said:
Sadly that also doesn't work on my device.
Are you using other modules? I'm thinking right now that Youtube vanced could be a problem.
Click to expand...
Click to collapse
YTV would not make WU throw a device incompatibility error. Root in some way or another is being detected by WU or you may have a device that is confirmed not supported. No extra Magisk modules, no extra tricks required.
I can play this game just fine with root and Xposed framework installed and SafetyNet passing. So long as you don't give the game permission to access storage then there isn't much of a chance that the game is scanning for anything named Magisk but I did it anyway. After following what I've quoted below I still wasn't able to play so I cleared game cache and game storage and then uninstalled the game and reinstalled. Before opening the game I made sure to hide it from Magisk.
Mildly said:
I've been playing since the beta and have had no issues running the game. Just make sure you do all the normal steps. If you receive the "Device not supported" error then root or Magisk is being detected.
Hide Magisk Manager (rename)
Magisk Hide Wizards Unite
Ensure Safety net passes
Rename any and all files with "Magisk" in the name on your internal storage to something else i.e Magic.zip
Click to expand...
Click to collapse
lpfansether said:
In addition to these steps, I needed to clear the magisk log in magisk manager.
I did this through the following steps,
Tap the menu icon in magisk manager,
Tap log,
Tap the magisk tab (superuser tab may be shown, it doesn't need to be cleared)
Tap the trashcan icon in the top right corner
This is on magisk manager 7.3.2 (224).
Click to expand...
Click to collapse
Are the files located at "root" also needed to be removed/renamed? Or only those located at the internal storage? Thanks..
Hello,
I’m not sure its the right thread as I don’t have a rooted phone but I didn’t found a lot of threads about the game.
But here is my question:
Do you think the google apps are absolutly necessary ?
I have a lineageOS 16 installed without gapps and can’t pass the login with facebook screen (login with google don’t work, nothing happen)
after following these exact steps it instantly gives me incompatible device:
uninstalling wizards unit
rebooting to make sure minimal data is preserved
making sure magisk is renamed to some random string
making sure nothing named "*magisk*" exists on internal storage(and I never gave permission anyways)
install wizards unite
magisk hide wizards unite
start wizards unite and log in with my account etc
Could there be anything that wizards unite checks besides this?
I have tried many times making sure I followed everything exactly, but it still doesnt work.
On my Oneplus 3 with LineageOS 16, Magisk 19.3, and GPS Joystick by The App Ninjas, I keep getting "Device Incompatible" error intermittently, i.e., every 5 to 10 minutes. I tried the following:
1. Pokemon Go works perfectly
2. Passed Safety Net (two ticks)
3. Hid the GPS Joystick app
4. Deleted whatever "magisk" named files
5. Confirmed that the game doesn't have file storage access
6. Cleared whatever logs left by Magisk
7. Removed Magisk Manager (didn't hide it)
8. Confirmed that when searching for "magisk" or "gps" in /sdcard/* there is nothing found.
9. Cleared the cache of the game
10. Did not run GPS Joystick (but it is still in /system/priv-app since it was installed via App Systemizer, and hidden by Magisk).
Any ideas?
Update: I fixed it! I have to Magisk hide both the game and the GPS Joystick app.
Linuxfornoobs said:
after following these exact steps it instantly gives me incompatible device:
uninstalling wizards unit
rebooting to make sure minimal data is preserved
making sure magisk is renamed to some random string
making sure nothing named "*magisk*" exists on internal storage(and I never gave permission anyways)
install wizards unite
magisk hide wizards unite
start wizards unite and log in with my account etc
Could there be anything that wizards unite checks besides this?
I have tried many times making sure I followed everything exactly, but it still doesnt work.
Click to expand...
Click to collapse
Tried the same over and over again. If I got time I will full wipe (also internal) and flash my ROM to see if anything from the years before is causing the problem. I'll write here if anything does change.
I have my Samsung A30 (SM-A305F) rooted with magisk canery (87de0e7a) by flashing patched boot img via odin. Now, If i try to hide magisk with random package , it demands internet connection and install the latest version (9348c5ba). BUT i don't want to upgrade as the updated version has weird bug of rejecting SU automatically (with a very brief pop-up). I then need to ---> uninstall the repackaged app ---> Reboot ---> install 87de0e7a version ---> then it become functional again. I don't have TWRP installed. Re-flashing new patched boot requires wiping data. i don't want to do factory reset
Now I want to hide magisk as PUBG MOBILE might be crashing due to root detection. Please help me achieve solution:
(1) hide magisk manager without updating
(2) update magisk manager without that BUG of rejecting SU automatically
1 - Hide the Manager and let it update fully, no way around that. Then replace /data/user_de/0/com.H3.nuhw6UY.GoCgl/dyn/current.apk with the apk of whatever Manager version it is you want to use (and don't forget to set the same permissions and owner).
Edit: replace the package name above with the one your Manager uses.
2 - Seems to be a similar issue reported here: https://github.com/topjohnwu/Magisk/issues/2944
If there's anything to be done about it, it will be eventually.
If you can get some proper logs showing the su rejection and add to the above linked issue that would be great.
Note: i previously managed to hide it successfully when there was no newer version. It would just download the same version from the internet and repackage itself with random package name. But some days ago, i restored original manager and now i can't get it to hide.
Didgeridoohan said:
1 - Hide the Manager and let it update fully, no way around that. Then replace /data/user_de/0/com.H3.nuhw6UY.GoCgl/dyn/current.apk with the apk of whatever Manager version it is you want to use (and don't forget to set the same permissions).
2 - Seems to be a similar issue reported here: https://github.com/topjohnwu/Magisk/issues/2944
If there's anything to be done about it, it will be eventually.
If you can get some proper logs showing the su rejection and add to the above linked issue that would be great.
Click to expand...
Click to collapse
Thanks for replying. I followed our steps (com.mkhirsnpiw.z.kkt was used instead of com.H3.nuhw6UY.GoCgl). But it again says the same thing, "Upgrade to full magisk to finish the setup. Download and install?". Clicking ok upgrades it again
Shihabus Sakib Rad said:
Thanks for replying. I followed our steps (com.mkhirsnpiw.z.kkt was used instead of com.H3.nuhw6UY.GoCgl). But it again says the same thing, "Upgrade to full magisk to finish the setup. Download and install?". Clicking ok upgrades it again
Click to expand...
Click to collapse
Did you place the new current.apk file in the same directory and give it the proper permissions (same owner and permission 600)? I just tested and had no issues downgrading the hidden Manager to 285 this way.
Didgeridoohan said:
Did you place the new current.apk file in the same directory and give it the proper permissions (same owner and permission 600)? I just tested and had no issues downgrading the hidden Manager to 285 this way.
Click to expand...
Click to collapse
yes with MiXplorer.
When Manager updated itself , i tried to update the magisk ( not the manager). But it bricked my phone as it won't start. i had to flash stock firmware via odin. It happened what i feared about. Now, i will try to patch boot img with new version.
UPDATE: I patched and flashed boot img using canary 290. after rebooting , this time there was not that Bug of rejecting SU automatically. Root was functional. But when it asked to do additional setups, it was stuck on setup operation forever and when i tried to hide manager, it showed "hiding magisk manager failed". so i uninstalled canary 290 and installed 7.5.1 (267) . This time additional setup was completed and rebooted automatically. But there was some problem with su access. so i uninstalled 7.5.1 (267) and installed canary 290. Root is now functional and it does not ask for additional setup anymore. (meaning setup was complete?). But still shows "hiding magisk manager failed" when try to hide manager. I don't know what is the problem . I was using canary 284 without any problem. PUBG mobile was runnig without problem. Now I am tired......
About hiding the Manager failing:
https://www.didgeridoohan.com/magisk/Magisk#hn_Cant_hide_the_Magisk_Manager
Didgeridoohan said:
About hiding the Manager failing:
https://www.didgeridoohan.com/magisk/Magisk#hn_Cant_hide_the_Magisk_Manager
Click to expand...
Click to collapse
Disabling Play Protect Worked !!!! Thank you Sir :angel:
Hi, im running Android 10 with OneUI 2.5 rooted by Magisk v.21 on my Samsung Galaxy NOTE 10 Lite,
Root is working correctly, i have root access for donated FDE.AI, X-Plore file manager and etc..
Im using few Magisk modules, like Viper4Android and they works well too.
But, any atempt to download or install Magisk module from its own online reposirory ends with "Error downloading file", and atempt to check SafetyNet status gives me "SafetyNet API error" afzer hiting Ok to download SafetyNet API...
I searched on google, and here on the forum for similar problems, but i found topics from 2017 year (outdated)
Can anyone hp me solve this prob please?
Both those issues (module download error and SafetyNet API error) suggest that there are Internet connection problems.
There's been a couple of similar reports, but those have usually been fixed by clearing data for, or reinstalling the Manager.
Also make sure that you don't have any firewall rules or similar that might be restricting internet access for the Manager.
Thx for respone. I tried to delete Managers cache and App data too, nothing changes. I also tried to reinstall App, but no change.
About internet connection, yesterday I had to downgrade Magisk from v.21 beta to v.20.4 stable for unexpected random reboots 5times a day.. I done that in Magisk Manager App, selecting "Direct install (recommended)". Magisk downloaded necessery files without any problem and flashed it.
And, i dont use any third party security apps (antivirus, firevall).
So, any idea? After downgrade magisk reboots solved, here reported issue no.
No idea. A logcat might show what's up:
https://www.didgeridoohan.com/magisk/MagiskHelp
Heres my logcat, filters: level error, keyword magisj
Heres my new logcat, printed at error level verbose, filtered by keyword magisk.
I see only one problem, file permission (write permission), but where magisk wont write? Im able seriously give 777 permissions to this folder ?
Or did anybody see anything else?..
For now, nothing changes in my phone configuration.. FW version the same as in 1. Post, magisk v 20.4, actual stable magisk manager.. I also tried canary magisk manager, but the canary version wont load module list and crashed down at all, including UI.
KubikMichal5 said:
Heres my new logcat, printed at error level verbose, filtered by keyword magisk.
I see only one problem, file permission (write permission), but where magisk wont write? Im able seriously give 777 permissions to this folder
Or did anybody see anything else?..
For now, nothing changes in my phone configuration.. FW version the same as in 1. Post, magisk v 20.4, actual stable magisk manager.. I also tried canary magisk manager, but the canary version wont load module list and crashed down at all, including UI.
Click to expand...
Click to collapse
I have not had any opportunity to look at your log (and the new one won't download since it seems like the XDA attachments server is acting up again, good thing there's a new one on the way).
But, that the Canary Manager will crash when you try to access the modules list is yet another sign that your issue is that the Manager cannot get an internet connection (that's a currently known bug).
Thx u for your time . So, its known bug, but is there some way to solve it and get magisk manager functional? Or its not a global issue and its not specific to each user
It's a known issue that the Manager will crash when you enter the modules download section without an internet connection. It's not a common issue that the Manager can't get a connection at all.
I still suspect that there's something on your device that is blocking internet access for the Manager somehow.
Have the same problem.Magisk Manager 8.0.2 on Android 9,Magisk is working fine,but i become no update info for modules and i cant download any module,but 3 days ago all was ok,weird.
I think, that is not any app blocking magisk internet connection. The last stable mahisk manager dont have any problem to load online module list, and download of magisk core is aleays possible, as install ing core too....
But, i dont have time right now for test it, it is possible to reboot to safe mode and there run magisk?
I still cant understand that some app blocking magisk internet connection...
Look at my screenshot of magisk manager latest stable version, the connection working, magisk showing modules wich got updated today......
Sorry, but i still hope, that magisk manager do not have internet connection error, in screen, he knows about the module updated version, but it still wont download..
Im ready for N770FXXU6CTJ2 update, im going to flash it right now... Im confused of magisk support,
Is that last one with the Stable or Canary Manager? There seems to be something weird going on, and there have been some similar reports.
I suggest that you switch over to Canary again (Magisk and Manager) and grab a verbose logcat when you have connection issues. Upload that to a new GitHub issue where you also make sure to give all possible details as to what works and don't work on the stable Manager contra what works and doesn't work on the Canary Manager.
That way, better eyes than mine might be able to take a look at it and see if there is indeed something going on.
Nevermind... See below.
I solved reported issue on my device...
The reason is, Lucky Patcher and blocking ads on device...
I opened LP, opened Toolbox/Block Ads and pressed Clear local hosts file... Now everything is working fine...
Ok... Nice to know I wasn't wrong. :good:
Sad to see that app being used...
KubikMichal5 said:
I solved reported issue on my device...
The reason is, Lucky Patcher and blocking ads on device...
I opened LP, opened Toolbox/Block Ads and pressed Clear local hosts file... Now everything is working fine...
Click to expand...
Click to collapse
Awesome,hughe thanx,works for me.Cheers!!!
KubikMichal5 said:
I solved reported issue on my device...
The reason is, Lucky Patcher and blocking ads on device...
I opened LP, opened Toolbox/Block Ads and pressed Clear local hosts file... Now everything is working fine...
Click to expand...
Click to collapse
Life saver! It solved my problem too. Huge thanks!
KubikMichal5 said:
I solved reported issue on my device...
The reason is, Lucky Patcher and blocking ads on device...
I opened LP, opened Toolbox/Block Ads and pressed Clear local hosts file... Now everything is working fine...
Click to expand...
Click to collapse
Thanks!!!!
I'm having an issue also with passing safetynet on Razer Phone 2 (Cheryl 2). Rooted with Magisk 22.1 and TWRP arter Kernel. Had a rough time getting the "new" all-in-one Magisk installed properly. I'm using adfree for an adblocker. I've cleared the hosts file and rebooted MANY times, to no avail. Thinking I may need to uninstall Magisk and go back to 20.4 and install the old Magisk Mgr. app. Any help would be appreciated. If you need log files, let me know. I DO have root as Ti Backup, ROM Toolbox, adfree all have root access.