Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: empty manufacturer lead to failed parse_device_properties #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clansty
Copy link

@clansty clansty commented Dec 10, 2024

My tv returns empty with getprop ro.product.manufacturer

image

this leads the .strip() removed the empty line and properties will become only 4 lines. _parse_device_properties will stop parsing.

if android version is not parsed, the library will use wrong command to get state and control the device.

I added two echo % line in the begin and end of the "get properties" command to prevent empty manufacturer to be erased by strip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant