Mod version of original Grarak/KernelAdiutor
You can report a bug or request a feature by opening an issue or mention @baybutcher27 with the request/bug on the XDA thread XDA thread
- 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/bhb27/KA27.git
$ cd KernelAdiutor
$ ./gradlew build
I particularly prefer to use this .sh to build Build app Script
I used following libraries:
- Google: Appcompat v7
- Google: Cardview v7
- Google: Recyclerview v7
- Jerzy Chałupski: FloatingActionButton
- Karim Frenn: MaterialTabs
- ZeroTurnaround ZIP Library by zeroturnaround
- Material Dialogs Library, a beautiful, fluid, and customizable dialogs API by Aidan Follestad
- Busybox Binary, the Swiss Army Knife of Embedded Linux by Denys Vlasenko, build by Chris Renshaw aka osm0sis
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.