commit | 421c76528dff38317a41e10b2cc7fa831083673f | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Tue Feb 14 00:56:09 2017 -0500 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 19:15:44 2017 -0500 |
tree | cd7845bbc995eb282bd587d59206875eb7755ba9 | |
parent | 17e5984cd61654c10fa3b69d517c2497c1fb8e2d [diff] |
Release 23: Introduce the rootless solution for Masquerade [3/3] Huge thanks to @bigrushdog, @iskandar1023 and @Surge1223 for all the hard work put into this. Clean-up commit by @nicholaschum - Introduce Java8 integration - Remove all the receivers - Remove all the unused imports, methods and permissions. - Reformat and optimize all Java files, drawables and XML files. - Make sure the project is Android Studio ready - Ensure that all permissions are declared Protected if in AS. To build this in Android Studio (without platform key), you must copy the "android.jar" built from your AOSP+OMS build environment to %AndroidSDK%/platforms/android-25/android.jar (back up your original copy). Then all you have to do is import masquerade as a gradle project to Android Studio and you are set! Change-Id: I10d989ece8650926f874ffd75074b5d756822dae
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