Hello,
I am trying to test my web application into the Tizen Emulator (SDK 2.1) installed into my Ubuntu 12.04 virtual machine.
the problem is that the emulator start and remain in the boot step:
Booting from ROM...
Decompressing Linux....Parsing ELF ... done
Booting the kernel.
PS: I read in some topics that the CPU must support the virtualization, and I verify that my PC CPU does.
In another hand, it mentionned in the following topic:
https://developer.tizen.org/forums/sdk-ide/tizen-emulator-not-starts
that we could follow these steps to fix the 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".
5. Close SDB shell.
6. Restart emulator.
-------------------------------------------------------------------
But I couldn't recognize the SDB shell and haw to access it!
Any suggestions? thanks in advance!