tizen wearable emulator showing black screen after boot
By Mohammed Asaad
14 May 2014 06:44
English
3 Replies
emulator (Windows® 7 x64 version) for gear (skin : wearble 320x320) is showing
Booting from ROM...
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
then the screen goes black , i have VT enabled and i followed the following steps which fixes the same issue for normal phone emulator :-
BY
SeokYeon Hwang, 26 May 2013, 22:51
"Would you follow the next steps and try to test it.
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."
only diffrance the file name is "user@.service" , changed usertype to "oneshot" but it is still not working, apprecite your help.
Edited by: Mohammed Asaad on 14 May, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------
"Would you follow the next steps and try to test it.
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."