this post was submitted on 19 Nov 2023
16 points (80.8% liked)
Ask Android
2200 readers
31 users here now
A place to ask your questions and seek help related to your Android device and the Android ecosystem.
Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!
Rules
- Be descriptive: Help us help you by providing as many details as you can.
- Be patient: You're getting free help from Internet strangers, so you may have to wait for an answer.
- Be helpful: If someone asks you for more information, tell us what you can. If someone asks you for a screenshot, please provide one!
- Be nice: Treat others with respect, even if you don't agree with their advice. Accordingly, you should expect others to be nice to you as well. Report intentionally rude answers.
- No piracy: Sharing or discussing pirated content is strictly prohibited. Do not ask others for a paid app or about how to acquire one.
- No affiliate/marketing links: Posting affiliate links is not allowed.
- No URL shorteners: These can hide the true location of the page and lead people to malicious places.
- No lockscreen bypasses: Please do not comment, link, or assist with bypassing lock screens or factory reset protection.
- No cross-posting: Please take the time to make a proper post instead of cross-posting.
Other Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm assuming you're using Android 14.
Do you actually see your lockscreen or your launcher, or are you just dumped to a "Android is Starting" dialog after the boot animation goes? I'd try to get an adb logcat up to see what the device is doing/gotten stuck on, but you would have needed to authorize your device beforehand...
Are you using Magisk for root or riru? Seeing as you're using a very recent version of Android, I'd say try a dev build of Magisk and see if that works any better. I would have also suggested using an older version of magisk that doesn't exploit via zygote injection, but your version of android is too new. Have a poke around on the github Issues tab and see if anyone else has gotten stuck with the same issue as you.
Another thing would be to try changing your phone's boot slot in fastboot (don't flash, just change slot) - maybe something for the zygote injection is missing from the boot slot your device defaulted to?
Just dumped to a “Android is Starting”, sometimes it boots up fine but there is no status bar/bottom pill/gestures. It does not boot on the other slot. How can I get a dev build? Thx!
You can get dev/debug builds from their official GitHub https://github.com/topjohnwu/Magisk#downloads
On the repo page, tap the "Magisk Debug" button that looks like this:
If the image above doesn't show, the button is half dark gray and half orange. Took me a while to notice it, so thought could try save some time lol.
Thanks!