Open martinfutoo opened 3 years ago
Le jeu. 11 mars 2021 à 12:43, martinfutoo @.***> a écrit :
Churns away happily, shows Mi and android logos for minutes, but always ends up booting into recovery. (TWRP, following phhusson guide for A10 on Redmi Go.)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OVBF3L2CQTJNXNI2VDTDCUE3ANCNFSM4ZADZWVQ .
Thank you for your time; please accept my apologies for wasting it. As you can see, I don't know much.After some reading, i achieved this (device trying to reboot system after loading image, currently displaying android logo)
PS C:\adb\platform-tools_r31.0.0-windows\platform-tools> adb devices List of devices attached 3f39d8c27d95 device
PS C:\adb\platform-tools_r31.0.0-windows\platform-tools> adb logcat -d > C:\logcat // out-file : Access to the path 'C:\logcat' is denied. At line:1 char:1
+ CategoryInfo : OpenError: (:) [Out-File], UnauthorizedAccessException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
PS C:\adb\platform-tools_r31.0.0-windows\platform-tools> So I must read some more, until I find out how to grab that logcat. Thank you.
On Thursday, 11 March 2021, 18:45:15 GMT+7, Pierre-Hugues HUSSON ***@***.***> wrote:
Le jeu. 11 mars 2021 à 12:43, martinfutoo @.***> a écrit :
Churns away happily, shows Mi and android logos for minutes, but always ends up booting into recovery. (TWRP, following phhusson guide for A10 on Redmi Go.)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OVBF3L2CQTJNXNI2VDTDCUE3ANCNFSM4ZADZWVQ .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hope the attached logcat helps. Thank you.
On Thursday, 11 March 2021, 18:45:15 GMT+7, Pierre-Hugues HUSSON ***@***.***> wrote:
Le jeu. 11 mars 2021 à 12:43, martinfutoo @.***> a écrit :
Churns away happily, shows Mi and android logos for minutes, but always ends up booting into recovery. (TWRP, following phhusson guide for A10 on Redmi Go.)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/phhusson/treble_experimentations/issues/1760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAA4OVBF3L2CQTJNXNI2VDTDCUE3ANCNFSM4ZADZWVQ .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
--------- beginning of crash
03-07 18:16:58.258 3252 3252 F DEBUG : Abort message: 'Configure failed'
03-07 18:16:58.258 3252 3252 F DEBUG : r0 00000000 r1 00000caf r2 00000006 r3 be884df0
03-07 18:16:58.258 3252 3252 F DEBUG : r4 be884e04 r5 be884de8 r6 00000caf r7 0000016b
03-07 18:16:58.258 3252 3252 F DEBUG : r8 be884df0 r9 be884e00 r10 be884e20 r11 be884e10
03-07 18:16:58.258 3252 3252 F DEBUG : ip 00000caf sp be884dc0 lr aa539eed pc aa539f00
03-07 18:16:58.277 3252 3252 F DEBUG : backtrace:
03-07 18:16:58.277 3252 3252 F DEBUG : #00 pc 00038f00 /apex/com.android.runtime/lib/bionic/libc.so (abort+172) (BuildId: 6026fe12ad10385ff06dbd06d98df617)
03-07 18:16:58.277 3252 3252 F DEBUG : #01 pc 00004c03 /system/lib/liblog.so (android_log_default_aborter+6) (BuildId: 87f7297fa95fb881bea13b8655a072c2)
03-07 18:16:58.277 3252 3252 F DEBUG : #02 pc 00005323 /system/lib/liblog.so (__android_log_assert+174) (BuildId: 87f7297fa95fb881bea13b8655a072c2)
03-07 18:16:58.277 3252 3252 F DEBUG : #03 pc 00005c05 @. (android::hardware::keymaster::V3_0::implementation::KeymasterDevice::KeymasterDevice()+124) (BuildId: e1dfbb2c30e54ffddb0a86d470ddd319)
03-07 18:16:58.277 3252 3252 F DEBUG : #04 pc 00006cef @. (HIDL_FETCH_IKeymasterDevice+8) (BuildId: e1dfbb2c30e54ffddb0a86d470ddd319)
03-07 18:16:58.278 3252 3252 F DEBUG : #05 pc 0002664b /apex/com.android.vndk.v27/lib/libhidltransport.so (android::hardware::PassthroughServiceManager::get(android::hardware::hidl_string const&, android::hardware::hidl_string const&)::'lambda'(void*, std::1::basic_string<char, std::1::char_traits
Merci de votre patience.
Churns away happily, shows Mi and android logos for minutes, but always ends up booting into recovery. (TWRP, following phhusson guide for A10 on Redmi Go.)