1. 24 Jan, 2012 1 commit
  2. 18 Jan, 2012 1 commit
  3. 13 Jan, 2012 1 commit
  4. 12 Jan, 2012 2 commits
  5. 11 Jan, 2012 3 commits
  6. 06 Jan, 2012 1 commit
  7. 13 Dec, 2011 1 commit
  8. 09 Dec, 2011 1 commit
    • Christopher Tate's avatar
      Fix 'adb backup' on Windows · b1dfffe6
      Christopher Tate authored
      Use the same call sequence that 'adb pull' uses for creating the
      output file.  adb_open_mode() apparently does not work on Windows
      hosts.
      
      Bug 5733007
      
      Change-Id: I48d719c4657c93e19f6790cf1c6da610d49f5806
      b1dfffe6
  9. 05 Dec, 2011 1 commit
    • Vladimir Chtchetkine's avatar
      Fixes ADB crash on Windows due to large number of connections. do not merge. · ce48083f
      Vladimir Chtchetkine authored
      The reason for the crash is that ADB on Windows uses WaitForMultipleObjects to
      wait on connection events. When number of connections exceeds 64, ADB crashes,
      because WaitForMultipleObjects API doesn't support more than 64 handles. This
      CL contains a fixer routine that allows waiting on an arbitrary number of
      handles.
      
      (cherry picked from commit ac52833e)
      
      Change-Id: I8ad264765e5b38d01a31e42b445f97ea86e49948
      ce48083f
  10. 22 Nov, 2011 1 commit
  11. 21 Nov, 2011 1 commit
    • Nick Pelly's avatar
      Replace vendor specific NfcGoogle.apk with generic Nfc.apk · 097b4ed4
      Nick Pelly authored
      The access control changes allow us to just use Nfc.apk with
      the regular platform certificate, instead of the custom signed
      NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle
      and just build it out of packages/apps/Nfc now.
      
      The package name is also reverted from com.android.nfc3 to com.android.nfc
      
      The NFC uid needs to get bumped (25 to 27) to allow the cert change.
      
      Bug: 5608249
      Change-Id: I5e178b469e5210cd231ba5f4ea57aa666b3d8893
      097b4ed4
  12. 17 Nov, 2011 1 commit
  13. 16 Nov, 2011 3 commits
  14. 09 Nov, 2011 1 commit
    • JP Abgrall's avatar
      adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/stats · 61b90bd2
      JP Abgrall authored
      Normally only bandwidth stats for the uid reading .../stats is returned.
      With the extra group, adb shell will be able to read stats from
      all UIDs.
      This is to be used to offer data usage profiling to developers.
      
      Change-Id: If3d2941ce5aa4dbb1a23947b97b893149ba224f7
      61b90bd2
  15. 08 Nov, 2011 2 commits
  16. 07 Nov, 2011 1 commit
  17. 04 Nov, 2011 2 commits
  18. 03 Nov, 2011 4 commits
  19. 02 Nov, 2011 8 commits
  20. 01 Nov, 2011 4 commits