Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
0 answers
Reverse Engineering ELF Patches
I have an OTA patch which according to the source code of it's vendor (OpenSource) seems to be generated by Red Hat coreutils and it's an ELF binary.
Using IDA Pro, I can see a lot of nullsub and segments in the binary, but my goal is to reverse…

Hamed
- 199
- 1
- 11
0
votes
0 answers
Android system doesn't go to recovery mode
I wrote some code
public boolean installPackage(Context context, File packageFile) {
Log.d(LOG_TAG, "installPackage()");
try {
RecoverySystem.installPackage(context, packageFile);
} catch (IOException e) {
Log.e(LOG_TAG,…

Pein
- 1,059
- 3
- 10
- 31
0
votes
1 answer
Manual filter generation in HP ALM Quality Center
Filters in QC can be copied to clipboard and pasted from it.
[Filter]{
TableName:CYCLE,
ColumnName:CY_FOLDER_ID,
LogicalFilter:\0000004a\^Root\Sprint1^ Or ^Root^ Or ^Root\Sprint2\QA\Func\Columns ordering^,
VisualFilter:\0000004a\^Root\Sprint1^ Or…

AlexProutorov
- 677
- 11
- 22
0
votes
1 answer
OTA deploy with certificate error for iOS8
I have a certificate problem when install app with OTA deployment site in intranet.
The OTA site is not SSL, it works fine with iOS 6.x, but it just failed to install in iOS 8 with certificate problem.
We don't use MDM for deployment and I have…

user2994855
- 11
- 1
0
votes
0 answers
HPQC OTA Client Java API - Get Testcase History
I'm using ota client java api to retrieve the test case details.
Can someone please explain how to get history record of each testcases from hpqc using OTA client for Java API. (using IHistoryRecord Interface).

user2964638
- 11
- 2
0
votes
2 answers
Security concern for an OTA in Debian
I need to have over the air (OTA) update for a Raspberry Pi board running Debian. I'm thinking of running a cron job on an apt-get update and have my own private repository. So I can push my updates to the repository and the system will…

Kousha
- 32,871
- 51
- 172
- 296
0
votes
1 answer
QC/ALM OTA- IgnoreHtmlFormat is not working as expected in Excel VBA
I have written a code in Excel VBA for updating the descriptin of test case in test lab. In that code,Once I have connected to the project, I am setting
tdConnection.IgnoreHtmlFormat = True and later I am updating the description.
Now the problem I…

Piyush Sharma
- 71
- 1
- 8
0
votes
0 answers
Duplicated token update device request
I've noticed that device during MDM enrollment (after installing configuration profile) sends duplicate Token Update request.
First goes Authenticate what is ok:

user1829451
- 83
- 1
- 4
0
votes
0 answers
Over the air (OTA) installation for iOS8 app using itms-services URL
I am using a web to distribute the enterprise apps using itms-services URL.
Before iOS 8, when users browse the website through iOS devices and click the download button. The iOS device will quit the Safari and back to springboard.
However in iOS 8…

PrimaryChicken
- 963
- 1
- 8
- 29
0
votes
1 answer
iOS OTA distribution UIWebView crash
There are particular web pages that when loaded into a UIWebView, crash - but only when using the app downloaded via OTA enterprise distribution. The crash occurs after web page has finished loading at the webViewDidFinishLoad method.
If I do the…

PJeremyMalouf
- 613
- 6
- 15
0
votes
1 answer
Change Test case type OTA API
I am using OTA API to create and execute test cases.
Is it possible to create custom test case types via OTA API?
If yes, then how?

Ujjwal Vaish
- 373
- 1
- 7
- 21
0
votes
1 answer
iPhone application as HTTPS server
I am trying to achieve Over the Air access to the files of iPhone. As per my requirement I need to make a device as an HTTPS server. After googling, I come across some cool stuffs to make iPhone as Webserver, all of them are acting as HTTP…

Mrug
- 4,963
- 2
- 31
- 53
0
votes
0 answers
QC Extract sql query from Graph report
Hi I have a QC Graph report and a QC SQL statement that are meant to produce the same data but the data does not always match. I need to run the SQL once a day and save the results in a database. We trust that the data in the Graph report is…

Desmond Nzuza
- 130
- 1
- 11
0
votes
1 answer
HP ALM OTA-API: How to update a test in testlab knowing the id?
I know the id of a test that is in a Testset and want to update your status, know how to do it using the API OTA?
Edit:
Thanks but current answer unfortunately doesn't work for me .
I put the example ( java) :
ITestSetFactory sTestFactory =…

jrodrigf
- 1
- 1
- 1
0
votes
1 answer
is there a way to distribute apple apps via ota without the 100 limit?
as the title: is there a way to distribute apple apps via ota without the 100 limit?
I noticed that some developer (ie: gba4ios) allows the download of their app without the 100 limit.
I wonder if I can do the same thing.
Thanks in advance! Fred.

freddy
- 21
- 2
- 7