언어 설정

Menu
Sites
Language
Cannot launch sample web app on device

Hello,

I tried to launch the Memory Game sample app on my device but get the error message 'Creating webkit context was failed'.

Any help in solving this problem would be greatly appreciated.

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
Raghavendra Reddy Shiva
You need to Enable 3D Acceleration on the Tizen device. By default this is disabled and you might need to follow the instructions mentioned in below wiki and install the Mali device drivers. https://wiki.tizen.org/wiki/Flash_Tizen_2.1_Image_to_Reference_Device#Post_Flash_Guide Steps to install the drivers here, https://wiki.tizen.org/wiki/Enable_3D_Acceleration_on_Tizen Once installed, you should be able to launch applications on the device without any issues.
Vandersteene
Thank you for your help but I have a problem copying the setup files from my system (Windows XP Professional SP3) to the device. After unpacking the files from hw_accel.tar.gz to 'C:\tizen-sdk\tools\tmp', I executed the following command 'C:\tizen-sdk\tools>sdb -d push tmp /home/' (without the quotes). However, the files were not copied to the device and I got a 'Permission denied' error instead. I then tried to push the files from within the Tizen IDE but I again got the same error. Any ideas on how to solve the permissions problem?
Vandersteene
The permission problem has been solved by first executing the command 'sdb -d root on' (without the quotes). This command is missing from the instructions provided on the page 'https://source.tizen.org/documentation/articles/creating-images#install-mali-ddk'.