phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.37k stars 657 forks source link

[AOSP Q] [Teclast m20] [MT6797D] booting does not finish #1305

Open Starrylight opened 4 years ago

Starrylight commented 4 years ago

Tried v216 and v215, Teclast M20 booting does not finish.

But I tried this link,

adb root adb remount adb shell cp /system/lib/vndk-26/libstdc++.so /system/lib/vndk-sp-26/libstdc++.so

and used the "ld.config.26.txt" file in the comment link.

adb push ld.config.26.txt /system/lib/vndk-26/ld.config.26.txt adb push ld.config.26.txt /system/etc/ld.config.26.txt

then booting completed.

i think in v214, "Fix some mediatek devices stuck on Android animation" needs more fix. i hope this would be helpful looking for information about booting teclast m20.

phhusson commented 4 years ago

Yeah thanks for pinging me on this. So I added the libs, but I haven't updated the ld.config yet, because the one provided by @rashydos changes too many things I'll need few ping-pongs with you to clean it

maolin95 commented 4 years ago

Thanks guys - any idea whether the updated ld.config will be included in the next update? @phhusson If not, do I need to update the file again using ADB or would I run into any trouble if I flash the next update using fastboot?

badtzo commented 4 years ago

thank you guys, after looking for a solution for about 5 days, finally this solution helped me to succesfully boot my Chuwi Hipad with MT6797X. I just used the line to push the file provided by rashydos into system/etc/ld.config.26.txt

I hope the ld.config.26.txt file could be considered for future updates.

BOFH2k commented 4 years ago

The issue of Ten GSIs being stuck on boot anmiation for MT6797 (Chuwi Hi9 Air with Oreo vndk) still persists with the latest v222, see logcat attached @phhusson: The device won't complete the boot, even with the extensive ld.config changes (https://github.com/phhusson/treble_experimentations/issues/1017)

quack.v222.logcat.txt

BuraChuhadar commented 2 years ago

The link here mentions https://github.com/phhusson/treble_experimentations/wiki/Chuwi-Hi9-Air some of the images tested work fine. However, I am experiencing a similar issue where booting does not finish, and the Android logo stays on the screen forever. Does anyone have a suggestion for me?

rogergithubbing commented 2 weeks ago

Hi ! any chances that some fix can be applied also for the Teclast T40 Pro 2021 (Unisoc Tiger T618 UMS512T) ? I got stuck on boot logo too, thanks