This is a feature which allows the user to download different custom kernels for their device. To add more kernel the developers have to add support by their own. I wrote up a documentation which explains how to do this.
You can report a bug or request a feature by opening an issue.
- A detailed description of the bug
- Logcat
- Make sure there are no similar bug reports already
- A detailed description of the feature
- All kind of information
- Paths to sys interface
- What's the content if the sys file
- How to apply a new value
- Make sure there are no similar feature requests already
Clone the project and come in:
$ git clone git://github.com/yoinx/kernel_adiutor.git
$ cd KernelAdiutor
$ ./gradlew build
I used following libraries:
- Google: Appcompat v7
- Google: Cardview v7
- Google: Recyclerview v7
- Jerzy Chałupski: FloatingActionButton
- Roman Nurik: Dashclock
- Jake Wharton: NineOldAndroids
- Square Inc.: Picasso
- Karim Frenn: MaterialTabs
Also codes from different people:
(Many sys interface paths has been taken from his UKM-Project)
Copyright (C) 2015 Willi Ye
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.