언어 설정

Menu
Sites
Language
Emulator doesn't get launched (blank screen doesn't go away) - Windows 7

Hi,

I am trying to setup the dev env today using "Tizen SDK for Wearable 1.0.0". I am on a Windows 7 (64-bit) machine.

I wanted to try out the basic sample and created an emulator with the detault settings for that.

I have tried several times now to launch the emulator and also done restarts of the machine a few times, but the emulator screen doesn't go beyond remaining blank. One time it shows a msg like "Decompressing linux..." but beyond that nothing happens.

* If I right click and open control panel, it opens.

* The clock that I am supposed to see after the initial reboot never shows up.

* If I try to run the basic sample app on the emulator, it takes no effect (black / blank screen continues).

Can anyone please suggest what I can try to do next to move forward?

Thanks.

Roshan

Responses

1 댓글
daniel kim

Hi,

Did you press and hold the power button on the emulator after that?

In my case, Emulator was not detected in the Connection Explprer. so Sample code was not executed on the Emulator.

Please follow below step if you have the same detection problem.

1. Start emulator.

2. Execute follow command on host shell after some time (SDB in guest should be launched).
"$ [SDK_PATH]/tools/sdb root on" or just "$ sdb root on" on linux.

3. Run SDB shell.
Click shell in emulator context menu.

4. Edit "/usr/lib/systemd/system/user-session@.service" file on guest (In the SDB shell).
Modify "Type=notify" to "Type=oneshot".

(in case of Wearable SDK 1.0.0, please edit  "/usr/lib/systemd/system/user@.service file)

5. Close SDB shell.

6. Restart emulator.

 

I wish it will help you.