ESP32_BLE_OTA_Android
ESP32_BLE_OTA_Android copied to clipboard
Android app to perform OTA update on ESP32 via BLE
I am making flutter app. I am facing problem in sending file to esp32 can you tell me steps needed before sending file
The App which is there in Google App store i.e. ESP32 OTA BLE is different and the source code you have given in the repo is different and this one...
2022-07-07 19:21:13.009 24256-24256/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.fbiego.ota, PID: 24256 java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=56, result=-1, data=Intent { dat=content://com.android.externalstorage.documents/document/primary:OTA/esp32_v1.2.ino_OTA_advertise_FBIEGO.bin flg=0x1 }} to activity {com.fbiego.ota/com.fbiego.ota.MainActivity}: java.io.FileNotFoundException: /storage/emulated/0/OTA/esp32_v1.2.ino_OTA_advertise_FBIEGO.bin: open failed:...
I can't get the android app to connect. I've tested on phones is running Android 8 and Android 11 with same (failed) results I've built and installed the android app...
There seems to be an Manifest issue since Android 12. I could run the App on Android 9 and Android 11 without any issues. The [PlayStore](https://play.google.com/store/apps/details?id=com.fbiego.esp32.ota) Version seems to run...