You are able to control host files on the Emulator.
To share files in Linux:
After rebooting, the host machine's directory is shown at the /mnt/host directory of the Emulator.
To share files in Windows®:
In the command, you need the Windows ID and password for the Emulator to connect to the host machine.
C:\tizen_sdk\SDK\sdb> sdb shell # mount -t cifs //10.0.2.2/emulator-26100 /mnt/host -o unc=//10.0.2.2\\emulator-26100,user=sdk,pass=test,noperm,rw
To share directories in Mac OS® X:
To enable and configure file sharing, you must have an administrator account username and password.
Click Options, and select the Share files and folders using AFP and Share files and folders using SMB (Windows) check buttons.
In the command, you need the Mac ID and password for the Emulator to connect to the host machine.
~/tizen-sdk/tools/sdb shell # mount -t cifs //10.0.2.2/sdkShared /mnt/host -o unc=//10.0.2.2\\sdkShared,user=sdk,pass=test,nounix,sec=ntlmssp,noperm,rw
Note |
---|
Currently, the UX configuration is not supported in Mac OS® X. |