Questions tagged [ota]

Over-the-air wireless communication

427 questions
0
votes
1 answer

iOS OTA download slow

Our enterprise app can be download and installed through OTA, but the download speed is really slow (about 20K per sec). In the meantime, the Android app deployed to the same server can download up to 150K per sec, not the expressive, but fair…
Alsan
  • 399
  • 1
  • 4
  • 15
0
votes
2 answers

How to support OTA video in custom web app (for LG TV)?

I've searched considerably for this answer (including all WebOS, Enyo, LG specific documentation, and countless Google searches), but have turned up nothing. In short, the goal is to develop a WebOS application that can resize an existing video…
Dustin Halstead
  • 741
  • 6
  • 19
0
votes
0 answers

How to follow sketch upload progress on Arduino?

When we upload a sketch to Arduino using OTA, we can follow upload progression using the following script and do some display accordingly. How can we achieve the same using wired sketch upload? ArduinoOTA.onStart([]() { String type; if…
Remi
  • 693
  • 8
  • 17
0
votes
2 answers

rxAndroidBle get long write response

I'm doing a long write to a BLE for making an OTA update, but I need to wait for the write response of the BLE device for sending more data but I don't know how to catch the device write response, I'm using a Samsung galaxy tab s2 with android 7,…
0
votes
0 answers

How can I upgrade my device firmware with BlueNRG?

I'm currently working on a BLE device. This device has no screen nor keyboard. It is using a STM32L0 and is connected to an application on android. I want to make a DFU (device firmware update) via bluetooth so I can change the version of my…
Benjamin
  • 100
  • 11
0
votes
0 answers

OTA Distribute Success in iOS 10 But Failed To Download in Older OS

I have create an OTA link to distribute my in house app, it able to download in iOS10 devices, but it failed to download in iOS9 or older devices, it show Failed to download the app. My manifest look like below, and minimum deploy version is 8.2…
desmond0321
  • 218
  • 2
  • 9
0
votes
1 answer

PHP SOAP OTA Connection

for a customer I want to implement the OTA service in an interface to check availabilty and things like that. I've downloaded the 2017 specifications from OpenTravel. But I lack some information. I want to realize it with PHP and SOAP and later…
aczero
  • 1
  • 2
0
votes
0 answers

Impossible to run Multithreading Python script for OTA

I have a problem in the implementation of "ota_from_target_files" for incremental differential packet generation when the thread can not run the thread python script, the error code is as follows: /usr/lib/python2.7 unzipping target target-files... …
H.Bob
  • 1
0
votes
1 answer

Apple Over The Air (OTA) profile delivery

We have implemented Over The Air (OTA) profile delivery with 3 phases : Phase 1 : Authentication Phase 2 : Certificate enrollment. A new certificate is sent to device and replaces Apple certificate Phase 3 : Device configuration. Device response is…
0
votes
1 answer

Java: Convert XSD files to Java classes

I'm currently using xjc to convert my xsd files in java classes. My app is based on ota-opentravel (http://www.opentravel.org/) standard so I downloaded their xsd files for ota-2016b version and tried to convert all xsd file in java classes. I got…
ervin
  • 55
  • 2
  • 12
0
votes
1 answer

AOSP OTA incremental version issue

I am facing an issue with AOSP incremental OTA build. If I do an incremental build (without make clean), build completes fast and I get a smaller OTA file, and OTA updates successfully on the target system; BUT the incremental build number of target…
abygm
  • 31
  • 7
0
votes
1 answer

iOS app OTA installation fails with error Domain=MIInstallerErrorDomain Code=11 Bundle has missing or invalid CFBundleExecutable

I cannot understand why my ipa fails to install OTA on testing devices. My project is pure Swift, there is only one Swift framework (Alamofire) which is added via Carthage (also I have tried to remove it and rebuild the app with the same…
user1264176
  • 1,118
  • 1
  • 9
  • 26
0
votes
0 answers

iOS Applications through OTA cannot be download at this time

I have an iPhone application that is to be distributed in-house through Enterprise account. The Application is available trough a link that works fine for some users and for the others it fails with "Cannot be download at this time" knowing that…
MOJ
  • 1
  • 2
0
votes
1 answer

Accesing ReleaseFolderFactory in ALM using Java, Com4j

I have connected HP ALM 12.5 with Java through wrapper class via Com4j. To get release and cycle details, I need to access ReleaseFolderFactory object. Could you please help me to find the way using Java? Any help will be highly appreciated.
0
votes
1 answer

What is the role of SCEP in iOS MDM Enrollment

We use SCEP to issue certificates to Authorized entities, but what is the use of the certificate in iOS MDM Enrollment
Madhu Avinash
  • 933
  • 2
  • 8
  • 27