Tao Bao c679f93da3 Add support to enter sideload mode directly
When the command file contains "--sideload" (as a result of 'adb reboot
sideload'), it goes into sideload mode directly. Text display will be
turned on by default. It waits for user interaction upon finishing.

When the command file contains "--sideload_auto_reboot", it enters
sideload mode silently. And it will reboot after the installation
regardless of its result, which is designed for automated testing purpose.

Change-Id: Ifdf173351221c7bbf635cfd32463b48e1fff5740
2015-03-30 14:13:18 -07:00
2014-12-18 22:50:08 +00:00
2015-01-08 16:02:46 -08:00
2013-03-07 13:34:24 -08:00
2015-03-24 15:58:15 -07:00
2015-02-27 12:58:16 +00:00
2013-10-10 14:19:19 -07:00
2014-10-17 01:05:08 +00:00
2015-01-29 20:50:08 -08:00
2015-01-28 12:09:05 -08:00
2014-04-25 15:47:34 -07:00
2015-01-29 20:50:08 -08:00
2014-07-10 10:55:07 -07:00
2014-06-06 09:01:57 -07:00
2015-01-28 12:09:05 -08:00

The Recovery Image

Quick turn-around testing

mm -j
m ramdisk-nodeps
m recoveryimage-nodeps
adb reboot bootloader

# To boot into the new recovery image
# without flashing the recovery partition:
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
Description
No description provided
Readme 102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%