Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 489
Adriaan Davel Avatar asked Dec 10 '12 05:12

Adriaan Davel


People also ask

Can you install apps without a SD card?

Android apps are installed to your device's internal storage by default. If you have a microSD card, you can move some of your currently installed apps over to the microSD card. This is not supported by all apps, however. In fact, many don't support this feature at all.

How install apps manually in Windows Phone?

In the App list, tap Store. Tap More, and then tap Install local apps. Select the apps you want, and then tap Install. Installed apps appear in the App list.

Can you install apps on Windows Phone?

Step 1: On the Start screen, scroll down to 'Marketplace'. Step 2: Tap 'applications'. This will take you to a range of categories for you to browse. Alternatively, if you know which app you're looking for, tap on the 'Search' button at the bottom of the screen and type in the name of the app you want.


2 Answers

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

like image 91
whihathac Avatar answered Sep 26 '22 19:09

whihathac


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

like image 38
LewisBenge Avatar answered Sep 24 '22 19:09

LewisBenge