Questions tagged [sideloading]

The process of transferring data between two local devices. In terms of mobile devices it means to use USB, BT, NFC, memory-card or a local network instead of online app stores like Marketplace, Google Play, iTunes.

Sideloading is a term used in Internet culture, similar to "upload" and "download", but in reference to the process of transferring data between two local devices, in particular between a computer and a mobile device such as a mobile phone, smartphone, PDA, tablet, portable media player or e-reader.

See the complete article here

168 questions
6
votes
3 answers

Xcode free provisioning: The 'Apple Push Notification' feature is only available to users enrolled in Apple Developer Program

I am trying to use xcode free provisioning but I am getting the following problem I have disabled Remote Notification after getting this problem but it still does not go away. How to fix this problem xcode version 7.2 ios version 9+ Note: xcode…
6
votes
2 answers

Remote debugging on Surface Pro 3

I've installed x64 version of remote debugging components for Visual Studio 2015 on my Surface Pro 3 with Intel Core i3 CPU and recently updated to Windows 10 Pro Insider Preview x64. When I'm trying to debug remotely simple universal application…
6
votes
2 answers

Is there a free way to distribute free Windows 8 apps?

I'm considering developing a free non-enterprise Windows 8-style application. I would like to be able to distribute it with no fees charged to myself or users. (Please not that I am not asking about Windows 7-style desktop applications.) From…
Sam
  • 40,644
  • 36
  • 176
  • 219
5
votes
2 answers

How to Sideload UWP app via appxbundle without error

I can successfully sideload an app on my secondary machine by running the PowerShell script generated with app package creation. However, if I try the friendlier route of double-clicking on the .appx ( or .appxbundle) file, and in that dialog press…
BCA
  • 7,776
  • 3
  • 38
  • 53
5
votes
0 answers

error 0x800B0100: The app package must be digitally signed for signature validation

I am trying to test an application by installing the application using WinAppDeployCmd.exe but i am receiving the following error: Installing app... Remote action failed. 0x800B0100 error 0x800B0100: The app package must be digitally signed for…
Sjblack
  • 695
  • 4
  • 14
4
votes
0 answers

Is it possible to copy/paste text inside oculus quest with native controllers?

It seems oculus quest is lacking a native implementation of copy/pasting text (at least with oculus controllers). Clipboard is part of android core functionality. Did anyone implemented a "hack" to sideload android package that will allow…
4
votes
1 answer

Set "sideload apps" from Windows 10 powershell (Update & Security > For developers)

Is it possible to set the "Update & Security > For developers" attribute "Sideload apps" from a powershell script on Windows 10 Anniversary (just plain "old" Win10)?
4
votes
1 answer

How to create appxbundle that does not require developer license

I am working with the infrastructure team on deploying a Windows 10 Universal app and running into some roadblocks. They are currently requesting a release version application that does not require a developer license to install. They are using…
Mark W
  • 1,050
  • 7
  • 15
4
votes
1 answer

ADB says 'Device Not Found' at last stage of sideloading lollipop

I'm trying to sideload Lollipop onto my Nexus 5 from the OTA zip file. At this point, the adb recognizes the device after I plug in the USB cable, and spits out the serial number. As I understand the instructions for sideloading, once I get to this…
Gene
  • 83
  • 1
  • 1
  • 9
4
votes
1 answer

Side loaded Windows 8 App - Brokered Windows Runtime Components vs. WCF Service.

I have some back end .net code that I need to access locally from my Win8 metro app. Would it be better to expose the back end code via WCF services. I am assuming the .nettcp binding will work? or would it be better to create a brokered windows…
Cool Breeze
  • 1,289
  • 11
  • 34
3
votes
1 answer

Android: pre-installed (pre-packaged) application shortcuts being removed after market update

We developed a placeholder application to ship pre-installed on Android devices. All it does is to point to a market URL so that it can be updated with the real application. In effect, the "placeholder" is nothing more than an earlier version of the…
AngraX
  • 1,803
  • 2
  • 18
  • 30
3
votes
0 answers

Expo - Is there a way to build an expo app to a .ipa file without an apple developer account?

I've created a simple personal project and don't intend to release it to the app store. Is there any way I can build the expo app to get a .ipa file I can sideload on to my iPhone without a paid apple developer account?
hanss
  • 31
  • 4
3
votes
1 answer

Can I code sign a Windows Store App with a trusted code signing certificate?

We have a Windows UWP app that is currently in the Microsoft store. The project includes a store association file which contains publisher attributes one of which is the Common Name. Our store account shows the CN as a string value resembling a…
3
votes
2 answers

Multiple versions of ckeditor on same page

Is there a way for multiple versions of ckeditor library to exist on the same page without conflicting with the other version? The way jquery as jquery.noConflict mode? The use case is that there are different teams in our organization building…
3
votes
1 answer

Enabling app sideloading using NSIS on Windows10

I have a Windows Universal App that needs to be sideloaded. I am using NSIS with a powershell script to install it. I would like to have the NSIS installer enable app sideloading in the Windows settings. I have already looked at the documentation…
spikeynick
  • 499
  • 6
  • 12
1
2
3
11 12