diff --git a/README.md b/README.md index 9f978726..641d10a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AetherAura -![AetherAura Logo](/info/logo.png) +![AetherAura Logo](/info/aetheraura.png) > SE 7.1.1 kernel | FortunaX | Base: J510FN @@ -14,14 +14,16 @@ ## How to install - - Boot into custom recovery - - Flash AetherLite ROM - - Flash AetherAura kernel device-specific build + - Boot into custom recovery. + - Flash AetherLite ROM and then the fixes. (if any) + - _Flash the latest release for a better experience!_ + - _AetherAura kernel releases start with letters from A-Z, 'Z' being the latest release_ + - Flash AetherAura kernel device-specific build. - Reboot & Enjoy! ## Release History - - Ascent + - __Ascent__ - Selective fortuna drivers updated - Reduced CPU average load - Enabled ARCH_POWER @@ -34,17 +36,23 @@ - Introduced lpClock - Optimize KSM - And several performance optimizations + + - __BlueFlare__ + - Undervolt for better compatibility + - Implemented fast idling of CPU + - Implemented INTELLI_THERMAL driver + - Tune task-scheduler for power savings + - Implemented USB fast charge + - Decrease swappiness to 20 + - TCP_Westwood: Tune-up + - Fixed headphone buttons + - And several optimizations to GPU ## Downloads __[AetherLite ROM](http://tiny.cc/aetherlite "AetherLite ROM")__ + __[Temporary SecureStorage fix](http://tiny.cc/securestoragefix "Temporary SecureStorage fix")__ + __[AetherAura Kernel](https://github.com/CaelestisZ/AetherAura/releases "AetherAura Kernel")__ - -## Contributing - -1. Fork it () -2. Create your feature branch (`git checkout -b feature/fooBar`) -3. Commit your changes (`git commit -am 'Add some fooBar'`) -4. Push to the branch (`git push origin feature/fooBar`) -5. Create a new Pull Request + diff --git a/build_aether.sh b/build_aether.sh index e2759cfa..632e7541 100755 --- a/build_aether.sh +++ b/build_aether.sh @@ -24,7 +24,7 @@ # clear # Init Fields -AE_VERSION=Ascent +AE_VERSION=BlueFlare AE_DATE=$(date +%Y%m%d) AE_TOOLCHAIN=/home/caelestisz/Toolchains/bin/arm-eabi- AE_DIR=$(pwd) diff --git a/info/aetheraura.png b/info/aetheraura.png new file mode 100755 index 00000000..b3705f0d Binary files /dev/null and b/info/aetheraura.png differ diff --git a/info/logo.png b/info/logo.png deleted file mode 100644 index 0469212d..00000000 Binary files a/info/logo.png and /dev/null differ