Stack Overflow archive
0 scoreaccepted

adb find phone partitions

score
0
question views
9.9K
license
CC BY-SA 3.0

You can use toybox find:

bash
toybox find /dev/block/platform -type d -name by-name

Toybox is included with Android 6.0 (Marshmallow) and all later Android versions.

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.