Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

frap129/spectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41b1a42 · Jan 25, 2019

History

84 Commits
Jul 18, 2017
Jan 25, 2019
Jul 18, 2017
May 5, 2017
May 9, 2017
Oct 21, 2017
Apr 23, 2017
Jul 18, 2017
May 9, 2017
Mar 19, 2017
Mar 19, 2017
Mar 19, 2017
Mar 20, 2017
Jul 18, 2017
Mar 19, 2017

Repository files navigation

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.

About

A simple, profile based kernel manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published