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 (porting from jb 3.4.46 to kk 3.4.72) 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. -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.