-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test TOAST application on emulator #83
Comments
Hi there, please refer similar issue on grunt-cordova-sectv first. Thanks. |
Hi. Thanks for your quick response. ORSAY I've downloaded the Samsung TV SDK for Legacy Platform (Emulator Image for Virtual Box) which is a .ova file. I've imported it into Virtualbox and now I have the emulator running from Virtualbox but now, I think my problem is how to launch the emulator from Eclipse IDE with my application. Please help me how to launch application from Eclipse IDE in a Samsung TV emulator. TIZEN Running "sectv-build:sectv-tizen" (sectv-build) task Start packaging Samsung Tizen TV Platform...... Setting configuration is succeeded.... Build Web Application: 80% ( 8/10)There is no /holkanluna/tizen-workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml. I've created the Thanks in advance! |
Hi, Tizen (14'~) Before Tizen(~13') Even though you can't use "build" command because of any errors, In case of your issue on Tizen, It might be a creating certification was failed. Thanks! |
Hi. Well, I've read and followed all those links you gave me. I've imported the TOAST project into TizenStudio successfully after But here #17, Sue comments that those files and folders are not required on a Tizen/Orsay platforms. Then, why the console complains of this? Also, the console complains about Let me know if I can send you my TOAST project for you to check if there are any errors or something that I've missed. I've tested this TOAST application on browser an it works as expected. Please help us here. We are kind of stuck. Thanks in advance. |
Ok, before you sending me an app, Please check this first. https://github.com/Samsung/cordova-plugin-toast/wiki/Create-Project#wwwindexhtml Thanks. |
Hello.
Please help!
Note: Developed on Mac OSX High Sierra
I just finish to develop a TOAST application which is a News channel for the major News channel in Mexico. (TELEVISA) I've been testing it on browser by following the docs in here: https://github.com/Samsung/cordova-plugin-toast/wiki/Create-Project
https://github.com/Samsung/cordova-plugin-toast.
I've been able to run my application successfully with no problems at all when it comes to browser. But this application is intended to work on real devices from Orsay to Tizen platforms. So, I've followed the instructions for prepare and build for those platforms but my problem comes when I try to run my TOAST app on an emulator, say Orsay or TIZEN.
When I try to prepare my application for either Orsay or Tizen with the command "$ grunt sectv-prepare:sectv-" I always get this error:
"UnhandledPromiseRejectionWarning: TypeError: js2xmlparser is not a function".
I've tried to upgrade js2xmlparser to the latest version but still get that error.
Anyway, just for testing purposes, I've continued with the prepare and build process, and for Orsay platform, I've been able to compile the app in a .zip after ran the command "$ grunt sectv-build:sectv-orsay"
And then I've tried to run that .zip file on eclipse IDE for MAC OSX but there is no way to test it on a samsung Tv emulator. I've downloaded Virtualbox in order to run the emulator, but I got no luck.
Pease help me understand how is the process to emulate a TOAST application from the SDK as mentioned in the docs: # Run the application on target by using SDK.
Thanks in advance
NOTE: I've downloaded and intalled both SDKs: Tizen Studio and Eclipse IDE
The text was updated successfully, but these errors were encountered: