[KERNEL][UNOFFICIAL][ASUS MeMOPAD 10 FHD LTE][ME302KL] ElementalX-N7 6.15 (Stock 7.+) - Android General

ElementalX Kernel - UNOFFICIAL
ASUS MeMOPAD 10 FHD LTE - ME302KL
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THIS IS A PORTING FOR THE MEMOPAD 10 FHD - ME302KL Many thanks to @flar2 for his work !
Features
Easy installation and setup with AROMA installer
Stock/AOSP versions
Best balance of performance and battery life
Color control
USB fastcharge (optional)
Sweep2sleep (optional)
Sweep2wake and doubletap2wake (optional)
Wake Gestures app support
MultiROM support
disable fsync (optional)
sound control
Underclock or overclock CPU
L2 and bus overclocking options
choose automatic minimum voltage (725mV to 850mV)
kernel-based thermal control
GPU overclocking options
voltage control
NTFS read/write and exFAT support
init.d support
optional USB OTG + charge mode
No forceencrypt
UNOFFICIAL ElementalX 6.15 for DUMA Use this Only for LineageOS 14.1, AOSP 7.1.2 r12 or newer, Resurrection Remix and AOSP Extended from @Den147
https://www.androidfilehost.com/?fid=673791459329055112
UNOFFICIAL ElementalX 6.13 for DUMA Use this Only for LineageOS 14.1, AOSP 7.1.2 r12 or newer, Resurrection Remix and AOSP Extended from @Den147
https://www.androidfilehost.com/?fid=673368273298987229
UNOFFICIAL ElementalX 6.12 for DUMA Use this Only for LineageOS 14.1, AOSP 7.1.2 r12 or newer, Resurrection Remix and AOSP Extended from @Den147
https://www.androidfilehost.com/?fid=889764386195924832
UNOFFICIAL ElementalX 6.10 for DUMA Use this Only for LineageOS 14.1, AOSP 7.1.2 r12 or newer, Resurrection Remix and AOSP Extended from @Den147
https://www.androidfilehost.com/?fid=817550096634783603
UNOFFICIAL ElementalX 6.09 for DUMA Use this Only for LineageOS 14.1, AOSP 7.1.2 r12 or newer, Resurrection Remix and AOSP Extended from @Den147
https://www.androidfilehost.com/?fid=889764386195908699
UNOFFICIAL ElementalX 6.07 for DUMA Use this Only for AOSP 7.1.2 r8 (and Nitrogen OS 7.1.2) or older
https://www.androidfilehost.com/?fid=673368273298953844
APP TO CUSTOMIZE WAKE GESTURES
https://elementalx.org/wake-gestures/
REMEMBER: DO NOT USE ELEMENTAL X FILES FOR NEXUS 7 (2013) (FLO/DEB) ON MEMOPAD ME302KL
Source
https://github.com/yatto/ElementalX
XDAevDB Information
[DUMA][Unofficial]ElementalX, Kernel for the MeMOPAD 10FHD 4G
Contributors
All credits to @flar2 - Many thanks to you !
Flar2 Source Code: https://github.com/flar2/flo
Version Information
Status: Stable
Current Stable Version: 6.5

Hi @yattodettaman thanks a lot for your hard work!
Just only a question, i've installed the new kernel and follow the aroma wizard for customizing kernel parameter.
EX kernel manager 2.101 does not allow to tweak any settings, is it normal? With the previous version it worked letting me to choice all parameters.
Have a nice day.

GiGiSSiMo said:
Hi @yattodettaman thanks a lot for your hard work!
Just only a question, i've installed the new kernel and follow the aroma wizard for customizing kernel parameter.
EX kernel manager 2.101 does not allow to tweak any settings, is it normal? With the previous version it worked letting me to choice all parameters.
Have a nice day.
Click to expand...
Click to collapse
I use ExManager ver 2.90 and It works very well

yattodettaman said:
I use ExManager ver 2.90 and It works very well
Click to expand...
Click to collapse
Stupid me... I forgot to root again after flashing new kernel...
Sorry for wasting your time
Inviato dal mio Nexus 5 utilizzando Tapatalk

GiGiSSiMo said:
Stupid me... I forgot to root again after flashing new kernel...
Sorry for wasting your time
Inviato dal mio Nexus 5 utilizzando Tapatalk
Click to expand...
Click to collapse
Do you like the new kernel ??!?!?!

yattodettaman said:
Do you like the new kernel ??!?!?!
Click to expand...
Click to collapse
I love it! It's wonderful and first impression is that is more stable!!!!
Cpu 1998
Gpu 490
Love!!!
Inviato dal mio Nexus 5 utilizzando Tapatalk

UPDATE: 7.1.2 boot.img
https://www.androidfilehost.com/?fid=457095661767153687

UPDATED to 6.07 release.
Download in 1st post

init.d support
Hi.
For starters I would like to commend for the roms of the 7.1.1-7.1.2 series and for the experimental kernel. It's a great job.
I have one problem with init.d. I put script in /system/etc/init.d and gave it the executable permission.
The script has a call to the command: 'service call SurfaceFlinger 1008 i32 1'
This command turns on the option "Disable HW Overlay".
However, at startup the script is not executed. In the script I also posted a command that writes the restart date: 'date >> /storage/2CA6-1DE2/log.txt'
And this is also not done.
Script file - /system/etc/init.d/11FixOverlays:
Code:
#!/system/bin/sh
service call SurfaceFlinger 1008 i32 1
date >> /storage/2CA6-1DE2/log.txt
Script running manually works: it turn on the "Disable HW Overlay" option and writes the date of the file.
How to force the system to run script in init.d when system starting???
I have installed ROM AOSP 7.1.2 Release R2, Elemental X 6.07 Kernel, and SuperSU-v2.79.

tik2009 said:
Hi.
For starters I would like to commend for the roms of the 7.1.1-7.1.2 series and for the experimental kernel. It's a great job.
I have one problem with init.d. I put script in /system/etc/init.d and gave it the executable permission.
The script has a call to the command: 'service call SurfaceFlinger 1008 i32 1'
This command turns on the option "Disable HW Overlay".
However, at startup the script is not executed. In the script I also posted a command that writes the restart date: 'date >> /storage/2CA6-1DE2/log.txt'
And this is also not done.
Script file - /system/etc/init.d/11FixOverlays:
Code:
#!/system/bin/sh
service call SurfaceFlinger 1008 i32 1
date >> /storage/2CA6-1DE2/log.txt
Script running manually works: it turn on the "Disable HW Overlay" option and writes the date of the file.
How to force the system to run script in init.d when system starting???
I have installed ROM AOSP 7.1.2 Release R2, Elemental X 6.07 Kernel, and SuperSU-v2.79.
Click to expand...
Click to collapse
The kernel has init.d support.
The rom is AOSP. So if you want to enable init.d script flash this with Twrp https://forum.xda-developers.com/android/software/mod-universal-init-d-enabler-android-t3396695

Hi @yattodettaman can i flash new 6.07 on crDroid?

GiGiSSiMo said:
Hi @yattodettaman can i flash new 6.07 on crDroid?
Click to expand...
Click to collapse
I don't know. Make a backup and try... i have no time to try everything. Sorry. I'm on aosp with last glitch now and works very well

yattodettaman said:
I don't know. Make a backup and try... i have no time to try everything. Sorry. I'm on aosp with last glitch now and works very well
Click to expand...
Click to collapse
I was on the same as you, but i want to try all your ROMs!
Just another question... Does Ex Kernel or crDroid supports F2FS?

New Release is UP !
Download in 1st post
It's only for new kind of DUMA boot.img shipped with AOSP 7.1.2 r12, so don't use with older release !

New Release is UP - 6.09 !
Download in 1st post
It's only for new kind of DUMA boot.img shipped with AOSP 7.1.2 r12, so don't use with older release !

New Release is UP - 6.10 !
Download in 1st post
It's only for new kind of DUMA boot.img shipped with AOSP 7.1.2 r12, so don't use with older release !

Changelog?
What's new in 6.10?

moldowan said:
What's new in 6.10?
Click to expand...
Click to collapse
,
The same as ExKernel for Nexus7 2013, sync with last lineageos updates and security updates.

New Release is UP - 6.12 !
Download in 1st post
It's only for new kind of DUMA boot.img shipped with LineageOS 14.1 and from AOSP 7.1.2 r12 and newer , so don't use with older release !

New Release is UP - 6.13 !
Download in 1st post
It's only for new kind of DUMA boot.img shipped with LineageOS 14.1 and from AOSP 7.1.2 r12 and newer , so don't use with older release !

Related

[Closed] [ROM] Euphoria OS [Lollipop 5.1.X] [Official] [Moto G XT1032/Multi-Sim]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi all!
This is my first rom compiled, Euphoria rom (ex Mahdi)!
With the big help of @Alberto97
But no more words, just Link and guide!
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Guide:
Do a nandroid backup or app backup (your choice)
Download and copy rom and gapps on phone
Go into recovery
Do all wipe (also format system)
Choice install zip from sdcard
Select the rom and flash it
Select, after, gapps and flash it
Install super su (optional, the rom is pre-rooted, based on cm12)
Reboot
Enjoy!
XDA:DevDB Information
Euphoria OS Moto G (2013) [XT1032/Multi Sim Variants], ROM for the Moto G
Contributors
FabioSan, Alberto97, Euphoria OS Team, CyanogenMod Team
Source Code: https://github.com/Euphoria-OS-Legacy
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Custom Recovery on the Moto G - Root Permissions
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2015-04-18
Current Beta Version:
Beta Release Date:
Created 2015-01-29
Last Updated 2015-10-21
XDA:DevDB Information
[Closed] Euphoria OS Moto G (2013) [XT1032/Multi Sim Variants], ROM for the Moto G
Contributors
FabioSan, Alberto97, Euphoria OS Team, CyanogenMod Team
Source Code: https://github.com/Euphoria-OS-Legacy
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Custom Recovery on the Moto G - Root Permissions
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 1.1
Stable Release Date: 2015-04-18
Created 2015-01-29
Last Updated 2016-01-04
Download and Changelog (when possible)
Bug Tracker
Gps Fix
Radio Fm Flashable
Gapps (Micro suggested)
SuperSu (optional, i'm using it to have no problems with apps asking for root)
Pushbullet Channel
Euphoria OS 1.1 Official Build 20151021
Changelog:
Updated to last changements!
EuphoriaOS 1.1 Official Build 20151002
Changelog -> http://tinyurl.com/nm7oqmd
EuphoriaOS 1.1 Official Build 20150904
Changelog
Full changelog here -> http://tinyurl.com/pnce4x3
Euphoria OS 1.1 Official Build 20150820
Changelog:
Kernel:
- Overclock of RAM and BUS Frequency
- More power to flash as torch!
- New Governor Wheatley based on Ondemand (try it!)
- New Schedulers added (BFQ/SIO/FIOPS/ZEN/VR)
- More RAM taked from loggers and disabling useless things
- New Optimization on kernel on build process
- Added Faux Sound
Other changements - http://tinyurl.com/py9lude
EuphoriaOS 1.1 Official Build 20150804
Changelog:
- Removed msm hotplug (now default autosmp as hotplug)
- Lockscreen wallpaper choose on lockscreen settings
- Lot of fixes
- Updated to last euphoria and cm sources
- Now correctly working all of Moto Doze
- Full Changelog http://tinyurl.com/ppcwy6s
Euphoria OS 1.1 Official Build 20150724
Changelog
- Updated the kernel
- row default scheduler (if not, change this with kernel adiutor)
- Corrections on kernel relative to tcp and schedulers
- Last updates from euphoria and cyano
- Full changelog http://tinyurl.com/oog4odo
Euphoria OS 1.1 Official Build 20150703
- Full changelog
- Kernel Updated
- Builded with new Linaro 5.1 Tooclhain
- Updated Fingerprint
- Changements from Euphoria
Pushbullet Notification and OTA Notification are ON
Euphoria OS 1.1 Official Build 20150623
Changelog:
- New Kernel version 3.4.108
- Updated Translations
- WiFi country code configuration added
- Status Bar Data activity indicators now optional
- Default 24H format
- Disabled data connection and roaming as default
- Other (full changelog http://tinyurl.com/oxya9tl )
Euphoria OS 1.1 Official Build 20150619
Changelog:
- Stock values LMK completly commited
- Kernel big update ever (cit.) -fix and instructions addicted
- Update from Euphoria (tranlations and more)
OTA On and Pushbullet Notification Sent
Euphoria OS 1.1 Official Build 20150613
Changelog
- LMK values as stock ROM
- Fix for Voip calls with apps (like whatsapp)
- Kernel updates
Euphoria OS 1.1 Build 20150610
Changelog:
- Navbar now can be resized (thanks +Jonathan Cruz )
- Other Changements here -> http://tinyurl.com/nabkhhs
Euphoria OS 1.1 Official Build 20150608
Changelog
- Updated Modem to Lollipop
- Fix for Microphone range in Speakerphone mode when in a call
- Other little changes from euphoria
Ota available
Euphoria OS 1.0 Build 20150130
Changelog:
- Disabled mpdecision
- Implemented and enabled Intelliplug
- Awesome player set as default
- Selinux "permissive" to avoid bootloop with nandroid restore
- Fix gps tile (Euphoria Team)
- Fix FM Recording
Bugs:
- Noone
Working
- All the rest, it's supposed!
Features:
- Heads-up settings
- Buttons settings
- System profile
- Something more on display then cm12
- "Custom" section on settings, which have a lot of settings like old mahdi (not all at moment)
- Cm12 features
- Very light and reactive Rom, compared to cm12 (it's a feature? xD)
- More coming soon, i suppose
Euphoria OS Kernel V2 -2nd Version
To have some features you need kernel adiutor, free and on play store.
Once you have downloaded, go into battery and disable profile section (not on kernel auditor)
Go now in kernel auditor, CPU and enable "schedule worqueues on awake CPUs etc" if not enabled.
Input Boost frequency at 600.
Set apply at boot
Now go into Cpu Hotplug and disable msm hotplug and enable autosmp
Thermal section: enamble intellithermal and core control (apply at boot on)
Gpu section: choose if have overclocked max frequency or stock one -450 MHz- (apply at boot on)
Misc Control: Tcp, select westwood and apply at boot
Have fun!
Github Details
Euphoria OS Legacy
Kernel Repository
Falcon Repository
Peregrine Repository
Msm8226-Common Repository
Omg omg!!!!! Thanks
Sent from my Moto G using XDA Premium 4 mobile app
srisurya95 said:
Omg omg!!!!! Thanks
Sent from my Moto G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You are welcome, dude
I'm still testing, but it seems that is really working all
Awesomeness Redefined
edit : small doubt is this CM or AOSP based
edit : got it CM based
reversegear said:
Awesomeness Redefined
edit : small doubt is this CM or AOSP based
edit : got it CM based
Click to expand...
Click to collapse
YALL KNOW WHAT DIS MEANS!!!!
Dual sim support hell yeah
update daily or weekly, sir?
indrasatrya said:
update daily or weekly, sir?
Click to expand...
Click to collapse
It depends : this build (it's the second) was compiled into 2 hours and not 4:35 like first (fortunally)
So, if every time i can build in 2 hours, i suppose to build 1 or 2 times on a week; it aso depends to Euphoria OS Team
I'm only "porting" their super rom
Okay. Thanks for the answer, sir.
indrasatrya said:
Okay. Thanks for the answer, sir.
Click to expand...
Click to collapse
No problem I hope that my blood lost building (first build 4 hours and 30 minutes, second, today, in 2 hours) will be appreciated
Awesome Rom
Your rom is awesome like pure stock. performance wise no FC or bugs like other custom CM12.
i noticed that installing this rom very quick on first boot(even Gapps failed to installed)
But after first boot google play services working well.
Thanks for this rom.keep good work.
XT1032(Using CWM advanced Touch)
any screenshot?
W3ND31 said:
any screenshot?
Click to expand...
Click to collapse
Uhm, I'll do some screenshot and upload it but if someone is more faster then me, pm me with url of screenshots and I'll add on first post
On xt 1032 the SMS no work!
likurik said:
On xt 1032 the SMS no work!
Click to expand...
Click to collapse
Strange, for me they are working :/
FabioSan said:
Uhm, I'll do some screenshot and upload it but if someone is more faster then me, pm me with url of screenshots and I'll add on first post
Click to expand...
Click to collapse
sir, i just download your ROM.. but I get system UI FC. am I must converted my device to GPE?
indrasatrya said:
sir, i just download your ROM.. but I get system UI FC. am I must converted my device to GPE?
Click to expand...
Click to collapse
Nope, how have you flashed? And from which Rom have you flashed?
FabioSan said:
Nope, how have you flashed? And from which Rom have you flashed?
Click to expand...
Click to collapse
i am using TWRP 2.8.0.1, from CM12, wipe data, cache, dalvik and system. am I need wipe internal?
indrasatrya said:
i am using TWRP 2.8.0.1, from CM12, wipe data, cache, dalvik and system. am I need wipe internal?
Click to expand...
Click to collapse
No, and it's strange.. Have you restored something?
Same here! Getting Systemui fcs on my XT1033 not converted to GPe.
Sorry can't get a Logcat, i'm using my friend's PC

[ROM] 6.0 Android MarshMallow Pure AOSP for Google Nexus 7 2012 WIFI

[ROM] 6.0.1_r46 Android MarshMallow Pure AOSP for Google Nexus 7 2012 WIFI CodeName Grouper
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INSTRUCTIONS,
1. UPDATE RECOVERY to TWRP 3.0.0-0
2. FACTORY RESET (needed if you have LP or other custom LP or MM Roms)
3. Download ROM Build 06/07
4. Gapps 6.0
5. Root (Optional) Direct Download
6. Optionally,to speed up device,consider to flash ParrotMod
7. Reboot and enjoy...
CREDITS,
AOSP/Google,Dmitry Grinberg for great initial support on build
Bugs
During Google Account registration if you choose Restore device phone return to same screen.After that choose Configure as new device and restore start normally!!!
Stock rom browser generate random soft reboot if you enable Location sharing with device only mode in Location options!!!
Changelog
Beta Release 0.1 Build 10/15
Initial support for N7 2012 WIFI on AOSP MarshMallow
Kernel compiled with Christopher83 4.9 arm toolchain based on google asus 3.1.10 lollipop-mr1 and kernel patch of Dmitry Grinberg
Enable sparsemem option on kernel to optimize memory managemnt and free up memory quickly
Add some options to speed up first boot and dex2oat compilation
Beta Release 0.2 Build 10/19
Possible fix to random sound and autorotate issue
Beta Release 0.3 Build 10/29
Kernel 3.1.x compiled with last 4.9 toolchain
Possible fix to autorotate sound and GPS bug and random sensor problems (test needed!!)
Beta Release 0.4 Build 10/30
Kernel 3.1.x compiled with last 4.9 toolchain reworked to avoid random freezes after deep sleep
Compiled with latest commits of AOSP sources 6.0.0_r1
New BootAnimation based on Nexus factory Images MM
Possible fix to autorotate sound and GPS bug and random sensor problems (test needed!!)
Beta Release 0.5 Build 10/31
Fix NFC lost on Settings--> Other
Beta Release 0.6 Build 01/12
Kernel 3.1.x compiled with last 4.9 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r10)
Beta Release 0.7 Build 02/15
Kernel 3.1.x compiled with last 4.9 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r16)
Beta Release 0.8 Build 03/08
Kernel 3.1.x compiled with last 4.9 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r17
Update to security bulletin 1st march 2016
[/COLOR]
Beta Release 0.9 Build 04/15
Kernel 3.1.x compiled with last 4.9 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r24
Update to security bulletin 1st April 2016
Added reboot shortcut to developer options
[/COLOR]
Beta Release 1.0 Build 05/07
Kernel 3.1.x compiled with last 4.9.2 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r43
Update to security bulletin 1st May 2016
Added patch to prevent Gapps Error on first boot.Thanks to Rock-86
[/COLOR]
Beta Release 1.1 Build 06/07
Kernel 3.1.x compiled with last 4.9.2 toolchain reworked with f2fs support
Compiled with latest commits of AOSP sources 6.0.1_r46
Update to security bulletin 1st Jun 2016
Sources
Google
Kernel tree
I read from the other thread that sound / microphone isn't working. Is sound fixed for this rom?
Root is not working after flashing SuperSU 2.52 zip.
Anyone with a solution?
Error updating binary script on that gapps.
Sent from my Nexus 5 using Tapatalk
tcat007 said:
Error updating binary script on that gapps.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
go to mount and delete flag on system then retry
yogesh1998 said:
Root is not working after flashing SuperSU 2.52 zip.
Anyone with a solution?
Click to expand...
Click to collapse
on my device with my build works fine
dookie23 said:
I read from the other thread that sound / microphone isn't working. Is sound fixed for this rom?
Click to expand...
Click to collapse
seems mic problem only in google app i'm investigating
Thank you a lot !!!
But gapps installation failed.
Bryandu13 said:
Thank you a lot !!!
But gapps installation failed.
Click to expand...
Click to collapse
wipe all
update recovery to twrp 2.8.7.0
in mount if you have a flag on system remove it
then install rom,gapps and supersu
works fine
Thanks for this
Fully working for me. SuperSu. All.
Thank you
i updated gapps links for broken mic auth on gogle now
https://www.androidfilehost.com/?fid=24052804347833783
Thank your for the rom!
vocoderism said:
wipe all
update recovery to twrp 2.8.7.0
in mount if you have a flag on system remove it
then install rom,gapps and supersu
works fine
Click to expand...
Click to collapse
It worked !
Thanks for help and fast reply !!!
How can I change the default launcher? I installed google now launcher but it says "clear defaults of your launcher", but I can't. Settings doesn't have a section for Launcher anymore.
everesee said:
How can I change the default launcher? I installed google now launcher but it says "clear defaults of your launcher", but I can't. Settings doesn't have a section for Launcher anymore.
Click to expand...
Click to collapse
What gapps did you install?
Inviato dal mio Nexus 4 utilizzando Tapatalk
Thank's for this Job !!! this rom and mod sound Dolby Digital Plus Awesome Nexus 7 2012:good:
http://forum.xda-developers.com/note-4/themes-apps/audio-mod-dolby-digital-plus-note-4-t3075871
laugeek57 said:
Thank's for this Job !!! this rom and mod sound Dolby Digital Plus Awesome Nexus 7 2012:good:
Click to expand...
Click to collapse
Mod sound? Link please, I'm getting no sound at all. Otherwise working as good or better than when I bought this thing.
Edit: Looks like dnd was on by default, all sound working well now. Camera doesn't seem to work, but Camera Zoom does (and who uses the n7 camera anyway). Layers work. So far so good!
vocoderism said:
Kernel compiled with Christopher83 4.9 arm toolchain based on google asus 3.1.10 lollipop-mr1 and kernel patch of Dmitry Grinberg
Enable sparsemem option on kernel to optimize memory managemnt and free up memory quickly
Click to expand...
Click to collapse
Just FYI, if you provide a binary of a kernel you must offer sources as per GPL
I do not need it (I am done with N7 work) but you are otherwise on shaky legal ground
dmitrygr said:
Just FYI, if you provide a binary of a kernel you must offer sources as per GPL
I do not need it (I am done with N7 work) but you are otherwise on shaky legal ground
Click to expand...
Click to collapse
Sure i upload tomorrow on github
Inviato dal mio Nexus 4 utilizzando Tapatalk

[EOL][KERNEL][09 AUG][OP3/3T][OOS/H2OS/AOSP] HolyDragon [Oreo 8.x.x and Pie 9.0.0]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Back again!
You may remember me from my SkyDragon kernels for N6/M8/M7/G3 among other devices, I've been off XDA for a year or so, quietly making kernels and roms for myself and personal friends. Decided to come back to show the OP3 some love under my own moniker while the team is on hiatus.
This is the kernel I use as my daily driver, I'm not really looking to add things so if you want more, please find someone/thing else. My goal here to get as much performance out of our device(s) as possible without sacrificing any battery life or stability whatsoever. No Ofast or ffast-math flags that break IEEE and math operations. No beta toolchains. I compile my own toolchains from recent stable release, build them optimizing and targeting a specific processor instead of the whole architecture, and then I use those to build my kernels that are optimized for that same processor. So this kernel is meant to be as stable stock, all the performance, and none of the loss in battery. Anyways, on with the show..
~*~*Information*~*~
Kernel supports all OP3/OP3T devices running OOS Stable 5.0.x or OpenBeta 32-3x(OP3) and 23-2x(OP3T):good:
Kernel source is based on official OnePlus 3/3T openbeta source code :good:
Kernel has been compiled targeting msm8996 specifically :good:
All but C++, AR, objdump compiled with my custom-built Linaro 6.4.1 toolchain with LTO targeting msm8996/SD820/SD821 :good:
C++, AR, objdump from Qualcomm SnapDragon LLVM v6.0.2 targeting kryo :good:
Using ld.lld from clang 7 for linker :good:
No user setup required - optimal settings already applied :good:
~*~*Features*~*~
No user clock-speed modifications
Flar2 sleep/wakegesture features (Disabled by default, no vibration, enable with EX App)
Stock wake gestures still have vibrate functionality
Swappiness set to zero by default (we have plenty of ram)
vfs_cache_pressure set to zero by default (we have plenty of ram)
ZRAM disabled (why write to slow storage when we have all the ram)
Maple IO Scheduler set to default (IMO best balance of performance/battery life)
Westwood TCP Congestion Profile set to default (Personal preference)
CRC Check Toggle-able (disabled by default)(~%30 performance boost when disabled)
FSYNC Toggle-able
Boeffla's LED Notification
Boeffla's Wakelock Blocker
Savoca's KCAL Control
Fast Charge support for PC charging (1amp instead of .5amp)
Tweaked Alucard Governor (not default, will need to set manually)
DTS Eagle+DTS Ultra
KLapse-Livedisplay Support
~*~*Credits and Thanks*~*~
Telegram Group <333
frap129
Flar2
SultanXDA
MyFluxi
TheCrazyLex
Andip71
savoca
engstk
FranciscoFranco
Dorimanx
maxwen
arter97
dianlujitao
LazerL0rd
Joshuous
Tanish2k09
rupansh
DOWNLOADS
OOS/H2OS OREO
HDK_OP3_AK2_V6.6 Oxygen/Hydrogen OREO LINK
------------------------------------------------------------------------------
OOS/H2OS PIE
HDK_OP3_OOSP_V1.0 Oxygen/Hydrogen PIE LINK
NOTE:
Kernel zip tries to disable DM-Verity and forced encryption, you may need root however in order to boot.
Install if on something else: If in doubt, download this, flash latest openbeta zip from OnePlus, immediately reboot back into twrp, swipe to allow modifications, install this kernel, install magisk/supersu, profit.
If you're already on this: you can just flash my latest kernel zip and profit.
AOSP OREO/PIE
HDK_OP3_AK2_OMNI_V0.12 AOSP Oreo/Pie LINK
MD5: 736a8ee96e8462d21164eaf3f329e9d1
NOTE:
This kernel is built from Omnirom source), but should work fine on all AOSP based roms with Oreo blobs..
Has been tested and working with basically every aosp rom except DU and PixelExperience
Official Pie blobs - AOSP/LOS
HDK_OP3_AK3_AOSP_V1.0 LINK
MD5: 63a744f828631aba39fc8f452788665d
~~~~~~~~~~~~~~~~~~~~~~~~
Kernel's have been thoroughly tested but if you somehow find an issue or just want to leave feedback, that's always appreciated ^^
You can find changes(changelog) by looking at my posted source. You can also find my custom toolchain's, crosstool-ng, and other sources listed there.
If you want to contribute to testing pre-release kernels, or need further assistance please join our:
Discord Server
https://discord.gg/4FafqSV
~*~*Donations*~*~
If you want to donate to my coffee fund, I prefer any cryptocurrency over paypal.
Donate with Coinpayments
or just use paypal, thanks!
XDA:DevDB Information
[EOL][KERNEL][09 AUG][OP3/3T][OOS/H2OS/AOSP] HolyDragon [Oreo 8.x.x and Pie 9.0.0], Kernel for the OnePlus 3
Contributors
HolyAngel, Liam_Davenport, MarcAnt01
Source Code: https://gitlab.com/holyangel/OP3.git
Kernel Special Features: Maple IO, Flar Wake Gestures, KCAL, Notification LED customization, slow zram disabled, vfs/vmswap tweaked for performance, DTS Eagle for better audio experience, smoothest+best battery life.
Version Information
Status: Stable
Current Stable Version: 5.0 / 9.1
Stable Release Date: 2018-06-10
Created 2018-01-09
Last Updated 2020-01-14
Reserved
HDK-Mod - v1.0.0
This is my own modified build of Grarak's Kernel Adiutor app. Now unified for all my kernels.
I have added a few extras that were missing for sound control, pdesire audio, DCI_P3 mode, tbalden's kcal modificaiton, sultan's battery cycle/charge commit for msm8996, and Tanish2k09's KLapse-Livedisplay.
You may need to disable Play Protect temporarily to install, working on adding to the play store to negate this issue.
Also changed the theme, and updated some stuff.
Work in progress but needed something to fully control my kernel.
Full credits and much love to Grarak for putting in all the hard work on KernelAdiutor, wouldn't be here without his work.
My source for it is here.
This is an OOS Kernel yes? Or is it for Custom ROMs that are not based on OOS too?
thes3usa said:
This is an OOS Kernel yes? Or is it for Custom ROMs that are not based on OOS too?
Click to expand...
Click to collapse
Oxygen OS only ^^
Been using it for months. It's stable, smooth and battery friendly ^^
Sent from my ONEPLUS A3003 using Tapatalk
Stuck on 1+ logo after flashing on theOne3TOS.... (OB20 based)
twoxa said:
Stuck on 1+ logo after flashing on theOne3TOS.... (OB20 based)
Click to expand...
Click to collapse
May need dm-verity disabled/rooted if you're not already.
Finally posted something.. :good: Ran this for months before I sold my OP3 rock solid no bullsh!t. Good luck with the release!
Thanks ! I'll give a try just for the badass name
thes3usa said:
This is an OOS Kernel yes? Or is it for Custom ROMs that are not based on OOS too?
Click to expand...
Click to collapse
twoxa said:
Stuck on 1+ logo after flashing on theOne3TOS.... (OB20 based)
Click to expand...
Click to collapse
Bryandu13 said:
Thanks ! I'll give a try just for the badass name
Click to expand...
Click to collapse
Just updated kernel download link, was wrong. Make sure you got kernel version 3.7 before you flash please :good:
HolyAngel said:
Just updated kernel download link, was wrong. Make sure you got kernel version 3.7 before you flash please :good:
Click to expand...
Click to collapse
Now I understand why my device was soft bricked ?
Fortunately a dirty flash of my firmware was enough, no data loss.
I'll try the new one !
---------- Post added at 12:56 AM ---------- Previous post was at 12:42 AM ----------
Okay so :
- I flashed the 3.7 version and got stuck to OnePlus logo with "Powered by Android"
- I dirty flashed my ROM (BETA 29) and flashed the Kernel immediately after without rebooting and next I flashed Magisk 15 --> It booted
I'll see how the kernel run now.
Looking forward to trying this out! The name alone is pretty cool!
Hi, thank you for your effort for the kernel
Wanna ask, which apps I need to configure the kernel? Kernel Adiutor or EXKM?
Can It work on the H2OS?
Loved your work on my good 'ol M8, so I'm pretty excited to see you here. Thanks (as) always for the work!
Great to see a new kernel! Didn't see any mention about encryption or dm-verity. Does it bypass encryption and dm-verity?
Thanks
Excellent kernel it seems like solves the unbelievable, not compatible with Oreo's mobile phone game Caton problem.
By the way, what will happen if I use it on 7.1.1
Thanks a lot for the new Kernel, dude!
But, I would request you to add flar2 gestures, because in SA Region, it's kinda uneasy to use fp in winter!
came from a custom kernel on an encrypted 3T with magisk 15.2. managed to install this by first restoring stock versions of my system (system.img as opposed to just system) & boot (flashing Xennet's boot images w/ disabled dm-verity also works) backups. booted once to check everything's fine then back to recovery to flash the kernel. didn't need to reflash magisk as the system i restored from was already rooted. HTH someone who wanna try this kernel
thanks for your work, OP. will test & revert
Flashed on beta 19 but it broke wifi, i was on stock kernel before that. Any thoughts?

[ROM][2018-08-19][UNOFFICIAL] Resurrection Remix 6.1.0 [arm64]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:-
- Download ROM and Gapps
- Flash ROM then Gapps
Downloads:-
- ROM: https://drive.google.com/open?id=1HUGMWtMOFqJfZYrfrdHnEDh0hvNQ9i9X (2018-07-25)
ARM version: https://drive.google.com/open?id=13k-mtoxvl1ZscGSStATRp9zDO0tzLzTp (2018-08-19)
- Gapps: https://cdn.dirtyunicorns.com/api/d...ioGappsMini-arm64-8.x.x-official-June2018.zip
For ARM: https://opengapps.org/
- Previous RR custom bootanimation (In 6.1.0 update, RR uses generic android bootanimation which is boring, if you want to show off then flash this one): https://drive.google.com/open?id=1hNni3y9nEpeqS8alDSzEWPfl2XXKfTot
- No need bootanimation.zip for ARM build
Thanks to:-
@Alberto97 for device, vendor and kernel tree
@DeHuMaNiZeD for letting me build the updated ROM he already built
RR team for this cool ROM: https://github.com/ResurrectionRemix
@BtbN For ARM commits
Join the telegram group
https://t.me/resurrectionremixchat
Bugs:-
- Every bug from my first build has been fixed in recent builds.
- For any other bugs, post in this forum
Created: 2018-06-17
Last Updated: 2018-08-19
GoT ReSuRrEcTeD !!
2018-07-06
Added sdfat support for exfat cards.
Fixed vendor mismatch bug.
2018-07-10
AudioFX works on some apps
July security patch
Overclocked CPU to 2.2GHz
Overclocked GPU to 800MHz
Battery Idle drain fixed
2018-07-22
Nothing new just changed kernel from Permissive to Enforcing for security.
2018-07-23
Gesture menu is back which I happened to remove accidentally in 0722 build
2018-07-25
Added Kcal support
Added Boeffla Wakelock Blocker
Added blu_active CPU governor
Added Adreno Idler
Some Build.prop tweaks for battery
Removed overclocking
Back to Permissive because of Gcam
2018-08-02
SafetyNet Fixed
ARM build
Overclocked CPU 2.2Ghz, GPU 750Mhz
All kernel features from previous build is removed except sdfat
No need for external bootanimation.zip
Cleaner build
Permissive
2018-08-04
Overclocking removed
Added elementalx, alucard and smartmax governors
Added Kcal
Selinux Enforcing
Set initial GPU Freq to 133mhz for better battery (set it back to 320mhz if you feel UI is stuttering)
2018-08-19
Removed elementalx and smartmax
Added zzmoove governor
Some optimisations
Lift to check phone works now
Added Boeffla Wakelock Blocker
*Restart device after turning on fingerprint sleep
Greate news - will try it tommorow .
Downloading... Thanks a lot!
Is this rom 64bit?
I like mu ROM The trouble is that they do not want to be an official
Great, thanks for this!
Do you plan to add MOD support ?
Ax1qwer said:
Great, thanks for this!
Do you plan to add MOD support ?
Click to expand...
Click to collapse
Thanks but no, I don't have that much time.
joaonv00 said:
Is this rom 64bit?
Click to expand...
Click to collapse
Yes OP says that..
Nice powerfull rom , many settings - but elegant simply interface . A lot to check ... if Bluetooth communication work for calls I stay on it .
Thanks for build RR!
hello, I find this rom very stable.
it has a lot of options we can almost set everything. I prefer it largely to candyos.
I will surely keep this rom for every day.
Harlemito said:
hello, I find this rom very stable.
it has a lot of options we can almost set everything. I prefer it largely to candyos.
I will surely keep this rom for every day.
Click to expand...
Click to collapse
I'm using it as my daily driver for 3 days now and it's quite stable. No FCs or anything till now.
Manish355 said:
I'm using it as my daily driver for 3 days now and it's quite stable. No FCs or anything till now.
Click to expand...
Click to collapse
Is this build on-pair with dotOS with moto sources and android - it is OPM2 other builds are OPM6 does it change anything ? On Magisk 16.4 rom is slower than with Magisk 16.0 and cameras lags on Magisk 16.4
Overall rom is a bit slower than eg. dotOS -- especially , Google Playstore .
I installed magisk 16.0, i have no slowdown and no compatibility issue.
I only installed the f2fs patch.
Harlemito said:
I installed magisk 16.0, i have no slowdown and no compatibility issue.
I only installed the f2fs patch.
Click to expand...
Click to collapse
Why f2fs patch on Oreo ROM...?
jatinkhatri said:
Why f2fs patch on Oreo ROM...?
Click to expand...
Click to collapse
F2FS loopback bug workaround for full magisk functionality
sebx_g1 said:
Is this build on-pair with dotOS with moto sources and android - it is OPM2 other builds are OPM6 does it change anything ? On Magisk 16.4 rom is slower than with Magisk 16.0 and cameras lags on Magisk 16.4
Overall rom is a bit slower than eg. dotOS -- especially , Google Playstore .
Click to expand...
Click to collapse
Build number varies with rom, it is built using the same sources I used for dotOS because those are most stable and recent sources by Alberto. It doesn't change anything other than just the build number itself.
Harlemito said:
F2FS loopback bug workaround for full magisk functionality
Click to expand...
Click to collapse
On Oreo 8.1 ROM , you don't need f2fs patch .... I'm on Oreo 8.1 without it ..all works fine ..... If you need magisk on naught ROM , you must have f2fs patch to be able to.install magisk modules
Manish355 said:
Instructions:-
- First flash this recovery https://sourceforge.net/projects/xp.../Addison-Treble-recovery-3.2.1-0.img/download
Rom is not Treble supported but somehow requires treble based recovery, so flash it first
- Download ROM and Gapps
- Flash ROM then Gapps
Downloads:-
- ROM:https://drive.google.com/open?id=1iYSCawrzNP-cK2crQTi9DN3ikzRPi139
- Gapps:https://cdn.dirtyunicorns.com/api/d...ioGappsMini-arm64-8.x.x-official-June2018.zip
- Previous RR custom bootanimation (In 6.1.0 update, RR uses generic android bootanimation which is boring, if you want to show off then flash this one): https://drive.google.com/open?id=1hNni3y9nEpeqS8alDSzEWPfl2XXKfTot
Thanks to:-
Alberto97 for device, vendor and kernel tree: https://github.com/Alberto97
DeHuMaNiZeD for letting me build the updated ROM he already built: https://forum.xda-developers.com/member.php?u=3693461
RR team for this cool ROM: https://github.com/ResurrectionRemix
Bugs:-
- AudioFX app is not working, use ViperFX as alternative
- You'll get the same "Your vendor does not match with the system" message, just ignore it
- Bugs related to Gapps are more or less Gapps error itself. It maybe due to magisk too, so try magisk 16.0
- For any other bugs, post in this forum
Created: 2018-06-17
Last Updated: 2018-06-17
Click to expand...
Click to collapse
Can this Recovery be installed by the existing TWRP itself? Thank you!

[KERNEL][OTA][AOSP/LOS][CLANG-7.0.2][4.4.150] CodeX Kernel v1.6 [August 18, 2018]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction:
CodeX makes your device even snappier than before. Being a battery and performance balanced kernel it never compromises on stability. You know why? Cause your device deserves it! CodeX main priority is battery. More Juice equals More Fun. Introducing the new CodeX Kernel Updater, which downloads the latest builds available from the remote server and flashes it automatically! All you need is network access to download the latest builds from the app. Then just click the Flash Kernel option in the navigation menu to flash the kernel. This app flashes the kernel through TWRP automatically and reboots your device with the latest CodeX Kernel
Rules that CodeX follow:
Be up to date with linux-stable
Stability and Security are at peaks
Features will be added based on Stability (If some feature breaks the stability, then I'll need to break it)
Have fun. And yeah, let me know if you need any feature. I'll always consider user opinions. But as I said, If that feature breaks the stability then I'll consider removing it!
Okay, time for most Interesting part, FEATURES!
Features:
OTA
More Juice
Built with clang-7.0.2
Latest CAF upstream tag merged (LA.UM.6.2.r2-04800-sdm660.0)
Latest linux-stable upstream (4.4.150)
Built on OOS source
DT2W support
Deep sleep fixed
Dirty Ratio tweaks
Better performance than stock
KCAL color control
Boeffla wake lock blocker
CPU wake boost driver
Switch for Fsync
Wireguard VPN support
Audio Control
Disables dm-verity
AnyKernel2 Flashable
CPU Governors:
Alucard
Blu_active
I/O Schedulers:
Maple(default)
TCP:
Westwood(default)
Instructions:
1. Download both the builds (given below).
2. Flash both of them in TWRP/RWRP.
3. Reboot and enjoy
Downloads:
CodeX Updater:
Don't install any of these APKs directly without flashing the Version 1.0 zip! (If you do so, Flashing Kernel option crashes the app!)
Version 1.1 It is a zip to install the app with the right privileges. The app has auto-updater for latest releases
CodeX Kernel:
Version 1.3
Version 1.4
Version 1.5
Version 1.6
Version 1.7
FAQs:
1. Can you add xyz feature?
A. As already said, I'll always consider user opinions. But as I said, If that feature breaks the stability then I'll consider removing it!
2. Why the app needs internet for loading changelog or while flashing kernel?
A. Well, the app tries to load the latest changelog available in the remote server. And regarding flashing kernel, it makes sure that you're flashing latest version of the kernel.
3. Battery drains a lot! Damn CodeX?!
A. I've added most of the battery patches to the kernel. Still if battery drains faster for you, then consider either calibrating your battery or use an app like BetterBatteryStats to know what's causing the drain. Alternatively, I suggest using Greenify.
4. Which ROMs does this kernel support?
A. Have a look at the title. Only AOSP/LOS based ROMs. Though you can try it on MIUI, but you may face bugs
5. Why does the app says CodeX not found?
A. Well, I made this app to work exclusively with CodeX Kernel. I may plan to support other kernels in the future.
6. App Force closes on clicking Flash Kernel?
A. Make sure that you have your Updater in the system.
Thanks to:
@AxelBlaz3 for inviting me to continue his project. He'll work on it when he finds time.
@mihran_thalhath for helping me with some kernel things :good:
@sscsps for his cloud. CodeX shouldn't be existing without him
@Psycho-Mods for helping me in UI designing and fixing weird bugs in the CodeX Updater app.
@Shahan_mik3 for DT2W on custom ROMs.
@shekhawat2 for qcacld driver (Wi-Fi fix).
@nathanchance for the commits I've cherry-picked.
@Sultanxda for several battery and performance commits.
@franciscofranco for battery tweaks.
@osm0sis for AnyKernel2
Sources:
https://github.com/MiguelNdeCarvalho/Codex-Kernel
Telegram group:
Codex Kernel | Whyred: https://t.me/codexkernel
Whyred - OFFICIAL: https://t.me/redminote5proofficial
XDA:DevDB Information
[KERNEL][OTA][AOSP/LOS][CLANG-7.0.2][4.4.150] CodeX Kernel v1.6 [August 18, 2018], Kernel for the Xiaomi Redmi Note 5 Pro
Contributors
MIguelNdeCarvalho, AxelBlaz3
Source Code: https://github.com/MiguelNdeCarvalho/Codex-Kernel
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v1.7
Stable Release Date: 2018-08-18
Created 2018-07-23
Last Updated 2018-08-18
Changelog:
Version 1.3 (July 23, 2018)
Latest linux-stable upstream (4.4.143),
Latest CAF upstream tag merged (LA.UM.6.2.r1-09500-sdm660.0),
Remove Adreno Boost,
Remove Adreno Idler
Version 1.4 (July 25, 2018)
Latest linux-stable upstream (4.4.144)
Version 1.5 (August 4, 2018)
Latest linux-stable upstream (4.4.145),
Latest CAF upstream tag merged (LA.UM.6.2.r2-04800-sdm660.0),
Add sound control,
Enabled sound control by default,
Added more frequencies and dropped voltage. Thanks to Mihran,
Fully working on Android P
Version 1.6 (August 16, 2018)
Latest linux-stable upstream (4.4.148)
Version 1.7 (August 18, 2018)
Latest linux-stable upstream (4.4.150)
The Codex Updater link is unavailable...
Why another thread?
bayad said:
The Codex Updater link is unavailable...
Click to expand...
Click to collapse
already fixed
alreadyregistered said:
Why another thread?
Click to expand...
Click to collapse
because the project will be mantained by me and Axel will only help me, he has no time
Audio control feature ??
Ara Seferian said:
Audio control feature ??
Click to expand...
Click to collapse
I am not so experienced with kernel, but I will take a look
Uh oh. This happened.
The AndroidGuy said:
Uh oh. This happened.
Click to expand...
Click to collapse
Soon you'll have to ask Google for permission before making a phone call.
peter-k said:
Soon you'll have to ask Google for permission before making a phone call.
Click to expand...
Click to collapse
Haha:silly:
New Build Is Up!
Version 1.5 (August 4, 2018)
Latest linux-stable upstream (4.4.145)
Latest CAF upstream tag merged (LA.UM.6.2.r2-04800-sdm660.0)
Add sound control
Enabled sound control by default
Added more frequencies and dropped voltage. Thanks to Mihran
Fully working on Android P
Have fun!
Great
Thx brthr for this Kernel?? and Thx for Keeping it Updated
Updates Not Showing In The CodeX Updater App...
New Version 1.5, Still Showing 1.2 New Version
great kernel, best performance on AEX. Thanks.
i'm using AEX 5.7 now, how can i flash this kernel?
should i download v1.3 and v1.4? or just v1.5 and then flash it through RWRP?
edomiredo said:
i'm using AEX 5.7 now, how can i flash this kernel?
should i download v1.3 and v1.4? or just v1.5 and then flash it through RWRP?
Click to expand...
Click to collapse
You only need to download 1.5 and flash with twrp. sorry for my bad english.
Ver 1.5 UC/OC CPU
Big: 300 -> 2.2 Ghz
Litle: 300->1.8 Ghz
nghiabh said:
You only need to download 1.5 and flash with twrp. sorry for my bad english.
Ver 1.5 UC/OC CPU
Big: 300 -> 2.2 Ghz
Litle: 300->1.8 Ghz
Click to expand...
Click to collapse
so i can customize kernel configuration with Kernel Adiutor?
edomiredo said:
so i can customize kernel configuration with Kernel Adiutor?
Click to expand...
Click to collapse
Yes
nghiabh said:
Yes
Click to expand...
Click to collapse
it is just me or v1.5 is draining too fast than v1.2?

Categories

Resources