ThomasKing2014 / Pixel7_32bit_helper

44 stars 8 forks source link

Enabling Zygisk with Magisk 25205 causes bootloop #5

Open Namelesswonder opened 1 year ago

Namelesswonder commented 1 year ago

Tried on both T1B3.221003.008 and TD1A.221105.001.A1, both have the same result although with different services failing to start. Using the latest Magisk up to commit cf9957c, rebased the patch to apply to the newer sources.

Similar issues as with #4, services not being brought up and the boot process not proceeding after enabling Zygisk.

I don't know which commit(s) are causing the issue, as I will need to spend some time to bisect it.

Logcat from TD1A.221105.001.A1:

11-15 02:56:36.928   884  1303 W ServiceManager: Waited one second for android.frameworks.stats.IStats/default (is service started? are binder threads started and available?)
11-15 02:56:36.928   458   458 I servicemanager: Since 'android.frameworks.stats.IStats/default' could not be found, trying to start it as a lazy AIDL service
11-15 02:56:36.929   513   521 W ServiceManager: Waited one second for android.frameworks.stats.IStats/default (is service started? are binder threads started and available?)
11-15 02:56:36.929   458   458 I servicemanager: Since 'android.frameworks.stats.IStats/default' could not be found, trying to start it as a lazy AIDL service
11-15 02:56:36.930   458  2216 W libc    : Unable to set property "ctl.interface_start" to "aidl/android.frameworks.stats.IStats/default": error code: 0x20
11-15 02:56:36.930   458  2216 I servicemanager: Tried to start aidl service android.frameworks.stats.IStats/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
11-15 02:56:36.930   458  2217 W libc    : Unable to set property "ctl.interface_start" to "aidl/android.frameworks.stats.IStats/default": error code: 0x20
11-15 02:56:36.930   458  2217 I servicemanager: Tried to start aidl service android.frameworks.stats.IStats/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
HuskyDG commented 1 year ago

Try using my fork with native bridge zygisk

Namelesswonder commented 1 year ago

Try using my fork with native bridge zygisk

Well that worked out, I'll be making a tutorial soon.