Install local app on Windows Tablet - installation

I have Acer ICONIA Tab with windows 8.1 pro. I have a test XAP file which I want to install on it. but I can't find any option in the App store to install local apps? Is it possible to install app locally? What I have tried is
Copy the .XAP file to an external SD card, and try to install from App Store, but I can't see any option to install local app.
Any suggestion for this problem?

XAP files are Windows Phone Apps which can't be installed on a normal Windows 8.1

Related

Cordova windows share app between different devices

Am using cordova to build windows platform. Previously when building for android I would run cordova build android and then find the apk file in the build directory and then I can easily share the file amongst different devices.
When building running cordova build windows I am finding following files in platform/windows/
1.appmanifest.xml
2.cordovaapp.windows.build.appxrecipe
3.resources.pri
How do I get the executable file to install in other devices since when running cordova run windows the application is successifully launched in my computer.
I have also tried running with visual studio and the same results as above are produced.
After running cordova build windows Cordova creates a .appx file in a directory like so:
platforms\windows\AppPackages\AppName.Windows_1.0.0.0_anycpu_debug_Test
where AppName is the name of your app.
APPX is the file format used to distribute and install apps on Windows
8.x and 10, Windows Phone 8.1, Windows 10 Mobile, Xbox One, Hololens, and Windows 10 IoT Core.
References: MSDN and Wikipedia
You can install this .appx file on your PC by doubleclicking it. On a Windows 10 mobile device you can follow a tutorial like this one (just skip the first part on how to create a .appx, as you already have one).

Appcelerator Windows Phone (run, build, liveview)

I've an Alloy app compatible with iOS and android, now I need to make it compatible with Windows Phone, but I've some questions about Windows Phone SDK and Appcelerator for building Windows Phones apps.
The problem is: I've only 2 options to run the app on windows (device or windows phone emulator), there is no local windows option.
So, every time that I wan't to compile and run it, I've to run it on appc terminal:
cd "C:\Users\Ricardo\Documents\Appcelerator\projectTest"
appc run -p windows -T ws-local
There is any short cut for this operation? or this option in the top left run/build/package options?
Also, it would be great to use LiveView with windows phone app development, but isn't compatible yet, right?
Unfortunately,Local Windows build (ws_local) option is missing in the Appcelerator Studio but you can always run directly from the terminal.
Here is the supporting ticket to address this problem - https://jira.appcelerator.org/browse/TISTUD-8502.
Windows liveview is not yet supported - which is scheduled for next version of Studio

Ionic / Cordova won't deploy to Windows 10 phone

I have an existing Ionic app that I am trying to test on my Windows 10 mobile phone, but i cannot get Ionic (or Cordova) to deploy to the phone. I have added the Windows platform using ionic platform add windows and then tried to deploy using ionic run windows --device -- --phone --archs="x86" but that results in:
Deploying app package...
Unexpected error from installation:
Error: Not implemented
You may have previously installed the app with an earlier version of cordova-windows.
Ensure the app is uninstalled from the phone and then try to run again.
ERROR: Error: Not implemented
If i do ionic run windows --list to get a list of detected devices i get this:
Available windows devices:
0. Device (device)
Available windows virtual devices:
No devices found matching the specified criteria.
If I try to deploy directly to 0. Device (device) then the app launches on my desktop computer.
Windows itself can "see" my Windows 10 phone and i can browse the contents of it in Windows Explorer.
I have also enabled Developer Mode on the phone so it will load apps from anywhere and I have purchased a Windows Developer License to see if that would help, but it didn't.
Finally, I tried installing the app using the Device Portal feature, but when I try to install it, I get this error:
Failure reason: Failed to start deployment. Failure text: No signature was present in the subject.
(0x800b0100)
Has anyone else been able to deploy an Ionic / Cordova app to a Windows 10 device? If so, how did you set it up?
I had the same issue.
By default the cordova build command produces two packages: Windows 8.1 and Windows Phone 8.1. To upgrade Windows package to version 10 the following configuration setting must be added to configuration file (config.xml).
<preference name="windows-target-version" value="10.0" />
This resolved the issue.
On the Start Menu in Windows type services.msc and start the Windows Phone IP Over Usb service.

How to run cordova apps on windows 8.1 phone?

I am working on cordova app using Ionic framework & I want to test it on windows phone. I am working on windows 7 PC and my phone is lumia which runs on windows 8.1. Testing it on android was simple just get the apk on phone install it and run. But it dosen't work this way with windows. I have got Xap file using https://build.phonegap.com/. Now I want to test it on my lumia, just copy and pasting on the phone isn't working. Anybody who can help with the process. So far by R&D I came to know that to develop any thing on win 8.1 devices I am gonna need win 8.1 sdk which only works with win 8 PC. Is there any way I can run the app on my device with the existing software that I have.
You should be able to use the intel xdk to build a windows 8 version and put it on your phone. Grab the intel xdk here https://software.intel.com/en-us/intel-xdk, import your html5 project, hit the build tab at the top, follow the step by step instructions, build for windows 8, install it on phone and profit. You should not need a windows 8 pc for this to work as intel builds it on their servers and you simply download the app. I run this in ubuntu and do android, iphone, and any ohter build i need.

Windows phone7 application deployment on phone

I want to install manually downloaded files from marketplace onto my windows phone 7,which do not have SD card. How can I do this?
You can't install manually downloaded XAP from the Windows Phone marketplace. This xap is encrypted and can be used only on Windows Phone device with SD card. Only marketplace on WP device can read sd card and will be able install apps from it.
There is no additional tools available that will allow you to install this xap.
What you can do is once you obtain the .XAP file which is the WP file format for apps, you can get the Windows Phone SDK which comes with all the Windows Phone developing tools and Application Deployment tool. This allows you to deploy any .XAP file onto your phone.
Getting the SDK is the only way as I'm not aware if the Application Deployment Tool comes standalone.
You can get the SDK Here: http://www.microsoft.com/en-nz/download/details.aspx?id=27570

Resources