commit | 00c5f43de5e6c8d9c8089eef04fae87ff4432ea8 | [log] [tgz] |
---|---|---|
author | Surge1223 <surge1223@gmail.com> | Sat Feb 18 07:49:40 2017 -0600 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 19:50:40 2017 -0500 |
tree | c448e3ee385806510472a50ecd0176186586005b | |
parent | a8b49f2183ac1b72bb37c085391aa1c921e64116 [diff] |
JobService: add "directory creation" job Adds a "mkdir" job in masquerade (which can be called by substratum). It allows creating folders in directories otherwise unaccessible without root (but it still has its limitations, because it uses the "system" user). It also allows creating the "data/system/theme" folder as a fallback for when the platform/core commit fails. A combined work with @KreAch3R Change-Id: I49e79dc459a9348493389c009c79ed99bfec9ab6
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