summaryrefslogtreecommitdiffstats
path: root/recovery
Commit message (Collapse)AuthorAgeFilesLines
* add toroplus to the recovery targetMadan Ankapura2012-08-021-1/+1
| | | | | Change-Id: I4405e50d6ac87c4f52e8ca14de125087854be082 Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>
* am a9d4dc4d: am efc0ff3c: Merge "Move toro spr files to torospr." into ics-mr1Jeff Davidson2012-01-131-1/+1
|\ | | | | | | | | * commit 'a9d4dc4d372e1bcaea55988546d8334623134d56': Move toro spr files to torospr.
| * Move toro spr files to torospr.Jeff Davidson2012-01-121-1/+1
| | | | | | | | | | | | This makes toro recovery visible to torospr. Change-Id: I1de6e0d14c8e1642d1a1105612db72eddbb70508
* | add sideload-from-adb command to recovery menuDoug Zongker2012-01-091-4/+6
| | | | | | | | Change-Id: Ic94970a9a1ea2e452f2bb55dd516d5ec78cda9de
* | am 9731389e: am 1c8aebba: am 726553e5: Tool to fix the fs_size in the crypto ↵Ken Sumrall2012-01-062-1/+66
|\ \ | |/ | | | | | | | | | | footer * commit '9731389e0b560c9fd9c0c86c6ebd7b64393a3f7d': Tool to fix the fs_size in the crypto footer
| * Tool to fix the fs_size in the crypto footerKen Sumrall2012-01-052-1/+66
| | | | | | | | | | | | | | | | | | | | | | The GPT of HSPA Prime devices is incorrect when it comes from the factory. Flashing a new bootloader fixes the GPT, but if the user had already encrypted the device, the old size of the partition is recorded in the crypto footer. If the size if not updated, the device will not be able to boot after the OTA, so add a new command to fix the fs_size field in the crypto footer for Prime devices. Change-Id: Ied4b592973d3d5c36c478b7fb32d59ac9e9611b0
* | convert tuna recovery UI to the new C++ modelDoug Zongker2011-10-313-116/+110
|/ | | | | | | No functionality change, just using the modernized recovery interface. Change-Id: Ia78d88554f9239888f218e083f1bcd3c458dba9c
* Fix how the bootloader gets written.Michael Ward2011-09-271-58/+268
| | | | | | | | | | | | | | Zero out the magic number (first 8 bytes of sector 1). Write the partition table to 0x4400 of EMMC, after giving it the correct userdata size. Change the way xloaders are expected to be laid out. Use MSV as part of the determination of which xloader to use. This is backwards-compatible because there are no 4430 EMU devices in circulation, and that's the section that was changed to hold the 4460 HS (prod) xloader. Change-Id: Iba3a646fd08fa71a29a4c52b3ff0da26468b04f2
* Support bootloader and radio OTAs for Prime.Michael Ward2011-07-064-0/+257
| | | | | | | | For bootloader figure out the correct xloader location in bootloader.img and write to /xloader. The sbl is always in the same place, and can be written to /sbl. For radio the radio.img just needs to be written to /radio. Change-Id: I7b3b82b5c093331287ada24ba8ebce31a79f74bf
* Allow manually applying an OTA from cache.Michael Ward2011-06-241-2/+2
| | | | | | No sdcard for tuna. Remove that option, and replace it with the option to apply an OTA from cache. Change-Id: I8d491959b140b01a34f49fc943b76739d101b6de
* need to build librecovery_ui_tuna for all tuna-derived devicesDoug Zongker2011-06-221-1/+1
| | | | Change-Id: I389f8064e8c1c563ac916bba61d3600a3a25d1b0
* Recovery for tuna.Michael Ward2011-06-222-0/+130
Added the necessary parts to get a working recovery on tuna. Change-Id: I89f87ff587c1635f2b518d4a55304d2cbf6a9b54