Hi Bhuiyan. First, hybrid sample application should be packaged with following process. https://developer.tizen.org/community/tip-tech/packaging-hybrid-application This process is for packaging two different apps in a same package id. For security reason, Tizen allow service app launch permission only to same package id application. So, if you do not follow above process your web app's launch service app request will be rejected.
Second, you should change service appid declared in js/main.js file. If you use Tizen sample application(HybridService app) as your web app's service app then you should change it like var gServiceAppId = '7W30LSPqzf.hybridservice' Best Regards Hyunho Kang -----Original Message----- From: Dev [mailto:[email protected]] On Behalf Of Md. Momen Bhuiyan Sent: Tuesday, March 15, 2016 6:26 PM To: [email protected] Subject: [Dev] Hybrid sample application not communicating in SAMSUNG Z3 Hello, I was trying to run the hybrid sample application in samsung z3(sdk 2.4). It seems it doesn't communicate with the service via message port. Could any one tell me what to do to make it work in Z3? Thanks in advance. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
