https://github.com/frap129/spectrum
A simple, profile based kernel manager.
https://github.com/frap129/spectrum
Last synced: 12 months ago
JSON representation
A simple, profile based kernel manager.
- Host: GitHub
- URL: https://github.com/frap129/spectrum
- Owner: frap129
- Created: 2017-03-19T23:03:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T11:12:03.000Z (over 6 years ago)
- Last Synced: 2023-10-20T19:53:38.817Z (over 2 years ago)
- Language: Java
- Size: 252 KB
- Stars: 68
- Watchers: 16
- Forks: 61
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Spectrum
A simple, profile based kernel manager.
## How to add Spectrum support to your kernel
You will need to add the following two files to your device's ramdisk:
- init.spectrum.rc
- init.spectrum.sh
The files are included in the _ramdisk_ folder of this repo. To use these ramdisk files, add
> import /init.spectrum.rc
to the top of your device's main ramdisk file.
Next, add your kernel name to the app. Open init.spectrum.rc and change "Electron" in
> setprop persist.spectrum.kernel Electron
to your kernel's name.
All that is left is to customize the 4 profiles in init.spectrum.rc to your liking! Profile 0 (Balanced) is the default, however, this can be changed in init.spectrum.sh.