1. 24 Jun, 2011 1 commit
  2. 01 Mar, 2011 1 commit
    • Doug Zongker's avatar
      make recovery UI images more general; allow for installation animation · 6809c51f
      Doug Zongker authored
      Change some of the UI parameters (# of indeterminate progress bar
      frames, fps, etc.) from #defined constants to variables that can be
      set by the device-specific recovery_ui code (via a new function).
      
      Support overlaying different images on top of the base installation
      icon to animate it.  Make the FPS control more accurate.
      
      Change-Id: I9268b389b7ea6b3ed9e0c7eae37baf4272e60edd
      6809c51f
  3. 15 Sep, 2010 1 commit
  4. 01 Sep, 2010 1 commit
    • Ying Wang's avatar
      Revert 21f0f97e · 532c8600
      Ying Wang authored
      Change-Id: I46e4d7fe76e4219207e46f19e50188e38bb932b7
      532c8600
  5. 31 Aug, 2010 1 commit
    • Ying Wang's avatar
      Fix for crespo. · 21f0f97e
      Ying Wang authored
      Change-Id: I008510bf614606a46a630c7adc39464ce1143ec3
      21f0f97e
  6. 30 Jul, 2010 1 commit
  7. 08 Apr, 2010 1 commit
    • Doug Zongker's avatar
      support installing any .zip file on the sdcard · be598881
      Doug Zongker authored
      Replaces the "install sdcard:update zip" menu option with one that
      displays a menu of zip files (and subdirs) on the sdcard and lets you
      pick which one to install.
      
      Change-Id: I85c94c0e9bc8e05ca52031fc29ca2624c2695ced
      be598881
  8. 01 Feb, 2010 1 commit
    • Doug Zongker's avatar
      change log recovery to generic device_recovery_start function · efa1bab9
      Doug Zongker authored
      Remove (or at least stop calling) the HTC-specific mechanism for
      preserving the recovery log from before a radio or hboot update.
      Replace it with a generic device_recovery_start() function which each
      device's code can implement to do whatever it wants on recovery
      startup.
      
      Change-Id: If3cca4b498c0b1cf0565236404ecf56a1fc46123
      efa1bab9
  9. 13 Nov, 2009 1 commit
  10. 23 Jul, 2009 1 commit
    • Doug Zongker's avatar
      fix compile warnings in recovery, change images · 23412e6f
      Doug Zongker authored
      gcc 4.4 complains about some of the recovery ui functions not being
      declared.  To include the header, we have to fix the 'volatile'
      declaration (otherwise there's a compiler error).
      
      Move the dream-specific images to vendor/htc/dream, make the default
      images a generic phone.
      23412e6f
  11. 18 Jun, 2009 1 commit
    • Doug Zongker's avatar
      add function for device-specific wipe data features · b128f54d
      Doug Zongker authored
      Some devices want to do special things when recovery wipes data (eg,
      wipe data in their baseband processor as well).  Add a hook in the
      device-specific recovery library that gets called when data is wiped.
      
      Also add an amend root for the "mbm" partition.
      b128f54d
  12. 11 Jun, 2009 2 commits
    • Doug Zongker's avatar
      fix error from change 3606 · cbb91293
      Doug Zongker authored
      When I changed the definition of device_perform_action() in response
      to a reviewer comment, I forgot to change this implementation.
      cbb91293
    • Doug Zongker's avatar
      split out device-specific recovery UI code into vendor directories · ddd6a286
      Doug Zongker authored
      Take some device-specific details of the recovery UI (eg, what keys to
      press to bring up the interface and perform actions, exact text of the
      menu, etc.) and split them out into separate C functions.  Arrange to
      take implementations of those functions from the appropriate vendor
      directory at build time.  Provide a default implementation in case no
      vendor-specific one is available.
      ddd6a286