I have a Nikon 5300 DSLR and an Android 7.1.2 device (LineageOS).
I want to use Nikon's official WirelessMobileUtility app to browse/transfer pictures and take pictures without touching the camera.
Problem: The connection never works, even after trying dozens of times. In the manual (and YouTube tutorials) the steps are so easy (enable WiFi on the camera, connect to that WiFi from the phone, start app) yet the app never manages to connect. Many recent Play Store reviews mention this problem.
How to make the connection succeed?
Important: This question is only for Android 7.1.2 and above
adb shell
variant suffices. One more reference: this answer at SO. Maybe you want to integrate that with your answer, @NicolasRaoul? Also note the exact command seems to depend on the Android version, see this XDA post (you already indicated that). – Izzy Mar 13 '18 at 14:56su
, I getError while accessing settings provider java.lang.SecurityException: Permission Denial: Do not have permission in call getContentProviderExternal() from pid=12592, uid=10124 requires android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY
. With thesu
step it works. – Nicolas Raoul Sep 21 '18 at 01:25