Skip to content
Snippets Groups Projects
  1. Mar 11, 2013
  2. Nov 06, 2012
  3. Nov 03, 2012
  4. Nov 02, 2012
  5. Oct 01, 2012
  6. Sep 30, 2012
    • Jeff Sharkey's avatar
      Final shuffle to make /sdcard work in shell. · b29e27a9
      Jeff Sharkey authored
      Move legacy mount location to /storage/emulated/legacy, and create
      a symlink to point towards shell-visible FUSE daemon.  This symlink
      is then masked from zygote-forked apps by a tmpfs.
      
      Bug: 7255202
      Change-Id: I4a07a62ef7061ca6e2af158999fd6f729f44b4e8
      b29e27a9
  7. Sep 06, 2012
    • Jeff Sharkey's avatar
      Bring back ADB_EXTERNAL_STORAGE. · 189b9916
      Jeff Sharkey authored
      Bug: 7119408
      Change-Id: I14aa89cd0ba8bc79a5641778205f6fc08154fc04
      189b9916
    • Jeff Sharkey's avatar
      Bring back ADB_EXTERNAL_STORAGE. · 7841c35b
      Jeff Sharkey authored
      Bug: 7119408
      Change-Id: I14aa89cd0ba8bc79a5641778205f6fc08154fc04
      7841c35b
    • Jeff Sharkey's avatar
      Remove /sdcard hack for shell users. · 37a333c2
      Jeff Sharkey authored
      Using a /storage/sdcard0 symlink and a tmpfs staging area was used
      to enable "/sdcard" paths for both zygote processes and the shell
      user, but it breaks on devices with both emulated and physical
      external storage.
      
      Specifically, vold can't mount a physical sdcard onto the primary
      storage symlink, and zygote can't re-bind-mount when secondary
      storage is remounted after dropping privileges.
      
      Bug: 7094858, 7064600
      Change-Id: I35b53608a2ff1f8ae88187431de33c818a1f8bb8
      37a333c2
  8. Aug 31, 2012
    • Eric Laurent's avatar
      audio: fix resampler creation · 7658a40f
      Eric Laurent authored
      Fix a problem in out_write() where if the resampler
      was to be created, the first audio buffer was not resampled
      and the local write source pointer not initialized.
      
      Also use correct types for audio format and channel mask.
      
      Change-Id: I6b86767de439234966ebb95904eb22fc7f383829
      7658a40f
  9. Aug 30, 2012
    • Kenny Root's avatar
      make_ext4fs has moved to build/target/core.mk · 3fdf23a7
      Kenny Root authored
      There's no need to add make_ext4fs to each device since it's in
      build/target/core.mk since commit
      720479ea7e6307648c56f61d82ac12d65f218dda
      
      Bug: 6960586
      Change-Id: If2ab1d95c0c1d13a028faeae4f00dbf5e4580bfc
      3fdf23a7
  10. Aug 23, 2012
  11. Aug 21, 2012
  12. Aug 20, 2012
  13. Aug 17, 2012
  14. Aug 16, 2012
    • Jeff Sharkey's avatar
      Multi-user external storage support. · f22a0d04
      Jeff Sharkey authored
      Move FUSE daemon to secure mount point, and relax /storage access
      now that sdcard_r is enforced using private bind mounts in zygote.
      
      Bug: 6925012
      Change-Id: I40742f2f681a7f82f935d18189ae508b7f933701
      f22a0d04
  15. Aug 13, 2012
  16. Aug 10, 2012
  17. Aug 09, 2012
  18. Aug 07, 2012
  19. Aug 04, 2012
  20. Aug 02, 2012
  21. Jul 04, 2012
    • Fred's avatar
      am f58befd1: Fix panda build. · e4dd2673
      Fred authored
      * commit 'f58befd1':
        Fix panda build.
      e4dd2673
    • Fred's avatar
      Fix panda build. · f58befd1
      Fred authored
      The recovery UI has changed in the main project bootable/recovery.  It is
      now a C++ class that each platform should inherit and make device specific.
      
      I have updated file recovery_ui.cpp to use this class based on other devices.
      I have not tested that the recovery UI or the boot loader works. This change
      is only to fix the build.  The result of this build should not be used without
      testing first.
      
      Change-Id: Iaca6c06cca4bdaff64d51ab0379dbcb11ff9bf47
      f58befd1
  22. Jun 23, 2012
Loading