Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Command to change force adoptable state. | Jeff Sharkey | 2015-05-15 | 1 | -2/+10 |
| | | | | | | | | Since user builds can't setprop, add an explicit "sm" verb to change the force adoptable state. Bug: 21191915 Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f | ||||
* | Determine if we have adoptable disks. | Jeff Sharkey | 2015-05-13 | 1 | -1/+11 |
| | | | | | Bug: 19993667 Change-Id: I9b21b05736c22d34ca22f5ad6e1a6ebec440cfb6 | ||||
* | New "sm" shell tool to call StorageManager. | Jeff Sharkey | 2015-05-12 | 5 | -0/+390 |
Surface basic StorageManager commands through shell tool, like simple listing of disks and volumes, and commands like mounting and partitioning. The output is designed to be parsed by host-side testing tools, instead of relying on fragile dumpsys parsing. Bug: 19993667 Change-Id: I993e92ecf57996678965945f0ae648b392a77ea2 |