https://github.com/p1n2o/spectrum
A simple, profile based kernel manager. Original @
https://github.com/p1n2o/spectrum
android android-app kernel-manager spectrum
Last synced: 8 months ago
JSON representation
A simple, profile based kernel manager. Original @
- Host: GitHub
- URL: https://github.com/p1n2o/spectrum
- Owner: P1N2O
- Created: 2019-12-27T12:47:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T12:48:31.000Z (about 6 years ago)
- Last Synced: 2025-04-02T18:52:30.078Z (11 months ago)
- Topics: android, android-app, kernel-manager, spectrum
- Language: Java
- Homepage: https://github.com/frap129/spectrum
- Size: 235 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.