Question What is this magisk module and why can't delete it ?

Search This thread

Plathoon

Senior Member
Jun 9, 2016
78
42
Paris
Xiaomi Mi 11
Hi everyone.

I don't know why i have this "module". Only install the other one and nothing more.

I try to delete it then restart phone but it doesn't go away.
Not a problem, just aesthetic
 

Attachments

  • Screenshot_20221118-181048~2.png
    Screenshot_20221118-181048~2.png
    170.1 KB · Views: 491

simplepinoi177

Forum Moderator
Staff member
That's weird....

If you are bothered and you don't mind re-installing/re-flashing all your modules again, you could try the adb command
Code:
adb wait-for-device shell magisk --remove-modules
and that should remove all your modules including that unknown weird one.

Also, if for whatever reason that doesn't work, I read somewhere that Magisk has its data folder outside of the internal storage folder and is more in the root data folder -- so if one wiped their phone, all the Magisk data (deny list i imagine, on top of modules) would still survive -- and you might consider finding and deleting that folder and reinstall/re-flash Magisk. CAUTION: I imagine this has a chance of bringing up some glitches or bugs (incompatibilities) when the app connects-to/works-in-conjuction-with the patched init_boot.
If you are still sure you wish to do that, I believe I found the folder which I put in spoilers below...
root: /data/adb

These are just a couple of ideas...hope it helps...
 

simplepinoi177

Forum Moderator
Staff member
Hello, I have the same problem where I have to apply those lines, in the bootloader, recovery? I tried both and neither worked. Thank you in advance
sorry for the very late reply...been a busy couple of weeks and am only catching up on things now...I'm fairly positive you figured it out already, but in case you haven't and/or any other person reading this looking for the answer...

I've never used the line before, but as I understand it, after turning off your phone and before connecting your phone to the computer, open up the cmd and run the command when you've changed the directory to the platform-tools folder. I believe the "wait-for-device" part has it running but on standby to activate once you plug your phone to the computer and it powers on (and tries to load up)...
I imagine once it does, it'll run the command and is executed before it goes any further loading up the module that is causing the issue/bootloop...

Hopefully I am correct and this helps...
 

febo17

Member
Oct 27, 2012
44
3
Google Pixel 7 Pro
sorry for the very late reply...been a busy couple of weeks and am only catching up on things now...I'm fairly positive you figured it out already, but in case you haven't and/or any other person reading this looking for the answer...

I've never used the line before, but as I understand it, after turning off your phone and before connecting your phone to the computer, open up the cmd and run the command when you've changed the directory to the platform-tools folder. I believe the "wait-for-device" part has it running but on standby to activate once you plug your phone to the computer and it powers on (and tries to load up)...
I imagine once it does, it'll run the command and is executed before it goes any further loading up the module that is causing the issue/bootloop...

Hopefully I am correct and this helps...
in fact I had already applied that line and it didn't work either in fastboot or in ell recovery. It worked for me, to my surprise, with the phone on. all modules were deleted
 
  • Like
Reactions: simplepinoi177

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Thx for your help !
    The adb command works.
    1
    sorry for the very late reply...been a busy couple of weeks and am only catching up on things now...I'm fairly positive you figured it out already, but in case you haven't and/or any other person reading this looking for the answer...

    I've never used the line before, but as I understand it, after turning off your phone and before connecting your phone to the computer, open up the cmd and run the command when you've changed the directory to the platform-tools folder. I believe the "wait-for-device" part has it running but on standby to activate once you plug your phone to the computer and it powers on (and tries to load up)...
    I imagine once it does, it'll run the command and is executed before it goes any further loading up the module that is causing the issue/bootloop...

    Hopefully I am correct and this helps...
    in fact I had already applied that line and it didn't work either in fastboot or in ell recovery. It worked for me, to my surprise, with the phone on. all modules were deleted
    1
    What version of Magisk are you using, and where did you download it from?