diff options
| -rw-r--r-- | init.otterx.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.otterx.rc b/init.otterx.rc index 1d209b3..1141e9d 100644 --- a/init.otterx.rc +++ b/init.otterx.rc @@ -3,6 +3,10 @@ import init.omap4.rc import init.otterx.usb.rc on init + # See storage config details at http://source.android.com/tech/storage/ + mkdir /mnt/shell/emulated 0700 shell shell + mkdir /storage/emulated 0555 root root + export EXTERNAL_STORAGE /storage/emulated/legacy export EMULATED_STORAGE_SOURCE /mnt/shell/emulated export EMULATED_STORAGE_TARGET /storage/emulated |
