rovo89 / android_art

Android ART with modifications for the Xposed framework.
Other
375 stars 211 forks source link

Crash at early boot - Moto Z (XT1650-03 - griffin) #68

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello,

My config :

The problem : After flashing xposed-***.zip, system won't boot at all, the phone is stuck at the orange boot screen (that happens at each boot anyway, after you unlocked the bootloader). See below for an example of the orange screen.

Versions of Xposed used :

Procedure to reproduce :

I would be happy to include logs, as stated in your XDA post, however it's totally impossible so early in boot - I tried.

Illustration of the orange boot screen : example

rovo89 commented 6 years ago

That sounds like modifying the /system partition is the reason here, not Xposed itself. Some tools like SuperSU disable "dm-verity" and therefore allow the system to be modified. Alternatively, you could try an unofficial systemless variant of Xposed.

ghost commented 6 years ago

Thanks for your answer. It was because of dm-verity. Reflashed stock and rooted with Magisk, it works just fine now.