Giter VIP home page Giter VIP logo

Comments (9)

HuskyDG avatar HuskyDG commented on August 24, 2024

https://github.com/HuskyDG/magisk_overlayfs#bugreport

from magic_overlayfs.

HuskyDG avatar HuskyDG commented on August 24, 2024

Please try with this
https://github.com/HuskyDG/magisk_overlayfs/actions/runs/4254778120

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

The issue is that I can't seem to get a normal file system in the recovery shell, with or without mounting the system partition. Otherwise I would just be able to remove the module from the shell, or the module folder. I reckon that would work?

In a similar vein, how can I update the module if I can't find it on the file system? Sideloading does not work (and I wouldn't expect it to).

I execute a search on the root for the relevant folder names (find / -name <name>), and anything that is found comes up empty (no files) with ls.

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

I imagine it could be relevant that I have Shamiko installed, and Magisk is running in Zygote mode.

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

When I try to mount my data directory, I get this error:

130|sunfish:/ # cat /system/etc/fstab
/dev/block/by-name/metadata /metadata ext4 discard,data=journal,commit=1 0 0
/dev/block/bootdevice/by-name/modem_b /vendor/firmware_mnt vfat shortname=lower,uid=0,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 0 0
/dev/block/bootdevice/by-name/userdata /data f2fs discard,reserve_root=32768,resgid=1065,fsync_mode=nobarrier 0 0
sunfish:/ # mount /data
mount: '/dev/block/bootdevice/by-name/userdata'->'/data': Invalid argument

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

I'm really a bit at a loss here. When I go straight from boot to recovery, to enabling ADB, the fstab file still seems to be invalid:

sunfish:/ # mount -a
mount: '/dev/block/bootdevice/by-name/modem_b'->'/vendor/firmware_mnt': No such file or directory
mount: '/dev/block/bootdevice/by-name/userdata'->'/data': Invalid argument

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

I just fixed the boot loop like this from recovery:

adb sideload ~/Downloads/Magisk-v25.2.apk
adb shell
1|sunfish:/ # /cache/data_adb/magisk/magisk64 --daemon                                                               
sunfish:/ # /cache/data_adb/magisk/magisk64 --remove-modules                                                         

from magic_overlayfs.

HuskyDG avatar HuskyDG commented on August 24, 2024

To recover from bootloop, you can download magisk delta, rename to disabler.zip and flash.
After reboot, you can revert back to official magisk.

from magic_overlayfs.

awfm9 avatar awfm9 commented on August 24, 2024

By the way, my original intention was to hide the custom ROM from Momo.

I use Magisk in Zygote mode, with MagiskHide Props Config, Shamiko and Universal SafetyNet Fix, and it successfully seems to hide everything except for the custom ROM.

I read somewhere that it is due to some folders that need to be hidden on the file system, hence this attempt.

If you have any hints in that regard, that would be great. Anyway, many thanks for your responsiveness here.

from magic_overlayfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.