You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: