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

AROMA cannot pull props from devices that use custom init #21

Open
CaptainThrowback opened this issue Feb 6, 2015 · 0 comments
Open

Comments

@CaptainThrowback
Copy link
Contributor

Here: https://github.com/amarullz/AROMA-Installer/blob/master/src/main/aroma_ui.c#L778

AROMA pulls props only from default.prop. In devices that use custom init (like M8), the props are loaded dynamically to system and not written to a file. "getprop" works fine to pull to proper props, but AROMA doesn't use this. Can AROMA be updated to pull props using the standard getprop command that works in updater-script?

The only workaround I've found so far is to write the output of getprop to a tmp file (which requires some reformatting) and then having AROMA query off of that file. But that's an annoying workaround, and it would be better if AROMA would pull the info directly.

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

No branches or pull requests

1 participant