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 exynos grep command to apply setprop correctly #185

Merged
merged 2 commits into from
May 14, 2020
Merged

Fix exynos grep command to apply setprop correctly #185

merged 2 commits into from
May 14, 2020

Conversation

ponces
Copy link
Contributor

@ponces ponces commented May 13, 2020

Was this grep command even tested?
On my Exynos device with a ro.hardware property as "exynos7904", the setprop command is not being applied at all...

If I run the command using adb shell, the output is:
$ getprop ro.hardware | grep -qF samsungexynos -e mt6771 -e exynos
grep: samsungexynos: No such file or directory

No problem occurs if "samsungexynos" is the only argument of grep.
So, I believe, we should have the same command as "nora" and "rhannah" have a few lines below.
Something like:
$ getprop ro.hardware | grep -q -e samsungexynos -e mt6771 -e exynos

Right?

The same pull request was made on the android-10.0 branch.

@phhusson phhusson merged commit 09e6efa into phhusson:android-9.0 May 14, 2020
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.

2 participants