Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
2 answers
iOS Enterprise Wireless (OTA) distribution Unable to Download Application
My company has an enterprise ios account and I am hoping to upload my app on it wirelessly. I have been given distribution certificate and distribution provisioning profile by the client.
I followed this great tutorial here on blog.appliedis.com,…

Steve
- 2,546
- 8
- 49
- 94
0
votes
1 answer
How to Update APDU Multiple Records
Is it possible to update multiple records within a single APDU command? For example if I wanted to update PNN with 3 entries, is there a way of sending a single command instead of 3 commands?
0
votes
1 answer
Packaging custom AOSP 4.0.4
Having successfully compiled AOSP 4.0.4 with proprietary drivers and kernal I am looking to distribute the rom. However, I am stuck with the following files in my out folder:
-rw-rw-r-- 1 9 Jun 20 14:32 android-info.txt
-rw-r--r-- 1 …

nderjung
- 1,607
- 4
- 17
- 38
0
votes
1 answer
iOS 7.1.1 OTA Distribution - Connection failed
I've a problem with distributing my iOS App on my iPhone 5c with installed iOS 7.1.1 over-the-air.
I followed this instruction to get rid of the certificate-problems. My plist looks like this

ratfury
- 203
- 2
- 9
0
votes
1 answer
Insert/Add a test step in the first or in the middle of two steps in QC using OTA
I am using the following code to insert a new linkTest Step in HPQC Test Plan.
Dim DSFactory, newLinkedDesignStep
Set DSFactory = objTest.DesignStepFactory
Set newLinkedDesignStep = DSFactory.AddItem(null)
newLinkedDesignStep.LinkTest =…

Kamichetty Siva
- 31
- 1
- 1
- 6
0
votes
1 answer
Can't determine who can install iOS Application using In House development ?
I have an Apple Enterprise account using In-House development , but after i share this link in my web-server i discoed that any one can copy this link and share with others , My question here.
How i can set configuration to determine who can…

wod
- 812
- 1
- 10
- 23
0
votes
0 answers
Issue while trying to connect qc using OTA with java from MAC
I am trying to connect QC using OTA with Java and I am executing from Mac machine. It is unable to establish a successful connection whereas I have tried the same piece of code in Windows and it is working fine. Can anyone throw some light on how to…
0
votes
1 answer
Getting First Run status of Test Scripts in QC through OTA
I would like to have the 'First Run Status' of the scripts present in a path through the OTA.
Ex:
If I give a QC Test Lab Path, I would like to see All the Test Scripts along with their First Run Status.
Say, 1234 is a Test Script. It might have…

user1692355
- 15
- 1
- 4
0
votes
1 answer
Why isn't the .plist pointing to my .ipa completing?
I know about other 3rd parties but I'm trying to do Ad Hoc OTA using Dropbox.
99% of the material available is out of date, for iOS4 and pre-dates Xcode 5
After sifting it all this works for me up to a point: I get to download on another device…

aremvee
- 179
- 1
- 13
0
votes
1 answer
FOTA : bypass post install setup process
I have an android "Firmware Over The Air" update.zip file created with make otapackage. The package installs correctly but after installation the user is required to "setup" the device by selecting various configuration options. Is there a flag in…

boosth
- 121
- 1
- 5
0
votes
1 answer
Distribution ad hoc over the air with iOS 7
The method that I used with iOS6 does not work now
When I try to download the app by iOS7 device i get alert view with text "cannot connect to www....", while with iOS6 device I can download and install app.
why?

user3067356
- 11
- 1
- 2
0
votes
1 answer
iOS Enterprise OTA - Is there a way to output plist from php?
I want to use php to output plist that is in item-service link.
Like this
itms-services://?action=download-manifest&url=xxxxxx.php?id=xxx
(In php file, output plist string from app data in db)
Is it possible?
If it is possible, please show me…

gm333
- 136
- 1
- 10
0
votes
1 answer
Having issues running QC test cases using HP OTA client i.e. TDAPIOLELib from asp.net error is access denied error when triggering TSScheduler
I am facing issues triggering test cases in QC by using the TDAPIOLELib library. When i debug the application using Visual studio 2010, the QC scheduler starts running and then the test case is also run in remote machine, but after deploying in IIS…

bvenkat88
- 19
- 5
0
votes
1 answer
how to install blackberry app OTA
I've just made my first Blackberry webworks app using PhoneGap. I want to install the app on a device, without connecting to the PC. The build generated an OTA folder containing 22 .cod files and 1 .jad file. How do I install this onto a device?

Hamzah Malik
- 273
- 2
- 5
- 13
0
votes
1 answer
Can we upgrade from iOS 6 to iOS 7 OTA? Used Data wiped?
We are updating our app to be iOS 7 compatible. One of the most important things to test is user data persistence through the iOS 7 upgrade.
In other words, will upgrading from iOS 6 to iOS 7 OTA wipe user data / core data / app data?
Is there any…

foob.ar
- 445
- 2
- 9
- 19