Adriaan Davel
Adriaan Davel

Reputation: 748

Install app on windows phone 8 without sd card

Ok, when ever I search for this phrase I get tons of links on how to use the SD card to install an app, I don't have an SD card, is there another way of installing an app from a XAP file?

Upvotes: 6

Views: 32631

Answers (3)

user3218221
user3218221

Reputation: 11

You can freely register for Windows Phone App Studio and then developer unlock it for free.

More details here.

Upvotes: -1

whihathac
whihathac

Reputation: 1761

As of now its not possible. if you download the xap to any other memory than SD card, you'll have to first move it to SD Card and then install it from there. Read through this official blog post for more details - http://blogs.windows.com/windows_phone/b/windowsphone/archive/2012/12/13/windows-phone-store-expands-adds-new-features.aspx

here's what is quoted from the website -

The web Store also now has support for installing apps via SD card, which many Windows Phone 8 models support. This option can be useful when a cellular or Wi-Fi data connection isn’t available. Just look for the “Download and install manually” link on the app’s details page. Click to download the app’s installation—or.xap—file, which can then be copied over to the phone’s SD card and installed. (See How do I install apps from an SD card? for step-by-step instructions.)

To install any xap from SD Card, read this blog post - http://www.windowsphone.com/en-US/How-to/wp8/apps/how-do-i-install-apps-from-an-sd-card

Upvotes: 5

LewisBenge
LewisBenge

Reputation: 2696

If your phone is developer unlocked, you can use the Application Deployment tool supplied with the Windows Phone SDK. To developer unlock the phone, register your Microsoft Account on http://dev.windowsphone.com (paying the fee), download the SDK, and run the unlock tool.

If this is an enterprise app, you can also side-load the app by downloading it (via the web) and installing it. You will need to code sign the XAP first, and install the application enrolment token for this to work. See this post for more details: http://nicksnettravels.builttoroam.com/post/2012/12/03/Windows-Phone-8-SDK-Deploying-Multiple-Enterprise-Applications.aspx

Upvotes: 4

Related Questions