summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-14unmount cache before paving it over with the radio/hboot imageandroid-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-cts-2.3_r2android-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10android-cts-2.3_r1android-2.3_r1android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1android-2.3.2_r1android-2.3.1_r1gingerbread-releasegingerbread-mr4-releasegingerbreadDoug Zongker
Try to unmount the cache. If that fails, try to remount it read-only and sync (which isn't as safe but is better than leaving it r/w). If we can't even do that, abort the firmware installation. Change-Id: I2ebb1ebf3d1f58270133c58b0e9337fb33d78dfa
2010-09-14fix verification of radio; save radio version read backDoug Zongker
The image offset is specified as a raw offset (ignoring any bad blocks), so we can't seek there by reading that many bytes. Save the radio data we read and checksummed to the /tmp so we can see what was read if the checksum is wrong. Change-Id: Ie855f67932cdcce7c0f2b6772b9531e729fcf9f0
2010-09-12read back and verify radio image from cache before installingDoug Zongker
Change-Id: I13ea32f68766da97a1a8f05674b21ccf03daa149
2010-08-19Delete blob-handling-script-generation-scriptJean-Baptiste Queru
It's being moved to a non-htc-specific location Change-Id: I9ca9c89db63e9cf1ccdc09d4978e58f50b7a441a
2010-05-11Delete unnecessary files when doneJean-Baptiste Queru
.repo is preserved to avoid hitting the server hard the next time the script is run. device/htc/common is preserved to be able to re-launch the script Change-Id: I336e42df3bcd80e621f45d347a2484fac348279f
2010-05-11Factor the builds into loopsJean-Baptiste Queru
Change-Id: I958a4d1651d4facc3c9ee83f700b338acf1a824a
2010-05-11Put all output files directly in the archive directoryJean-Baptiste Queru
Change-Id: Ifdbd12ef1c8f64eb883f30a90aacb096cb2e4422
2010-05-07Delete out/ directory after last build.Jean-Baptiste Queru
This saves space on-disk, since those files aren't necessary. Change-Id: I3d0d6959fc95704d41098325f860c9f55b7e62bf
2010-04-30am bb026f6f: add bootloader restrictions to OTA metadataDoug Zongker
Merge commit 'bb026f6f6725fbdaaf4b1170e5cf5f00a439bfb4' into froyo-plus-aosp * commit 'bb026f6f6725fbdaaf4b1170e5cf5f00a439bfb4': add bootloader restrictions to OTA metadata
2010-04-28add bootloader restrictions to OTA metadataandroid-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1froyo-releasefroyoDoug Zongker
Doesn't touch device code. Change-Id: I8941e5a07dc589514446544a15f17f623101ecca
2010-04-23Blob-handling-script-generatorJean-Baptiste Queru
Change-Id: If1f83a2512c78cf74bc1ff88c8076d7c3154b20d
2010-03-18Add ecclist config file.John Wang
The ecclist is configured for following countries, UK(MCC 234, 235), CA(MCC 302), HK(MCC 454), AU(MCC 505), SG(MCC 525), and US(MCC 310, 311, 312, 313, 314, 315, 316). Change-Id: Ifb3b27f2f059092e96e348cb1e1cf30c7aab009d
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: I3650416076996bd075c79b98791a5c0ee6f3450f
2010-02-26Fix buildJean-Baptiste Queru
Don't fail building full OTAs when the radio image is missing This fixes "make dist" for generic_passion-eng when the proprietary files aren't there Change-Id: I345bb9e64140b8304923a9d954b796251d1262b0
2010-02-22Use inherit-product-if-existsJean-Baptiste Queru
This allows to cleanly use inherit-product instead of having to use "-include" hacks. Change-Id: I140aab5098ad17d8a2dc53971c2aae0610fc1e2a
2010-02-18HTC firmware update functions now receive blob ValuesDoug Zongker
package_extract_file() (and the new read_file()) calls now return Value objects containing blobs; use them.
2010-02-18move releasetools.py here from vendor/htc/commonDoug Zongker
Needed to build OTA packages for device/htc/... devices.
2010-02-17Move open-sourceable passion filesJean-Baptiste Queru
Change-Id: I545475bbd7ee265c2560fae065c4169ae2e8310c
2010-02-17new project, first commitNico Sallembien