android service auto start at boot-up

  • Replies:0
greenedarreng
  • Forum posts: 1

Jul 24, 2018, 3:00:22 PM via Website

Hi all,

I am following the steps here to integrate the neural network HAL on my development kit: github.com/ARM-software/android-nn-driver. In the testing section we have the following step:
adb shell /system/vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-armnn &

This starts the armnn hal service, I wanted to know if this can be started automatically at boot. Would something like adding on boot start xxxx in one of the rc files work ? What is the usual process to do this in the source code ?

Darren

— modified on Jul 24, 2018, 3:01:10 PM

Be the first to answer