android - How to restart VOLD daemon or send it commands? -
this latest vold daemon android 4.3:
https://android.googlesource.com/platform/system/vold/+/master
it uses new unified /fstab.<device> configuration file. once i've modified file in rootfs ramdisk, need restart vold or make reload configuration file. can't seem figure out commands or command line parameters takes in order this.
although vold responsible mounting removable media, asecs , obbs actual has little device specific fstab.<device> file.
this instead used init process mount system , data partitions. init process defines command "mount_all" takes fstab.<device> file parameter. example of nexus4 (mako) the init.mako.rc script (located in device/lge/mako in aosp source) in "on fs" section calls
mount_all ./fstab.mako
if working on existing device need modify fstab.<device> file in ramdisk image , reflash boot partition. makes difficult @ runtime.
Comments
Post a Comment