Halaman

Jumat, 02 Agustus 2013

[Tizen] Problem starting emulator

Does your hardware support hardware virtualization? if not i share your pain :( if you download and install the Tizen SDK ver 2.1 there is a solution posted to make your emulator runs.. yes it runs.. but it is veeeryyyy slooowww..

Steps:

  1. Create your new emulator
  2. Run the emulator
  3. Wait for it to load
  4. Right click and then open the shell
  5. Type the following command : 
    1. su
    2. sed -i 's/notify/oneshot/g' /usr/lib/systemd/system/user-session@.service
  6. If you would like to use the manual way of changing that one, buut this one is on your OS'es command prompt
    1. sdb pull /usr/lib/systemd/system/user-session@.service user-session@.service
    2. Edit that file using notepad, Modify "Type=notify" to "Type=oneshot"
    3. sdb push user-session@.service /usr/lib/systemd/system/user-session@.service
    4. Now verify by typing these on your emulator's shell:
      cat /usr/lib/systemd/system/user-session@.service
  7. Restart the emulator