Page 1 of 1

How to Update Android

Posted: Thu Jul 11, 2019 8:00 am
by Aciel
Hello,

I wanted to know once I have installed Android, how I'm suppose to update it to new versions which are released by FriendlyELEC.

Is there a easy way to update it from within the Android like most devices?

I used the eFlasher on SDCard to install the Android 7.

Regards~

Re: How to Update Android

Posted: Sat Jul 13, 2019 1:20 am
by v8dave
The only way is to completely reflash your device which means losing all software and data.

FriendlyArm don't build an OTA file which would allow you to update without erasing everything.

So, unless you build your own from source and then work out how to create and install updates, a full reflash is your only current option.

Re: How to Update Android

Posted: Wed Aug 28, 2019 4:05 pm
by Aciel
v8dave wrote:
The only way is to completely reflash your device which means losing all software and data.

avensis wrote:
Yes unfortunately the reflash is the only way.


Ah bummer. Setting everything from scratch after updating is a long process. They should simplify the update system.

Re: How to Update Android

Posted: Sun Sep 01, 2019 5:43 am
by v8dave
It looks like we can do this but only if we work with the source code ourselves. This Google page explains how to create the OTA update package but we can only do this if we have the original package, which we will have if we do our own build.

https://source.android.com/devices/tech/ota/tools

I am going to see if I can generate an OTA update and then boot the device into recovery mode and see if I can apply the update. I'll try adding a new APK file to the system and some other small changes to the XML files. I'll report back later if I can get this to work.

Re: How to Update Android

Posted: Wed Oct 30, 2019 3:08 am
by Tiemichael
@v8dave:
Have you been able to find a solution for OTA-update?
I am looking for an idea which allows to re-flash a new FW without erasing user-data...
Thanks!

Re: How to Update Android

Posted: Thu Jan 09, 2020 12:24 am
by v8dave
Tiemichael wrote:
@v8dave:
Have you been able to find a solution for OTA-update?
I am looking for an idea which allows to re-flash a new FW without erasing user-data...
Thanks!


I am still working on it but being sidetracked trying to get WiFi working on a NanoFire3. I'll get back to it soon as I too need this capability.

Re: How to Update Android

Posted: Sat Jan 25, 2020 1:37 am
by v8dave
What have you tried? Your post is worthless without any information.

I have found that the latest SD FLASHER can now selectively only flash partial updates such as kernel and u-boot so that may be a way forward.