Hi there.
I´m facing a problem here.
The problem is that I can´t run the emulator its gets a black screen no matter how much time i have to wait, i´ve tried during one hour and nothing but a black screen.
I´ve read all the topics about the problems with the emulator since SDK 2.0, and there is a soluttion using Shell on Linux but no sollution to use it on Windows.
So i developed and tested my hole app in WebSimulator, assuming this should give me a close performance and everything goes fine.
I tested my app in the remoteLab and looks like something around 24fps what is good, but as it has a delay of something around 3 secs i cant test performance and see if there is a real problem occuring.
Them the app was fully developed and tested based on web Simulator and remoteLab
I submited an app on TizenStore, its was reproved saying:
Apliccation is running too slowly.
Them I tryed the hole day lauch the emulator to see the actual performance issue, and after deploying the widget in the Emulator windows show the error:
"QEMU machine emulator and tools has stopped working".
All I can do is close the application.
The log on the SDK is:
Result of the command
result: launched
Checking for running status
Running the package succeeded.
Launching the Tizen web application succeeded.
(113.539 sec)
Tried the sollution of run the set of commands on shell but is doesnt work:
$ cd tizen_sdk/tools
$ sdb.exe shell
$ su
$ sed -i 's/notify/oneshot/g'
Everything appears to go correct so i try the last:
/usr/lib/systemd/system/user-session@.service
but i get a message:
/usr/lib/systemd/system/user-session@.service: Permission denied
So I cant run the emulator, I cant debbug performance by remoteLab and I cant use webSimulator as a parameter.
Where to go now?
I´d really appreciate some help here.