Mobile-SDK-Android-V5 icon indicating copy to clipboard operation
Mobile-SDK-Android-V5 copied to clipboard

Same code working on 300 RTK but not on Mini 3 Pro

Open antonymarion opened this issue 8 months ago • 19 comments

Hi Dji

I am printing the datalink type, firmware version and product Uuid

OK on 300 RTK Same code fails on mini 3 Pro

uavDataLinkType = KeyManager.getInstance().getValue(KeyTools.createKey( ProductKey.KeyDataLinkType)).toString() uavFirmwareVersion = KeyManager.getInstance().getValue(KeyTools.createKey( ProductKey.KeyFirmwareVersion)).toString() uavProductUUid = KeyManager.getInstance().getValue(KeyTools.createKey( ProductKey.KeyProductUUID)).toString()

Notice:

SN and ProductEdition does not work on both drones..

uavProductType = KeyManager.getInstance().getValue(KeyTools.createKey( ProductKey.KeyProductType)).toString() uavProductEdition = KeyManager.getInstance().getValue(KeyTools.createKey( ProductKey.KeyProductEdition)).toString()

Please provide us a list of working/non working features in your SDK

antonymarion avatar Jun 03 '24 14:06 antonymarion