Changes between Version 3 and Version 4 of Android/Updates
- Timestamp:
- 08/13/2018 07:44:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Android/Updates
v3 v4 181 181 You 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: 182 182 </p> 183 <pre class="wiki">busybox wget -P /cache http://server/ota.zip184 echo "--update_package=/cache/recovery/ota.zip" > /cache/ command183 <pre class="wiki">busybox wget -P /cache/recovery http://server/ota.zip 184 echo "--update_package=/cache/recovery/ota.zip" > /cache/recovery/command 185 185 reboot recovery 186 186 </pre><h4 id="GettingoutofRecoverymode">Getting out of Recovery mode</h4>