mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-22 07:12:49 +00:00
Testing potential certificate parse error fix
This commit is contained in:
parent
377eaa8402
commit
428cba044d
10 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://futo.org/FCastReceiver" version="1.0.0" viewmodes="maximized">
|
||||
<access origin="*" subdomains="true"></access>
|
||||
<tizen:application id="qL5oFoTHoJ.FCastReceiver" package="qL5oFoTHoJ" required_version="5.0"/>
|
||||
<tizen:application id="ql5ofothoj.fcastreceiver" package="ql5ofothoj" required_version="5.0"/>
|
||||
<content src="index.html"/>
|
||||
<feature name="http://tizen.org/feature/screen.size.normal.1080.1920"/>
|
||||
<icon src="icon.png"/>
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace FCastReceiverService
|
|||
{
|
||||
internal class Program : ServiceApplication
|
||||
{
|
||||
private const string AppId = "qL5oFoTHoJ.FCastReceiver";
|
||||
private const string AppId = "ql5ofothoj.fcastreceiver";
|
||||
private const string AppPort = "ipcPort";
|
||||
private static AppControl _appControl;
|
||||
private static RemotePort _appPort;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.futo.FCastReceiverService" version="1.0.0" api-version="5" xmlns="http://tizen.org/ns/packages">
|
||||
<manifest package="com.futo.fcastreceiverservice" version="1.0.0" api-version="5" xmlns="http://tizen.org/ns/packages">
|
||||
<author href="https://futo.org">FUTO</author>
|
||||
<profile name="tv" />
|
||||
<service-application appid="com.futo.FCastReceiverService" exec="FCastReceiverService.dll" multiple="false" nodisplay="true" taskmanage="false" type="dotnet" auto-restart="true" on-boot="true">
|
||||
<service-application appid="com.futo.fcastreceiverservice" exec="FCastReceiverService.dll" multiple="false" nodisplay="true" taskmanage="false" type="dotnet" auto-restart="true" on-boot="true">
|
||||
<label>FCastReceiverService</label>
|
||||
<icon>icon.png</icon>
|
||||
<background-category value="background-network" />
|
||||
|
|
|
@ -4,5 +4,5 @@ cd FCastReceiver
|
|||
cmd /C tizen build-web -- .
|
||||
cd .buildResult
|
||||
cmd /C tizen package -t wgt -s default -- .
|
||||
cmd /C tizen package -t wgt -s default -r ..\..\FCastReceiverService\bin\Release\netcoreapp2.1\com.futo.FCastReceiverService-1.0.0.tpk -- FCastReceiver.wgt
|
||||
cmd /C tizen package -t wgt -s default -r ..\..\FCastReceiverService\bin\Release\netcoreapp2.1\com.futo.fcastreceiverservice-1.0.0.tpk -- FCastReceiver.wgt
|
||||
cd ../../
|
||||
|
|
|
@ -26,6 +26,6 @@ tizen cli-config "profiles.path=/home/ubuntu/tizen-studio-data/profile/profiles.
|
|||
sed -i "s|$CERT_PATH/author/$CERT_IDENTITY/author.pwd|$CERT_AUTHOR_PASSWORD|g" /home/ubuntu/tizen-studio-data/profile/profiles.xml
|
||||
sed -i "s|$CERT_PATH/SamsungCertificate/$CERT_IDENTITY/distributor.pwd|$CERT_DIST_PASSWORD|g" /home/ubuntu/tizen-studio-data/profile/profiles.xml
|
||||
mv "FCast Receiver.wgt" FCastReceiver.wgt
|
||||
../../scripts/package.sh tizen package -t wgt -s $CERT_IDENTITY -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.FCastReceiverService-1.0.0.tpk -- FCastReceiver.wgt
|
||||
../../scripts/package.sh tizen package -t wgt -s $CERT_IDENTITY -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.fcastreceiverservice-1.0.0.tpk -- FCastReceiver.wgt
|
||||
|
||||
cd ../../
|
||||
|
|
|
@ -9,5 +9,5 @@ cd FCastReceiver
|
|||
tizen build-web -- .
|
||||
cd .buildResult
|
||||
tizen package -t wgt -s default -- .
|
||||
tizen package -t wgt -s default -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.FCastReceiverService-1.0.0.tpk -- FCastReceiver.wgt
|
||||
tizen package -t wgt -s default -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.fcastreceiverservice-1.0.0.tpk -- FCastReceiver.wgt
|
||||
cd ../../
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
@REM Local development debug script
|
||||
cmd /C tizen install -n FCastReceiver.wgt -t UN43DU7200FXZA -- FCastReceiver/.buildResult
|
||||
cmd /C C:\tizen-studio\tools\sdb.exe -s 192.168.0.218:26101 shell 0 debug qL5oFoTHoJ.FCastReceiver
|
||||
cmd /C C:\tizen-studio\tools\sdb.exe -s 192.168.0.218:26101 shell 0 debug ql5ofothoj.fcastreceiver
|
||||
|
||||
@REM Emulators
|
||||
@REM cmd /C tizen install -n FCastReceiver/.buildResult/FCastReceiver.wgt -t T-samsung-9.0-x86
|
||||
@REM cmd /C C:\tizen-studio\tools\sdb.exe -s emulator-26101 shell 0 debug qL5oFoTHoJ.FCastReceiver
|
||||
@REM cmd /C C:\tizen-studio\tools\sdb.exe -s emulator-26101 shell 0 debug ql5ofothoj.fcastreceiver
|
||||
|
||||
@REM Samsung remote lab
|
||||
@REM cmd /C tizen install -n FCastReceiver.wgt -t QN55Q89RAFXKR -- FCastReceiver/.buildResult
|
||||
@REM cmd /C C:\tizen-studio\tools\sdb.exe -s 127.0.0.1:52513 shell 0 debug qL5oFoTHoJ.FCastReceiver
|
||||
@REM cmd /C C:\tizen-studio\tools\sdb.exe -s 127.0.0.1:52513 shell 0 debug ql5ofothoj.fcastreceiver
|
||||
@REM C:\tizen-studio\tools\sdb.exe forward tcp:34445 tcp:34445
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Local development debug script
|
||||
tizen install -n FCastReceiver/.buildResult/FCastReceiver.wgt -t T-samsung-5.0-x86
|
||||
~/tizen-studio/tools/sdb -s emulator-26101 shell 0 debug qL5oFoTHoJ.FCastReceiver
|
||||
tizen install -n FCastReceiver.wgt -t T-samsung-6.5-x86
|
||||
~/tizen-studio/tools/sdb -s emulator-26101 shell 0 debug ql5ofothoj.fcastreceiver
|
||||
# ~/tizen-studio/tools/sdb forward tcp:34445 tcp:34445
|
||||
|
|
|
@ -13,7 +13,7 @@ enum RemoteKeyCode {
|
|||
MediaPlayPause = 10252,
|
||||
}
|
||||
|
||||
const serviceId = 'qL5oFoTHoJ.FCastReceiverService.dll';
|
||||
const serviceId = 'ql5ofothoj.FCastReceiverService.dll';
|
||||
// const serviceId = 'com.futo.FCastReceiverService';
|
||||
|
||||
tizen.tvinputdevice.registerKeyBatch(['MediaRewind',
|
||||
|
|
|
@ -4,7 +4,7 @@ import { toast, ToastIcon } from 'common/components/Toast';
|
|||
import * as tizen from 'tizen-common-web';
|
||||
|
||||
|
||||
const serviceId = 'qL5oFoTHoJ.FCastReceiverService.dll';
|
||||
const serviceId = 'ql5ofothoj.FCastReceiverService.dll';
|
||||
// const serviceId = 'com.futo.FCastReceiverService';
|
||||
const servicePort = tizen.messageport.requestRemoteMessagePort(serviceId, 'ipcPort');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue