Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
0 answers
Firmware update through OTA - identical binary files received from different server, one is working and another is not
For Firmware update, I tested with Barracks service where i uploaded my updated file and worked fine after downloading in hardware device, but when I tested this with our server, it didn't worked. I uploaded the same file and I received the exact…

Nitish Hooda
- 21
- 2
0
votes
2 answers
Delete JavaCard applet through OTA
I have an applet installed on a JavaCard. I want to delete this applet through over the air(OTA) message by sending APDU commands. following are the APDU command I send through card reader to delete th applet:
1) A4 04 00 00
2) ExAuth 00 02 00 01…

darkknight
- 216
- 5
- 15
0
votes
1 answer
OTA firmware update with BLE113
I want to do firmware update over the air with BLE113 module. I am using Nordic's nRF Toolbox to test this and I have configured their GATT services and characteristics in BGScript to do OTA update. But OTA updates are not always successful.
I…
user5371335
0
votes
1 answer
How to receive broadcast itself when my application updated with new version code android
I have an application which is remotely updated with new version by changing version code. Update is pushed from a back-end side and phone is update the apk using the adb OTA client.
After completion of OTA update I need to send the status to the…

0xAliHn
- 18,390
- 23
- 91
- 111
0
votes
1 answer
ITMS installer authentication cookie
We are deploying iOS apps over the air (OTA) to our enterprise to employees and we are controlling who can access the download site via username/password login page authenticates the user and authorizes them based on AD group membership. This…

user867662
- 1,091
- 4
- 20
- 45
0
votes
0 answers
After Bluetooth OTA update, I can re-pair on iOS 9.2 phones but it won't work on iOS 9.3 phones
I have an app that uses BLE to connect to a wearable device. I can update the firmware of the device via OTA. After the OTA process I can get re-paired to the wearable by calling connectPeripheral on the Central Manager. This works fine on iOS…

Oscar
- 13
- 5
0
votes
1 answer
Discover OTA "ports" like Arduino IDE
I'm doing this to to list the available com ports in windows and unix.
Windows:
def listWindowsPorts():
serial_ports = []
has_ports = False
path = 'HARDWARE\\DEVICEMAP\\SERIALCOMM'
try:
reg =…

GEPD
- 198
- 2
- 16
0
votes
2 answers
How to filter/get Test Lab instances/configurations using cross filter in ALM using OTA API?
Hi am trying to get a list of test configurations using complex filter I got from ALM GUI (its from the button Copy Filter…

Petr Schiebel
- 1
- 4
0
votes
1 answer
How to get Linked Defects of a test instance using QC OTA API
Set TSChildren = TSFolder.FindChildren("")
For Each TSChild In TSChildren
Set TSFactory = TSChild.testSetFactory
Set TSList = TSFactory.NewList("")
'Iterate through all the Test Sets
For Each TestSet In TSList
Set TSTestFactory…

infotoudaya
- 1
- 5
0
votes
0 answers
Cannot download iOS OTA from HTTPS Server, but from Dropbox
I have an HTTPS server and my iOS app is ready to be distributed. Signed it using Distribution provisioning profile and has created plist for it.

Rendy
- 5,572
- 15
- 52
- 95
0
votes
1 answer
how to get history info from QC using OTA
Below My Code that gets info of Bug history from QC. I have problem with
AuditPropertyFactoryFilter which does not filter. AuditPropertyFactory has more than thousand rows.
If I comment
var changesList =…

Ilya
- 141
- 2
- 14
0
votes
1 answer
Hockeykit Invaild Provisionary Profile?
We have recently setup a HockeyKit server for testing purposes of our iOS app. We have followed the HockeyKit Docs and the Apple Doc's for OTA. We followed everything and set everything up, but we are having an issue with installing the provisioning…

Mark
- 148
- 3
- 14
0
votes
0 answers
How to consume OTA Services with PHP?
I have to consume a SOAP service. It is Open Travel services but does not return all the data needed.
This is the WSDL: http://passqlub.com/rent_car/wp-webservices/ARCWS/OTA30-Vendor.wsdl
I tried this but it did not return all the data I…

ihojose
- 312
- 2
- 12
0
votes
1 answer
Monitor iOS internet activity
Is there any method to check the iOS device internet activity (safari, whatsapp... etc) OTA ( Over The Air ) ? I know that iOS cannot monitor safari activity because the apps are run in sandbox.
I think VPN is one of the solution but the log of VPN…

IvyBB
- 60
- 7
0
votes
1 answer
Adhoc OTA build created using BetaBuilder not installing in iOS 8.4.1
I am having a strange issue in distributing an OTA Adhoc build via BetaBuilder on iOS 8.4. The build installs perfectly on an iOS 8.1 device, but not on 8.4.1, though the provisioning profile contains the accurate device ids.
I am using the open…

Shabib
- 1,697
- 4
- 20
- 39