topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
47.59k stars 12.08k forks source link

Magisk - Zygisk not turning on #5353

Closed pablo8899 closed 2 years ago

pablo8899 commented 2 years ago

Device: Samsung Galaxy S8 (SM-G950F) Android version: 9 Magisk version name: 32fc34f Magisk version code: 24101

Hi i have problem with Zygisk: Screenshot_20220201-134913

I have tried solution from this issue https://github.com/topjohnwu/Magisk/issues/5299 but nothing seems to work (my device doesn't have FDE support).

Logs: magisk_log_2022-02-01T13_49_09.log bootlog.txt

I should also attach init.rc file but in my case it has 0 bytes and i can't copy it idk why.

canyie commented 2 years ago

F linker : CANNOT LINK EXECUTABLE "/system/bin/app_process64": library "/sbin/.magisk/zygisk/zygisk.app_process64.1.so" not found

zygisk32 success to inject into zygote but zygisk64 keeps crashing.

canyie commented 2 years ago

May I have the output of su -c ls -lZ /sbin/.magisk/zygisk/?

pablo8899 commented 2 years ago

May I have the output of su -c ls -lZ /sbin/.magisk/zygisk/?

sure:

total 1080 -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 141116 2022-02-01 13:47 app_process32 -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 223608 2022-02-01 13:47 app_process64 -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 141116 2022-02-01 13:47 zygisk.app_process32.1.so -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 141116 2022-02-01 13:47 zygisk.app_process32.2.so -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 223608 2022-02-01 13:47 zygisk.app_process64.1.so -rwxr-xr-x 1 root shell u:object_r:zygote_exec:s0 223608 2022-02-01 13:47 zygisk.app_process64.2.so

canyie commented 2 years ago

Try this build? https://github.com/canyie/Magisk/actions/runs/1779468520

pablo8899 commented 2 years ago

Try this build? https://github.com/canyie/Magisk/actions/runs/1779468520

Hi Now i have problem with core detection Screenshot_20220202-081719

AlexeSimon commented 2 years ago

Same phone, same issue, all my "rootphobic" apps have been going nuts! I also use a different build you linked on another thread to solve magisk not being detected. I tried to hide magisk using hsu, magiskhide props config, riru+universal safetynet fix (riru) but no success.

magisk_log_2022-02-02T14:10:44.log

canyie commented 2 years ago

Forgot to merge the master branch again :( please try this one: https://github.com/canyie/Magisk/actions/runs/1784306205

AlexeSimon commented 2 years ago

@canyie Still a "No" and rootphobic behavior despite all the modules.

magisk_log_2022-02-02T16:46:15.log

(Thank you btw for your reactiveness and for how much you are helping 👍)

pablo8899 commented 2 years ago

Yes - zygisk still says "no" bootlog2.txt

F linker : CANNOT LINK EXECUTABLE "/system/bin/app_process64": library "/sbin/.magisk/zygisk/zygisk.app_process64.1.so" not found

yujincheng08 commented 2 years ago

Please use this to grab bootlog app-debug.zip

pablo8899 commented 2 years ago

@yujincheng08 so I should send You magisk log only now or with logcat?

yujincheng08 commented 2 years ago

with logcat plz.

pablo8899 commented 2 years ago

@yujincheng08 thats what i get: bootlog.log magisk_log_2022-02-03T093228.log

yujincheng08 commented 2 years ago

app-debug.zip Use this to grab logcat again. And kmsg as well.

pablo8899 commented 2 years ago

@yujincheng08 idk if i did smth wrong but kernel log has only 0.5 mb bootlog.log kmsg.log

yujincheng08 commented 2 years ago

What is the output of command file /sbin/.magisk/zygisk/zygisk.app_process64.1.so

pablo8899 commented 2 years ago

/sbin/.magisk/zygisk/zygisk.app_process64.1.so: cannot open

yujincheng08 commented 2 years ago

do this in root shell

pablo8899 commented 2 years ago

when i run this command with "su" it doesn't load

pablo8899 commented 2 years ago

alright I got this via termux /sbin/.magisk/zygisk/zygisk.app_process64.1.so: ELF shared object, 64-bit LSB arm64, dynamic (/system/bin/linker64), BuildID=80a7158f0837bf132e3cd14dba6f32570ce15e5c, stripped

yujincheng08 commented 2 years ago

app-debug.zip Use this to grab log

pablo8899 commented 2 years ago

bootlog.log

yujincheng08 commented 2 years ago

app-debug.zip Try this and grab log.

pablo8899 commented 2 years ago

@yujincheng08 bootlog.log

yujincheng08 commented 2 years ago

app-debug.zip Try this and grab log

pablo8899 commented 2 years ago

bootlog.log

yujincheng08 commented 2 years ago

app-debug.zip Try this and grab log

pablo8899 commented 2 years ago

bootlog.log

yujincheng08 commented 2 years ago

app-debug.zip Try this and grab log

pablo8899 commented 2 years ago

bootlog.log

yujincheng08 commented 2 years ago

app-debug.zip Try this and grab log

pablo8899 commented 2 years ago

OMG it works now Zygisk is enabled ! thank you very very very much @yujincheng08 and @canyie for your time spending of my issue ! I really appreciate this ! Screenshot_20220203-171937 Do you need still bootlogs ?

yujincheng08 commented 2 years ago

At last, plz try this: app-debug.zip

pablo8899 commented 2 years ago

At last, plz try this: app-debug.zip

this version also works !

AlexeSimon commented 2 years ago

At last, plz try this: app-debug.zip

Worked for me too! And I could finally hide the Magisk App and use my banking apps.

magisk_log_2022-02-03T18:27:39.log

AlexeSimon commented 2 years ago

Gj and thank you for your help all 👍

jeancarlosna commented 2 years ago

Screenshot_20220203-193621 Screenshot_20220203-193629 Screenshot_20220203-193640

magisk_log_2022-02-03T193319.log init.zip

Samsung Galaxy S7 (SM-G930F). In init.cr I didn't found any line asserting zygisk(zygote) as true or false. Could it be a different fix for my phone?

hhihhio commented 2 years ago

how to get the modules, my magisk app doesn't show the module to install

pablo8899 commented 2 years ago

how to get the modules, my magisk app doesn't show the module to install

Read changelog

shakil1819 commented 2 years ago

OMG it works now Zygisk is enabled ! thank you very very very much @yujincheng08 and @canyie for your time spending of my issue ! I really appreciate this ! Screenshot_20220203-171937 Do you need still bootlogs ?

what steps enabled zygisk ?

fardinrast commented 2 years ago

app-debug.zip Try this and grab log

Hi @yujincheng08 I need your help My phone is S7 edge and zygisk is off. I can't turn it on

SPYazdani commented 2 years ago

 Hi $contact_first_name $contact_last_name, We've received your case $acase_name (# $acase_case_number) on $acase_date_entered Status$acase_statusReference$acase_case_numberDescription$acase_description On 06/09/2022, 10:16, @.*** wrote: app-debug.zip Try this and grab log

Hi @yujincheng08

I need your help

My phone is S7 edge and zygisk is off. I can't turn it on

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @github.com>

fardinrast commented 2 years ago

Fix your bot!

On Tue, Sep 6, 2022, 4:47 AM S P Yazdani @.***> wrote:

Hi $contact_first_name $contact_last_name, We've received your case $acase_name (# $acase_case_number) on $acase_date_entered Status$acase_statusReference$acase_case_numberDescription$acase_description On 06/09/2022, 10:16, @.*** wrote: app-debug.zip Try this and grab log

Hi @yujincheng08

I need your help

My phone is S7 edge and zygisk is off. I can't turn it on

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @github.com>

— Reply to this email directly, view it on GitHub https://github.com/topjohnwu/Magisk/issues/5353#issuecomment-1237540718, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT5F6S47IWRIBHFJY2YJ7E3V42ESFANCNFSM5NJGFZDQ . You are receiving this because you commented.Message ID: @.***>

SPYazdani commented 2 years ago

 Hi $contact_first_name $contact_last_name, We've received your case $acase_name (# $acase_case_number) on $acase_date_entered Status$acase_statusReference$acase_case_numberDescription$acase_description On 06/09/2022, 10:23, @.*** wrote:Fix your bot!

On Tue, Sep 6, 2022, 4:47 AM S P Yazdani @.***> wrote:

Hi $contact_first_name $contact_last_name,

We've received your case $acase_name (# $acase_case_number) on

$acase_date_entered

Status$acase_statusReference$acase_case_numberDescription$acase_description

On 06/09/2022, 10:16, @.*** wrote:

app-debug.zip Try this and grab log

Hi @yujincheng08

I need your help

My phone is S7 edge and zygisk is off. I can't turn it on

Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message

ID: @github.com>

Reply to this email directly, view it on GitHub

,

or unsubscribe

.

You are receiving this because you commented.Message ID:

@.***>

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @github.com>

SPYazdani commented 2 years ago

@fardinrast https://github.com/topjohnwu/Magisk/issues/6248

shayzour commented 2 years ago

Hi guys i tried to upgrade to magisk delta but zygisk is no in the home screen although i rebooted my phone but still zygisk says no any help guys

gayratiism commented 1 year ago

OMG it works now Zygisk is enabled ! thank you very very very much @yujincheng08 and @canyie for your time spending of my issue ! I really appreciate this ! Screenshot_20220203-171937 Do you need still bootlogs ?

Please, can you tell me how to use this file?

gayratiism commented 1 year ago

Please, can you tell me how to use this file?

Ruslan779555 commented 5 months ago

@yujincheng08 yujincheng08 I have almost the same problem. Can you write your nickname in TG? I want to ask for help