Sideload .appx files without Visual Studio - Windows Phone 8.1? - Windows Phone 8 Q&A, Help & Troubleshooting

Does anyone know how to sideload .appx file to Interop Unlocked Lumia without having to download and install the huge Visual Studio file?

Device Portal?

Sideload appx apps (silverlight) can be done on windows PCs , running windows 8 or later. Use Windows phone sdk for 8.1, i mean app deployer for windows phone 8.1 which supports .appx files to be deployed in a developer unlocked device!

Related

Can't Install .exe file :(

Dears,
Yesterday I got a HTC touch diamond. I'm very new user of windows mobile.
I'm getting trouble to install software in my windows mobile. for example when I try to install "skypemobile" it shows skypemobile is not a valid pocket pc application!!, When I try to install "total control" it shows skypemobile is not a valid pocket pc application. !!
Can u please guide me how to install them properly?
i have same problem with u bro...
i can't install in my computer n my pocket too using customruu.exe
have i install net framework version? n visual studio version?
i wanna upgrade my windows mobile too
exe based installers generally aren't run on the phone itself, what you do for them is connect your phone to your PC and make sure the phone is shown as connected in either ActiveSync (Windows XP and 2000) or Mobile Device Centre (Vista and Windows 7). You then run the exe file on your actual PC and ActiveSync/Mobile Device Centre will autopmatically handle the installation across onto the phone.
Thank You Medulla for your kind information

[Q] Application Deployment tool

am install sdk 8 and unlocked my lumia 720 but when i open Application Deployment tool to install app on my wp8 i fund this massege
radwan020 said:
am install sdk 8 and unlocked my lumia 720 but when i open Application Deployment tool to install app on my wp8 i fund this massege
Click to expand...
Click to collapse
You won't be able to use the WP8 SDK from Windows Server or a virtual machine like Hyper-V, VirtualBox, VMWare, etc. Make sure you're running Windows 8 x64 or higher and make sure Hyper-V is enabled.
Are you using the modified SDK from here or Arnold Vink's lite SDK? The only thing I can recommend from seeing your screenshot is that you need to reinstall the SDK.
did you unlock phone first with Windows Phone Developer Registration (run this on computer)
Solved by installing visual studio update 3.

Need help with installing Windows Phone 8 SDK on Windows 7

I working on Windows 7 x64 version. I installed Visual Studio 2013. When I install Windows Phone 8 SDK I got error
Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.507 A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file
Click to expand...
Click to collapse
THE.W!ZARD said:
I working on Windows 7 x64 version. I installed Visual Studio 2013. When I install Windows Phone 8 SDK I got error
Click to expand...
Click to collapse
dude u need set your system time to 2012 then u can install it
have you tried the windows phone lite sdk?

[Q] How to add a RichTextBox to my Windows Phone Silverlight 8.1 app?

I have tried many ways including WP Toolkit, VectorLight Toolkit etc. WP Toolkit does not include RichTextBox. When I use VectorLight toolkit the app doesnot run because of some symbols loading error. Please help me to find a working way to add RichTextBox in my app.
What exactly are you trying to achieve? Windows Phone Silverlight 8.1 toolbox includes RichTextBox out of the box, without any 3rd party controlls, and in Windows 8.1 WinRT apps there is RichEditBox... using it is like using any other controll...
Code:
//WP 8.1 Silverlight apps
<RichTextBox x:Name="MyTextBox"></RichTextBox>
//WinRT apps
<RichEditBox x:Name="MyTextBox"></RichEditBox>
Code:
//WP 8.1 Silverlight apps
<RichTextBox x:Name="MyTextBox"></RichTextBox>
You can simply add the RichTextBox control to the WP 8.1 Silverlight app by the above code. But when it is running the RichTextBox is ReadOnly, means the user cannot edit or enter data to the RichTextBox. I need a way to add normal RichTextBox to my Windows Phone Silverlight 8.1 App.

i have Windows Phone 8.1 phone

how can run apk games my phone
You can't
Not possible

Categories

Resources