-
Notifications
You must be signed in to change notification settings - Fork 3
nitronwiki.md
- Here you will find everything about Nitron Tweaks, explained, documented and profiled by me, so let's start this journey.
- Automatic (1)
Automatic is a profile that, when specific conditions meets it's requirements, apply others itself, a example: When you open games, it will apply gaming profile, when using social media, will apply balanced, when using benchmark and / or heavy apps so cpu usage get high, extreme, and so go on...
- Battery (2)
Battery is a profile which prioritize battery life over performance, but should still provide a decent UI / UX experience.
- Balanced (3)
Balanced is a profile that should be between performance and battery, this profile should be good for daily use, while maintaining a good UI / UX experience.
- Extreme (4)
Extreme is a profile which prioritize CPU performance over battery life, less power-hungry than gaming, should have consistent performance on benchmarks and other heavy apps.
- CLI
Our CLI still in a early phase, just as the module itself, constant changes are made to it on our way to give the users the best experience possible. To call the CLI you just need to enter the following command(s) and hit enter on the keyboard:
su
nitrond
or
su -c nitrond
- Profiles
nitrond auto, this command will change the profile without opening the CLI, between gaming, balance, battery (profile values may change with new updates.)
E.G.,
nitrond auto
or
su -c nitrond auto
or (background process, no need to make terminal always running)
su -c "(nitrond auto &) &"
(This command will apply auto profile), check the /sdcard/nitron.log log file for what's happening
- Gaming
nitrond -sr, this command will change to the gaming profile manually
- Balance
nitrond -sy, this command will change to the balanced profile manually
- Battery
nitrond -sg, this command will change to the battery profile manually
- Help dialog
nitrond -h
or
su -c nitrond -h
- CLI-Menu (newbie)
nitrond -c, this command will sort to profiles and options to you in newbie selection way.