ManInTheMirrow / android_device_bqru_BQru-5745L

TWRP Device Tree for BQ-5745L CLEVER. Special thanks to @lopestom & @Cereal-Mkos for your Motorola Moto G20 TWRP Tree.
1 stars 0 forks source link

TW_INCLUDE_FASTBOOTD #2

Closed lopestom closed 1 year ago

lopestom commented 1 year ago

I read about your doubt but I not know if you solved TW_INCLUDE_FASTBOOTD := true

For have fastbootd working need more binaries/packages like you put or create a new file called device.mk and writing:

# Fastbootd
PRODUCT_PACKAGES += \
    android.hardware.fastboot@1.0-impl-mock \
    android.hardware.fastboot@1.0-impl-mock.recovery \
    fastbootd

For know if fastbootd working write with adb-fastboot: fastboot getvar is-userspace

fastbootd

Obviously whether fastbootd is still not working (no) depends on the configuration, drivers and correct addressing in the usb.rc file

Looking usb.rc files your device has: https://github.com/ManInTheMirrow/android_device_bqru_BQru-5745L/blob/262a2b9e6cdde4fe98d5e012d68f3304280f341c/recovery/root/init.recovery.common.rc#L119-L128 https://github.com/ManInTheMirrow/android_device_bqru_BQru-5745L/blob/262a2b9e6cdde4fe98d5e012d68f3304280f341c/recovery/root/init.recovery.common.rc#L130 https://github.com/ManInTheMirrow/android_device_bqru_BQru-5745L/blob/262a2b9e6cdde4fe98d5e012d68f3304280f341c/recovery/root/init.recovery.common.rc#L139

Maybe the names and PID/VID cause conflict?!

ManInTheMirrow commented 1 year ago

For have fastbootd working need more binaries/packages

Thanks for your message, I will try to add the missing packages.

ManInTheMirrow commented 1 year ago

Hi! Thanks for your advice. No, I have not been able to solve the problem of running fastbootd. I added missing binary files and changed init.usb.rc many times, but it did not give any result. I don't know what else I can change in the sources to make fastbootd work. Maybe it's because I have a 32 bit system. Sorry it took me a long time to reply to you.

пт, 25 авг. 2023 г. в 17:18, lopestorm @.***>:

Closed #2 https://github.com/ManInTheMirrow/android_device_bqru_BQru-5745L/issues/2 as completed.

— Reply to this email directly, view it on GitHub https://github.com/ManInTheMirrow/android_device_bqru_BQru-5745L/issues/2#event-10193594496, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR43CP5X4FMRPO6ID4FPT73XXCX4FANCNFSM6AAAAAA3UIE4HM . You are receiving this because you commented.Message ID: <ManInTheMirrow/android_device_bqru_BQru-5745L/issue/2/issue_event/10193594496 @github.com>

lopestom commented 1 year ago

Okay. I remembered about some tool for Samis devices and your Issue. I not know if this solve the Issue or work with SPD devices. But you can try and write feedback about this. https://github.com/ChonDoit/Patch-Recovery

https://github.com/ChonDoit/Patch-Recovery#how-to-use