State of PPK support in iOS DJI SDK 4.14 - dji-sdk

DJI Mobile SDK version 4.14 for iOS has added support for PPK. A new method to enable PPK has been added called "setPPKModeEnabled". If PPK is enabled through this method and a waypoint mission is run on a Phantom 4 RTK, the drone satellite observation file are created but no images are recorded. Can a DJI engineer give some insight into this issue? The camera mode was set to shootPhoto when this method was called. There was also a SD card in the drone.
Is PPK actually implemented in iOS mobile SDK 4.14? There is no mention of PPK in the SDK release notes.

Related

Modyifying Ti App xml to include new permission changes for camera and gallery with an earlier sdk

I have an App built with Ti SDK 4.0.0 . After Going through the recent release notes for Ti SDK 5.5.0([Release notes for Ti SDK 5.5.0][1]
[1]: https://www.appcelerator.com/blog/2016/09/ga-release-for-titanium-sdk-5-5-0-appcelerator-cli-5-5-0-appcelerator-studio-4-7-1/) , In order to comply with the new privacy related changes we need to include few keys in plist in Ti.App XML, for example we need to include NSCameraUsageDescription: If you use the Ti.Media.showCamera API to capture photos and videos for iOS 10.
Now Can I include the same keys in Ti-App XML when distributing the app with Ti SDK 4.0.0 for my App to run in iOS 10 without any problem.Kindly Suggest.
Eventually will migrate the app to the latest SDK.

Samsung Grand mobile Not showing UI but I can see UI in emulator

I am trying to deploy app on Android device But I am not able to see the UI. My device configuration as below
Handset : Samsung Grand
OS : Android 4.2 (API 17)
in project properties I set the application Tab like this
please let me know what wrong with it. Similar configuration for Android Emulator I cab able to see the UI.
Try creating a apk in release mode and then install the apk manually.

Android Studio: Android 5 lollipop can't install and launch App

I have 2 real android devices and I used them to test my android app (I am new at Android programing)
When I clicked "run" button, the dialog box showed me two of my devices:
Table 4.2.2 and Cellphone 5.0
After running, my tablet launched the app perfectly, but my phone (5.0) wouldn't launch, it even wouldn't install new app, I tried many time, and finally it run, but at the later time, I needed to remove previous app to run new app.
Please help me to resolve this problem.
Well, you have to remove the old version of your app all the time? If yes, you should use a keystore file for signing the app (and always the same). My device also refused to update an app because I didn't sign it with a keystore file. (I have one device with Android 5.1.1 and one with Android 4.2.2, had the same issue with the 5.1.1 one until I signed it)

Android Wear app. This app is incompatible with your device

I just published my app for wear devices, its the Watch Face, don't have any UI for phone app. I uploaded to the Google Play.
But it says This app is incompatible with your device. To all users or Devices.
Anyone have idea?
Since Android Wear application are only in sync with a handheld device, it needs to have a corresponding application in the handheld device.
Let me make it little more clear:
To install anything on Android Wear, you need to have corresponding application for mobile, which will sync up its corresponding wear part and install the same on wear.
So go ahead develop a dummy kind of an application for handheld.
According to the official documentation, in order to publish a wearable app without a phone app component, you need to raise your minimum target SDK version to 2.0.
Source: https://developer.android.com/training/wearables/apps/standalone-apps.html

Android Wear Preview app - which smartphones are compatible?

I got invitation to the Android Wear Developer program but when I try to install the Android Wear Preview app I see information that my device (Samsung Galaxy S2) is not compatible with the app. Is there some kind of list of devices compatible with Android Wear Preview app?
Thank you,
You need a 4.3+ Android smartphone. Because the Notification listener functionality has been added with API level 18.
Tablets were stated to be supported but right now they're filtered out from the store. You can still manually install the APK though.
Bluetooth LE isn't mandatory - for the preview at least.
I don't think there is a device spesific restriction, but according to developer.android.com
Note: The Android Wear Preview app is compatible with Android 4.3 and higher and is not available for the Android emulator.
Edit: I think BLE is used for communication between smartphone and watch. So obviously that would be hardware restriction.

Resources