This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

virtual sdcard deamon was not running in my android 3.4.72 board

Hi,

In my board (it uses eMMC card) the virtual sdcard service is not running during the bootup in my 3.4.72 based kernel kitkat board.

in my init.<boardfile>.rc file contains the following line but still it was not running.

# create virtual SD card at /storage/sdcard0, based on the /data/media directory
# daemon will drop to user/group system/media_rw after initializing
# underlying files in /data/media will be created with user and group media_rw (1023)
service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
        class late_start

As a work around if i run this  virtual sdcard deamon process via adb shell it getting starts. following is the o/p after starts the sdcard deamon via adb.

shell@tablet:/ $ ps | grep sdcard
media_rw  800   796   3508   464   ffffffff 00000000 S /system/bin/sdcard

Can you please anyone share the inputs like what might causing this issue.

thanks.