How to make system app in Dynamic Partition? - Redmi Note 9S / Note 9 Pro (Indian Model) Question

Hi,
Can Anyone please tell me how to systemize an app in Dynamic Partitions ?

I'm facing the same issue. I wanted to delete some system apps that come with rom. But I can't. I even had to install magisk through patched boot.img method.

Use the App Systemizer module in Magisk.

razerphynx said:
Use the App Systemizer module in Magisk.
Click to expand...
Click to collapse
+1
It works. I'm using it.

Related

Magisk + Privileged Mode

Systemless Magisk Way:
I'm able to use Greenify is privileged mode without actually moving the app to system apps using a Magisk module called App Systemizer by @stangri.
Here is the link to the thread
http://forum.xda-developers.com/apps/magisk/module-app-systemizer-t3477512/post69823162
TWRP Way:
Flash the attached zip using twrp/cwm
Deleted, content moved to first post
chhapil said:
Deleted, content moved to first post
Click to expand...
Click to collapse
Could the app systemizer systemize Greenify separately without debloating other apps? If not, I recommend make Greenify a Magisk module yourself.
bump, added flashable zips

Rooted my Tab S3 and love it but now Netflix won't work

loving this tab s3, and rooted it to install my favorite root apps (cf.lumen, adaway, sd maid, titanium) but now I can't use Netflix
I installed from apkmirror the apk file directly. Netflix launches, but never actually loads.
How can I fix this? Please help!
Thanks in advance
machx1111 said:
loving this tab s3, and rooted it to install my favorite root apps (cf.lumen, adaway, sd maid, titanium) but now I can't use Netflix
I installed from apkmirror the apk file directly. Netflix launches, but never actually loads.
How can I fix this? Please help!
Thanks in advance
Click to expand...
Click to collapse
Did you use supersu? Try using magisk and then hiding root.
Sent from my [device_name] using XDA-Developers Legacy app
jd1639 said:
Did you use supersu? Try using magisk and then hiding root.
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
Yes I did.
I'm new to the whole magisk thing. Do I need to reflash the stock image? I only installed twrp and rooted as in the instructions thread. Or can I just follow the magisk procedure on top of super su?
machx1111 said:
Yes I did.
I'm new to the whole magisk thing. Do I need to reflash the stock image? I only installed twrp and rooted as in the instructions thread. Or can I just follow the magisk procedure on top of super su?
Click to expand...
Click to collapse
See if this helps, https://forum.xda-developers.com/apps/magisk/guide-magisk-troubleshooting-t3641417
Sent from my [device_name] using XDA-Developers Legacy app
jd1639 said:
See if this helps, https://forum.xda-developers.com/apps/magisk/guide-magisk-troubleshooting-t3641417
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
Thanks that helps a lot. It mentions flashing a stock boot.img, where might we obtain that for tab s3?
machx1111 said:
Thanks that helps a lot. It mentions flashing a stock boot.img, where might we obtain that for tab s3?
Click to expand...
Click to collapse
I haven't used magisk on my s3 but have on my nexus devices which are much easier to work with than samsung devices. On my nexus I uninstalled supersu through the app. Then I flashed the magisk.zip in twrp. I'd try it on the tab but I'm not in a place where I can rebuild the system if it doesn't work. If you're willing to give it a go, backup with twrp on a sdcard or copy the backup off your device before trying it. If it doesn't work you'll have to rebuild your system with the stock firmware with odin.
Sent from my [device_name] using XDA-Developers Legacy app
PS, after flashing magisk in twrp, and before rebooting, flash ashyx's no-verity-no-encrypt boot image patcher.
jd1639 said:
I haven't used magisk on my s3 but have on my nexus devices which are much easier to work with than samsung devices. On my nexus I uninstalled supersu through the app. Then I flashed the magisk.zip in twrp. I'd try it on the tab but I'm not in a place where I can rebuild the system if it doesn't work. If you're willing to give it a go, backup with twrp on a sdcard or copy the backup off your device before trying it. If it doesn't work you'll have to rebuild your system with the stock firmware with odin.
Sent from my [device_name] using XDA-Developers Legacy app
PS, after flashing magisk in twrp, and before rebooting, flash ashyx's no-verity-no-encrypt boot image patcher.
Click to expand...
Click to collapse
Curiosity got the better of me. It doesn't work. I'm going to flash the stock firmware and try another way. But, it looks like any way you do it you'll end up wiping your device.
Sent from my [device_name] using XDA-Developers Legacy app
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
JWnSC said:
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
Click to expand...
Click to collapse
Great!!! You make my day!! :laugh:
So I got magisk installed successfully - playprotect check works fine, but it still didn't work.
I did some more searching and there is a Netflix enabler module for this purpose:
https://forum.xda-developers.com/apps/magisk/module-netflix-enabler-enable-netflix-t3708126
Finally Netflix works!
As above, got Magisk 14.5 and Magisk Manager 5.4.3 installed ok with "Hide Magisk from various detections" selected. No specific apps selected at all under Magisk Hide. The setup passes Safety Net check.Netflix is available on Play Store and installs. Then renamed liboemcrypto. so and for the first time Netflix works.This is on a Galaxy Tab S3. This little mod would appear to have fixed it for me. Thank you to the posters above.
JWnSC said:
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
Click to expand...
Click to collapse
machx1111 said:
So I got magisk installed successfully - playprotect check works fine, but it still didn't work.
I did some more searching and there is a Netflix enabler module for this purpose:
https://forum.xda-developers.com/apps/magisk/module-netflix-enabler-enable-netflix-t3708126
Finally Netflix works!
Click to expand...
Click to collapse
Its system/vendor/lib when i removed system/lib tablet wouldn't boot. The fix he mentioned is the correct fix and worked for me. For some reason on all rooted devices I have to do this for Netflix to work.
naruto.ninjakid said:
Its system/vendor/lib when i removed system/lib tablet wouldn't boot. The fix he mentioned is the correct fix and worked for me. For some reason on all rooted devices I have to do this for Netflix to work.
Click to expand...
Click to collapse
FFS that was so simple to do and worked perfectly! Thank you very much.
Sent from my SM-T825 using Tapatalk
JWnSC said:
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
Click to expand...
Click to collapse
awesome, worked like a charm, thanks a ton!
JWnSC said:
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
Click to expand...
Click to collapse
Awesome man, that's one of the post that saves lifetime. So still running my system and do not have to install magisk :good:
Have you tried the liboemcrypto renaming fix. Look in system vendor lib. There are several threads around about this workround.
HTH
Try renaming or deleting liboemcrypto.so . Should be in system/lib or system/vendor/lib I forget which... Usually I remove it for all my rooted devices or Netflix won't load for me.
Click to expand...
Click to collapse
lol
It worked for me! thanks!
machx1111 said:
loving this tab s3, and rooted it to install my favorite root apps (cf.lumen, adaway, sd maid, titanium) but now I can't use Netflix
I installed from apkmirror the apk file directly. Netflix launches, but never actually loads.
How can I fix this? Please help!
Thanks in advance
Click to expand...
Click to collapse
Im running stock and about to do the same. Did you notice a big performance difference?

Xposed running on latest EMUI

Hi guys is xposed framework running fine on Honor 10 with latest EMUI?
leAndroid91 said:
Hi guys is xposed framework running fine on Honor 10 with latest EMUI?
Click to expand...
Click to collapse
Are you referring to pie emui? Then no. If it is 8.1 yes it is working fine and I'm using it currently
fosterqaz11 said:
Are you referring to pie emui? Then no. If it is 8.1 yes it is working fine and I'm using it currently
Click to expand...
Click to collapse
yes, i'm referring to 8.1.
so you just flashed the latest sdk27 arm64 xposed.zip with TWRP then?
yes, i'm referring to 8.1
so you just flashed the latest sdk27 arm64 xposed.zip with TWRP?
sorry for the dump question but that's my first non-AOSP phone so i want to be sure
leAndroid91 said:
yes, i'm referring to 8.1
so you just flashed the latest sdk27 arm64 xposed.zip with TWRP?
sorry for the dump question but that's my first non-AOSP phone so i want to be sure
Click to expand...
Click to collapse
Sorry I don't flash xposed directly to system. I don't want my system to be messy ?.
I used magisk version which is easier to control since that way I can disable xposed when I have to use Google pay
I recommend you to also use magisk module one, safer and better
fosterqaz11 said:
Sorry I don't flash xposed directly to system. I don't want my system to be messy .
I used magisk version which is easier to control since that way I can disable xposed when I have to use Google pay
I recommend you to also use magisk module one, safer and better
Click to expand...
Click to collapse
i now downloaded & installed the xposed module by magisk manager.
but after rebooting the xposed installer says "Xposed-Framework Version 90-beta3 is installed, but not active. Please see Logs for Details."
but when trying to see the logs it only shows "Cannot read log/data/user_de/0/de.robv.android.xposed.installer/log/error.log no such file or directory"
i just have a file called "log" in root directory, but no folder.
do you know what happend there?
leAndroid91 said:
i now downloaded & installed the xposed module by magisk manager.
but after rebooting the xposed installer says "Xposed-Framework Version 90-beta3 is installed, but not active. Please see Logs for Details."
but when trying to see the logs it only shows "Cannot read log/data/user_de/0/de.robv.android.xposed.installer/log/error.log no such file or directory"
i just have a file called "log" in root directory, but no folder.
do you know what happend there?
Click to expand...
Click to collapse
Force stop xposed installer and clear xposed app data and cache.
Reboot phone and let me know
fosterqaz11 said:
Force stop xposed installer and clear xposed app data and cache.
Reboot phone and let me know
Click to expand...
Click to collapse
did a reboot in the meantime but without stopping the app and clearing data and cache.
don't know why but that 2nd reboot did the trick.
thanks!
leAndroid91 said:
did a reboot in the meantime but without stopping the app and clearing data and cache.
don't know why but that 2nd reboot did the trick.
thanks!
Click to expand...
Click to collapse
Cheers

"Paytm First Games" detecting root

I just installed the app and it shows that " Launching the app on rooted device is blocked". So I uninstalled it and then reinstalled it again and used magisk hide. Also, I have hide magisk manager already enabled in magisk settings but the app still doesn't budge and somehow still detects root and thus I can't use it. Any solutions ?
I'm on MIUI EU 11.0.6 rooted with magisk 20.4
seshStation 5.1 kernel
Official latest TWRP recovery.
MasterFURQAN said:
I just installed the app and it shows that " Launching the app on rooted device is blocked". So I uninstalled it and then reinstalled it again and used magisk hide. Also, I have hide magisk manager already enabled in magisk settings but the app still doesn't budge and somehow still detects root and thus I can't use it. Any solutions ?
I'm on MIUI EU 11.0.6 rooted with magisk 20.4
seshStation 5.1 kernel
Official latest TWRP recovery.
Click to expand...
Click to collapse
Do you pass safetynet?
There's a magisk hide config module in magisk downloads if you don't.
sotosgolf said:
Do you pass safetynet?
There's a magisk hide config module in magisk downloads if you don't.
Click to expand...
Click to collapse
Yes I'm passing safety net. Both the magisk manager and the check SafetyNet app confirm the same.
MasterFURQAN said:
Yes I'm passing safety net. Both the magisk manager and the check SafetyNet app confirm the same.
Click to expand...
Click to collapse
You could flash your original boot image and see if it's related with the kernel, just in case.
sotosgolf said:
You could flash your original boot image and see if it's related with the kernel, just in case.
Click to expand...
Click to collapse
I was thinking the same. I'll reply with the results. Thanks
You could try renaming the magisk manager.
It worked for me with the McDonald's App.
You can find it in the settings from magisk manager. Give the app a random name like managerxy3 and use magisk hide option, just in case.
Maybe try core mode only, if you only need root and don't use any modules.
SpitFireXB360 said:
You could try renaming the magisk manager.
It worked for me with the McDonald's App.
You can find it in the settings from magisk manager. Give the app a random name like managerxy3 and use magisk hide option, just in case.
Maybe try core mode only, if you only need root and don't use any modules.
Click to expand...
Click to collapse
I already have that enabled (Hide magisk manager). It's in the OP. I only have busybox by osmosis installed in magisk modules.
I just installed Paytm First Games (Lite? ) and upon launching it asked to Login via OTP/Paytm. I didn't proceed any further. Magisk 20.4,crDroid 6.4.
MasterFURQAN said:
I was thinking the same. I'll reply with the results. Thanks
Click to expand...
Click to collapse
Sorry about the delay. I flashed the original stock boot from MIUI EU but the app still detects root somehow.
Any Guesses ?
amn1987 said:
I just installed Paytm First Games (Lite? ) and upon launching it asked to Login via OTP/Paytm. I didn't proceed any further. Magisk 20.4,crDroid 6.4.
Click to expand...
Click to collapse
Yup the lite version on the play store works but not the full version downloadable from their official website
So is there any solution to this??
How the paytmfirstgame (full version) deteck root after renaming magisk , passing safetynet and hiding app from magisk manager. I think magisk is now not a bigshot
Still can't open Paytm First Games even after using Magisk Hide
Any solution?
Facing the same issue. Do we have any solution on how to make the paytmfirstgames app work on rooted device?

How do I re-enable Magisk?

I have a rooted Samsung Galaxy S10+. Few Days ago I installed Application Disable App through the Play Store and freeze the Magisk App. I stupidly later (idk why) un-installed Application Disable App without unfreezing Magisk App. Now i cannot find the Magisk App anywhere (in Settings -> My Apps too). I re installed the Application Disable App and it shows that my Magisk App is frozen but I cannot un-freeze it because I cannot grant it Super User Rights. I also tried re-installing Magisk App but it shows no root Access and shows N/A on Magisk Installed: .
What do I do now?
Umer.10m said:
I have a rooted Samsung Galaxy S10+. Few Days ago I installed Application Disable App through the Play Store and freeze the Magisk App. I stupidly later (idk why) un-installed Application Disable App without unfreezing Magisk App. Now i cannot find the Magisk App anywhere (in Settings -> My Apps too). I re installed the Application Disable App and it shows that my Magisk App is frozen but I cannot un-freeze it because I cannot grant it Super User Rights. I also tried re-installing Magisk App but it shows no root Access and shows N/A on Magisk Installed: .
What do I do now?
Click to expand...
Click to collapse
And this over twrp and reinstall?
The easiest way to uninstall Magisk is directly through the Magisk app. If you insist on using custom recoveries, rename the Magisk APK to uninstall.zip and flash it like any other ordinary flashable zip.
Installation
The Magic Mask for Android
topjohnwu.github.io
joke19 said:
And this over twrp and reinstall?
The easiest way to uninstall Magisk is directly through the Magisk app. If you insist on using custom recoveries, rename the Magisk APK to uninstall.zip and flash it like any other ordinary flashable zip.
Installation
The Magic Mask for Android
topjohnwu.github.io
Click to expand...
Click to collapse
But the Magisk app is frozen and if I install a new Magisk App it shows no root
Umer.10m said:
But the Magisk app is frozen and if I install a new Magisk App it shows no root
Click to expand...
Click to collapse
Rename the APK to uninstall.zip and flash it in twrp, then flash then a renamed magisk.apk to magisk.zip. Maybe
Make a backup before

Categories

Resources