The compiled sample code app cannot be connected to the remote control when installed on the mobile phone - dji-sdk

I once installed the app compiled from the sample code on Android studio on my mobile phone, which can be connected to the remote control of Dajiang UAV, but I updated the code. The recompiled app can't be connected to the remote control, and the previous version of app can't be connected. I don't know why.The app on the mobile phone is shown below:
enter image description here

Related

Deploy/debug app to windows 10 mobile phone via USB

I'm trying to create an UWP app for some old windows 10 mobile phones and deploy/debug them via USB.
I'm using Visual Studio 2017 and have set the target version to Build 10586 (to stay below 14393).
When I try to debug (freshly created UWP blank app, settings: Debug, ARM, Device), the deployment fails with this error:
DEP0100: Please ensure that target device has developer mode enabled.
Could not obtain a developer license due to error 800704C7.
Just before the failure the developer settings of my local machine pop up, so I have the feeling it is trying to deploy to my local windows 10 machine instead of the phone.

Deployment Fails of Xmrain forms application

I have a xamrian forms application here and I am having real issues getting deployed to my device, it works fine in the simulator. Used Shared Runtime is Unticked and the Use fast deployment is also unticked.
So I am at a loss when on my phone I push it out using the app distribution centre I am getting the following. And Yes I do have a singing certif
App Not Installed
The package appears to be corrupt
I am using Visual Studio 2019 16.1.1
As you see I have set this to be unticked as suggested by other SO posts. I have the package rebuilt and sent to the app centre for distribution get the email click on the download and the phone is set to unknown sources and still does not install.

.xap file is not showing in the sd card

I have developed one windows phone 8 application. I have tested the app in simulator and it is working fine. Now I have decided to test the app in my windows phone(Nokia Lumia 520).
As you already know for testing the app, we need XAP file. So I have build the app in visual studio 2012 by right click on the project and select build option.Then XAP file is generated in the BIN folder of the application.
Now I have copied the XAP file to the SD Card 's root folder on my windows phone. After that I have restarted my windows phone.
Now I click on the Start and then Store in my phone. Now it has to show SD Card option.
But I didn't get this option.
So to check this again, I have downloaded the application(XAP file) from windows store.Now I have copied the XAP file to the SD Card 's root folder on my windows phone. After that I have restarted my windows phone. Now I click on the Start and then Store in my phone.
Now the SD Card option is visible. But there is only one XAP file (which I downloaded from the store) is visible and the one which I have developed is not visible.
I don't know what is the problem in my XAP file.
Please provide the solution as early as possible.
Thanks.
You need to follow the proper procedures for deploying a windows phone 8 app to a device. Connect your phone to your PC, In Visual studio 2012, select the deploy to device option and build the project. If you have a developer unlocked device, this will install the app on your phone.
Deploying an app in visual studio
Deploying an app using the application deployment tool
You cannot deploy a XAP file from your SD card on your phone but there are several other ways to do that:
If you have a developer unlocked phone (that you should have as developer) you can connect the phone to your PC and directly deploy the XAP file to it via Visual Studio (select Device instead of Emulator as deploy target)
Otherwise you can use the "Application Deployment" tool that comes with the Windows Phone SDK
Third you can upload it as a Beta Version to the Windows Phone Store which his is very uncommon way because if you have Windows Phone Store Account you can also unlock your phone...

Issue on deploying phonegap build directly to windows phone

Iam doing a phonegap project now, i have deployed my app to many android devices, all works fine. Started on windows phone & i found here phonegap apps cant deploy directly to windows phone.
I want to know; whether the steps given below (Steps for unlocking windows phone) will make my build (.xap file from phonegap build) runnable on windows os device?
Install the Windows Phone 8 SDK if you do not have it on the system. This is required for all developers.
Register for a Windows Phone developer account. If you are a DreamSpark member, you can register for free.
After the SDK is installed on the system, search for the Windows Phone Developer Registration program from the start screen.
Connect your phone to the computer. The program should detect the device immediately. Hit the Register button when it is clickable.
A log-in window will show up on screen. Please fill in your developer account information in the appropriate field, and then hit Sign in. The device registration process will start once you are signed in. If you are successful, you will receive the following message: Congratulations! You have successfully unlocked your Windows Phone.
Each developer account can unlock up to three devices. If you want to delete a device from the account, log in to the developer Dashboard, choose Account -> Phones, and then delete the device from there.
Please help me.
This is currently not possible.
The Development team said they are looking into it and expecting to have it ready Q3 - Q4 this year.
Here's a link to the feature request(https://github.com/phonegap/build/issues/118)
Ismael
This feature is now supported. We can create .xap file with Phonegap online build itself. It is beta so there are some limitations.
Check here

How do I authorize a Windows Phone 7 device to allow for visual studio to deploy to it?

I've registered as an app developer with the Microsoft store but I'm at a loss, under devices I'm told that I need to authorize devices to use for app development but it says: "Adding additional devices must be accomplished through Visual Studio" with no added information. I tried using the 'XNA Game Studio Device Center' to add the device but it only has Zune and Xbox 360 listed, clicking on Zune doesn't help as it says no Zune device was found (since it's a windows phone 7 device I suppose that's to be expected).
So how do I add a device so I can deploy to it through visual studio?
Using the live id for your active marketplace subscription, enter that and your password into Windows Phone Developer Registration in the start menu.
You can only register a device using windows phone developer registration program once you have completed GEO Trust verification. On your Windows Phone dash board on App Hub you'll see that you must complete verification before your able to register a device.

Resources