Fyi, I got the the airplane mode trick from @osm0sis in https://forum.xda-developers.com/t/...ices-platforms.2239421/page-149#post-84764713
@shakeelbirmani I see the same thing with Metro Bank. No idea at this point,
Much in this section of @Didgeridoohan's Wiki:Hello
I have had a problem with various complications (I won't explain them all), and now I have a working mobile, but I can't re-root again.
Device:
- Xiaomi Lisa
- It was rooted with Magisk 25.2
- And various modules
- It does not have TWRP recovery, and Orange Fox does not decrypt data on Android 13
Situation:
- I received the OTA Android 12-> 13 (MIUI 13->14) (stock EU).
- I decided to download it to extract boot.img and patch it.
- Against the usual (and configured), instead of waiting for confirmation to install (time to apply the standard OTA update procedure: restore stock images and flash Magisk to empty slot), it started the process.
- When I realized I did the restore images, and let it reboot
- It ended up in a strange bootloop (at least for me): a few seconds after booting, showing the launcher, and even being able to open some app, the phone reboots and ends up in MIUI recovery.
- (...)
- Finally I manage to reflash the new ROM ("except storage"), and the phone boots fine.
- I patch the new boot
- But when I do the standard boot on the patched image, the problem of that "strange" bootloop is reproduced.
- Attempts to apply uninstall.zip fail because the recovery does not mount data.
- ((Finally, at home we have another Lisa. I opted to completely uninstall Magisk, flash the new ROM, then boot with the patched image and install Magisk, and it did not give any problems. I'm thinking to do the same in future...)).
The questions begin. I will also appreciate any rectification if something I say is not correct, to continue learning:
- It seems that there was something left of Magisk that creates a conflict, no?
- Since the modules and Magisk are inside \data, it is not possible to uninstall with uninstall.zip, is it?
(in fact in one of the tests with OFox (which does not see \data) it instead installed Magisk, giving the same problem
- as the mobile is not really rooted, there is no chance I could delete modules folder, right?
- And only with the mobile rooted I could ask the Magisk Manager to uninstall completely, no?
But as it does not give me time to run it because the phone restarts, and when it does is without rooting, I can't
- The time to reboot with the mobile temporarily rooted begins once I have entered the unlock pin. As I said, it doesn't give me time enough to interact with the applications.
Would there be any script (I'm not a developer) that I can run from terminal as soon as I have unlocked the phone, so it has effect before the device restarts? (stop process, remove folder...)
- Any idea (that does not involve formatting data...)?
Thanks
Thanks, so you give me some hope...!!!Much in this section of @Didgeridoohan's Wiki:
https://www.didgeridoohan.com/magisk/MagiskModuleIssues#
Scroll down to Disabling/uninstalling modules manually... First option is w/ ADB from PC... Many more...
Look around that wiki first for other pointers too... It's old, but it's gold...PW
Still facing some issues (don't know which module is causing problems), butMuch in this section of @Didgeridoohan's Wiki:
https://www.didgeridoohan.com/magisk/MagiskModuleIssues#
Scroll down to Disabling/uninstalling modules manually... First option is w/ ADB from PC... Many more...
Look around that wiki first for other pointers too... It's old, but it's gold...PW
Yup... Thought that would fix bootloop with root...Still facing some issues (don't know which module is causing problems), but
adb wait-for-device shell magisk --remove-modules
did it.
At least I've the phone rer-ooted
Thanks again
On Reddit, everything is possible. Sky is your limitI really, really need to stay away from Reddit. The questions there. "How to flash modules in Magisk with locked bootloader?"![]()
Dread it. Run from it.... The hardest choices require the strongest wills.
Good Question...Dumb question...
Has anyone tried installing Magisk on an Android Device Emulator?
If I could figure out where the Ramdisk image is, I could patch it.
I can't find list, at least on free version... Seems to change device ID globally... Does full app work differently?... Target only specific apps?... PWUK banking apps also stopped working for me.
I managed to get the chase banking app working again through this device id changer:
![]()
Device ID Changer - Apps on Google Play
Get, share and change the android device id for all Android version.play.google.com
However my metro app doesn't show on the id changer list so I can't use that on it.
Any ideas?
Rename to disabler.zip and flashhi all, any idea to enable core only for magisk delta in twrp terminal?
I actually read such claims but didn't repeat them as the need is far from clearly established as far as I can see (and Sammy users can always rename files if needed or if they wish)...@pndwal Point of order: If you have a magisk-patched-boot.img and you are going to make a tar, you meed to rename (or copy) magisk-patched-boot.img to "boot.img" and put *that* into a tar -- it's important for the names in the tar to match the partition names.
Well yes, but specifically for Sammy devices launched w/ SAR+ (ie SAR or 2SI) booting...And John Wu warned against having less than boot, recovery, and vbmeta in the AP.tar; and against not filling all four slots in Odin -- many people's success stories to the contrary not withstanding.
... Of course flashing only the available boot.img (after patching and tarballing by clicking Odin "AP" button and loading the magiskpatched-boot.img.tar file before flashing) is quite different from John's prescribed method for A9+/SAR+ LV (launch version) devices of flashing the complete AP binary (after patching) along with other binaries anyway!... It's akin to flashing a discreet boot image w/ fastboot...Nb. 2 if you are running A10+ your legacy ramdisk boot type device has been converted to 2SI boot type which is a form of SAR for Magisk purposes... This means that despite official Installation instructions saying "If your Samsung device is NOT launched with Android 9.0 or higher, you are reading the wrong section", some of the caveats in the Samsung (System-as-root) section may now apply... Apart from knowing you are now using what John defines as SAR device (Google doesn't), it's hard to know which apply...![]()
I'm not a Sammy user, but doing a bit more digging just for fun, it seems Magisk actually has everything in place but Sammy users seem to be expected to know some stuff that's simply not detailed in current Installation Instructions to allow them to use standard in-app patching and flash w/o using .zip installer...Well to install a custom ROM, it was Odin to the rescue. I used Odin to flash TWRP, and from there simply flashed a ROM zip from recovery. Ultimately, that was indeed how I got root again too (rename magisk.apk to magisk.zip, flash that from recovery, and let it do its thing to acquire, patch, and repack boot.img from within recovery). That's a great feature, and super elegant in application too. Props to the devs.
I love that Odin was exfiltrated from Samsung HQ. It shouldn't have had to be. It's a definitive win.
tar -cvf boot.img.tar boot.img
tar -cvf magiskpatched-boot.img.tar magiskpatched-boot.img
notes.md
file is the change log.app-debug.apk
is Magisk canary.app-debug.apk
and choose View Raw or click on the Download option.