-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootloop with dtbo #138
Comments
Can you attach the dtbo.img being used? |
well issue is now fixed please add google dtc into tool |
I am facing exact same problem, the recompiled dtbo is same as original one. Can you please share how to replace default compiler with google dtc?? and compile successfully? |
remove dtc you r good to go |
thank you so much, it finally worked 👍 |
HI @amackpro , thanks for the great work.
you can change it to something like this:
But I am curious how the "dtc" binary causes the difference, can you attach the "good" and "bad" dtbo image you've tried? |
i tried unpack and repack dtbo.img in xiaomi marble
it successfully unpacks and repacks dtbo but somehow without any changes done into the files the device never boots
always on animation for some reason
cmd used for unpack and pack
./gradlew unpack dtbo.img
./gradlew pack
did try dtbo.img.clear and signed both
The text was updated successfully, but these errors were encountered: