Changes between Version 3 and Version 4 of Android/Updates


Ignore:
Timestamp:
08/13/2018 07:44:36 PM (6 years ago)
Author:
Shiv Khanna
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • Android/Updates

    v3 v4  
    181181You can test an OTA manually without the need for an OTA manager by copying the OTA to the cache partition, creating a command file, and rebooting to recovery mode. For example the following via a shell prompt:
    182182</p>
    183 <pre class="wiki">busybox wget -P /cache http://server/ota.zip
    184 echo "--update_package=/cache/recovery/ota.zip" &gt; /cache/command
     183<pre class="wiki">busybox wget -P /cache/recovery http://server/ota.zip
     184echo "--update_package=/cache/recovery/ota.zip" &gt; /cache/recovery/command
    185185reboot recovery
    186186</pre><h4 id="GettingoutofRecoverymode">Getting out of Recovery mode</h4>