Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
5b5973c5d4a7e926772aafe699c0ac08ed55d1ed
/
recovery.cpp
« Previous
f3bb31c
Recovery 64-bit compile issues
by Mark Salyzyn
· 11 years ago
0d32f25
clean up some warnings when building recovery
by Doug Zongker
· 11 years ago
19a8e24
log extra info for debugging
by Doug Zongker
· 11 years ago
c87bab1
add the functions for multi-stage packages to updater
by Doug Zongker
· 11 years ago
3b5a987
recovery: fix use of init reboot method
by Doug Zongker
· 11 years ago
77ea71d
recovery: fix rebooting
by Doug Zongker
· 11 years ago
239ac6a
recovery: install packages in a known mount environment
by Doug Zongker
· 11 years ago
c0441d1
notify about pending long press
by Doug Zongker
· 11 years ago
a4ee1f8
Merge "recovery: preserve recovery logs across cache wipes"
by Doug Zongker
· 11 years ago
6d0d7ac
recovery: preserve recovery logs across cache wipes
by Doug Zongker
· 11 years ago
fafc85b
recovery: move log output to stdout
by Doug Zongker
· 11 years ago
f24fd7e
recovery: copy logs to cache more aggressively
by Doug Zongker
· 11 years ago
8cd1211
am d51bfc9b: Merge "Fix the potential segmentation fault"
by Doug Zongker
· 11 years ago
93ffa75
Fix the potential segmentation fault
by Jin Feng
· 11 years ago
da1ebae
recovery: save logs from the last few invocations of recovery
by Doug Zongker
· 11 years ago
7c3ae45
recovery: turn on text display for install errors in debug builds
by Doug Zongker
· 11 years ago
6fd59ac
more font improvements and cleanup
by Doug Zongker
· 12 years ago
cd74108
resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aosp
by Kenny Root
· 12 years ago
7eb7567
Remove HAVE_SELINUX guards
by Kenny Root
· 12 years ago
6016d08
recovery: fix failure to unmount "/cache"
by Devin Kim
· 12 years ago
6c8553d
display error state on OTA failure
by Doug Zongker
· 12 years ago
5fa8c23
localization for recovery messages
by Doug Zongker
· 12 years ago
8b240cc
recovery locale handling fixes
by Doug Zongker
· 12 years ago
4f33e55
change recovery images to android with spinner
by Doug Zongker
· 12 years ago
02ec6b8
add simple text to recovery UI
by Doug Zongker
· 12 years ago
f69d40a
am e5d5ac76: minor recovery changes
by Doug Zongker
· 13 years ago
e5d5ac7
minor recovery changes
by Doug Zongker
· 13 years ago
038818c
Update merge for SELinux to compile
by Kenny Root
· 13 years ago
41dda82
resolved conflicts for merge of 0b1fee1b to master
by Kenny Root
· 13 years ago
e83b7cf
support "sideload over ADB" mode
by Doug Zongker
· 13 years ago
9270a20
support "sideload over ADB" mode
by Doug Zongker
· 13 years ago
d9428e3
mount cache before sideloading from external storage
by Doug Zongker
· 13 years ago
32a0a47
move key processing to RecoveryUI
by Doug Zongker
· 13 years ago
a4e88e4
move key processing to RecoveryUI
by Doug Zongker
· 13 years ago
daefc1d
C++ class for device-specific code
by Doug Zongker
· 13 years ago
211aebc
refactor ui functions into a class
by Doug Zongker
· 13 years ago
7d0542f
C++ class for device-specific code
by Doug Zongker
· 13 years ago
28ce47c
turn recovery into a C++ binary
by Doug Zongker
· 13 years ago
[Renamed (93%) from recovery.c]
10e418d
turn recovery into a C++ binary
by Doug Zongker
· 13 years ago
d0181b8
allow recovery packages to wipe cache
by Doug Zongker
· 13 years ago
9d2629c
Allow applying an OTA package manually from cache.
by Michael Ward
· 13 years ago
469243e
save a last_install file with the result of the last package install attempt
by Doug Zongker
· 14 years ago
6e4472a
Have recovery reboot using the new android_reboot() function.
by Ken Sumrall
· 14 years ago
6809c51
make recovery UI images more general; allow for installation animation
by Doug Zongker
· 14 years ago
6da1abb
am 5df22d03: am 5cae445e: make recovery reboot after 2 minutes of no activity
by Doug Zongker
· 14 years ago
5cae445
make recovery reboot after 2 minutes of no activity
by Doug Zongker
· 14 years ago
540d57f
remove encrypted filesystem code from recovery
by Doug Zongker
· 14 years ago
51266d1
clear recovery framebuffers on allocation; display icon right after ui_init
by Doug Zongker
· 14 years ago
2c3539e
save the log from recovery's last run in /cache/recovery/last_log
by Doug Zongker
· 14 years ago
9b125b0
handle old-style CACHE: packages
by Doug Zongker
· 14 years ago
c18eeb8
mount sdcard only on demand; fix sideload installs
by Doug Zongker
· 14 years ago
d4208f9
remove the notion of "root path"; support mixed flash types (do not merge)
by Doug Zongker
· 14 years ago
56c5105
support for ext4/EMMC filesystems in updater binary
by Doug Zongker
· 14 years ago
8674a72
(cherry-pick) support installing any .zip file on the sdcard
by Doug Zongker
· 14 years ago
4bc9806
add --show_text option to recovery
by Doug Zongker
· 14 years ago
532c860
Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3
by Ying Wang
· 14 years ago
21f0f97
Fix for crespo.
by Ying Wang
· 14 years ago
23ceeea
make a copy of sideloaded packages in /tmp before verifying
by Doug Zongker
· 14 years ago
52219a6
DO NOT MERGE Encrypted File Systems integration. Recovery changes.
by Oscar Montemayor
· 15 years ago
e08991e
bump updater API version to 3; deprecate firmware update command
by Doug Zongker
· 15 years ago
efa1bab
change log recovery to generic device_recovery_start function
by Doug Zongker
· 15 years ago
687bc12
save the recovery log from before HTC firmware updates
by Doug Zongker
· 15 years ago
0523156
Recovery changes for Encrypted File Systems.
by Oscar Montemayor
· 15 years ago
022229c
am 988500b6: add terminator to recovery\'s getopt_long options array
by Doug Zongker
· 15 years ago
988500b
add terminator to recovery's getopt_long options array
by Doug Zongker
· 15 years ago
8f8bc4c
am f93d8166: confirm before wiping user data in recovery
by Doug Zongker
· 15 years ago
f93d816
confirm before wiping user data in recovery
by Doug Zongker
· 15 years ago
cbf9038
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
619ec2f
Not all failures to fopen_root_path() are serious.
by Jay Freeman (saurik)
· 16 years ago
34c98df
do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from master
by Doug Zongker
· 15 years ago
608fa02
resolved conflicts for merge of 64893ccc to master
by Doug Zongker
· 15 years ago
64893cc
remove amend
by Doug Zongker
· 15 years ago
b128f54
add function for device-specific wipe data features
by Doug Zongker
· 15 years ago
d683785
resolved conflicts for merge of fb2e3af3 to master
by Doug Zongker
· 15 years ago
fb2e3af
let the "firmware" command take the file straight from the package
by Doug Zongker
· 15 years ago
ddd6a28
split out device-specific recovery UI code into vendor directories
by Doug Zongker
· 15 years ago
f28c916
remove unused permissions scheme from amend
by Doug Zongker
· 15 years ago
07e1dca
don't say "install complete" when it really isn't
by Doug Zongker
· 15 years ago
1066d2c
AI 144070: Add an option to wipe cache (only) to the recovery menu.
by Doug Zongker
· 16 years ago
c24a8e6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
ffb48f6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
8b7334b
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
928d471
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
23580ca
Initial Contribution
by The Android Open Source Project
· 16 years ago