Hello at June 2017 i used magisk and all works fine with magisk v12
In August it comes a Update and i updated my Manager and installed at the same Time xposed Installer But it Than it doesnt works until now
I tried so much things to fix that i deleted and deinstalled xposed, reinstalled magisk, used safetynet fix modules and deinstalled it because it doesnt works. I dont know what i can doing now cant Update my Google play Store or play any games or look netflix.
I Read ( https://forum.xda-developers.com/ap...leshooting-t3641417/post73145987#post73145987 )this guide but i cant fix it
I have a Samsung Galaxy S8+ (SM-G955F)
Android 7.0
ARMv8
Please help me
Logs... I like logs. I guess I need to move the "Asking for help" section to the beginning, because no-one seems to read that part of the guide... But now I'm rambling.
Anyway...
Did you have a functioning setup with SafetyNet passing before trying to install Xposed? Have you tried wiping your system and doing a clean install? You might have messed around too much...
Yea i wiped my Phone but it still dont works
>12-01 03:48:32.850 3127 3238 I Magisk : * Enabling systemless hosts file support
12-01 03:48:32.850 3127 3238 I Magisk : bind_mount: /sbin/.core/img/.core/hosts -> /system/etc/hosts
12-01 03:48:32.851 3127 3283 I Magisk : * Starting MagiskHide
12-01 03:48:32.851 3127 3283 I Magisk : hide_utils: Hiding sensitive props
12-01 03:48:32.852 3127 3283 I Magisk : hide_list: [com.google.android.gms.unstable]
12-01 03:48:32.866 3127 3283 I Magisk : hide_list: [com.netflix.mediaclient]
12-01 03:48:32.878 3127 3283 I Magisk : proc_monitor: init ns=mnt:[4026531840]
12-01 03:48:33.618 3127 3434 I Magisk : ** late_start service mode running
12-01 03:48:33.618 3127 3434 I Magisk : * Running service.d scripts
12-01 03:48:33.618 3127 3434 I Magisk : * Running module service scripts
12-01 03:48:44.522 3127 3283 I Magisk : proc_monitor: zygote ns=mnt:[4026533751] zygote64 ns=mnt:[4026533599]
12-01 03:49:16.316 3127 3283 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=6584 ns=mnt:[4026533846])
12-01 03:50:41.248 3127 3283 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=13261 ns=mnt:[4026533827])
12-01 03:54:12.673 3127 14029 I Magisk : * Stopping MagiskHide
12-01 03:54:14.464 3127 14037 I Magisk : * Starting MagiskHide
12-01 03:54:14.464 3127 14037 I Magisk : hide_utils: Hiding sensitive props
12-01 03:54:14.467 3127 14037 I Magisk : hide_list: [com.google.android.gms.unstable]
12-01 03:54:14.513 3127 14037 I Magisk : hide_list: [com.netflix.mediaclient]
12-01 03:54:14.559 3127 14037 I Magisk : proc_monitor: init ns=mnt:[4026531840]
12-01 03:54:16.661 3127 14037 I Magisk : proc_monitor: zygote ns=mnt:[4026533751] zygote64 ns=mnt:[4026533599]
12-01 03:54:19.089 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=14044 ns=mnt:[4026533827])
12-01 06:47:48.599 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=22126 ns=mnt:[4026533831])
12-01 07:01:59.425 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=25286 ns=mnt:[4026533859])
12-01 08:06:46.136 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=655 ns=mnt:[4026533854])
12-01 08:12:20.309 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=3269 ns=mnt:[4026533818])
12-01 11:46:12.321 3127 14037 I Magisk : proc_monitor: com.google.android.gms.unstable (PID=13881 ns=mnt:[4026533793])<
Thats my last logs
I'm looking for a solution to change files in the vendor parition. Is this possible through a magisk module?
I've tried with the attached zip, but that didn't work, in fact it changed nothing.
Installation log:
- Copying zip to temp directory
- Installing enable_volte_pixel_xl_2.zip
- A/B partition detected, current slot: _b
- Mounting /system, /vendor
- Device skip_initramfs detected
Archive: /data/user/0/com.topjohnwu.magisk/cache/install.zip
inflating: config.sh
inflating: module.prop
creating: common/
inflating: common/post-fs-data.sh
inflating: common/service.sh
inflating: common/system.prop
*******************************
Installing Pixel XL 2 mcfg_sw VoLTE Enabler
*******************************
******************************
Powered by Magisk (@topjohnwu)
******************************
- Creating /data/adb/magisk_merge.img with size 64M
mke2fs 1.43.3 (04-Sep-2016)
Creating regular file /data/adb/magisk_merge.img
Creating filesystem with 16384 4k blocks and 16384 inodes
Allocating group tables: 0/1 done
Writing inode tables: 0/1 done
Creating journal (1024 blocks): done
Writing superblocks and filesystem accounting information: 0/1 done
- Mounting /data/adb/magisk_merge.img to /dev/tmp/magisk_img
- Extracting module files
Archive: /data/user/0/com.topjohnwu.magisk/cache/install.zip
creating: system/
inflating: system/mcfg_sw.mbn
- Setting permissions
- Done
- All done!
Well... Looking at the attached zip, it's not strange nothing is mounted to /vendor. Your file is placed directly in /system...
You'll have to place it in /system/vendor (and whatever sub-directory of /vendor the file should be in), and Magisk will take care of mounting it to /vendor.
You'll find a little more info on how Magisk modules work here:
https://github.com/topjohnwu/Magisk/blob/master/docs/modules.md
View attachment enable_volte_pixel_xl_2.zip
Didgeridoohan said:
Well... Looking at the attached zip, it's not strange nothing is mounted to /vendor. Your file is placed directly in /system...
You'll have to place it in /system/vendor (and whatever sub-directory of /vendor the file should be in), and Magisk will take care of mounting it to /vendor.
You'll find a little more info on how Magisk modules work here:
https://github.com/topjohnwu/Magisk/blob/master/docs/modules.md
Click to expand...
Click to collapse
Thanks for the tip, the config looks now like this(attached file)
But unfortunately nothing happened.
Magisk log:
01-01 10:33:47.337 716 716 I Magisk : ** Initializing Magisk
01-01 10:33:47.497 716 716 I Magisk : * Creating /sbin overlay
01-01 10:33:47.500 716 716 I Magisk : * Mounting mirrors
01-01 10:33:47.500 716 716 I Magisk : bind_mount: /sbin/.core/mirror/system <- /system_root/system
01-01 10:33:47.500 716 716 I Magisk : mount: /sbin/.core/mirror/vendor <- /dev/block/dm-0
01-01 10:33:47.501 716 716 I Magisk : bind_mount: /sbin/.core/mirror/bin <- /data/adb/magisk
01-01 10:33:47.501 716 716 I Magisk : * Setting up internal busybox
01-01 10:33:47.562 719 719 I Magisk : Magisk v16.4(1642) daemon started
01-01 10:33:47.564 719 727 I Magisk : ** post-fs-data mode running
01-01 10:33:47.565 719 727 I Magisk : * Merging /data/adb/magisk_merge.img -> /data/adb/magisk.img
01-01 10:33:47.703 719 727 I Magisk : Upgrade module: PixelXlMcfgSwVoLteEnabler
01-01 10:33:47.845 719 727 I Magisk : * Mounting /data/adb/magisk.img
01-01 10:33:48.075 719 727 I Magisk : * Running post-fs-data.d scripts
01-01 10:33:48.075 719 727 I Magisk : * Running module post-fs-data scripts
01-01 10:33:48.075 719 727 I Magisk : * Loading modules
01-01 10:33:48.076 719 727 I Magisk : ViPER4AndroidFX: loading [system.prop]
01-01 10:33:48.087 719 727 I Magisk : ViPER4AndroidFX: constructing magic mount structure
01-01 10:33:48.093 719 727 I Magisk : PixelXlMcfgSwVoLteEnabler: constructing magic mount structure
01-01 10:33:48.104 719 727 I Magisk : mnt_tmpfs : /system
01-01 10:33:48.104 719 727 I Magisk : creat_link: /system/vendor <- /sbin/.core/mirror/system/vendor
01-01 10:33:48.105 719 727 I Magisk : bind_mount: /system/etc/audio_effects.conf <- /sbin/.core/img/ViPER4AndroidFX/system/etc/audio_effects.conf
01-01 10:33:48.105 719 727 I Magisk : mnt_tmpfs : /system/etc/permissions
01-01 10:33:48.105 719 727 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-com.pittvandewitt.viperfx.xml <- /sbin/.core/img/ViPER4AndroidFX/system/etc/permissions/privapp-permissions-com.pittvandewitt.viperfx.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.ims.rcsmanager.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.ims.rcsmanager.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.vzwomatrigger.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.vzwomatrigger.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.omadm.service.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.omadm.service.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/android.software.live_wallpaper.xml <- /sbin/.core/mirror/system/etc/permissions/android.software.live_wallpaper.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.mediadrm.signer.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.mediadrm.signer.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/android.software.webview.xml <- /sbin/.core/mirror/system/etc/permissions/android.software.webview.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-google.xml <- /sbin/.core/mirror/system/etc/permissions/privapp-permissions-google.xml
01-01 10:33:48.106 719 727 I Magisk : bind_mount: /system/etc/permissions/com.verizon.apn.xml <- /sbin/.core/mirror/system/etc/permissions/com.verizon.apn.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/com.verizon.embms.xml <- /sbin/.core/mirror/system/etc/permissions/com.verizon.embms.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.android.media.effects.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.android.media.effects.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.android.camera.experimental2017.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.android.camera.experimental2017.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/vzw_mvs_permissions.xml <- /sbin/.core/mirror/system/etc/permissions/vzw_mvs_permissions.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.sdm.plugins.sprintdm.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.sdm.plugins.sprintdm.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/platform.xml <- /sbin/.core/mirror/system/etc/permissions/platform.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-wahoo.xml <- /sbin/.core/mirror/system/etc/permissions/privapp-permissions-wahoo.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-platform.xml <- /sbin/.core/mirror/system/etc/permissions/privapp-permissions-platform.xml
01-01 10:33:48.107 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.android.maps.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.android.maps.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.customermobile.preload.vzw.xml <- /sbin/.core/mirror/system/etc/permissions/com.customermobile.preload.vzw.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/android.hardware.telephony.euicc.xml <- /sbin/.core/mirror/system/etc/permissions/android.hardware.telephony.euicc.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.verizon.provider.xml <- /sbin/.core/mirror/system/etc/permissions/com.verizon.provider.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.location.provider.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.location.provider.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.vr.platform.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.vr.platform.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/features-verizon.xml <- /sbin/.core/mirror/system/etc/permissions/features-verizon.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-aosp_wahoo.xml <- /sbin/.core/mirror/system/etc/permissions/privapp-permissions-aosp_wahoo.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.android.hardwareinfo.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.android.hardwareinfo.xml
01-01 10:33:48.108 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.sdm.plugins.connmo.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.sdm.plugins.connmo.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/com.google.android.dialer.support.xml <- /sbin/.core/mirror/system/etc/permissions/com.google.android.dialer.support.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/com.android.media.remotedisplay.xml <- /sbin/.core/mirror/system/etc/permissions/com.android.media.remotedisplay.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/android.software.preview_sdk.xml <- /sbin/.core/mirror/system/etc/permissions/android.software.preview_sdk.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/obdm_permissions.xml <- /sbin/.core/mirror/system/etc/permissions/obdm_permissions.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/com.verizon.llkagent.xml <- /sbin/.core/mirror/system/etc/permissions/com.verizon.llkagent.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/permissions/com.verizon.services.xml <- /sbin/.core/mirror/system/etc/permissions/com.verizon.services.xml
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/media_profiles_V1_0.dtd <- /sbin/.core/mirror/system/etc/media_profiles_V1_0.dtd
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/treble_sepolicy_tests_27.0 <- /sbin/.core/mirror/system/etc/treble_sepolicy_tests_27.0
01-01 10:33:48.109 719 727 I Magisk : bind_mount: /system/etc/ppp <- /sbin/.core/mirror/system/etc/ppp
01-01 10:33:48.110 719 727 I Magisk : bind_mount: /system/etc/textclassifier <- /sbin/.core/mirror/system/etc/textclassifier
01-01 10:33:48.110 719 727 I Magisk : bind_mount: /system/etc/mke2fs.conf <- /sbin/.core/mirror/system/etc/mke2fs.conf
01-01 10:33:48.110 719 727 I Magisk : bind_mount: /system/etc/security <- /sbin/.core/mirror/system/etc/security
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/old-apns-conf.xml <- /sbin/.core/mirror/system/etc/old-apns-conf.xml
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/bpf <- /sbin/.core/mirror/system/etc/bpf
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/vintf <- /sbin/.core/mirror/system/etc/vintf
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/clatd.conf <- /sbin/.core/mirror/system/etc/clatd.conf
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/treble_sepolicy_tests_26.0 <- /sbin/.core/mirror/system/etc/treble_sepolicy_tests_26.0
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/init <- /sbin/.core/mirror/system/etc/init
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/prop.default <- /sbin/.core/mirror/system/etc/prop.default
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/llndk.libraries.P.txt <- /sbin/.core/mirror/system/etc/llndk.libraries.P.txt
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/selinux <- /sbin/.core/mirror/system/etc/selinux
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/public.libraries.txt <- /sbin/.core/mirror/system/etc/public.libraries.txt
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/fonts.xml <- /sbin/.core/mirror/system/etc/fonts.xml
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/sepolicy_tests <- /sbin/.core/mirror/system/etc/sepolicy_tests
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/ld.config.P.txt <- /sbin/.core/mirror/system/etc/ld.config.P.txt
01-01 10:33:48.111 719 727 I Magisk : bind_mount: /system/etc/update_engine <- /sbin/.core/mirror/system/etc/update_engine
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/fs_config_files <- /sbin/.core/mirror/system/etc/fs_config_files
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/hosts <- /sbin/.core/mirror/system/etc/hosts
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/mkshrc <- /sbin/.core/mirror/system/etc/mkshrc
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/fs_config_dirs <- /sbin/.core/mirror/system/etc/fs_config_dirs
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/NOTICE.xml.gz <- /sbin/.core/mirror/system/etc/NOTICE.xml.gz
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/preloaded-classes <- /sbin/.core/mirror/system/etc/preloaded-classes
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/ambient <- /sbin/.core/mirror/system/etc/ambient
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/vndksp.libraries.P.txt <- /sbin/.core/mirror/system/etc/vndksp.libraries.P.txt
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/preferred-apps <- /sbin/.core/mirror/system/etc/preferred-apps
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/libnfc-nci.conf <- /sbin/.core/mirror/system/etc/libnfc-nci.conf
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/dirty-image-objects <- /sbin/.core/mirror/system/etc/dirty-image-objects
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/event-log-tags <- /sbin/.core/mirror/system/etc/event-log-tags
01-01 10:33:48.112 719 727 I Magisk : bind_mount: /system/etc/cne <- /sbin/.core/mirror/system/etc/cne
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/firmware <- /sbin/.core/mirror/system/etc/firmware
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/bluetooth <- /sbin/.core/mirror/system/etc/bluetooth
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/sysconfig <- /sbin/.core/mirror/system/etc/sysconfig
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/xtables.lock <- /sbin/.core/mirror/system/etc/xtables.lock
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/seccomp_policy <- /sbin/.core/mirror/system/etc/seccomp_policy
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/boot-image.prof <- /sbin/.core/mirror/system/etc/boot-image.prof
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/apns-conf.xml <- /sbin/.core/mirror/system/etc/apns-conf.xml
01-01 10:33:48.113 719 727 I Magisk : bind_mount: /system/etc/gps_debug.conf <- /sbin/.core/mirror/system/etc/gps_debug.conf
01-01 10:33:48.114 719 727 I Magisk : mnt_tmpfs : /system/priv-app
01-01 10:33:48.114 719 727 I Magisk : bind_mount: /system/priv-app/ViPER4AndroidFX <- /sbin/.core/img/ViPER4AndroidFX/system/priv-app/ViPER4AndroidFX
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/Asdiv <- /sbin/.core/mirror/system/priv-app/Asdiv
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/StorageManagerGoogle <- /sbin/.core/mirror/system/priv-app/StorageManagerGoogle
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/SetupWizard <- /sbin/.core/mirror/system/priv-app/SetupWizard
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/VzwOmaTrigger <- /sbin/.core/mirror/system/priv-app/VzwOmaTrigger
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/SprintDM <- /sbin/.core/mirror/system/priv-app/SprintDM
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/Shell <- /sbin/.core/mirror/system/priv-app/Shell
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/TetheringEntitlement <- /sbin/.core/mirror/system/priv-app/TetheringEntitlement
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/CtsShimPrivPrebuilt <- /sbin/.core/mirror/system/priv-app/CtsShimPrivPrebuilt
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/MtpDocumentsProvider <- /sbin/.core/mirror/system/priv-app/MtpDocumentsProvider
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/Velvet <- /sbin/.core/mirror/system/priv-app/Velvet
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/TimeZoneUpdater <- /sbin/.core/mirror/system/priv-app/TimeZoneUpdater
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/ExternalStorageProvider <- /sbin/.core/mirror/system/priv-app/ExternalStorageProvider
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/MyVerizonServices <- /sbin/.core/mirror/system/priv-app/MyVerizonServices
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/WellbeingPrebuilt <- /sbin/.core/mirror/system/priv-app/WellbeingPrebuilt
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/MediaProvider <- /sbin/.core/mirror/system/priv-app/MediaProvider
01-01 10:33:48.115 719 727 I Magisk : bind_mount: /system/priv-app/HotwordEnrollmentXGoogleWCD9340 <- /sbin/.core/mirror/system/priv-app/HotwordEnrollmentXGoogleWCD9340
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/StatementService <- /sbin/.core/mirror/system/priv-app/StatementService
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/AppDirectedSMSService <- /sbin/.core/mirror/system/priv-app/AppDirectedSMSService
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/SettingsProvider <- /sbin/.core/mirror/system/priv-app/SettingsProvider
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/TurboPrebuilt <- /sbin/.core/mirror/system/priv-app/TurboPrebuilt
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/BlockedNumberProvider <- /sbin/.core/mirror/system/priv-app/BlockedNumberProvider
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/GmsCoreSetupPrebuilt <- /sbin/.core/mirror/system/priv-app/GmsCoreSetupPrebuilt
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/GoogleFeedback <- /sbin/.core/mirror/system/priv-app/GoogleFeedback
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/VerizonAuthDialog <- /sbin/.core/mirror/system/priv-app/VerizonAuthDialog
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/qcrilmsgtunnel <- /sbin/.core/mirror/system/priv-app/qcrilmsgtunnel
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/ConfigUpdater <- /sbin/.core/mirror/system/priv-app/ConfigUpdater
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/DiagMon <- /sbin/.core/mirror/system/priv-app/DiagMon
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/SharedStorageBackup <- /sbin/.core/mirror/system/priv-app/SharedStorageBackup
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/HelpRtcPrebuilt <- /sbin/.core/mirror/system/priv-app/HelpRtcPrebuilt
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/BackupRestoreConfirmation <- /sbin/.core/mirror/system/priv-app/BackupRestoreConfirmation
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/HotwordEnrollmentTGoogleWCD9340 <- /sbin/.core/mirror/system/priv-app/HotwordEnrollmentTGoogleWCD9340
01-01 10:33:48.116 719 727 I Magisk : bind_mount: /system/priv-app/OTAConfigPrebuilt <- /sbin/.core/mirror/system/priv-app/OTAConfigPrebuilt
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/GmsCoreSidecarPrebuilt <- /sbin/.core/mirror/system/priv-app/GmsCoreSidecarPrebuilt
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/DownloadProvider <- /sbin/.core/mirror/system/priv-app/DownloadProvider
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/MmsService <- /sbin/.core/mirror/system/priv-app/MmsService
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/ConnMO <- /sbin/.core/mirror/system/priv-app/ConnMO
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/Showcase <- /sbin/.core/mirror/system/priv-app/Showcase
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/Telecom <- /sbin/.core/mirror/system/priv-app/Telecom
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/GCS <- /sbin/.core/mirror/system/priv-app/GCS
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/WfcActivation <- /sbin/.core/mirror/system/priv-app/WfcActivation
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/ConnMetrics <- /sbin/.core/mirror/system/priv-app/ConnMetrics
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/SprintHM <- /sbin/.core/mirror/system/priv-app/SprintHM
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/EmergencyInfo <- /sbin/.core/mirror/system/priv-app/EmergencyInfo
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/MusicFX <- /sbin/.core/mirror/system/priv-app/MusicFX
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/WallpaperPickerGooglePrebuilt <- /sbin/.core/mirror/system/priv-app/WallpaperPickerGooglePrebuilt
01-01 10:33:48.117 719 727 I Magisk : bind_mount: /system/priv-app/AndroidMigratePrebuilt <- /sbin/.core/mirror/system/priv-app/
Ah... I just noticed what you're doing and why it's not working as you expect. I didn't see what you'd done to config.sh earlier...
In the system directory in the module you need to mirror the directory structure to the file you're trying to replace. So:
Code:
<MODULE>/system/vendor/mbn/mcfg/configs/mcfg_sw/generic/common/WildCard/WildCard/mcfg_sw.mbn
<MODULE>/system/vendor/mbn/mcfg/configs/mcfg_sw/generic/common/PixelLite/Commercial/mcfg_sw.mbn
The REPLACE part in config.sh is only used to replace a directory in /system or /vendor with an empty directory. Useful for debloating system apps or clearing out the directory for any other files than the ones you mount with the module.
What you're basically doing with your module is that you mount your file directly to the root of /system, and then you also create two empty folders named "mcfg_sw.mbn" in the directory structures you've put in config.sh.
Remove the stuff from REPLACE in config.sh and create the proper directory structures in the module system folder and you should be good to go.
Here's the relevant part is the documentation that's mentioned in config.sh for the REPLACE part:
https://github.com/topjohnwu/Magisk/blob/master/docs/tips.md#remove-folders
Edit: oh yeah... If you're gonna post a log output directly in the post like that, at least use hide tags, please. Better yet, attach the file to the post.
Okey, so the only thing I now did is:
-Place the folder structure in the system folder
-Remove the replace code in the script
Do I need to delete the existing files in the vendor partition or does the module overwrite the existing files?
devsx said:
Okey, so the only thing I now did is:
-Place the folder structure in the system folder
-Remove the replace code in the script
Do I need to delete the existing files in the vendor partition or does the module overwrite the existing files?
Click to expand...
Click to collapse
Don't delete anything. Magisk will mount new files over any already existing files.
Ok, but it seems not working with the way you described.
devsx said:
Ok, but it seems not working with the way you described.
Click to expand...
Click to collapse
Nope... Still not right.
You're putting another system folder inside the module's system folder. That won't do...
You should have the vendor folder (with all relevant sub-folders) directly in the module's system folder.
Didgeridoohan said:
Nope... Still not right.
You're putting another system folder inside the module's system folder. That won't do...
You should have the vendor folder (with all relevant sub-folders) directly in the module's system folder.
Click to expand...
Click to collapse
Many thanks, it worked!!
devsx said:
Many thanks, it worked!!
Click to expand...
Click to collapse
Are you saying you now have a working VoLTE/WiFi module for Pixel 2 - can you please share the working version.
Does it also work on DP?
Thanks in advance
goRt said:
Are you saying you now have a working VoLTE/WiFi module for Pixel 2 - can you please share the working version.
Does it also work on DP?
Thanks in advance
Click to expand...
Click to collapse
Nah
Not new here, but had to create another account.
I'm using Magisk 16.7 from beta release (updated withing app), and i have tried almost everything from here to pass the SafetyNet. While checking with Magisk, it says "Service not Responding".
Did something change with SafetyNet? Trying to use the Google Pay app. Hided it with MagiskHide, using the Magisk Core, using systemless...
Using Huawei P8 Lite 2017 (ALE-21 with B896), emui 4.1
Code:
2 19:18:17.260 2432 2432 I Magisk : ** Initializing Magisk
08-22 19:18:17.262 2432 2432 I Magisk : * Creating /sbin overlay
08-22 19:18:17.266 2432 2432 I Magisk : * Mounting mirrors
08-22 19:18:17.267 2432 2432 I Magisk : mount: /sbin/.core/mirror/system
08-22 19:18:17.267 2432 2432 I Magisk : link: /sbin/.core/mirror/vendor
08-22 19:18:17.268 2432 2432 I Magisk : bind_mount: /sbin/.core/mirror/bin
08-22 19:18:17.268 2432 2432 I Magisk : * Setting up internal busybox
08-22 19:18:17.396 2511 2511 I Magisk : Magisk v16.7(1671) logger started
08-22 19:18:17.397 2505 2505 I Magisk : Magisk v16.7(1671) daemon started
08-22 19:18:17.405 2505 2513 I Magisk : ** post-fs-data mode running
08-22 19:18:17.504 2505 2513 I Magisk : Upgrade/New module: terminal_debloater
08-22 19:18:17.505 2505 2513 I Magisk : Upgrade/New module: APFE
08-22 19:18:17.505 2505 2513 I Magisk : Create /data/adb/tmp.img with size 96M
08-22 19:18:17.761 2505 2513 I Magisk : * Merging /data/adb/magisk_merge.img + /data/adb/magisk.img -> /data/adb/tmp.img
08-22 19:18:20.365 2505 2513 I Magisk : * Move /data/adb/tmp.img -> /data/adb/magisk.img
08-22 19:18:20.366 2505 2513 I Magisk : * Mounting /data/adb/magisk.img
08-22 19:18:20.996 2505 2513 I Magisk : * Running post-fs-data.d scripts
08-22 19:18:20.996 2505 2561 I Magisk : * Starting MagiskHide
08-22 19:18:20.996 2505 2561 I Magisk : hide_utils: Hiding sensitive props
08-22 19:18:20.997 2505 2561 I Magisk : hide_list: [com.google.android.gms.unstable]
08-22 19:18:21.017 2505 2561 I Magisk : hide_list: [com.theappninjas.gpsjoystick]
08-22 19:18:21.032 2505 2561 I Magisk : hide_list: [com.nianticlabs.pokemongo]
08-22 19:18:21.048 2505 2561 I Magisk : hide_list: [com.google.android.apps.walletnfcrel]
08-22 19:18:21.063 2505 2561 I Magisk : hide_list: [org.freeandroidtools.root_checker]
08-22 19:18:21.078 2505 2561 I Magisk : hide_list: [pl.allegro]
08-22 19:18:26.024 2505 2963 I Magisk : ** late_start service mode running
08-22 19:18:26.025 2505 2963 I Magisk : * Running service.d scripts
08-22 19:18:49.710 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick
08-22 19:18:52.457 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick:remote
08-22 19:19:10.967 2505 2561 I Magisk : proc_monitor: com.google.android.gms.unstable
08-22 19:19:15.931 2505 2561 I Magisk : proc_monitor: com.google.android.apps.walletnfcrel
08-22 19:19:36.608 2505 2561 I Magisk : proc_monitor: com.nianticlabs.pokemongo
08-22 19:19:40.728 2505 2561 I Magisk : proc_monitor: org.freeandroidtools.root_checker
08-22 19:19:41.205 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick
08-22 19:21:37.520 2505 2561 I Magisk : proc_monitor: com.google.android.apps.walletnfcrel
08-22 19:26:48.882 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick
08-22 19:26:55.893 2505 2561 I Magisk : proc_monitor: com.google.android.apps.walletnfcrel
08-22 19:27:18.562 2505 2561 I Magisk : proc_monitor: com.google.android.gms.unstable
08-22 19:31:27.906 2505 2561 I Magisk : proc_monitor: com.google.android.apps.walletnfcrel
08-22 19:34:58.044 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick
08-22 19:35:07.076 2505 2561 I Magisk : proc_monitor: com.google.android.gms.unstable
08-22 19:35:17.037 2505 2561 I Magisk : proc_monitor: org.freeandroidtools.root_checker
08-22 19:37:22.086 2505 2561 I Magisk : proc_monitor: com.theappninjas.gpsjoystick
Yes, Google updated their api so every app that wants to check safetynet has to be updated. changes to magisk have been committed on GitHub, I hope the next version of MM will fix it.
https://mobile.twitter.com/topjohnwu
I discovered and installed magisk today on my P9 lite, imagine my questions after seeing "response is invalid" in MM ^^
I am trying to remove a pre-installed app from the product partition and from what I have read, magisk as of 19.4 and 20 supports modifying files in the product partition. I can't seem to find any magisk modules that allow you to do so. I am familiar with C++ but never have written anything for android. Does anyone know of an app or magisk module that will allow me to do what I am trying to do? System app uninstaller fails, and FX file explorer can't mount it, so I'm not sure what to do. Thanks.
Basically what I want to do is to disable/remove the original Maps apk in the product partition so I can install a version that I prefer that is older than the pre-installed one. All attempts to modify the version string in the apk have failed
You'll need a Magisk module. You could of course create an installer, but that's not really necessary for such a simple thing.
In /data/adb/modules, create a directory that will be your module. In this directory create /system/product/<path to the app>, and finally in this directory create a file naked .replace (mind the leading dot, it's necessary). You'll end up with:
Code:
/data/adb/modules/<your module directory>/system/product/<path to app>/.replace
Official doc details:
https://topjohnwu.github.io/Magisk/guides.html#remove-folders
So that this will look nice in the Manager modules list you should also create a module.prop file. Just follow the docs, right here:
https://topjohnwu.github.io/Magisk/guides.html#moduleprop
(It's usually a good idea if "id" matches the module directory name mentioned above.)
Didgeridoohan said:
You'll need a Magisk module. You could of course create an installer, but that's not really necessary for such a simple thing.
In /data/adb/modules, create a directory that will be your module. In this directory create /system/product/<path to the app>, and finally in this directory create a file naked .replace (mind the leading dot, it's necessary). You'll end up with:
Code:
/data/adb/modules/<your module directory>/system/product/<path to app>/.replace
Official doc details:
https://topjohnwu.github.io/Magisk/guides.html#remove-folders
So that this will look nice in the Manager modules list you should also create a module.prop file. Just follow the docs, right here:
https://topjohnwu.github.io/Magisk/guides.html#moduleprop
(It's usually a good idea if "id" matches the module directory name mentioned above.)
Click to expand...
Click to collapse
Thank you very much for your response. I have done just as you said and created /data/adb/modules/MapsDowngrade/system/product/Maps/.replace as well as created the module.prop . I noticed youtube vanced has placed the modified apk in the folder as well, which I did so. Unfortunately, upon reboot the original Maps is still there as if nothing changed
Did you also uninstall any updates that had been made to Maps? Updated are stored in /data, so those will still be there after any /system apps have been removed.
Yes, this is a fresh install of the OS and all updates were disabled on play store before it was put online
I just made a full magisk module installer and still have the same issue. Here is a copy of the magisk file I created: http://nightfire.no-ip.org/DowngradeMaps.zip
I based it off of the youtube vanced module but removed unnecessary parts but the original Maps is still showing up, even if I disable it before installing the module and then re-enabling it.
Ok. More info needed then.
First I would have expected the Maps directory to be in /system/product/app or /system/product/priv-app instead of directly in /system/product/, but I don't have a device with a product partition so I don't know how it works.
Second, what does /system/product/Maps and /product/Maps look like? If the module worked as expected both of those should only contain the .replace file.
Last, please post the Magisk log, but only do so after you've installed the Canary debug build, since it has much more detailed logging (install the apk from here and make sure that debug is selected under "Update channel" in the Manager settings: https://forum.xda-developers.com/apps/magisk/dev-magisk-canary-channel-bleeding-edge-t3839337). The log might show if things are mounting properly.
click4dylan said:
I just made a full magisk module installer and still have the same issue. Here is a copy of the magisk file I created: http://nightfire.no-ip.org/DowngradeMaps.zip
I based it off of the youtube vanced module but removed unnecessary parts but the original Maps is still showing up, even if I disable it before installing the module and then re-enabling it.
Click to expand...
Click to collapse
Using a module installation zip might actually be too much in this case, since it's such a simple module. Just complicates things unnecessarily... I'd advice just staying with creating the directory manually.
Sorry I wrote my directory above wrongly. My phone (Oneplus 7t) has a system/product/app/Maps/Maps.apk and a product/app/Maps/Maps.apk
I will reply with the logs soon. I will add a .replace for both directories now.
As expected, replacing both product and system/product had no effect. Here is my log file:
Code:
--------- beginning of main
--------- beginning of system
02-12 12:13:21.568 766 766 I Magisk : Magisk v20.3-15bd2da8(20201) daemon started
02-12 12:13:21.568 766 766 I Magisk : * Device API level: 29
02-12 12:13:21.595 766 767 I Magisk : ** post-fs-data mode running
02-12 12:13:21.598 766 767 I Magisk : * Initializing Magisk environment
02-12 12:13:21.601 766 767 I Magisk : * Mounting mirrors
02-12 12:13:21.602 766 767 I Magisk : mount: /sbin/.magisk/mirror/product
02-12 12:13:21.602 766 767 I Magisk : mount: /sbin/.magisk/mirror/vendor
02-12 12:13:21.602 766 767 I Magisk : mount: /sbin/.magisk/mirror/data
02-12 12:13:21.602 766 767 I Magisk : link: /sbin/.magisk/mirror/system
02-12 12:13:21.602 766 767 I Magisk : * Setting up internal busybox
02-12 12:13:21.612 766 767 I Magisk : * Running post-fs-data.d scripts
02-12 12:13:21.618 766 767 I Magisk : * Running module post-fs-data scripts
02-12 12:13:21.618 766 767 I Magisk : iYTBP-Vanced-black-Magisk-Repo: exec [post-fs-data.sh]
02-12 12:13:21.623 766 767 I Magisk : * Loading modules
02-12 12:13:21.623 766 767 I Magisk : iYTBP-Vanced-black-Magisk-Repo: constructing magic mount structure
02-12 12:13:21.624 766 767 I Magisk : DowngradeMaps: constructing magic mount structure
02-12 12:13:21.624 766 767 E Magisk : symlink ./system/product->/data/adb/modules/DowngradeMaps/product failed with 17: File exists
02-12 12:13:21.624 766 767 I Magisk : GoogleDialerFramework: constructing magic mount structure
02-12 12:13:21.628 766 767 I Magisk : bind_mount: /product/app/Maps
02-12 12:13:21.628 766 767 I Magisk : mnt_tmpfs : /system/app
02-12 12:13:21.628 766 767 I Magisk : bind_mount: /system/app/YouTube
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/HTMLViewer
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPBugReportLite
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OsuLogin
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/Netflix_Stub
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/BackupRestoreRemoteService
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/DeskClock
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/BookmarkProvider
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/SoterService
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/PlayAutoInstallConfig
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/NxpSecureElement
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/LiveWallpapersPicker
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/PlatformCaptivePortalLogin
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPCommonLogTool
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/SimAppDialog
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/EngineeringMode
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/Traceur
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/Netflix_Activation
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/PhotosOnline
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/KeyChain
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPSesAuthentication
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPSoundTuner
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/BasicDreams
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPScreenRecord
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/WifiRfTestApk
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/oem_tcma
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPPush
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/Stk
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/CarrierDefaultApp
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/WapiCertManage
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPFilemanager
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/Rftoolkit
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPGamingSpace
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/QColor
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPLongshot
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPLiveWallpaper
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPTelephonyDiagnoseManager
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/SmscPlugger
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/AntHalService
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPBreathMode
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/NxpNfcNci
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/OPMmsLocationFramework
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/NFCTestMode
02-12 12:13:21.629 766 767 I Magisk : bind_mount: /system/app/CtsShimPrebuilt
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/EngSpecialTest
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/GoogleExtShared
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OemAutoTestServer
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/LogKitSdService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/PrintSpooler
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPOnlineConfig
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/BluetoothExt
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/CompanionDeviceManager
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/PartnerBookmarksProvider
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/SensorTestTool
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/BluetoothMidiService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPWallpaperResources
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/Backup
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/NVBackupUI
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPBackup
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/EasterEgg_O2
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/ARCore_stub
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/PacProcessor
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/Calculator
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPSafe
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/WAPPushManager
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/WallpaperBackup
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OEMLogKit
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/SdCardService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPIntelliService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/GooglePrintRecommendationService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/BuiltInPrintService
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/OPAppUpgrader
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/Bluetooth
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/CertInstaller
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/app/BTtestmode
02-12 12:13:21.630 766 767 I Magisk : mnt_tmpfs : /system/framework
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/com.google.android.dialer.support.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/android.hardware.light-V2.0-java.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/framework.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/locksettings.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/WfdCommon.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-ims-common.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/arm
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/am.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/services.jar.prof
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/hid.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/QPerformance.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-QPerformance.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/dpm.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/telephony-common.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-android.test.base.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/oneplus_sdk_wrapper.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/bmgr.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/vr.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/oneplus-services.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/com.qti.snapdragon.sdk.display.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/wigig-service.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/qmapbridge.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/wapicertstore.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-framework.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/vendor.oneplus.hardware.motorcontrol-V1.0-java.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/com.nxp.nfc.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-ext.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-qcnvitems.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot-core-libart.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/boot.vdex
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/VendorPropExt.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/svc.jar
02-12 12:13:21.630 766 767 I Magisk : bind_mount: /system/framework/arm64
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/voip-common.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/vendor.oneplus.fingerprint.extension-V1.0-java.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/vendor.oneplus.camera.CameraHIDL-V1.0-java.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/content.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.android.location.provider.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/monkey.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/wifi-service.jar.prof
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/android.test.mock.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.qrd.wappush.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-okhttp.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.qti.location.sdk.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/telephony-ext.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/tcmiface.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/ethernet-service.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/framework-res.apk
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/ims-common.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-voip-common.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-oneplus_sdk_wrapper.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.android.nfc_extras.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/sm.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.android.future.usb.accessory.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/wifi-service.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/audiosphere.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/oneplus_sdk_utils.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/tcmclient.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-bouncycastle.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/qcom.fmradio.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/android.hidl.manager-V1.0-java.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/input.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/javax.obex.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/requestsync.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/ConnectivityExt.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/android.test.runner.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/oneplus-framework.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-telephony-common.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-WfdCommon.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/android.hidl.base-V1.0-java.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/UxPerformance.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/vendor.oneplus.hardware.param-V1.0-java.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/appwidget.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/izat.xt.srv.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/qcnvitems.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/bu.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/oneplus-coreservices.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/services.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-UxPerformance.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-telephony-ext.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-oneplus-framework.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.android.mediadrm.signer.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/com.android.media.remotedisplay.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-tcmiface.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/oem-services.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-apache-xml.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/ext.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/android.test.base.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/org.apache.http.legacy.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/org.apache.http.legacy.jar.prof
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/media.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/uiautomator.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/ActivityExt.jar
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/boot-oneplus_sdk_utils.vdex
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/oat
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/framework/telecom.jar
02-12 12:13:21.631 766 767 I Magisk : mnt_tmpfs : /system/etc/sysconfig
02-12 12:13:21.631 766 767 I Magisk : bind_mount: /system/etc/sysconfig/google_exclusives_enable.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/dialer_experience.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.oneplus.mms.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.recognize.number.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/hiddenapi-package-whitelist.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/qti_whitelist.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.oneplus.optvassistant.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/framework-sysconfig.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/sysconfig/oem_whitelist.xml
02-12 12:13:21.632 766 767 I Magisk : mnt_tmpfs : /system/etc/permissions
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.google.android.dialer.support.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.android.media.remotedisplay.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/qti_permissions.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/org.apache.http.legacy.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.software.live_wallpaper.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-google-system.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.qti.snapdragon.sdk.display.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.qti.location.sdk.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.oneplus.software.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/GooglePermissionController_permissions.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.oneplus.software.overseas.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.android.location.provider.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.test.base.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/qti_libpermissions.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.test.runner.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/oneplus_sdk_wrapper.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-oem-system.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/platform.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/GoogleDocumentsUI_permissions.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/oneplus_sdk_utils.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-platform.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.android.nfc_extras.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/izat.xt.srv.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.android.mediadrm.signer.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.android.future.usb.accessory.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-qti.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.software.webview.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.wapi.wapicertstore.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.software.verified_boot.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/qcnvitems.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/GoogleExtServices_permissions.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.oem.feature.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.nxp.nfc.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.oem.features_secrecy.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/vendor.qti.data.factory-V2.0-java.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.qualcomm.qti.imscmservice.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.oem.feature_xmotor.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/android.test.mock.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.qualcomm.location.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/vendor-oneplus-engnative-engineer.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-com.qualcomm.location.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/audiosphere.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/javax.obex.xml
02-12 12:13:21.632 766 767 I Magisk : bind_mount: /system/etc/permissions/com.qrd.wappush.xml
02-12 12:13:21.638 766 775 I Magisk : * Starting MagiskHide
02-12 12:13:21.638 766 775 I Magisk : hide_policy: Hiding sensitive props
02-12 12:13:21.638 766 775 I Magisk : hide_list init: [com.TWCableTV/.Spectrum]
02-12 12:13:21.646 766 775 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable]
02-12 12:13:21.648 766 775 I Magisk : hide_list init: [org.microg.gms.droidguard/com.google.android.gms.unstable]
01-02 06:27:14.534 766 1357 I Magisk : ** late_start service mode running
01-02 06:27:14.534 766 1357 I Magisk : * Running service.d scripts
01-02 06:27:14.534 766 1357 I Magisk : * Running module service scripts
--------- beginning of crash
01-02 06:27:27.543 766 3442 I Magisk : ** boot_complete triggered
When creating only a .replace for /system/product/app/Maps this is the log, but Maps is still using the original version:
Both directories when viewed with FX file explorer still show the original Maps.apk
Code:
--------- beginning of main
--------- beginning of system
02-12 12:18:51.263 768 768 I Magisk : Magisk v20.3-15bd2da8(20201) daemon started
02-12 12:18:51.263 768 768 I Magisk : * Device API level: 29
02-12 12:18:51.289 768 769 I Magisk : ** post-fs-data mode running
02-12 12:18:51.291 768 769 I Magisk : * Initializing Magisk environment
02-12 12:18:51.295 768 769 I Magisk : * Mounting mirrors
02-12 12:18:51.295 768 769 I Magisk : mount: /sbin/.magisk/mirror/product
02-12 12:18:51.295 768 769 I Magisk : mount: /sbin/.magisk/mirror/vendor
02-12 12:18:51.295 768 769 I Magisk : mount: /sbin/.magisk/mirror/data
02-12 12:18:51.295 768 769 I Magisk : link: /sbin/.magisk/mirror/system
02-12 12:18:51.296 768 769 I Magisk : * Setting up internal busybox
02-12 12:18:51.307 768 769 I Magisk : * Running post-fs-data.d scripts
02-12 12:18:51.312 768 769 I Magisk : * Running module post-fs-data scripts
02-12 12:18:51.312 768 769 I Magisk : iYTBP-Vanced-black-Magisk-Repo: exec [post-fs-data.sh]
02-12 12:18:51.317 768 769 I Magisk : * Loading modules
02-12 12:18:51.318 768 769 I Magisk : iYTBP-Vanced-black-Magisk-Repo: constructing magic mount structure
02-12 12:18:51.318 768 769 I Magisk : DowngradeMaps: constructing magic mount structure
02-12 12:18:51.319 768 769 I Magisk : GoogleDialerFramework: constructing magic mount structure
02-12 12:18:51.323 768 769 I Magisk : bind_mount: /product/app/Maps
02-12 12:18:51.323 768 769 I Magisk : mnt_tmpfs : /system/app
02-12 12:18:51.323 768 769 I Magisk : bind_mount: /system/app/YouTube
02-12 12:18:51.323 768 769 I Magisk : bind_mount: /system/app/HTMLViewer
02-12 12:18:51.323 768 769 I Magisk : bind_mount: /system/app/OPBugReportLite
02-12 12:18:51.323 768 769 I Magisk : bind_mount: /system/app/OsuLogin
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Netflix_Stub
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/BackupRestoreRemoteService
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/DeskClock
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/BookmarkProvider
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/SoterService
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/PlayAutoInstallConfig
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/NxpSecureElement
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/LiveWallpapersPicker
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/PlatformCaptivePortalLogin
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPCommonLogTool
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/SimAppDialog
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/EngineeringMode
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Traceur
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Netflix_Activation
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/PhotosOnline
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/KeyChain
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPSesAuthentication
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPSoundTuner
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/BasicDreams
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPScreenRecord
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/WifiRfTestApk
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/oem_tcma
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPPush
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Stk
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/CarrierDefaultApp
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/WapiCertManage
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPFilemanager
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Rftoolkit
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPGamingSpace
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/QColor
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPLongshot
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPLiveWallpaper
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPTelephonyDiagnoseManager
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/SmscPlugger
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/AntHalService
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPBreathMode
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/NxpNfcNci
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPMmsLocationFramework
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/NFCTestMode
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/CtsShimPrebuilt
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/EngSpecialTest
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/GoogleExtShared
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OemAutoTestServer
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/LogKitSdService
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/PrintSpooler
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPOnlineConfig
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/BluetoothExt
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/CompanionDeviceManager
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/PartnerBookmarksProvider
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/SensorTestTool
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/BluetoothMidiService
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/OPWallpaperResources
02-12 12:18:51.324 768 769 I Magisk : bind_mount: /system/app/Backup
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/NVBackupUI
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/OPBackup
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/EasterEgg_O2
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/ARCore_stub
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/PacProcessor
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/Calculator
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/OPSafe
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/WAPPushManager
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/WallpaperBackup
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/OEMLogKit
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/SdCardService
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/OPIntelliService
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/GooglePrintRecommendationService
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/BuiltInPrintService
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/OPAppUpgrader
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/Bluetooth
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/CertInstaller
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/app/BTtestmode
02-12 12:18:51.325 768 769 I Magisk : mnt_tmpfs : /system/framework
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/com.google.android.dialer.support.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/android.hardware.light-V2.0-java.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/framework.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/locksettings.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/WfdCommon.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/boot-ims-common.vdex
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/arm
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/am.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/services.jar.prof
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/hid.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/QPerformance.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/boot-QPerformance.vdex
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/dpm.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/telephony-common.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/boot-android.test.base.vdex
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/oneplus_sdk_wrapper.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/bmgr.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/vr.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/oneplus-services.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/com.qti.snapdragon.sdk.display.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/wigig-service.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/qmapbridge.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/wapicertstore.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/boot-framework.vdex
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/vendor.oneplus.hardware.motorcontrol-V1.0-java.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/com.nxp.nfc.jar
02-12 12:18:51.325 768 769 I Magisk : bind_mount: /system/framework/boot-ext.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-qcnvitems.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-core-libart.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/VendorPropExt.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/svc.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/arm64
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/voip-common.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/vendor.oneplus.fingerprint.extension-V1.0-java.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/vendor.oneplus.camera.CameraHIDL-V1.0-java.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/content.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/com.android.location.provider.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/monkey.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/wifi-service.jar.prof
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/android.test.mock.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/com.qrd.wappush.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-okhttp.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/com.qti.location.sdk.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/telephony-ext.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/tcmiface.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/ethernet-service.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/framework-res.apk
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/ims-common.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-voip-common.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-oneplus_sdk_wrapper.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/com.android.nfc_extras.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/sm.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/com.android.future.usb.accessory.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/wifi-service.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/audiosphere.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/oneplus_sdk_utils.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/tcmclient.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-bouncycastle.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/qcom.fmradio.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/android.hidl.manager-V1.0-java.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/input.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/javax.obex.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/requestsync.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/ConnectivityExt.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/android.test.runner.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/oneplus-framework.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-telephony-common.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/boot-WfdCommon.vdex
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/android.hidl.base-V1.0-java.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/UxPerformance.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/vendor.oneplus.hardware.param-V1.0-java.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/appwidget.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/izat.xt.srv.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/qcnvitems.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/bu.jar
02-12 12:18:51.326 768 769 I Magisk : bind_mount: /system/framework/oneplus-coreservices.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/services.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-UxPerformance.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-telephony-ext.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-oneplus-framework.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/com.android.mediadrm.signer.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/com.android.media.remotedisplay.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-tcmiface.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/oem-services.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-apache-xml.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/ext.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/android.test.base.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/org.apache.http.legacy.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/org.apache.http.legacy.jar.prof
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/media.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/uiautomator.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/ActivityExt.jar
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/boot-oneplus_sdk_utils.vdex
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/oat
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/framework/telecom.jar
02-12 12:18:51.327 768 769 I Magisk : mnt_tmpfs : /system/etc/sysconfig
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/google_exclusives_enable.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/dialer_experience.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.oneplus.mms.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.recognize.number.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/hiddenapi-package-whitelist.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/qti_whitelist.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/power_profile_com.oneplus.optvassistant.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/framework-sysconfig.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/sysconfig/oem_whitelist.xml
02-12 12:18:51.327 768 769 I Magisk : mnt_tmpfs : /system/etc/permissions
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.google.android.dialer.support.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.android.media.remotedisplay.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/qti_permissions.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/org.apache.http.legacy.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/android.software.live_wallpaper.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-google-system.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.qti.snapdragon.sdk.display.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.qti.location.sdk.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.oneplus.software.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/GooglePermissionController_permissions.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.oneplus.software.overseas.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/com.android.location.provider.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/android.test.base.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/qti_libpermissions.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/android.test.runner.xml
02-12 12:18:51.327 768 769 I Magisk : bind_mount: /system/etc/permissions/oneplus_sdk_wrapper.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-oem-system.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/platform.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/GoogleDocumentsUI_permissions.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/oneplus_sdk_utils.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-platform.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.android.nfc_extras.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/izat.xt.srv.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.android.mediadrm.signer.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.android.future.usb.accessory.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-qti.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/android.software.webview.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.wapi.wapicertstore.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/android.software.verified_boot.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/qcnvitems.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/GoogleExtServices_permissions.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.oem.feature.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.nxp.nfc.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.oem.features_secrecy.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/vendor.qti.data.factory-V2.0-java.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.qualcomm.qti.imscmservice.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.oem.feature_xmotor.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/android.test.mock.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.qualcomm.location.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/vendor-oneplus-engnative-engineer.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/privapp-permissions-com.qualcomm.location.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/audiosphere.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/javax.obex.xml
02-12 12:18:51.328 768 769 I Magisk : bind_mount: /system/etc/permissions/com.qrd.wappush.xml
02-12 12:18:51.336 768 777 I Magisk : * Starting MagiskHide
02-12 12:18:51.336 768 777 I Magisk : hide_policy: Hiding sensitive props
02-12 12:18:51.336 768 777 I Magisk : hide_list init: [com.TWCableTV/.Spectrum]
02-12 12:18:51.344 768 777 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable]
02-12 12:18:51.346 768 777 I Magisk : hide_list init: [org.microg.gms.droidguard/com.google.android.gms.unstable]
01-02 06:32:44.574 768 1365 I Magisk : ** late_start service mode running
01-02 06:32:44.574 768 1365 I Magisk : * Running service.d scripts
01-02 06:32:44.575 768 1365 I Magisk : * Running module service scripts
--------- beginning of crash
01-02 06:32:57.626 768 3445 I Magisk : ** boot_complete triggered
01-02 06:33:13.610 768 777 I Magisk : proc_monitor: [com.google.android.gms.unstable] PID=[8075] UID=[10202]
Just to simplify things and make troubleshooting easier, could you post a new log with your other modules disabled?
And, what does the module look like now? In the module directory you should only have module.prop and the /system/product/apo/Maps/ directory structure with the .replace file, nothing else. I'm asking because you seem to imply (and the log suggests it as well) that you've also created a /product/app/Maps directory. That would break things since Magisk expects to create that symlink itself... You can find more, very useful, info about how a module is built here:
https://topjohnwu.github.io/Magisk/guides.html
Didgeridoohan said:
Just to simplify things and make troubleshooting easier, could you post a new log with your other modules disabled?
And, what does the module look like now? In the module directory you should only have module.prop and the /system/product/apo/Maps/ directory structure with the .replace file, nothing else. I'm asking because you seem to imply (and the log suggests it as well) that you've also created a /product/app/Maps directory. That would break things since Magisk expects to create that symlink itself... You can find more, very useful, info about how a module is built here:
https://topjohnwu.github.io/Magisk/guides.html
Click to expand...
Click to collapse
Currently there is now only the .replace file and the module.prop
Code:
--------- beginning of main
--------- beginning of system
02-12 12:42:18.361 768 768 I Magisk : Magisk v20.3-15bd2da8(20201) daemon started
02-12 12:42:18.361 768 768 I Magisk : * Device API level: 29
02-12 12:42:18.388 768 769 I Magisk : ** post-fs-data mode running
02-12 12:42:18.390 768 769 I Magisk : * Initializing Magisk environment
02-12 12:42:18.394 768 769 I Magisk : * Mounting mirrors
02-12 12:42:18.394 768 769 I Magisk : mount: /sbin/.magisk/mirror/product
02-12 12:42:18.394 768 769 I Magisk : mount: /sbin/.magisk/mirror/vendor
02-12 12:42:18.394 768 769 I Magisk : mount: /sbin/.magisk/mirror/data
02-12 12:42:18.394 768 769 I Magisk : link: /sbin/.magisk/mirror/system
02-12 12:42:18.394 768 769 I Magisk : * Setting up internal busybox
02-12 12:42:18.405 768 769 I Magisk : * Running post-fs-data.d scripts
02-12 12:42:18.411 768 769 I Magisk : * Running module post-fs-data scripts
02-12 12:42:18.411 768 769 I Magisk : * Loading modules
02-12 12:42:18.411 768 769 I Magisk : DowngradeMaps: constructing magic mount structure
02-12 12:42:18.412 768 769 I Magisk : bind_mount: /product/app/Maps
02-12 12:42:18.416 768 776 I Magisk : * Starting MagiskHide
02-12 12:42:18.416 768 776 I Magisk : hide_policy: Hiding sensitive props
02-12 12:42:18.417 768 776 I Magisk : hide_list init: [com.TWCableTV/.Spectrum]
02-12 12:42:18.425 768 776 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable]
02-12 12:42:18.427 768 776 I Magisk : hide_list init: [org.microg.gms.droidguard/com.google.android.gms.unstable]
01-02 06:56:11.385 768 1289 I Magisk : ** late_start service mode running
01-02 06:56:11.385 768 1289 I Magisk : * Running service.d scripts
01-02 06:56:11.386 768 1289 I Magisk : * Running module service scripts
--------- beginning of crash
01-02 06:56:24.448 768 3476 I Magisk : ** boot_complete triggered
01-02 06:56:40.825 768 776 I Magisk : proc_monitor: [com.google.android.gms.unstable] PID=[6823] UID=[10202]
Ok, that looks good. But, I'm expecting that the real directories (not in the module directory), /product/app/Maps and /system/product/app/Maps does not contain the .replace file then, or?
Didgeridoohan said:
Ok, that looks good. But, I'm expecting that the real directories (not in the module directory), /product/app/Maps and /system/product/app/Maps does not contain the .replace file then, or?
Click to expand...
Click to collapse
Nope, product/app/Maps contains only Maps.apk and system/product/app/Maps contains Maps.apk and nothing else
Hello everybody
I have the same problem. I use a self-made magisk module to debloat my Rom (OOS 10.3.0 - OnePlus 6t). The apps from /system/app and /system/
priv-app work, but unfortunately not in /system/product. I tested the whole thing with magisk 20.1 and 20.2 and came to the same result. Seems like it's a bug. Here is a screenshot (Solid Explorer - left /data/adb/modules/ - right /system/Producer/priv-app)
It does seem like a bug... I've brought the issue up with @topjohnwu, so let's see what he has to say.
thanks for looking into this!
Apparently it might be OnePlus messing things up. OxygenOS is mounting /data/india/india.img over /system/product, which makes it impossible for us to do our thing with Magisk.
The solution is to remove the img file, but I have absolutely no idea what it's for (you'd have to do the homework for that). Just to be safe you could just rename it to india.bak and if something breaks rename it back to .img.
+1
same problem on OP7T (HD1900) with xXX Magisk module and my own Magisk debloat module...
debloating of system/app and system/priv-app is working as expected - but debloating under product/app is weird (no replacing files with 0KB in it - files explorers showing only empty folders) and under product/priv-app nothing is debloated...
edit: found no india.img under data/india...
I have been used magisk for a year already, and I did not update my OS/root status recently. However, my mobile banking app blocked my access suddenly.
FYR: https://play.google.com/store/apps/details?id=com.scb.breezebanking.hk
I have also tried update to canary version of magisk: 20419/291, but no luck.
Can anyone tell me what is happen? Is there any solution to get rid of this? Thank in advance.
--------- beginning of main
--------- beginning of system
09-15 17:28:16.418 710 710 I Magisk : Magisk 97b72a59(20419) daemon started
09-15 17:28:16.418 710 710 I Magisk : * Device API level: 29
09-15 17:28:16.430 710 711 D Magisk : resetprop: getprop [ro.crypto.state]: [encrypted]
09-15 17:28:16.430 710 711 D Magisk : resetprop: getprop [init.svc.vold]: [running]
09-15 17:28:16.447 710 711 I Magisk : ** post-fs-data mode running
09-15 17:28:16.451 710 711 I Magisk : * Initializing Magisk environment
09-15 17:28:16.480 710 711 I Magisk : * Mounting mirrors
09-15 17:28:16.480 710 711 I Magisk : mount: /sbin/.magisk/mirror/vendor
09-15 17:28:16.480 710 711 I Magisk : mount: /sbin/.magisk/mirror/data
09-15 17:28:16.481 710 711 I Magisk : link: /sbin/.magisk/mirror/system
09-15 17:28:16.481 710 711 I Magisk : link: /sbin/.magisk/mirror/product
09-15 17:28:16.481 710 711 I Magisk : * Setting up internal busybox
09-15 17:28:16.497 710 711 D Magisk : resetprop: decode with protobuf [/data/property/persistent_properties]
09-15 17:28:16.499 710 711 D Magisk : resetprop: prop [persist.sys.safemode] does not exist
09-15 17:28:16.502 710 711 I Magisk : * Running post-fs-data.d scripts
09-15 17:28:16.504 710 711 D Magisk : magiskdb: query magiskhide=[1]
09-15 17:28:16.504 710 711 I Magisk : * Starting MagiskHide
09-15 17:28:16.504 710 711 D Magisk : hide_list: initialize
09-15 17:28:16.504 710 711 I Magisk : hide_list init: [hk.com.hsbc.hsbchkrewards/hk.com.hsbc.hsbchkrewards]
09-15 17:28:16.509 710 711 I Magisk : hide_list init: [hk.com.hsbc.paymefromhsbc/hk.com.hsbc.paymefromhsbc]
09-15 17:28:16.512 710 711 I Magisk : hide_list init: [hk.com.hsbc.hsbchkmobilebanking/hk.com.hsbc.hsbchkmobilebanking]
09-15 17:28:16.514 710 711 I Magisk : hide_list init: [com.bankcomm.hk.mbappebd/com.bankcomm.hk.mbappebd]
09-15 17:28:16.517 710 711 I Magisk : hide_list init: [com.hktv.android.hktvmall/com.hktv.android.hktvmall]
09-15 17:28:16.520 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.ui]
09-15 17:28:16.522 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms:car]
09-15 17:28:16.525 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms]
09-15 17:28:16.527 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.feedback]
09-15 17:28:16.530 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.persistent]
09-15 17:28:16.533 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.learning]
09-15 17:28:16.535 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable]
09-15 17:28:16.538 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.room]
09-15 17:28:16.541 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms:snet]
09-15 17:28:16.543 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.play.games.ui]
09-15 17:28:16.546 710 711 I Magisk : hide_list init: [com.scb.breezebanking.hk/com.scb.breezebanking.hk]
09-15 17:28:16.549 710 711 I Magisk : hide_list init: [com.scb.breezebanking.hk/com.scb.breezebanking.hkaykey]
09-15 17:28:16.551 710 711 I Magisk : hide_list init: [com.scb.breezebanking.hk/com.scb.breezebanking.hk:LiveBank24]
09-15 17:28:16.554 710 711 I Magisk : hide_list init: [com.scb.breezebanking.hk/com.scb.breezebanking.hk:LivebankErrorProcess]
09-15 17:28:16.562 710 711 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable]
09-15 17:28:16.564 710 711 I Magisk : hide_list init: [org.microg.gms.droidguard/com.google.android.gms.unstable]
09-15 17:28:16.574 710 711 I Magisk : hide_policy: Hiding sensitive props
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.boot.vbmeta.device_state]: [unlocked]
09-15 17:28:16.574 710 711 D Magisk : resetprop: update prop [ro.boot.vbmeta.device_state]: [locked] by modifying prop data structure
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.boot.verifiedbootstate]: [orange]
09-15 17:28:16.574 710 711 D Magisk : resetprop: update prop [ro.boot.verifiedbootstate]: [green] by modifying prop data structure
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.boot.flash.locked]: [0]
09-15 17:28:16.574 710 711 D Magisk : resetprop: update prop [ro.boot.flash.locked]: [1] by modifying prop data structure
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.boot.veritymode]: [enforcing]
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.boot.warranty_bit] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.warranty_bit] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.debuggable]: [0]
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.secure]: [1]
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.build.type]: [user]
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.build.tags]: [release-keys]
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.vendor.boot.warranty_bit] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.vendor.warranty_bit] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [vendor.boot.vbmeta.device_state]: [unlocked]
09-15 17:28:16.574 710 711 D Magisk : resetprop: update prop [vendor.boot.vbmeta.device_state]: [locked] by modifying prop data structure
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.bootmode]: [normal]
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [ro.boot.mode]: [normal]
09-15 17:28:16.574 710 711 D Magisk : resetprop: getprop [vendor.boot.mode]: [normal]
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.boot.hwc] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.boot.hwcountry] does not exist
09-15 17:28:16.574 710 711 D Magisk : resetprop: prop [ro.build.selinux] does not exist
09-15 17:28:16.577 710 746 D Magisk : proc_monitor: nothing to monitor, wait for signal
09-15 17:28:16.581 710 711 D Magisk : bind_mnt: /sbin/.magisk/modules <- /sbin/.magisk/mirror/data/adb/modules
09-15 17:28:16.597 710 711 I Magisk : * Running module post-fs-data scripts
09-15 17:28:16.597 710 711 I Magisk : iYTBP-Vanced-Magisk-Repo: exec [post-fs-data.sh]
09-15 17:28:16.602 710 711 I Magisk : * Loading modules
09-15 17:28:16.602 710 711 I Magisk : iYTBP-Vanced-Magisk-Repo: loading mount files
09-15 17:28:16.602 710 711 I Magisk : reserve_mod: loading mount files
09-15 17:28:16.607 710 711 D Magisk : mnt_tmp : /system/app <- tmpfs
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/ARCore_stub <- /sbin/.magisk/mirror/system/app/ARCore_stub
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/AntHalService <- /sbin/.magisk/mirror/system/app/AntHalService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BTtestmode <- /sbin/.magisk/mirror/system/app/BTtestmode
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/Backup <- /sbin/.magisk/mirror/system/app/Backup
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BackupRestoreRemoteService <- /sbin/.magisk/mirror/system/app/BackupRestoreRemoteService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BasicDreams <- /sbin/.magisk/mirror/system/app/BasicDreams
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/Bluetooth <- /sbin/.magisk/mirror/system/app/Bluetooth
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BluetoothExt <- /sbin/.magisk/mirror/system/app/BluetoothExt
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BluetoothMidiService <- /sbin/.magisk/mirror/system/app/BluetoothMidiService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BookmarkProvider <- /sbin/.magisk/mirror/system/app/BookmarkProvider
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/BuiltInPrintService <- /sbin/.magisk/mirror/system/app/BuiltInPrintService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/Calculator <- /sbin/.magisk/mirror/system/app/Calculator
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/CarrierDefaultApp <- /sbin/.magisk/mirror/system/app/CarrierDefaultApp
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/CertInstaller <- /sbin/.magisk/mirror/system/app/CertInstaller
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/CompanionDeviceManager <- /sbin/.magisk/mirror/system/app/CompanionDeviceManager
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/CtsShimPrebuilt <- /sbin/.magisk/mirror/system/app/CtsShimPrebuilt
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/DeskClock <- /sbin/.magisk/mirror/system/app/DeskClock
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/DiracManager <- /sbin/.magisk/mirror/system/app/DiracManager
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/EasterEgg_O2 <- /sbin/.magisk/mirror/system/app/EasterEgg_O2
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/EngSpecialTest <- /sbin/.magisk/mirror/system/app/EngSpecialTest
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/EngineeringMode <- /sbin/.magisk/mirror/system/app/EngineeringMode
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/GoogleExtShared <- /sbin/.magisk/mirror/system/app/GoogleExtShared
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/GooglePay <- /sbin/.magisk/mirror/system/app/GooglePay
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/GooglePrintRecommendationService <- /sbin/.magisk/mirror/system/app/GooglePrintRecommendationService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/HTMLViewer <- /sbin/.magisk/mirror/system/app/HTMLViewer
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/KeyChain <- /sbin/.magisk/mirror/system/app/KeyChain
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/LiveWallpapersPicker <- /sbin/.magisk/mirror/system/app/LiveWallpapersPicker
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/LogKitSdService <- /sbin/.magisk/mirror/system/app/LogKitSdService
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/NFCTestMode <- /sbin/.magisk/mirror/system/app/NFCTestMode
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/NVBackupUI <- /sbin/.magisk/mirror/system/app/NVBackupUI
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/NxpNfcNci <- /sbin/.magisk/mirror/system/app/NxpNfcNci
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/NxpSecureElement <- /sbin/.magisk/mirror/system/app/NxpSecureElement
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OEMLogKit <- /sbin/.magisk/mirror/system/app/OEMLogKit
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPAppUpgrader <- /sbin/.magisk/mirror/system/app/OPAppUpgrader
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPBackup <- /sbin/.magisk/mirror/system/app/OPBackup
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPBackupRestore <- /sbin/.magisk/modules/reserve_mod/system/app/OPBackupRestore
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPBreathMode <- /sbin/.magisk/mirror/system/app/OPBreathMode
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPBugReportLite <- /sbin/.magisk/mirror/system/app/OPBugReportLite
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPCommonLogTool <- /sbin/.magisk/mirror/system/app/OPCommonLogTool
09-15 17:28:16.607 710 711 D Magisk : bind_mnt: /system/app/OPFilemanager <- /sbin/.magisk/mirror/system/app/OPFilemanager
09-15 17:28:16.608 710 711 D Magisk : bind_mnt: /system/app/OPForum <- /sbin/.magisk/modules/reserve_mod/system/app/OPFo
Click to expand...
Click to collapse
I'm using Original Magisk what i do is in the setting i check Magisk hide (hide magisk from various detection) then in GENERAL i click the Hide magisk Manager this time it will create random ID and name (you can choose what you want) after that uninstall Bank APP and Install again but donot open go to Magisk and 3 dots left side above then click Magisk Hide then select the BANK APP/APK then restart your phone. Then try using the bank app.
There are several ways of detecting Magisk that MagiskHide currently cannot hide. Might be that one of those is being utilised by the app in question.
There are also many things that apps can detect that Magisk cannot hide, but that you can do something about:
https://www.didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps