Android Question DJI SDK

madru

Active Member
Licensed User
Longtime User
Hi Erel,

any changes to see a DJI SDK 4.11.2 or 4.12 wrapper in the near future?

4.11.2 is the 1st version with Android Q support

THX

M
 

madru

Active Member
Licensed User
Longtime User
I get this after connection the remote to the phone:

B4X:
java.lang.UnsatisfiedLinkError: No implementation for java.lang.String dji.midware.natives.SDKRelativeJNI.native_getUsbAccessoryAttachedString found () (Tried Java_dji_midware_natives_SDKRelativeJNI_native_1getUsbAccessoryAttachedString and Java_dji_midware_natives_SDKRelativeJNI_native_1getUsbAccessoryAttachedString__)
AT dji.midware.natives.SDKRelativeJNI.native_getUsbAccessoryAttachedString (Native Method,)

Android Mobile SDK 4.11.2 Release Notes
Added support for Android Q adaptation.
 
Last edited:
Upvote 0

udg

Expert
Licensed User
Longtime User
Did you played and crashed the drone in your house???
Did the black-box aboard recorded your wife's reaction too? ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

madru

Active Member
Licensed User
Longtime User
finally I got more info from my customer, he says that no USB connectivity between Phone & Remote is possible. The system ask to connect once or always, after selecting an option the Java Error is shown.
I can not verify the behaviour as do not have an Android 10 device currently, any idea?
 
Upvote 0

madru

Active Member
Licensed User
Longtime User
Hi, sorry it takes always some time to get an answer from those guys.

he said they used a Samsung S10s for testing, what I can not verify.....

i will upgrade a Sony XA2 to LineageOS 17.1.x today for testing. Not the same device as the S10s but has 64bit, USB-C and Q......

keep you posted
 
Upvote 0

madru

Active Member
Licensed User
Longtime User
sorry, took some time.....

all good on a Sony XA2 with LineageOS 17.1.x, will organise a S10s for further testing .......
 
Upvote 0

Tempomaster

Active Member
Licensed User
Longtime User
Hello,

DJI has released a new version 4.13 of the SDK:

https://mvnrepository.com/artifact/com.dji/dji-sdk/4.13

This version now supports the relatively new Mavic Mini:

https://www.dji.com/de/mavic-mini

I would very much like to deal with the programming of an app that also supports this multicopter. I found Erel's thread:

https://www.b4x.com/android/forum/threads/dji-drones.75244/

However, I do not know which changes and additions to this example are necessary. I still lack the necessary knowledge for this. I have to rely on additional information. Otherwise this project will probably get stuck with the idea. I would therefore be very grateful for some information.
 
Upvote 0

Tempomaster

Active Member
Licensed User
Longtime User
I just saw it that I posted in an old thread there too. I don't know how to add my contribution to a new thread?
 
Upvote 0
Top