commit | dd3503947595381c103b0cfc18bc6a4670b5b417 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Sat Nov 12 09:53:27 2016 -0500 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Nov 12 09:53:27 2016 -0500 |
tree | 8bf32a6c01b62d849172447ef31fb5ec88ac2886 | |
parent | 586edd65a961bd14e37dd3c54ee30dba2796837f [diff] |
Release 15: OMS7 preparation - Added self-destruct mode on OMS when Substratum is uninstalled - Clean up all files to respect lint warnings - Limit what can be run from masquerade to the main Substratum functions like pm/om/overlay
Masquerade is Substratum's background service that runs functions that should run on a completely separate thread. This alleviates the stress on the main app and allows for Substratum to run more smoothly.
If you are a ROM developer, by now you should know how to track new packages while building your ROM. However, if you don't - please follow these steps:
Add "masquerade" under PRODUCT_PACKAGES in "vendor/config/common.mk"
PRODUCT_PACKAGES += \ ...\ ...\ ...\ masquerade
Add the project path in "platform_manifest/default.xml"
<project path="packages/apps/masquerade" name="TeamSubstratum/masquerade" remote="github" revision="master" />
platform_manifest/default.xml: https://github.com/TipsyOs/platform_manifest/commit/fbff9ea598ec04f4f4a69687a8024770fefa83de
vendor_tipsy/config/common.mk: https://github.com/TipsyOs/vendor_tipsy/commit/2e72dc4eb3a206fad34e9c4f130e270180eab1c2