Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunilpaulmathew/NFSManager
The source code of NFS Manager: An application to control NFS Injector
https://github.com/sunilpaulmathew/NFSManager
nfs-manager
Last synced: about 2 months ago
JSON representation
The source code of NFS Manager: An application to control NFS Injector
- Host: GitHub
- URL: https://github.com/sunilpaulmathew/NFSManager
- Owner: sunilpaulmathew
- License: gpl-3.0
- Created: 2020-03-07T08:55:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T09:35:16.000Z (9 months ago)
- Last Synced: 2024-08-05T17:36:13.398Z (5 months ago)
- Topics: nfs-manager
- Language: Java
- Homepage:
- Size: 1.41 MB
- Stars: 55
- Watchers: 6
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - sunilpaulmathew/NFSManager - The source code of NFS Manager: An application to control NFS Injector (Java)
README
![NFS Manager](app/src/main/res/drawable/ic_nfs.webp)
[![](https://img.shields.io/badge/NFS%20Manager-v2.7-green)](https://github.com/sunilpaulmathew/NFSManager/releases/download/v2.7/com.nfs.nfsmanager-v2.7-release.apk)
![](https://img.shields.io/github/downloads/sunilpaulmathew/NFSManager/total)
![](https://img.shields.io/github/downloads/sunilpaulmathew/NFSManager/v2.7/total)
![](https://img.shields.io/github/contributors/sunilpaulmathew/NFSManager)
![](https://img.shields.io/github/license/sunilpaulmathew/NFSManager)NFS Manager is a simple application to control NFS Injector, which is a Magisk module aimed to improve kernel/RAM management, by using values between performance and battery savings.
## Download
[](https://github.com/sunilpaulmathew/NFSManager/releases/download/v2.7/com.nfs.nfsmanager-v2.7-release.apk)## Requirements
1. ROOT Access
2. NFS Injector installed## Features
NFS Manager will do the following things
* Fully control NFS Injector.
* View, Export and Share log files.
* Turn Off/Reboot your device.
* Many more.## Translations
Please help us to translate this app. The original language string is available at [app/src/main/res/values/strings.xml](app/src/main/res/values/strings.xml).## Donations
If you like to appreciate the developer ([sunilpaulmathew](https://github.com/sunilpaulmathew)) for maintaining this app up-to-date and fully compatible with each new Android & NFS Injector versions, please consider sending a small donation via [PayPal](https://www.paypal.me/menacherry). Thank You!Please Note: This donation won't make you eligible for NFS Injector Pro version!
## Acknowledgements
* [Grarak](https://github.com/Grarak/), Kernel Adiutor, from where I took a lot of code
* [John Wu](https://github.com/topjohnwu), libsu & Magisk## License
Copyright (C) 2023-2024 sunilpaulmathew
NFS Manager is a free softwares: 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.NFS Manager 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 NFS Manager. If not, see .[![GNU GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)