Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
1 answer
How to offer anitleeching method of a JAD OTA link
Ok, I am currently using a download script in PHP which queries a mySQL database and checks if that token has been downloaded (this token I create manually through a generate script). So for example my generate link would be…

Drew M
- 1
0
votes
1 answer
How to update apps in Android things?
I'm new in Android Things and was trying to do OTA updates. In Android things console whenever I pushed a new OTA, along with the new app version, it refreshed the image as well. However, I want my image to be the same as earlier and just app to get…

psk
- 11
- 5
0
votes
1 answer
AOSP not booting after OTA update (LoadImageAndAuth Failed)
I'm trying to update my custom AOSP ROM using OTA Full update. Despite I see no errors when sideloading (adb sideload ota.zip) or installing using UpdateEngine the OTA package, bootloader fails to load the updated ROM.
LoadImageAndAuth Failed: Load…

Andrey Egorov
- 391
- 1
- 4
- 15
0
votes
2 answers
ESP32/Arduino IDE: OTA using ESPHttpUpdate keeps rebooting
We're a bunch of noobs trying to develop an ESP32 program that could be updated OTA with ESPHttpUpdate. The code we're using is the basic:
if((WiFi.status() == WL_CONNECTED)) {
t_httpUpdate_return ret =…

Sebastian Pelan
- 43
- 8
0
votes
1 answer
OTA Application Provisioning implementation on Android
i am trying to implement OTA settings update for my app.
didn't find any tutorial regarding this issue.
the settings file would be an XML file.
Thanks.

senior
- 435
- 5
- 13
0
votes
1 answer
Will expo OTA break older version?
I know that even after the ejection, I can still OTA the latest js bundles.
However, I’m not sure about this situation:
Version 1.0: Version 1.0 doesn’t involve native Android Mixpush but was already ejected. I published it and released it to the…

Livia Zhang
- 193
- 1
- 7
0
votes
1 answer
Choices for BLE to configure headless device plus OTA
I have a headless device running Ubuntu that I want to make configurable and updatable via Bluetooth. In a secure way not opening too many back doors. Reason is the payment terminal on the device connected over Ethernet to backend system.
Settings…

JeromeBu1982
- 133
- 6
0
votes
1 answer
React native private deployment
I've to create a mobile app for my small company (150 users).
They use both Android and IOS device, and the only native feature I need is Notifications Push..
Cause of the notifications, I can't go pwa (ios doesn't support), so I would try react…

Rémi Lardier
- 317
- 2
- 14
0
votes
1 answer
Encrypt a website link with a specific certificate
I updates firmware to my microcontroller with https over the air. For this, I generate a download link and write this to my code. However, anyone that reach this download link can download my firmware and coppy it.
Then, my question shows up. Is…
0
votes
1 answer
Arduino OTA Firmware Backup ESP32
It is widely known that you can update firmware over-the-air using functionality: receive blob size over the network, call Update.begin(blob_size), consecutively call Update.write() until its done, then call Update.end(), and restart the…

Leontyev Georgiy
- 1,295
- 11
- 24
0
votes
0 answers
Xcode 10.2, iOS 12.2 : Application installed over OTA(Enterprise) not opening
I have converted my web application into .ipa file using cordova. It was working well until the iPad is updated to iOS12. But since then, the app crashes even before launching.
I tried everything, having searched through various posts of…

Ismail MAC
- 61
- 2
- 6
0
votes
1 answer
Android Custom applications OTA installation
I would like to find out if it is possible to install applications Over The Air in Android by downloading the apk from a web link.
The application is meant to be customised for each user hence there won't be one application which I could put in the…

emt14
- 4,846
- 7
- 37
- 58
0
votes
1 answer
How can i ota my application via internet on esp32?
I'm trying to run the demo code of esp 32 for native ota update which works just fine for local server ota update,i want to know which internet servers are providing free platform for ota update.
I've tried native sample code which works fine.

Dhananjay Sutariya
- 89
- 2
- 14
0
votes
1 answer
Enterprise distribution ios app - cannot connect to server
I am trying to distribute my application from web server.
I have created .ipa file using enterprise distribution provisioning profile and certificate.
I have put .ipa file and manifest.plist file on server.
Server configuration :
We have configure…

Ketan Parmar
- 27,092
- 9
- 50
- 75
0
votes
1 answer
error: no matching function for call to 'UdpContext::listen(const ip_addr_t&, int&)' if(!_udp_ota->listen(*IP_ADDR_ANY, _port))
Getting this error when tried to upload code on Es08266 12e. The error was caused due to ArduinoOTA.
error: no matching function for call to 'UdpContext::listen(const ip_addr_t&, int&)'
if(!_udp_ota->listen(*IP_ADDR_ANY, _port))
note: bool…

AKASH P BHARDWAJ
- 1
- 1