Over-the-air wireless communication
Questions tagged [ota]
427 questions
6
votes
2 answers
Phonegap Build ad-hoc OTA
Context:
I am using Phonegap Build to build an .ipa file for ad-hoc OTA distribution (for beta testers). I added a new key to my Phonegap build profile (this is a proof-of-concept thing for my company), which is the distribution certificate and the…

jdb1a1
- 1,045
- 1
- 13
- 32
6
votes
1 answer
Programmatically check for Android OTA system updates
If you go to Settings->About Phone->Check for updates a check is initiated to see if theres any system updates ready for your phone.
How can I do this action programmatically? Further, I am trying to locate where in the Android source code this…

CompEng88
- 1,336
- 14
- 25
5
votes
0 answers
Expo + React Native + Self Hosted OTA not working
I am trying to host OTA on my own server. I followed the Hosting Updates on Your Servers guide but with no luck.
To dig deeper I called the method Updates.checkForUpdateAsync() and logged the error message.
Error Code: ERR_UPDATES_CHECK
Error…

Md Zahid Raza
- 941
- 1
- 11
- 28
5
votes
2 answers
How to make own OTA app in AOSP - fslota?
we have build Android from sources and it looks good on our device. Currently we need to make own OTA process, but we dont know how.
We try to implement FSLOTa (https://github.com/embest-tech/android_packages_apps_fsl_imx_demo/tree/master/FSLOta)…

Darius Radius
- 169
- 3
- 14
5
votes
2 answers
"Cannot connect to server" while installing ipa through OTA
I have provisioning profile is installed and successfully created the ipa. The ipa will install in Dropbox without any problem, but the same ipa will give the error while installing through OTA.
I have attached the screenshot of the error.
How can i…

Nithinbemitk
- 2,710
- 4
- 24
- 27
5
votes
3 answers
Updating an application OTA
I'm developing an application that will be available from a website (market probably as well). The problem I'm having at the moment is how to handle the updates to the app. I know how to check the version against the current one and I know if I need…

Bostjan
- 1,397
- 3
- 21
- 36
5
votes
0 answers
Installing OTA App Unable to download
I have an enterprise app that I want to host on my server running IIS 6.0. So I have followed this guide:
http://help.apple.com/iosdeployment-apps/mac/1.1/#app43ad871e
When I click the link to download the app I get the 'Unable to download…

mdc
- 1,161
- 6
- 22
- 37
5
votes
1 answer
Installing Android app through OTA service
I have developed 5 android applications and generated the 5 apk files with same keystore. Of the 5 apps, one app is the home app which contains a common database. All other apps are accessing the database using the content provider.
Now, I want the…

Rajesh Rajaram
- 3,271
- 4
- 29
- 48
5
votes
2 answers
Error when combining scep and mdm payloads - enrollment server did not provision valid identity certificate
I'm working on rolling my own MDM service, and I'm trying to combine the SCEP and MDM payloads as the MDM protocol document from Apple suggests. I created my own SCEP web service in C# .Net and I know that the device can get a valid certificate…

Ken Austin
- 131
- 1
- 6
4
votes
2 answers
FOTA : How can i do firmware update over the air?
Here i want to update my device fireware.
After downloading the file from somewhere(server) what can i do for update the firmware?
Please Tell me the way how can i achieve this and which things i have to keep in my mind to achieve this goal.
What is…

user1089679
- 2,328
- 8
- 41
- 51
4
votes
2 answers
Install via OTA, app starts from splash when minimize and re-enter
For simply, I write an app with Splash, Home, Child1 and Child2 with following flow: Splash -> Home -> Child1 -> Child2. And we can back from Child2 to Child1, from Child1 to Home, and back from Home to exit app.
It sounds simple. I can navigate…

anticafe
- 6,816
- 9
- 43
- 74
4
votes
1 answer
Enrollment Challenge to retrieve UDID from iPhone
Ad hoc testing facilities like TestFlight and HockeyApp use a part of the iOS OTA enrollment process to retrieve UDIDs (and possibly other device information, such as device type).
How do these services achieve this? I've already figured out how to…

Lakitu
- 490
- 4
- 10
4
votes
0 answers
How to generate the ota_update.zip on Android 10
I was following the instructions on https://source.android.com/devices/tech/ota/tools to generate an OTA_UPDATE.zip on Android 10.
The command I used was
./build/make/tools/releasetools/ota_from_target_files…

Jerry Zhang
- 91
- 7
4
votes
0 answers
Can't see or download OTA app from iPad in devices in Xcode
Our customer installs the iOS app via OTA on their iPads. Before, we would be able to download the apps from the iPads for debugging purposes and to extract the CoreData sqlite databases, from within the "Devices and Simulators" in Xcode.
However,…

Rasmus Nielsen
- 411
- 1
- 4
- 18
4
votes
1 answer
Android Things OTA Process
I want to know process (step-by-step) Android Things handles Bundle package from OTA console. As i know, Android Things device will check OTA update every period, if Bundle from console is available then device downloads Bundle package, Right?
And…

Hải Nhật
- 41
- 1