https://github.com/leviathanaxeislit/leviathankernelmanager
A kernel manager for Levaithan Kernel Mido (fork of Kernel Adiutor)
https://github.com/leviathanaxeislit/leviathankernelmanager
Last synced: about 1 year ago
JSON representation
A kernel manager for Levaithan Kernel Mido (fork of Kernel Adiutor)
- Host: GitHub
- URL: https://github.com/leviathanaxeislit/leviathankernelmanager
- Owner: leviathanaxeislit
- License: gpl-3.0
- Created: 2018-11-23T16:40:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T16:39:59.000Z (over 7 years ago)
- Last Synced: 2025-02-15T19:53:13.886Z (over 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KernelAdiutor
[](https://travis-ci.org/Grarak/KernelAdiutor)
[](https://crowdin.com/project/kernel-adiutor)
* [Join Google+ Community](https://plus.google.com/communities/108445529270785762340) (Beta Testing)
[](https://play.google.com/store/apps/details?id=com.grarak.kerneladiutor)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G3643L52LJQ7G)
## Kernel Downloader
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](https://github.com/Grarak/KernelAdiutor/wiki/Adding-Download-Support) which explains how to do this.
## Report a bug or request a feature
You can report a bug or request a feature by [opening an issue](https://github.com/Grarak/KernelAdiutor/issues/new).
#### How to report a bug
* A detailed description of the bug
* Logcat
* Make sure there are no similar bug reports already
#### How to request a feature
* 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
## Download & Build
Clone the project and come in:
``` bash
$ git clone git://github.com/Grarak/KernelAdiutor.git
$ cd KernelAdiutor
$ ./gradlew build
```
## Credits
I used following libraries:
* Google: [v4 Support Library](https://developer.android.com/topic/libraries/support-library/features.html#v4)
* Google: [v7 appcompat library](https://developer.android.com/topic/libraries/support-library/features.html#v7)
* Google: [v7 cardview library](https://developer.android.com/topic/libraries/support-library/features.html#v7)
* Google: [Design Support Library](https://developer.android.com/topic/libraries/support-library/features.html#design)
* Google: [v7 recyclerview library](https://developer.android.com/topic/libraries/support-library/features.html#v7)
* Ozodrukh: [CircularReveal](https://github.com/ozodrukh/CircularReveal)
* Roman Nurik: [dashclock](https://github.com/romannurik/dashclock)
* Google: [Firebase](https://firebase.google.com)
* Matthew Precious: [swirl](https://github.com/mattprecious/swirl)
* Lopez Mikhael: [CircularImageView](https://github.com/lopspower/CircularImageView)
* Square: [picasso](https://github.com/square/picasso)
* CyanogenMod: [CyanogenMod Platform SDK](https://github.com/CyanogenMod/cm_platform_sdk)
Also codes from different people:
#### Andrei F.
* [RootUtils](https://github.com/Grarak/KernelAdiutor/blob/master/app/src/main/java/com/grarak/kerneladiutor/utils/root/RootUtils.java)
#### apbaxel
_(Many sys interface paths has been taken from his [UKM-Project](https://github.com/apbaxel/UKM))_
#### Brandon Valosek
* [CpuSpyApp](https://github.com/Grarak/KernelAdiutor/blob/master/app/src/main/java/com/bvalosek/cpuspy/CpuSpyApp.java)
* [CpuStateMonitor](https://github.com/Grarak/KernelAdiutor/blob/master/app/src/main/java/com/bvalosek/cpuspy/CpuStateMonitor.java)
* [OverallFragment](https://github.com/Grarak/KernelAdiutor/blob/master/app/src/main/java/com/grarak/kerneladiutor/fragments/statistics/OverallFragment.java)
## License
Copyright (C) 2015-2016 Willi Ye
Kernel Adiutor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Kernel Adiutor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Kernel Adiutor. If not, see .