Final steps of: /tmp/updater
ui_print "- Rebooting to Recovery now ..."
sleep 1
reboot recovery
calls reboot recovery, however that cmd hangs indefinitely...
root 2078 429 0 30:24 ? 00:00:00 sh /tmp/updater 3 52 /external_sd/OrangeFox-R11.3_13_rev13-+
root 2207 2078 0 30:36 ? 00:00:00 reboot recovery
in dmesg this appears each time 'reboot recovery' is attempted:
[Mon Mar 23 14:31:07 1970] init: Control message: Could not find 'android.hardware.health@2.0::IHealth/default' for ctl.interface_start from pid: 850 (/system/bin/hwservicemanager)
normal reboot works ok.
from such docs: https://source.android.com/docs/core/perf/health/implementation-2-1
seems to say to move to AIDL HAL and not use "health@2.0", not sure how to implement..
similar ROM related report:
https://xdaforums.com/t/lineage-os-19-rom-stuck-on-booting.4373565/post-86132685
they came up with compatiibility matrix adjustment, not sure how to incorporate that in OFR...
Final steps of: /tmp/updater
calls reboot recovery, however that cmd hangs indefinitely...
root 2078 429 0 30:24 ? 00:00:00 sh /tmp/updater 3 52 /external_sd/OrangeFox-R11.3_13_rev13-+
root 2207 2078 0 30:36 ? 00:00:00 reboot recovery
in dmesg this appears each time 'reboot recovery' is attempted:
[Mon Mar 23 14:31:07 1970] init: Control message: Could not find 'android.hardware.health@2.0::IHealth/default' for ctl.interface_start from pid: 850 (/system/bin/hwservicemanager)
normal reboot works ok.
from such docs: https://source.android.com/docs/core/perf/health/implementation-2-1
seems to say to move to AIDL HAL and not use "health@2.0", not sure how to implement..
similar ROM related report:
https://xdaforums.com/t/lineage-os-19-rom-stuck-on-booting.4373565/post-86132685
they came up with compatiibility matrix adjustment, not sure how to incorporate that in OFR...