francoisnicolas
francoisnicolas
Look at 👍 0x16, 0x00, 0x00, // Logical Minimum (0) 0x36, 0x00, 0x00, // Physical Minimum (0) 0x26, 0x80, 0x07, // Logical Maximum (1920)
E/AndroidRuntime: FATAL EXCEPTION: main Process: net.tjado.usbgadget, PID: 29091 java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String at net.tjado.usbgadget.GadgetShellApi.updateGadgetData$lambda$1(GadgetShellApi.kt:68) at net.tjado.usbgadget.GadgetShellApi.$r8$lambda$ZXtX09HUF-P_VvkzGmTntqu3KsU(Unknown Source:0) at net.tjado.usbgadget.GadgetShellApi$$ExternalSyntheticLambda1.onRootTaskFinish(Unknown Source:6) at net.tjado.usbgadget.RootTask.onPostExecute(RootTask.kt:29) at net.tjado.usbgadget.RootTask.onPostExecute(RootTask.kt:5) at...
... I hadn't looked closely at the error message, it's a runtime error message since my smartphone is not rooted. I thought it was a compilation error
Hello, It never pass through this line of code. I add a break point, and the program doesn't go at this line. I added break points elsewhere, and the program...
________________________________ De : Francois Nicolas Envoyé : mardi 2 avril 2019 18:48 À : googlesamples/android-ndk Objet : RE: [googlesamples/android-ndk] sample camera has no button (#634) Today, I have found the...
add in your main program : ... get File by TCPIP download from your database Bitmap myBitmap = BitmapFactory.decodeFile(file.getAbsolutePath()); // file : File to your image mPhotoView.setImageBitmap(myBitmap); add in PhotoView.java...