Questions tagged [ota]

Over-the-air wireless communication

427 questions
0
votes
0 answers

How to fix iOS Over The Air Enterprise App Installation not showing app icon

Pre Note: I understand there are other questions like this however none had an accepted answer nor an answer that worked. I'd like the record to show I did try said answers and have come with more information to present a case. Either Apple are lazy…
Joe Shenton
  • 88
  • 1
  • 12
0
votes
1 answer

RootFileSystem vs kernel updating

I know that they are two different things, but what is the difference between the actual Linux kernel and the rootFS file system especially in terms of location in memory and updates? Regarding partitioning, why is it that the kernel and rootFS are…
Engineer999
  • 3,683
  • 6
  • 33
  • 71
0
votes
0 answers

How to integrated mender within lk-bootloader base-on Yocto Project

I am new for yocto ,now I use a MTK-demo-board to build a linux-distro base on Yocto. I want to realize OTA by mender followed this tutorial:https://docs.mender.io/1.0/Devices/Integrating-with-U-Boot. but Mender support u-boot as bootloader by…
0
votes
1 answer

ESP32 (Arduino IDE) OTA update hangs / fails

I cannot get OTA updates to work on my ESP32 using the Arduino IDE (and I've also tried PlatformIO in VS code). I'm using the standard sketch from this site (and many identical others). When I try to update using OTA, here's what I get: Sending…
Amiram Stark
  • 2,208
  • 22
  • 32
0
votes
1 answer

ESP8266 OTA update with new wifi password

Hey all I have a C# program that allows me to upload the .BIN file to my ESP8266 (Wemos D1 mini) board and that does just fine at updating the .ino code if updates are needed. However, I am wondering how I would go about doing that if my wifi…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
1 answer

Blackberry share application

How to make support for both App World and the application being embedded? What is the difference between OTA and App World? If I will build applications for the web and will put a link to the Internet (eg via apache) It will be OTA ? How much is…
Nikolay Moskvin
  • 1,038
  • 1
  • 16
  • 27
0
votes
1 answer

OTA set the Delphi projects Keys options

How can I set the Delphi projects options FileDescription? when I try ProjectOptions.Values['Keys'].SetOptionsValue('FileDescription', Title); (title is a string) I get invalid variant operation
0
votes
1 answer

PlatformIO failed to build: undefined reference to http_parser_init

I am trying to set up over the air updates(OTA) updates using the example within the ESP-IDF framework library in PlaformIO. The ota simple_example main.c file imports a .h file called esp_http_client.h. esp_http_client imports another .h file…
Dauggie
  • 33
  • 1
  • 6
0
votes
0 answers

Getting E: Footer is wrong E: signature verification failed in upgrading new OTA(Custom AOSP)

I have created 3 major OTAs. upgrading OTA from V010 to v030 is working perfectly. but OTA upgraded from v020 to V030 getting E: footer is wrong E: Signature Verification Failed V010 - basic OTA. V020 - added some android apps in this…
Rangamma
  • 21
  • 2
  • 7
0
votes
1 answer

Upgrading Android Version cleans application data?

I've received a strange bug report: After a OTA update of the SO from 2.1 to 2.2 the SharedPreferences have been wiped, thus making my app return to the 1st time screen. Is this a normal behaviour, wipe of the SharedPreferences on system update…
neteinstein
  • 17,529
  • 11
  • 93
  • 123
0
votes
0 answers

IOS OTA installation : capture .ipa file instead of installing

I want to direct-download an .ipa file instead of going through itms-service and installing the file on my iPhone. I cannot access the manifest .plist file because it’s dynamically made by PHP and disposed after the installation. I tried changing…
abdollah zakeri
  • 364
  • 3
  • 11
0
votes
0 answers

IOS Enterprise Distribution Through OTA with app installation restricted

We have an iOS enterprise app that we distribute via OTA. All the devices has app installation settings restricted. OTA was working before iOS 10. And, suddenly it stops working from iOS 10 unless we disable app installation restriction. Is there a…
artsylar
  • 2,648
  • 4
  • 34
  • 51
0
votes
1 answer

OTA in Atmegarfr2 controllers

Is it possible to update the firmware of the Atmega rfr2 microcontroller through OTA via ZigBee or Bluetooth. I am a newbie to this topic and there is no mention of the ota in datasheet
kaya
  • 5
  • 6
0
votes
0 answers

Android Things - OTA via bluetooth?

I haven't had much success searching for this. I'm developing an Android Things application that will connect to a user phone to do certain things. I want to use this for delivering app updates as well. So far, my crude searches on this have…
Joe Bennett
  • 197
  • 2
  • 8
0
votes
1 answer

Deploy Windows IOT Core app remotely

I have multiple devices running Windows IOT Core in different locations. Is there a way to remotely update and deploy the foreground app of selected devices with an app package over the internet somehow? I can not use port forewarding in every…