sebaubuntu_libs.libandroid.props.utils

Functions

fingerprint_to_description(fingerprint)

get_partition_props(format_string[, add_empty])

Get a list of props given a string to format.

sebaubuntu_libs.libandroid.props.utils.fingerprint_to_description(fingerprint: str)
sebaubuntu_libs.libandroid.props.utils.get_partition_props(format_string: str, add_empty: bool = False)

Get a list of props given a string to format.

If add_empty is True, you need to omit a dot at the end of the partition (e.g. “ro.{}.build.date” if add_empty is False, “ro.{}build.date” otherwise).