To download WindowsPhone8 app form IBM app center, we need AET(app enrolmnt tokens),cost 299$-Symantec cert+99$-Windows dev act,any alternative? [closed] - windows-phone-8

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Hi we have developed a Windows phone 8 mobile application using IBM worklight. For deploying the application to IBM App Center,application is not downloadable unless signed with Symantec/Microsoft. For this it costs me a lot 299$ + 99 $
The Windows Phone version of the mobile client is included as an
unsigned Windows Phone application package (.xap) file in the software
delivery. The IBMApplicationCenterUnsigned.xap file is in the
ApplicationCenter/installer directory.
The unsigned .xap file cannot be used directly. You must sign it with your company certificate obtained from Symantec/Microsoft before you can install it on a device.
Optional: If necessary, you can also build the Windows Phone version
from sources. To build the Windows Phone version, you must have the
latest version of the Microsoft Visual Studio development tools.
It costs 99$ for windows Developer account and 299$ for
Symantec Enterprise mobile code signing certificate
, with which i can sign the application and upload the Application Enrollment Token(AET-aetx) to IBM application center
Is there any alternative or this is the only way to sign the application.
I explored that Microsoft trusts directly the Symantec but will i be able to sign it using some other certificate by IBM or any other sample certificates for deploying the application to IBM app center.
please suggest

IBM does not provide certificates for you. You need to buy a certificate...

Related

Web usb devices not displaying in chrome windows 10 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am using chrome version 86.0.4240.193 in my windows 10 .I am trying to connect usb devices and cant find any device in chrome://devicelog. The same devices are being detected in mac and even in ubuntu 18.04 installed chromes .I am really in a fix any help regarding this ? .Can anyone tell me why this issues occurs
.I have installed and reinstalled chrome many times ,but nothing works.
Thanks
The most common reason you will see a device available on other platforms but not on Windows is that Windows imposes additional restrictions on what devices can be controlled from a user-space application such as Chrome. Microsoft provides a special driver called WinUSB.sys which must be the selected driver for the device. If you are building your own device I have published a guide for designing a device to support WebUSB across all platforms. If you are working with a device you don't have the ability to change then Zadig provides a tool for replacing the driver for a USB device with the WinUSB.sys driver.
To see what driver has been selected for your device,
Open the Windows Device Manager control panel.
Find the device.
Right-click on it and select "Properties".
Open the "Driver" tab.
Click "Driver Details".

How can I deploy a local server easily? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm making an application for a research project with interesting requirements. The data we are using right now is private and cannot be online in any form. However, I have to make it so that it could be online since this is a proof of concept.
I am using a MySQL database, Node.js/Express back-end and React (and possibly D3.js) front-end. Right now all I have is a dev environment through Visual Studio Code where I manually run the server and the React app before viewing the app on localhost:3000.
Despite these restrictions I have people who are expected to use this system without much technical background. So I need a way to deploy my local app and database so that these users will be able to set it up and run it simply and easily, without using the internet to host anything (even intranet is not allowed). Any ideas?
Any assistance would be greatly appreciated!
The easiest way would be to create yourself a bash script that starts all required components, e.g.
#!/bin/bash
cd ~/workspaces/frontend/
npm run start
cd ~/workspaces/backend/
npm run start:database
npm run start
You could go as far as checking if the folders exist and if not clone the required repositories and run npm install or git pull as well.
So you only have to teach your coworkers to open a terminal and run one command ./start.sh
You could use docker and docker-compose.
You could also add Makefile.

Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to run Visual Studio on a Raspberry PI 2 with Windows IOT core on it?
I want to creating create a touch-screen (HDMI with RPI2) application on Windows 10, which will be used to take the orders of customers and transfer the order information to another Raspberry PI running MySQL server.
I was able to implement this on PC but I want to implement it on RPI. Is it possible or should I use Gambas for that purpose?
you might try to use the driver provided by MySQL
http://dev.mysql.com/doc/connector-net/en/connector-net-rt.html
But my suggestion would to create an UWP app for your client Raspberry Pi running Windows 10 IoT Core and a web service to expose your MySQL database server on the other Raspberry Pi running a Linux distribution.
So the key is to make your client consume a web service. This way, you can change your service location or database format freely.
I am working on Official RPi 7" Touchscreen(https://www.raspberrypi.org/blog/the-eagerly-awaited-raspberry-pi-display/) for Windows IoT with a community member. This display works with RPi2 + Windwos IoT but touch won't works. We are working to get support for touch and got partial success to retrieve touch data but we still require 1-2 months. Hope that Microsoft will soon release support for Official RPi 7" Touchscreen in Windwos IoT.
Once we got success, will report back here with source code.
Update (15-DEC-2015)
Right now, RPi2 (Windows IoT) supports a touchscreen display from chalkboard electronics only. Setup instruction for this touchscreen is given at ms-iot Website's Miscellaneous section.

How to reinstall MySQL in Cloud 9 IDE [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a workspace in Cloud 9 IDE which was created more than 2 years ago. At that time I created simple C application to test MySQL connection. I remember application worked at that time.
Now after a long period of time I try to recompile my test application but I found that there is no mysql.h header file in the Cloud 9 virtual machine.
mysql-ctl seems to work: it reports that mysql is running. but there is no mysql headres in the filesystem.
So I think I need to reinstall MySQL in Cloud 9 but I cannot find any documentation on this topic. Also it looks like their own package manager c9pm is not supported anymore.
So how can I reinstall MySQL in Cloud 9 virtual machine?
Since there was a completely new version Cloud9 almost a year ago (https://c9.io/blog/announcing-the-all-new-cloud9-development-environment/) I can imagine something like a compilation against mysql.h got broken. I would create a new workspace and transfer your files to that workspace (use File > Download Project). In the "new" Cloud9 you can simply use sudo apt-get install to install software rather than use c9pm.

windows server 2012 crashed when trying to install windows phone 8 sdk [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have an windows server 2012 machine , i installed visual studio 2012 and when i tried to install windows phone 8 SDK ,the server machine crashed .
The documentation of windows phone SDK 8 says that windows server 2012 is not supported
But Does installing windows phone sdk crash the system ?
please help i have a 8 RAM and harddisk of 160 gb
Am very new to server 2012,
Is there any other work around to install windows phone sdk on windows server 2012 . As i understand hyper-v feature is supported by the windows server 2012
I need to install windows SDK on windows server 2012, because i need to develop app for sharepoint mobility.
please suggest
You can't install the SDK on Window Server 2012 - try creating a VM with Windows 8 and installing it there.