HuskyDG / magisk-files

1.95k stars 83 forks source link

Mobile root but not showing in kitsune mask? #27

Closed ZIKEE007 closed 7 months ago

ZIKEE007 commented 7 months ago

I just flash kitsune mask using custom recovery my mobile root but module and SuperSU section is disable infact in app show mobile is non rooted check image. But in root bear apk or tb checker apk found SU file say your mobile is rooted.All previous version working best. Please tell me if any solution. Thanks ❤️ Screenshot_20231210-202354 Screenshot_20231210-205423 Screenshot_20231210-205348 Screenshot_20231210-203002 magisk_log_2023-12-10T20.24.02.log

HuskyDG commented 7 months ago

Send /cache/magisk.log?

ZIKEE007 commented 7 months ago

Send /cache/magisk.log? Magisk log

magisk_log_2023-12-10T20.24.02.log

ZIKEE007 commented 7 months ago

And recovery log recovery_Magisk.zip_2023-12-10-20-21-43.log

NoRRt commented 7 months ago

Me to problem.

xhemp commented 7 months ago

Interesting, I've been having the same problem as well. Any other logs you need, let me know! magisk_log_2023-12-12T11.53.32.log

HuskyDG commented 7 months ago

Send /cache/magisk.log not logs in magisk app because it's unrooted state

xhemp commented 7 months ago

Send /cache/magisk.log not logs in magisk app because it's unrooted state

I think I got it to a bad state, even though root is not showing up in the app and I can't seem to do a su with termux, if I use PixelFlasher, it does ask for root and it grants it, just wondering how I can delete all instances and start anew.

HuskyDG commented 7 months ago

You can boot to recovery and collect /cache/magisk.log

xhemp commented 7 months ago

Very weird, this is what is showing up on the cache.log:

12-12 12:37:38.624 887 887 I : Magisk R6573543B-kitsune(26401) daemon started 12-12 12:37:38.625 887 887 I : Device API level: 34 12-12 12:37:38.625 887 887 I : CPU ABI 64-bit: arm64-v8a 12-12 12:37:38.636 887 889 I : post-fs-data mode running 12-12 12:37:38.636 887 889 I : Mounting mirrors 12-12 12:37:38.677 887 889 I : Initializing Magisk environment 12-12 12:37:38.689 887 889 I : Running post-fs-data.d scripts 12-12 12:37:38.690 887 889 I : Enable SuList 12-12 12:37:38.690 887 889 I : sulist: initializing internal data structures 12-12 12:37:38.691 887 889 I : sulist add: [org.swiftapps.swiftbackup/org.swiftapps.swiftbackup] 12-12 12:37:38.696 887 889 I : sulist add: [com.termux/com.termux] 12-12 12:37:38.698 887 889 I : sulist add: [io.github.huskydg.magisk/io.github.huskydg.magisk] 12-12 12:37:38.702 887 889 I : sulist add: [com.android.systemui/com.android.systemui] 12-12 12:37:38.705 887 889 I : sulist add: [com.android.settings/com.android.settings] 12-12 12:37:38.708 887 889 I : zygisksu: refresh [sepolicy.rule] 12-12 12:37:38.709 887 889 I : Running module post-fs-data scripts 12-12 12:37:38.710 894 894 I : zygisksu: exec [post-fs-data.sh] 12-12 12:37:38.713 887 897 I : proc_monitor: start tracing init 12-12 12:37:38.713 887 889 I : Loading modules 12-12 12:37:38.713 887 889 I : hosts: loading mount files 12-12 12:37:38.713 887 889 I : brbpass: loading mount files 12-12 12:37:39.043 911 911 I : zygisk: inject into new zygote process PID=[908] [/system/bin/app_process64] 12-12 12:37:39.659 908 908 E : zygisk64: unknown signature of com/android/internal/os/Zygote#nativeForkAndSpecialize: (II[II[[IILjava/lang/String;Ljava/lang/String;[I[IZLjava/lang/String;Ljava/lang/String;Z[Ljava/lang/String;[Ljava/lang/String;ZZZ)I 12-12 12:37:39.659 908 908 I : zygisk64: replaced com/android/internal/os/Zygote#nativeForkSystemServer 12-12 12:37:39.659 908 908 E : zygisk64: unknown signature of com/android/internal/os/Zygote#nativeSpecializeAppProcess: (II[II[[IILjava/lang/String;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;Z[Ljava/lang/String;[Ljava/lang/String;ZZZ)V 12-12 12:37:39.888 887 889 I : late_start service mode running 12-12 12:37:39.888 887 889 I : Running service.d scripts 12-12 12:37:39.888 887 889 I : Running module service scripts 12-12 12:37:39.890 887 889 I : zygisksu: exec [service.sh] 12-12 12:37:39.891 887 889 I : brbpass: exec [service.sh] 12-12 12:37:54.404 887 889 I : ** boot-complete triggered

But if I open kitsune, it doesn't show the device is rooted. I use SwiftBackup, for example and if I open it, it doesn't acquire root permissions. Only way is via Pixel Flasher OR adb shell and then su.

Edit: It's probably related, @HuskyDG but updating to 26402 fixed it!

ZIKEE007 commented 7 months ago

/cache/magisk.log file is here 👇 magisk.log Sir please check @HuskyDG

HuskyDG commented 7 months ago
Magisk b8694c99-delta(25206) daemon started

You are so funny

cany748 commented 3 months ago

It worked for me:

adb shell
su
magisk --sqlite "UPDATE settings SET value=0 WHERE key='sulist'"
reboot

After rebooting, the Kitsune application saw root

PriMieon commented 1 month ago

It worked for me:

adb shell
su
magisk --sqlite "UPDATE settings SET value=0 WHERE key='sulist'"
reboot

After rebooting, the Kitsune application saw root

not all heros wear capes. thanks man!