f.a.q:
1. My device rebooted or crashed, how can I help?
A: Get me /proc/last_kmsg on pastie.org.
2. Battery sucks, my device is not entering deep sleep. FIX PLOX!
A: Get the name of kernel (parital) wakelock that's keeping your device awake
4. Do I need to wipe anything when flashing this kernel?
A: No
5. Does this kernel has X or Y mod?
A: Learn to read, everything you need to know is in the features list, changelog or public repo.
downloads: mediafire
The zip's are named in the following fashion:
Code:
output_<date>_<month>_<year>.zip
source:
android_kernel_xiaomi_armani/lp-5.1
credits:
@jsevi83 and @Kra1o5 for base kernel works
kernel changelog:
http://forum.xda-developers.com/showpost.php?p=58070681&postcount=3
XDA:DevDB Information
Cody Kernel, Kernel for the Xiaomi Redmi 1S
Contributors
thewisenerd
Source Code: https://github.com/thewisenerd/android_kernel_xiaomi_armani
Kernel Special Features:
Version Information
Status: Stable
Created 2015-01-10
Last Updated 2015-04-17
features
Terminal commands for some of the options in this kernel:
==================================================
sweep2wake
--------------------------------------------------
toggle
Code:
echo [mode] > /sys/android_touch/sweep2wake
modes available:
0 - disable
1 - enable in nav-bar region
2 - full screen
3 - MusicMod(e)
--------------------------------------------------
sweep2sleep_only
Code:
echo [mode] > /sys/android_touch/s2w_s2sonly
modes available:
0 - disable
1 - enable
swipe distance
Code:
echo [distance] > /sys/android_touch/sweep2wake_distance
distance:
2 - two keys (menu -> home : screen on ) (or) (back -> home : screen off)
3 - three keys (from left to right : screen on) (or) (from right to left : screen off)
==================================================
doubletap2wake
--------------------------------------------------
toggle
Code:
echo [mode] > /sys/android_touch/doubletap2wake
modes available:
0 - disable
1 - enable
2 - MusicMod(e)
==================================================
note: if you are using MusicMod(e), please make sure you enable it in both Sweep2Wake && DoubleTap2Wake for full support. Else, it might not even work.
features && changelog
features
- based on 'stock' cm-12.1 sources from armani-dev
- supports all android-5.1 ROMs based off armani-dev sources
- compiled using Linaro GCC 4.9-2015.03 (4.9.3) optimized for Cortex-A7 cpu with Neon-VFPv4 technology support (thanks @Christopher83 for his toolchain)
- (Sweep2Wake + DoubleTap2Wake) + MusiqMod
- BFQ-v7r7-3.4
- new powersuspend driver from yank555.lu, faux123
- intelli_plug from faux123
- Faux Sound Control v3.2 from faux123
- Asynchronous Fsync from HTC
- custom msm_thermal from franciscofranco
- intelliactive from faux123
changelog
18Apr2015
- msm: memutils: memcpy, memmove, copy_page optimization (credits to Jason Hrycay)
- mm: Increase MIN and MAX default readahead sizes (credits to kholk)
- arm: DT: msm8226: Update min-default adreno frequency to be 200MHz (credits to kholk)
- LOAD_FREQ (4*HZ+61) avoids loadavg Moire (credits to Klaus Ripke)
- use AnyKernel2, supporting any android-5.1 ROM
14Apr2015
- changes rebased onto cm-12.1 branch from armani-dev
- drivers: input: ts: gt9xx: fix compiler warnings
- wake_helpers: track voc_voice_call instead of is_earpiece_on status
- wake_helpers: is_earpiece_on -> in_phone_call
17Feb2015
- drivers: input: ts: doubletap2wake: bump version to 1.4
- drivers: input: ts: sweep2wake: bump version to 1.5.7
- [exp]drivers: input: ts: s2w: Add keypad S2W for Redmi 1S (armani)
- drivers: input: ts: ft5x06: use monitor mode with CONFIG_TOUCHSCREEN_PREVENT_SLEEP
- drivers: input: ts: s2w: don't use musiqmod on the navbar
- Fix Goodix panel drivers as well (credits to zeroblade1984)
- ft5x06:Fix notifier for suspend (credits to zeroblade1984)
26Jan2015
- Asynchronous Fsync: initial extraction of Async Fsync from HTC (credits to Paul Reioux)
- fs/dyn_sync_cntrl: dynamic sync control (credits to Paul Reioux)
- block: add BFQ-v6-3.4 (credits to Paolo Valente)
- overall_stats: add overall stats for all available cores (credits to faux123)
- cpufreq: add intelliactive (credits to Paul Reioux)
- add Sound Control 3.2 (credits to Paul Reioux)
- Input: Send events one packet at a time (credits to Henrik Rydberg)
- powersuspend: new PM kernel driver for Android w/o early_suspend (credits to Paul Reioux)
- add intelli_thermal (credits to Paul Reioux)
- intelli_plug: add an intelligent hotplug cpu driver with eco mode (credits to Paul Reioux)
- drivers: input: touchscreen: imagis: add prevent_sleep functionality
- drivers: input: touchscreen: gt9xx: add prevent_sleep functionality
- drivers: input: touchscreen: s2w && dt2w: enable support for ist30xx_ts and Goodix-CTP touch panels
15Jan2015
- drivers: input: touchscreen: s2w: use one less variable && legitimate logging; drivers: input: touchscreen: dt2w: legitimate logging
- drivers: input: touchscreen: s2w && dt2w: initialize MusicMod(e)
- sound: soc: codecs: wcd9306: write pr_info only once
- sound: soc: codecs: wcd9306: fix compilation w/o CONFIG_TOUCHSCREEN_PREVENT_SLEEP
- sound: soc: codecs: add is_headset_in_use helper
- drivers: input: touchscreen: s2w: add fullscreen option
14Jan2015
- [do not merge]drivers: input: touchscreen: ft5x06: add temporary workaround
- drivers: input: touchscreen: s2w & dt2w: make use of is_earpiece_on helper
- sound: soc: codecs: wcd9306: add is_earpiece_on helper
10Jan2014
- Added S2W, DT2W
- Initial Release
@thewisenerd thanks for the release this can be installed over any custom CM OS.
vivekchamoli said:
@thewisenerd thanks for the release this can be installed over any custom CM OS.
Click to expand...
Click to collapse
right now, this is for CM11 rc #15. more ROMs support in the future, as soon as I figure out some stuff.
edit: i take this post to explain how S2W works with current implementation:
The actual touch screen in 720x1280 which is the screen you see, and the keypad is a separate 'implementation' as 'keypad' and only the three buttons can sense touches (to understand this better; log input event, and try touching b/w the buttons or below them; you get no input). So, I've implemented S2W across the bottom end of the actual touchscreen. It works the same way showp1984's S2W works (though I've made some very minor changes), with sweeping left -> right for turning on the screen and right -> left for turning off the screen. I usually have a nav bar enabled with a build.prop edit:
Code:
su
mount -o rw,remount /system && echo "qemu.hw.mainkeys=0" >> /system/build.prop && mount -o ro,remount /system && reboot
The actual S2W works with touches greater than y-axis: 1180, which perfectly fits over the navbar, so...
but even without the navbar, not much functionality is lost.
DT2W: works pretty much anywhere on 'touchscreen' (&& not the keypad).
Finally a Kernel
May i suggest something?
-Update Governors to latest CAF
-Replace MPDecision by intelliplug or msm_hotplaug
-Intellidemand
-Kernel update (?)
Can cherry pick optimization from faux since moto g is elder bro of our devices
https://github.com/faux123/moto_g
Go Fire the Armani :good:
Great.. Waiting for Carbon rom support...
please upload to another site.
Not needed now .Downloaded from mediafire.
Will this kernel improve battery life????
Sent from my Redmi 1S using XDA Free mobile app
I am new to terminal commands, how to enable dt2w
Amazing...Nice to see custom kernel..Thanks for building..Keep up the great work...
BATVIC said:
I am new to terminal commands, how to enable dt2w
Click to expand...
Click to collapse
Hi,
for this regard, I have included an init.d script in the flashable zip file. The zip contains an init.d folder with the file "80_cPanel" in it.
In it, the first three lines are the variables, i.e. switches.
ENABLE_SWEEP2WAKE=1
ENABLE_SWEEP2SLEEP_ONLY=0
ENABLE_DOUBLETAP2WAKE=1
these are pretty self explanatory.
You may edit this file before flashing the zip, or after flashing the zip (from /system) from any standard Root File Manager.
I am working on a cPanel, with toggles, but that can wait, I suppose.
finally we got a kernel............
@thewisenerd !! Great work, you are the one who gave us the first custom kernel for our device and that too with features like D2W and S2W ... You are awesome bro !! Will give review soon... I will request @zelendel or @justmpm to move this thread to Original Android Development as it is compiled from source....
@thewisenerd bro.... Name should be 10||Jan||15......
I flashed the kernel and used tricstermod to enable s2w & dt2w just to let you know both the features are not working as you mentioned...I am running cm11 r15..Pls don't think this is against you this is just my feedback..I might also be wrong..I really appreciate your hardwork...this is just my observation...
Edit: I used the command in terminal and everything is working fine now.I will test the battery and report....Awesome work mate..
praveen7682 said:
I flashed the kernel and used tricstermod to enable s2w & dt2w just to let you know both the features are not working as you mentioned...I am running cm11 r15..Pls don't think this is against you this is just my feedback..I might also be wrong..I really appreciate your hardwork...this is just my observation...
Edit: I used the command in terminal and everything is working fine now.I will test the battery and report....Awesome work mate..
Click to expand...
Click to collapse
They dev needs to make the kernel compatible with trickster in order to make it work. I Guess
Shahan_mik3 said:
They dev needs to make the kernel compatible with trickster in order to make it work. I Guess
Click to expand...
Click to collapse
Its working via command in terminal !!
While get a call when my face touch the phone screen the call will automatically get cut... :'(
I Dragon said:
While get a call when my face touch the phone screen the call will automatically get cut... :'(
Click to expand...
Click to collapse
The proximaty sensr while on calls is a known issue with the dt2w option, this is why alot of kernel devs have stopped adding it.
And as said as this adds New features to the kernel It has been moved.
Related
This is a kernel based on the pawitp's one and it works for Android 4.0.x ICS ROMs.
Features
- LiveOC
- Custom Voltage
- Voodoo Sound
- BLN
- 373.5MB - 398.7MB available RAM
- Compiled with Linaro 4.7.2
- O3 optimization
- Semaphore Script Manager 0.75
- Auto brightness driver
- Touch Wake
- Vibration intensity
- Deep Idle
- USB host driver
- Governor ondemand (default)
- ondemand: sampling_down_factor tunable by momentum, smooth_ui
- Governor conservative (module, smooth_ui)
- Governor smartassV2 (module, smooth_ui)
- Noop I/O scheduler (default)
- Deadline I/O Scheduler (module)
- Simple I/O Scheduler (module)
- CFQ I/O Scheduler (module)
- Netfilter (iptables) as modules
- CIFS as module
- TUN as module
- Logcat disabled (as module only)
- Standard network packet scheduler
- Kernel log buffer size 4KB (from 128KB)
- Reduced debug info
- TinyRCU
- Fast Charge support
- WiFi PM_MAX when suspend
- CWM 6.0.1.0
- /system/etc/init.d directory creation if not exist
In order to load various modules of the kernel and enable or disable features use HM.Carbide's Semaphore Script Manager application. It automatically copies and runs the respective scripts from /res/scripts to /system/etc/init.d directory. The scripts:
- S05enable_oc_0800 (disable overclocking - caps max freq to 800Mhz)
- S05enable_oc_1000_default (disable overclocking)
- S05enable_oc_1100 (enable overclocking - max freq 1100MHz)
- S05enable_oc_1140 (enable overclocking - max freq 1140MHz)
- S05enable_oc_1200 (enable overclocking - max freq 1200MHz)
- S10enable_gov_conservative (load and enable conservative governor module)
- S10enable_gov_ondemand_default (enable ondemand governor)
- S10enable_gov_smartassV2 (load and enable conservative smartassV2 module)
- S15enable_sched_deadline (load and enable the deadline I/O scheduler module)
- S15enable_sched_noop_default (enable noop scheduler)
- S15enable_sched_sio (enable and load SIO scheduler module)
- S20enable_netfilter (load netfilter modules for firewall or WiFi, USB tethering)
- S30enable_logger (enable logging)
- S35enable_tun (load tun module)
- S40enable_cifs (load cifs module)
Custom Voltage may be configured with Voltage control or similar applications.
For more information check the semaphore kernel website: www.semaphore.gr
For questions or issues about Semaphore Script Manager please visit HM.Carbide thread
Thanks to Superuser, you may download a wonderful custom bootanimation for CM9 from http://www.semaphore.gr/downloads/boot-animations
Thanks to
pawitp for his kernel.
zacharias.maladroit for his useful information about CM's initramfs
HM.Carbide for his Semaphore Script Manager application.
Ezekeel for LiveOC, Custom Voltage
sztupy for USB host driver
koush for CWM
xcaliburinhand for his work about dock support
mialwe for his vibrator intensity and other fixes
ShadowInkDesigns for Android logo
trailblazerz11 for his help with Linaro and other changes
DerTeufel1980 for various hints
All people who support this kernel by testing, reporting issues, donating or simply using it.
Change log
1.3.0 (30/07/2012)
- added CFQ scheduler as module
- in call volume settings (thanks to DerTeufel for his hint)
- fix charging display for car dock (thanks to pawitp)
- CWM 6.0.1.0 (thanks to koush) *
- CWM: added AROMA Filemanager (thanks to amarullz)
- compiled with Linaro 4.7.2 201207
Normal versions (for CM9 or ROMs without hugemem configuration)
1.3.0
- 373.5MB - 385.7MB
For Slim ROM or patched ROMs with hugemem configuration
1.3.0s
- 386.5MB - 398.7MB
* Nandroid backups with CWM 6 are not compatible with previous versions.
1.2.6 (07/07/2012)
- USB mass storage disable write speed cache support (thanks kasper_h, DerTeufel1980 for the hint)
- CWM: Allow key to repeat on hold (thanks to FaultException, koush). Works for volume up, down and touch key menu (as down)
- CWM: fix selection bar color when battery < 21%
- CWM: upstream sync (thanks to koush) *
- initramfs sync some changes with CM9 (adb works in root by default in recovery)
- compiled with linaro 4.7.1 201206
Normal versions (for CM9 or ROMs without hugemem configuration)
1.2.6
- 373.5MB - 385.7MB
For Slim ROM or patched ROMs with hugemem configuration
1.2.6s
- 386.5MB - 398.7MB
* Please note that due to changes in nandroid backup/restore, previous versions of Semaphore can't restore backups from version >= 1.2.6. To be on the safe side, please renew your backups.
1.2.5 (19/06/2012)
- rebased to 3.0.17 (thanks to trailblazerz11 and eugene373 for their github)
- compiled with Linaro 4.7.1 toolchain (thanks to trailblazerz11 for his help)
- O3 optimization flag
- upstream sync (fixes for cdma in-call volume and mic gain included, thanks to pawitp, efpophis)
- WiFi PM_MAX when suspended
- fixed 800MHz underclocking
- changed boot splash screen
Normal versions (for CM9 or ROMs without hugemem configuration)
1.2.5
- 373.5MB - 385.7MB
For Slim ROM or patched ROMs with hugemem configuration
1.2.5s
- 386.5MB - 398.7MB
1.2.2 (01/06/2012)
- Bootloop detection (if no normal boot is detected the phone will be forced to recovery in next boot) *
- bugfix: enabling Wi-Fi hotspot twice (copy the new netfilter script in order this to work by disabling and then enabling again netfilter in Semaphore app)
- creation of /system/lib/modules if does not exist
- removed LMK scripts
- fix some typos in scripts description (thanks to cdmackay, HiKsFiles)
* It doesn't mean that this will necessarily resolve the known bootloop issue, but it may help on bootloops because of bad OC/UV etc.
Full changelog: http://www.semaphore.gr/changelog/ics-version
Deep Idle Guide and FAQ
Sources
The Linux Kernel
Samsung Kernel sources
Semaphore kernel sources
Please use it at your own risk!
The attachment zip files are for flashing from CWM recovery.
The attachment tar files are for flashing through Heimdall/ODIN.
Attachment files md5sum:
4a963c5183993b256c5a0d52f88bc2c7 Semaphore_ICS_1.2.6.zip
408178563587859c31a4c5a90b394166 Semaphore_ICS_1.2.6s.zip
3a0ca16342f811dfd9666ce3633a20b6 Semaphore_ICS_1.2.6.tar
c53114e74530e68c3b5cddb424343e8b Semaphore_ICS_1.2.6s.tar
753748fba3b590babcbfb76857bf609d Semaphore_ICS_1.3.0.zip
a6f0d7c9d2254d9a178248d48cf3de45 Semaphore_ICS_1.3.0s.zip
1e71744541d74fdd60d6b43c2dc767c7 Semaphore_ICS_1.3.0.tar
09e1e9806dc84c9c2e2341e38ebd51b0 Semaphore_ICS_1.3.0s.tar
Alternative download from http://www.semaphore.gr/downloads/gt-i9000-ics
1.2.5e Euro 2012 - Spain Special Edition
How to build Semaphore kernel
Prerequisites
Basic knowledge of Linux is required to be able to build the kernel. We will also need a modern Linux box (preferably).
Basic Setup
First, we need to setup a directory in which we will clone the kernel and initramfs repositories. In this guide, we will setup them in /tmp but you can do it in any directory you want.
In a terminal we run:
Code:
mkdir /tmp/semaphore
cd /tmp/semaphore
Then we clone the basic kernel repository:
Code:
git clone https://github.com/stratosk/samsung-kernel-aries
Finally we clone the initramfs repository:
Code:
git clone https://github.com/stratosk/ics-ramdisk
OK, first step done. We got the code. Now we have to do some preparation and compile it.
Configuration
I prefer to use a mini ugly script to compile the kernel and pack it. It's located in the root of the kernel tree (/tmp/semaphore/samsung-kernel-aries/sbuild.sh)
We open this file with an editor of our choice (I prefer vi) and edit:
1) The two lines with the 'make' command, changing the CROSS_COMPILE= option. We need to set the path from the cross compiler toolchain. I use the one that it's included in CM9 repository.
2) The line starting with the 'find' command, changing the kernel source directory and destination directory of the modules location. This is into the initramfs directory. In our example it's /tmp/semaphore/ics-ramdisk/ics_combo/files/modules
The Semaphore's kernel configuration is located in the file config_sema in the root kernel directory. So, we need to copy this file as .config:
Code:
cp config_sema .config
Then we run this command to start the Linux kernel configuration utility (again change the CROSS_COMPILE according to your toolchain directory):
Code:
make CROSS_COMPILE=/kernels/semaphore_cap/android/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- ARCH=arm menuconfig
We go to 'General Setup' section and we change the 'Initramfs source files' option to /tmp/semaphore/ics-ramdisk/ics_combo/
We also need to change the next 2 options User ID and Group ID to whatever uid and gid we are logged in in the Linux box. In my case is 500,500. We exit and save the configuration.
Compiling
Now we are ready to build the kernel!
We just run:
Code:
./sbuild.sh
We wait few minutes (time depends on the machine) and hopefully the compilation will end.
The script will produce 2 files.
1) /tmp/semaphore/samsung-kernel-aries/arch/arm/boot/zImage
2) /tmp/semaphore/ics-ramdisk/cwm/Semaphore_ICS_1.2.0s.zip
These are the 2 known files that we can flash via Heimdal or CWM respectively.
just flasshing
Nice.Finally.
Downloading.
w00t, nice job Semaphore
Now on ICS ^^
thanks for the hard work!
Simply flashtastic!!! I was missing you on ics...
Enviado de mi puño y letra
i get bootloop grgrgr someelse? or maybe some restart by script manager? idk testing..
Works ok.
Gps,wifi,compass,scripts.
Good job.Finally ics from stratosk.
Nice work
Will you be implementing Voodoo Colour as well?
F1tty said:
i get bootloop grgrgr someelse? or maybe some restart by script manager? idk testing..
Click to expand...
Click to collapse
Semaphore Script Manager application is not bundled in the kernel (not yet).
I'm on teamhacksung's CM9. I didn't test it on Onecosmic's ICS.
qureshali said:
Will you be implementing Voodoo Colour as well?
Click to expand...
Click to collapse
I really don't know. I think that the pawitp's color hacks is fine.
I just want to stabilize this first. Features from Semaphore GB version will be added one by one and if there is a need for this. Lot's of features are already included by pawitp's kernel.
Re
This is just what i was waiting for... downloading now i feel like trolling everywhere out of happiness
No prob. mate! Take your time. We all love your work & Kernel!!
I also think that it's no need for voodoo colour.
This colours looks very good.
You're the man... dude
I can flash this on onecosmic rom? ( rc3.1)
Broeser said:
I can flash this on onecosmic rom? ( rc3.1)
Click to expand...
Click to collapse
I've never tried it.
F1tty reported bootloops. I really don't know what's the differences.
Broeser said:
I can flash this on onecosmic rom? ( rc3.1)
Click to expand...
Click to collapse
we will all going to find out when i will flash it to 3.1 until then....
geia soy re strato partous ta sovraka kai sto 4.0.3
Awesome, will try on build 15 right away - loaded and everything seems ok.
first impression is: great color and contrast! it's like I have 3d on my sgs now!
wifi ok, 3g ok (switches really fast, great), calling ok, sensors ok (for dialer), gps ok, whatsapp, gmail.
thank you very much!
Welcome to the EternityProject's Kernel for HTC Endeavor / One X Thread!
What is it?
It is a custom kernel with some updates and optimizations on Tegra3 platform and Cortex A9 MPCore management drivers.
Why should I flash it?
You should flash it only if you know what are you doing. Remember that it works only on an unlocked HTC One X.
If you know what are you doing, you shouldn't ask this question.
How to flash:
1. Copy the archive
2. Flash via CWM! (Note: HBOOT 1.72 REQUIRED)
Features:
-- Dynamic overclocking
-- EternityProject HybridFrequency
-- USB HOST Mode finally working!
-- Memory and cache management optimizations
-- Modified Cortex-A9 (Tegra 3 core)'s cache behavior.
-- Latest Tegra drivers
-- Deadline I/O Scheduler as default
-- Kernel base: 3.4.37
Great results on tests.
Changelog:
Code:
v1.0b:
- Integrated WiFi firmware in kernel package
v1.0:
- Switched to new (vanilla) kernel base (Linux 3.4.37)
- Endeavor#U board reimplemented
- Tegra support implemented on vanilla kernel
- Multiboard support (LGE X3 supported)
- Switched to Device-Tree (appended)
- Removed tegra-pinmux, replaced by Linux pinctrl
- Switched to gpiolib
- Implemented EternityProject HybridFrequency
- Updates to eprjdemand (faster, lighter.. better!)
- Updates to EternityProject Tegra 3 CPUManager
- T3CPUMan's algorithms have been optimized
- Less HEAT!
- Stabler USB Host
- Alarms now working correctly
- IRQ wakeups now working correctly
- Android 4.3 kernel changes implemented
- pinctrl updated to linux 3.10 for compatibility reasons
- CPU Load calculation now working correctly
- CMA now working correctly
- Overclocked and Regular kernels are no more
- Almost FULL DVFS control allowed with EternityTweak (dl it from Play Store!)
- Other things I may be forgetting....
----------------------------------------------
------ OLD KERNEL BASE -------
----------------------------------------------
v0.99b
- Include correct WiFi drivers into the package
- eprjdemand: Tweak some parameters, make it more performance-friendly
- kholk: Happy birthday! :P
v0.99 -- MAJOR RELEASE
- New feature: EternityProject Tegra 3 CPU Manager
- EternityProject eprjdemand: Tuneup for less battery power usage
- EternityProject eprjdemand: Fix some bugs and simplify code
- EternityProject eprjdemand: New intermediate threshold for better battery
- EternityProject sysfs Tools: Add DVFS(GPU/CORE) voltage/frequency userspace management
- EternityProject Scheduling Helper: Add power management
- EternityProject Scheduling Helper: Optimizations
- New power management features
- Block: Optimize I/O operations latency
- NFC: Fall back to the old hTC driver for compatibility purposes
- EternityProject ChargerBoost: Add more 1A-forcing code
- Battery driver: Fixed some calculation bugs
- Baseband driver: Light speedup
- Add new API: pinctrl
- endeavoru-power: Convert to the new PM API
- ARM: Initialize whole RAM early
- More safety code for SoC voltages
- Optimized TLB flushing
- Optimized deadline I/O scheduler
- Audio processing on AVP instead of CPU
- Implemented CPUQuiet by nVidia (disabled - developers only)
v0.86
- Tegra: Wakeups: Restructuration
- Tegra: IRQ: Use one IRQ for multiple wakeup sources
- Tegra: GPIOs: Convert to platform device and optimize
- Tegra: GPIOs: Cleanup hTC's and nVidia's mess
- Tegra: Pinmux: Convert to platform device
- Tegra: Restructure very-early init
- ARM: SoC: Use scatterlist chaining
- ARM/Tegra: Implement device-tree support for most Tegra devices
- endeavoru: Fine-tuning for display settings (fix that retarded upper band update)
- endeavoru: Fix slow wakeup from display off (BEST with eprjdemand)
- endeavoru: Fix USBHost for the 1000th time (eh..)
- eprjdemand: Don't make large jumps on frequencies
- eprjdemand: Fix an occasional and really bad division-by-zero
- Block (drivers layer): Linux 3.4 (meh, forgot it!)
v0.85 -- MAJOR RELEASE
- Enable 51MHz frequency while device is awake
- 51MHz is now being really used by the device
- Move EternityProject’s Hotplug bits from eprjdemand
- Tegra Auto-Hotplug: EternityProject Hysteresis management
- Discard some code in nVidia’s Auto-Hotplug in favor of EternityProject’s code
- eprjdemand: add code for better handling of the device-resume case
- eprjdemand: some stabilization
- cgroup: Solved errors in logcat
- Frequencies: Solve MAX frequency (re)setting problem
- GPU: Some updates taken from the latest Tegra l4t release (smoother)
- Audio: Process audio on AVP when possible
- endeavoru display: Use correct display parameters.
- cgroups: Linux 3.4
- cfs: Linux 3.4
- jump_label: Linux 3.4
- USBNET: Linux 3.4
- FUSE: Linux 3.4
- NFS: Linux 3.4
- lockd: Linux 3.4
- freezer: Linux 3.4
- IPv4: Linux 3.4
- IPv6: Linux 3.4
- Netfilter: Linux 3.4
- Netlabel: Linux 3.4
- Netlink: Linux 3.4
- NET Sched: Linux 3.4
- ipx: Linux 3.4
- sunrpc: Linux 3.4
- NFC: Linux 3.4
- Ethernet: Linux 3.4
- key: Linux 3.4
- bridge: Linux 3.4
- sctp: Linux 3.4
- 802, 8021q: Linux 3.4
- packet: Linux 3.4
- dcb: Linux 3.4
- dsa: Linux 3.4
- NET infrastructure: Linux 3.4
- NET infrastructure (drivers layer): Linux 3.4
- timerfd: Linux 3.4
- FS (whole infrastructure and components): Linux 3.4
- QNX6: Add support
- kmod: Linux 3.4
- TOMOYO: Linux 3.4
- Capabilities: Linux 3.4
- PM: Suspend: Linux 3.4
- Security: Updates
- usermodehelper: Updates
- PM: Updates
- TTY: Updates
- syscalls: Updates
- RTC: Updates
- signals: Updates
- IRQ: Updates
v0.62
- New feature: EternityProject ChargerBoost!
- Sleep problems FIXED
- Crazy CPUs up/downlining FIXED
- USB: Updates
- MHL: Update to hTC's 2.17 release
- GPU: Picked some interesting stuff from hTC's 2.17
- Camera: Picked stuff from hTC 2.17
- Rawchip: Picked stuff from hTC 2.17
- Audio: Picked stuff from hTC 2.17
- I2C: Updates
- PM: updates
v0.61
- Audio + ASoC: Update
v0.60 -- MAJOR RELEASE
- Scheduler: Update to Linux 3.4
- Scheduler: Optimizations
- Some updates to ARM low-level
- Support for ARM Kernel Auditing
- Block layer updated: Linux 3.4
- FAT FS updated: Linux 3.4
- UDF FS updated: Linux 3.4
- Updates to baseband driver
- MMC: Updates
- proc: Linux 3.4
- lowmemorykiller: Linux 3.4
- jump label: Linux 3.4
- workqueue: Linux 3.4
- memcg: Linux 3.4
- vmscan: Linux 3.4
- mmap: Linux 3.4
- writeback: Linux 3.4
- tmpfs: Linux 3.4
- memblock: Linux 3.4
- ARM: mm: Updates
- generic FS: Updates
v0.38
- Final and proper WiFi FIX
- SIO: Removed
- Save some CPU by silencing some drivers
- (OCVER) Better voltage management.
v0.37
- Re-gain compatibility with HTC Sense
- Updates to GPIOs
- Other updates to IRQ
- Updates to Tegra IO
- Updates to pinmux
- Updates to kernel image generation
- Updates to very early boot process
- Regulator - tps80031: updates
- ASoC (audio) Core: Updates
v0.36
- Audio: enable 24-bit and 32-bit playback
- GPU: Video drivers updated to latest nVidia revision
- ION: General updates
- IRQ: Finally decrease of 90% the IRQ hogging
- IRQ: General updates
- GIC: General updates
- Some refactoring of the Tegra PM layer
- PM: Add Power Management Domains
- Updates to block/fs/security (now working good)
v0.35b
- Remove unwanted commits of the previous release
v0.35
- Update GPS driver to the latest TI revision and fix crash
- Removed min frequency for audio playback/record
- Other updates to FS base
- Updates to block layer
- Updates to Security layer
v0.34
- Solve 95% of the freeze-softlock-omgslow cases
- Initial Device Tree support for later conversion
- Updates to cgroup
- Updates to epoll
- Updates to scheduler (CFQ)
- Updates to genirq
- Updates to FS base
- Updates to ptrace
v0.33
- Integrate LP CPU userspace voltage control
- Tegra-i2c: updates for avoiding bad sections
- SMP: various updates for faster boot
- cgroup: finally use the correct data type umode_t
- EternityProject SleepLock: safer operations
- EternityProject sysfs Tools driver: better coding
v0.32
- eprjdemand governor has been tuned. Less heat.
- New driver: EternityProject sysfs Tools
- New feature: SleepLock (lock to LP mode)
- New feature: WiFi user-customizable WakeLock
- Fix: WiFi won't drop while display is off (default)
v0.31:
- New performance feature: Cross Memory Attach
- eMMC Performance Tuning
- Thumb-2 related updates
- ARM Kprobes: Linux 3.4
- ARM: Implement jump labels (still deactivated)
- Various minor updates on modules generation kernel scripts
- (OCVER) +25mV to the four last frequencies (1.7GHz = 1325mV)
v0.30:
- Introduce EternityProject HSMGR modification for Jellybean
- Various cleanups
- Introduce NULL-PokeCPU for STFU'ing the camera library
- Official initial release supporting CM10-EPRJ
v0.29b:
- Fix a rare KP problem
- Release the OC version
- (OCVER) Use the EternityProject Custom Thermal Protection
- (OCVER) Singlecore: 1.7GHz - Quadcore: 1.6GHz
v0.29:
- WiFi "dying after suspend" problems FIXED
- NTFS driver is now built-in
- Some minor updates to mm
- Page writeback: updates
- EXT4: Update to Linux 3.4
- EXT3: Update to Linux 3.4
- EXT2: Update to Linux 3.4
- JBD: Update to Linux 3.4
- JBD2: Update to Linux 3.4
- XFS: Update to Linux 3.4
- NTFS: Update to Linux 3.4
- RAMFS: Update to Linux 3.4
- PSTORE: Update to Linux 3.4
- Tested also with CM9 and CM10 (requires repacking)
v0.28:
- New CPUFREQ governor added: eprjdemand
- Update kernel build process (better zImage generation)
- Update kernel scripts (solve some bugs with some distros)
- Fix gamma-c case on Sharp panels for machine endeavoru
- Reduced IRQ hog on headset plugging
- Bug prevention: Don't put up an already-up CPU
- Tegra video drivers: Fix badnesses while playing low-res videos
- Note: Some of the updates were taken from hTC's 1.29 release.
v0.27b:
- Fixed a severe baseband bug
- FIXED: Exiting from airplane mode won't make the device to reboot
v0.27:
- Reverted some video drivers changes (should be stable now)
- Change the task-to-core association way of the scheduler
- SMT and MC scheduler has been re-enabled (multicore enhancements)
- Kernel command-line concatenation now possible (developers only)
- L2x0 Cache Controller: Fixed some bugs and little speedup
- High-Resolution Timers: various updates
- Various stability enhancements
- (WINDOWS) Kernel Flasher App: Fix device recognition
- (WINDOWS) Kernel Flasher App: Kill ADB server prior flashing
- (WINDOWS) Kernel Flasher App: Better user-debugging
- (WINDOWS) Kernel Flasher App: Fix a rare hanging case
v0.26b:
- Now we can reach 520MHz on the GPU.
v0.26:
- Various updates to i2c and input
- Tegra drivers (cpu, clock, clocksource, dvfs etc) fully updated to v15r7.1
- Some updates to AVP, SMMU and Tegra GPU drivers
- Baseband: some updates to power sequence and shutdown
- Implemented SoC-to-DDR bitswap
- Raised DDR frequency as per chip specs [667MHz]
- Raised the GPU maximum frequency to 520MHz
- USBHost: You can now unplug/plug your devices without restarting Host Mode!
- Added Windows Kernel Repacker
v0.25:
- WiFi connection drop problems SOLVED!!!
- WiFi AP working
- Updates to ARM GIC
- Updates to Timers
- Updates to ARM IRQ management
- Updates to Kernel IRQ management
- CPUFREQ updated to mainline 3.4
- Modified cpu-tegra behavior for new CPUFREQ drivers
- Tuned frequency ramp-up when event (touchscreen etc) occurs.
- Re-FIXED USBHost that I've broken in v0.24 (sorry xD)
v0.24
- Updates to Wireless core
- Updates to NET core: speedup
- debugfs: performance improvements
- page allocator updated: performance improvements
- mmc updated: stability and performance improvements
- syscalls updated: stability and performance improvements
- USB core updated: more stability
- PM updated: battery improvements
- filesystems: various updates and great speedup to procfs
- sysctl updated: Ensure compatibility and slight speedup
- netlink updated: more stability
- crypto updated: new functions, some performance improvements
- WiFi issues: Disable reconnect-while-connected (should fix some connection drops)
v0.23
- Updates to USB core
- Enhanced stability
- More compatibility for HTC Sense ROMs
v0.22
- USB Host Mode is now working
- Optimized I/O on eMMC
v0.21
- WiFi: Custom modifications for One X hardware bugs
- Added ARM errata 743622
- Updates to ThumbEE
- Updates to identity mapping
- Custom modifications to Tegra Power Management driver
- Updates to ARM unwinder and floating point unit
- Updates to Android staging drivers
- Fixed Linux flash script
v0.20:
- Updates to ALSA (sound core)
- Updates to ASoC (SoC audio)
- Updates to some ARM assembler
- Updates to network core infrastructure
- Updates to mac80211/nl80211 and wireless core
- Updates to IPv4, IPv6, TCP, netfilter
- Some fixes to ION and Tegra SMMU
- Actualizations to Power Management QoS layer
- Some updates to ftrace
- Custom WiFi drivers, goodbye, hTC s..t!
v0.11:
- 0DAY FIX: no more permission denied(s) and no more freezes at all!
v0.01:
- IRQs problem fixed.
- Better battery life.
- LOTS of things to update to the proper version.
SWPREV01:
- Software preview released.
Changelog 2.6.39:
Code:
v0.92b
- Useless debugging taking kernel time removed (hTC: brrrrr....)
- Some updates to OOM
- Updates to regulators
- Updates to RTC
- Updates to Tegra Crypto HW driver
- Some updates to memory management
- Updates to GPIOs
- OTG Host ID is now recognized by the device (Host still not working)
v0.92a
- [IMPORTANT] Fix RCU stalls on SMP platforms
- Convert GIC library to use the IO relaxed operations
v0.92
- Introduced and enabled Tegra Mediaserver driver on kernel
- Implementation of Tegra IOMMU management by HW
- Force ION Memory Allocator for board-endeavoru (/dev/ion enabled)
- Update ION Memory Allocator to the latest revision
- Fix to ondemand - up_threshold will not go to 50 automatically
- Fix to ondemand - stats are being saved (G->LP) and resumed (LP->G) on cluster switch
- Some updates to inode and superblock
- Tegra Audio should consume less battery now
- AVP can have multiple clients - HW rendering of videos (still disabled for now)
- Introduced (still disabled for now) Tegra AVP Media Offload Engine
- Introduced GART driver
- Updates to Tegra i2c driver (for accelerometer and other i2c devices)
- Minor cleanups to the Tegra GeForce ULP GPU driver
v0.91c
- New feature: ION Memory Allocator for GPU
v0.91b
- Better CPU Scaling
- BT File receive issue solved
v0.91
- Added /proc informations about SKU (initial implementation - not really working)
- Entirely updated Tegra drivers to the latest Android Tegra revision
- Cleaned up and updated the baseband (radio) driver to the latest revision
v0.90d
- Clock (drivers/clk) layer updated to Linux 3.4
- VFP management updated from Linux 3.4-rc6 to Linux 3.4 (final)
- Some updates to signals and ptrace
- Some updates to CPUIdle
- Removed some hTC useless debugging features that were using some IO and CPU time.
v0.90c
- Reverted v0.90b changes :(
- Fixed WiFi
- Voltage Control works for setting voltages
v0.90b
- Voltage Control works for setting voltages
- LEDS layer updated to Linux 3.4
- FAT FS drivers half-updated
- ARM Kernel initialization layer half-updated
v0.90
- Huge changes, 200 commits.
- Added ZCACHE and CLEANCACHE from Linux 3.4
- Updated ext4 fs driver to Linux 3.4 version
- Updated some other memory management code to Linux 3.4
- Removed some hTC debug $h!t (thanks TripNRaVer)
v0.89
- Added userspace voltage control
v0.88
- Updates to Tegra3 drivers
- Added Voltage control (thanks richardtrip!)
- Init layer updated to Linux 3.4
v0.83
- Cleaned up RCU
- IOWAIT problems should be fixed now
- Included a Linux and OSX script for flashing
- Some minimal updates to EXT4
- Some minimal updates to Memory Management
v0.82
- Solved v0.80 problems
- Easy flashing process
v0.80
- RCU entirely updated to Linux 3.4-rc7 version
- Performance improvements
- Reliability improvements
v0.70
- Updated Memory Management (most of) to Linux 3.4-rc6 version
- CPUIDLE optimizations
- New SHA implementation (faster)
- ARM CPU Topology implemented
- ARM MT Scheduler ported and enabled (better on real-life usage)
- Speedup the SMP management
- Lowered the minimum CPU voltage for better battery
- SLAB updated
- Add Simple I/O Scheduler and set it as default
v0.68
- VFP layer updated to Linux 3.4-rc6 version
v0.60
- Other stability fixes
- Removed some unused code
v0.59:
- Faster CRC32 implementation
- Optimized memcpy and memmove
- Some updates to IDR
v0.54:
- lowmemorykiller: optimizations and cleanups
v0.5:
- Rebase. OTG Enabled, Stable kernel.
- V/R I/O Scheduler as default
v0.4
- Some stability fixes.
v0.2:
- USBHost OTG Mode is ENABLED
v0.1:
- Optimize Deadline I/O Scheduler
- Introduce V(R) I/O Scheduler
- Use NEON Optimized memcopy
- Optimize compilation for Tegra 3
- Introduce endeavoru_eprj_defconfig
- Tweaked Tegra 3 G/LP latency
Try our feature - EternityProject CPU Manager w/ EternityProject HybridFrequency (already activated) with eprjdemand governor for the BEST battery life!
=========================================================================
3.4 Download:
EternityProject Kernel 3.4 for HTC One X: EternityProject Website
=========================================================================
Using the new EternityProject Features:
EternityProject ChargerBoost:
By default, your devices allows to get 1A current only from AC adapters. With EternityProject ChargerBoost, you can allow the device to take 1A (fast charge) from your PC's USB, too!
Enable ChargerBoost: echo 1 > /sys/eprjmanager/charger_boost
Disable ChargerBoost: echo 0 > /sys/eprjmanager/charger_boost
NOTE: DETACH your USB cable prior enabling/disabling ChargerBoost, otherwise it won't work!
EternityProject PowerLock (lock in LP mode!):
Lock in LP mode: echo 1 > /sys/eprjmanager/power_lock
Unlock to auto G/LP: echo 0 > /sys/eprjmanager/power_lock
EternityProject Benchmark Mode:
echo 0 > /sys/module/eprj_t3_cpumanager/parameters/auto_hotplug
echo 1 > /sys/devices/system/cpu/cpu0/online
echo 1 > /sys/devices/system/cpu/cpu1/online
echo 1 > /sys/devices/system/cpu/cpu2/online
echo 1 > /sys/devices/system/cpu/cpu3/online
echo 1 > /sys/eprjmanager/friedeggs
P.S.: Commands to be entered on Terminal Emulator, Script Manager (maybe), or ADB.
NOTE: Since there are plenty of ROMs, all using a different ramdisk from each other, prior complaining about "kernel not working", REPACK the kernel with your ROM's ramdisk.
Note 2: If something doesn't work, try to WIPE your CACHE!
Git:
EternityProject is now self-hosted!
ICS kernel source: http://www.gitorious...kernel-endeavor
Current GIT repositories: http://pubgit.eternityproject.eu
Donations received:
6K680223E1030333L - 6.00USD - lukemo
0UY37274TC1103825 - 10.00 EUR - boshot
79A91437HG8627136 - 5.00 EUR - ???????
6CC71999F2968203P - 5.00 USD - ???????
00D78221UD555862L - 50.00 USD - j4n87
4LE60170CG194064V - 5.00 EUR - ???????
5N288279RG209915G - 20.00 USD - eyosen
2FS83196MB691023J - 5.00 EUR - n3ocort3x
Enjoy!
The EternityProject Team Manager & Main Developer,
--kholk
Any chance you could solve the flickering problem in your kernel?
Sent from my HTC One X using xda premium
Op, I wanted to try this on the current rom I'm using, but will it have conflict to the rom if the rom dev had some tweaks made on the ramdisk?
I'm currently using coredroid btw.
Sent from my HTC One X using xda premium
EDIT: cannot register to the site, just showing blank on registration form page
wow..!
back in a flash...
aslan93 said:
Any chance you could solve the flickering problem in your kernel?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
That would have been my question also...
hi please does call recorder supported by this new born kernel
thanks in advanced
aslan93 said:
Any chance you could solve the flickering problem in your kernel?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
as far as i know this fix has already been included in the kernelsources by htc..
Kernel source is screwed guys, section miss matches all over the place.. needs some low level attention.. interested in weather you guys have Reboots...
Sent from my LeeDrOiD One Xtreme loaded HTC One X
Wow thanks! Will test it in an hour.
Welcome, this is what we need. A Good kernel developer.
LeeDroid said:
Kernel source is screwed guys, section miss matches all over the place.. needs some low level attention.. interested in weather you guys have Reboots...
Sent from my LeeDrOiD One Xtreme loaded HTC One X
Click to expand...
Click to collapse
I had reboots, and yes source is screwed....so ill wait for this good kernel...I gave up...
LeeDroid said:
Kernel source is screwed guys, section miss matches all over the place.. needs some low level attention.. interested in weather you guys have Reboots...
Sent from my LeeDrOiD One Xtreme loaded HTC One X
Click to expand...
Click to collapse
damn im in my car...can do no test for now
can this be flashed on any based rom 1.26, 1.28, 1.29?
Just curious ...how did you guys make a custom kernel even before the kernel source is out ?? ill give it a try ...USB host mode ...cool stuff ..let's see ..
Sent from my HTC One X using XDA app
harshrocsu said:
Just curious ...how did you guys make a custom kernel even before the kernel source is out ?? ill give it a try ...USB host mode ...cool stuff ..let's see ..
Sent from my HTC One X using XDA app
Click to expand...
Click to collapse
it is out
LeeDroid said:
Kernel source is screwed guys, section miss matches all over the place.. needs some low level attention.. interested in weather you guys have Reboots...
Sent from my LeeDrOiD One Xtreme loaded HTC One X
Click to expand...
Click to collapse
I have had 6 so far, they don't seem to be happening for any specific reason e.g. once it happened during shadowgun and another time it was just opening settings. The phone gets really hot too.
Looks sweet. Will test this kernel out once my USB Host OTG cable arrives (hopefully this week!!).
Just noticed its you kholk!!
Ill drop something tonight ( kernel thread)
Sent from my HTC Desire HD
Great stuff, going to check dat kernel soon!
Sent from my HTC One X using XDA
How can I download the kernel?
inzaghi75 said:
How can I download the kernel?
Click to expand...
Click to collapse
Look at the OP and check the project page
Code:
*
* Your warranty is now void.
*
* This kernel is build my ruddnr951 (Kim Kyeongwook) at Korea android Forum.
* If you wanna contact with me, e-mail to [email protected]
--------------------------------------------------------------------------------------------------
* Me and Jollaman999 are not responsible for bricked devices.
*
Kernel Info
Builder : jollaman999
Intro : Added some features from other kernel sources based on CM kernel. And added some I/O schedulers, Governers, Overclock and Battery optimization.
====Features====
- Dynamic Thermal Control: This function automatically adjust throttling settings when CPU clock changed.
- Stock: Optimus G TDMB support for Korea
- Use Android device as USB keyboard/mouse support (Required app included) (Please refer to the youtube links at the bottom.)
- Buzzing sound FIX!!
- Lollipop multirom support!!
- Power fixed based on Gproj!! (Battery standby time greatly improved!!)
- GHOST TOUCH FIXED!!
- Configurable DoubleTap2Wake's touch counts!!
- Random hot reboot fixed.
- f2fs: Latest Linux patches applied.
- random: Latest Linux patches applied.
- Stock's LED driver ported.
- Used a kernel value which is optimized to battery life and performance balance. So you can use without specific settings.
- Built with latest Linaro 4.9.3-2015.02
- Used a Linux 3.4.106 kernel
- Used a XZ kernel extraction to decrease kernel loading time.
- F2FS file system support.
- Kexec Hardboot multi-boot support.
- Knock On available
- Gamma control feature
- Fast Charge available
- Intelli-Plug hotplug applied for battery life
- Dynamic FSYNC used.
- Advance sound control available.
- Voltage Controls
- CPU Downclock & Overclock (Supported clock : 270~1728MHz)
- GPU Overclock (Supported clock : 533/450/400/320/200/128MHz)
- Default Minimum/Maximum CPU clock : 270MHz / 1134MHz for battery life
- 'Smartmax' CPU Governer used as default for battery life
- 'Simple' GPU governer used as a default
- Westwood TCP Congestion used as a default
- Available TCP Congestion : westwood, reno, bic, cubic, highspeed, hybla, htcp, vegas, veno, scalable, lp. yeah, illinois
- Available CPU Governer : dancedance, lazy, wheatly, asswax, intellidemand, interactive, conservative, ondemand, smartmax, smartassV2, abyssplugv2, lionheart, lulzactive, uberdemand, slim, pegasusq, performance
- Available I/O Scheduler : row, cfq, fiops, sio, fifo, vr, zen
====Changelog (Gen2-v2.5_Update8)====
[Gen2-v2.5_Update8]
- Stock: sound: msm: Stock KK ported (Also fixed voice recording issue (Q Voice, Video recording, Headset mic etc...))
[Gen2-v2.5_Update7]
- Stock: Optimus G TDMB support for Korea
- Stock: gee_defconfig: Enable MOBICORE driver (Related with DRM)
- Stock: tdmb: fc8050: Disable mess debug messages
- Stock: tdmb: fc8050: Fix Korean typo in sources
[Gen2-v2.5_Update6]
- All: f2fs updated
- jolla-twrp: Update kernel
[Gen2-v2.5_Update5]
==AIO Updates==
- f2fs: Update vold binary (Fix can't boot when f2fs partion exist.)
[Gen2-v2.5_Update4]
-All: Revert LGE headphone detect issue with noise fix, Fix min/max cpu voltage range
- Stock_KK: Fix compatibility issue for Kitkat
- jolla-twrp Update kernel
[Gen2-v2.5_Update3]
- Stock_KK: Gen2-v2.5 ported succesfully to Stock_KK kernel!!
- gpu: Stock KK porting
- mdp/fb: Stock KK porting
- led: Stock KK porting
- sound: Stock KK porting
- vibrator: Stock KK porting
- backlight: Adjust for Stock KK
- Complied with latest Linaro toolchain (2015.02)
- Lollipop: Re-complied with latest Linaro toolchain (2015.02)
- jolla-twrp: kernel: Re-complied with latest Linaro toolchain (2015.02)
[Gen2-v2.5_Update2]
==AIO Updates==
- ota: Fix FC issue when data is wiped
- unpack-ramdisk.sh: Fix init.d not working issue in some of roms
[Gen2-v2.5_Update1]
==AIO Updates==
- Lollipop - f2fs: Allow use of either f2fs or ext4 for system, data and cache
- Lollipop - rc-L: Remove useless cpu online lines
- ota: Restore sysinit SELinux permission by ota service script
[Gen2-v2.5]
- f2fs: Update to latest f2fs linux-3.4 branch's sources
- random: Update to latest Linux 4.0-rc1 sources
- hw_random: Update to latest Linux 4.0-rc1 sources
- jolla-twrp: jolla-kernel_Gen2-v2.5 applied
- Updates applied to Stock_KK kernels
====Dynamic Thermal Control====
- This function automatically adjust throttling settings when CPU clock changed.
So when you want to change thermal settings directly, you should turn off this function.
You can turn off this function by patching 'Dynamic_thermal_Off' in my server folder. (Not recommended.)
====USB Keyboard/Mouse Working Video====
http://youtu.be/_PZmWDqw6bA
====Configurable Knock On Touch Counts====
0 : Off
1~9 : Wake by n+1 taps. (n = Your setting)
Example)
0 : Doubletap2wake will not working.
1 : Wake by double taps.
2 : Wake by triple taps.
9 : Wake by 10 taps.
Recognizing Time : 100ms * 'touch counts'
(So when you set to 9, you can wake your device by 10 taps in 1 second. )
Known Issues
- When 'Nightmare' governer is selected, cpu cloks are not showing properly.
- USB Keyboard/Mouse driver is not loaded with Stock Kernel
Changelogs
[Gen2-v2.4]
- sched: Various optimizations and updates applied from faux123's mako kk_mr2
- lowmemorykiller: Some of optimizations applied from faux123's mako kk_mr2
- zram: Some of optimizations applied for Android from faux123's mako kk_mr2
- gee_defconfig: Disable unneeded mpdecision
- jolla-twrp: jolla-kernel_Gen2-v2.4 applied
- Updates applied to Stock_KK kernels
- OTA Updater included
[Gen2-v2.3]
- 2015/18/Feb Added - lge_touch_core: Fix bug of hardware keys not working when dt2w is disabled
- intelli_plug: Turn off wcd9310 debug messages
- msm_thermal: Do not working when screen turned off
- msm_thermal: Make temperature check logic simpler (Improve battery life)
- ipv4: try to cache dst_entries which would cause a redirect (CM update)
- intelli_plug/wcd9310: Force intelli_plug working when playing music while screen off
- dt2w: Fix doubletap2wake not working sometimes
- smartmax: Handle sampling_rate_screen_off by early suspend
- dynamic_thermal_control: Remove hardcoded cpufreq table and get it from current table
- jolla-twrp: jolla-kernel_Gen2-v2.3 applied
- Stock_KK kernels updated
[Gen2-v2.2]
- f2fs: Re-work with f2fs sources for Linux 3.4.x (Now working perfectly with no errors!!)
(/data, /cache re-format recommended if you using f2fs already.)
- jolla-twrp: TWRP v2.8.4 version up, jolla-kernel_Gen2-v2.2 applied, Lollipop multirom support
- multirom: v30 version up, Lollipop compatible
[Gen2-v2.0]
- Change logs only applied for CM/AOSP kernels
- Removed CM/AOSP KK kernels.
- Linux 3.4.106
- Compiled with latest Linaro_4.9.3-2015.01-build
- smartmax: sampling_rate_screen_off: Do not call usecs_to_jiffies function twice.
- wlan: prima updated to v3.2.3.197
- zram Support
- arm-crypto: sha-1, aes, sha256, sha512, arc4 optimization for ARM neon
- KEYS: close race between key lookup and freeing
- Low-memory-killer: Logic optimization from Motorola
- int_sqrt: Improve 3x faster integer sqrt
- readahead: make context readahead more conservative
- sound: Enable 320kbps audio recording
- arm: Perf update from Cyanogen Mod kernel_msm
- acpuclock-8064: Remove not working high level clocks (1782~1890MHz)
- gpu: Remove not working 607.5MHz and re-added 450MHz
- clocks: Remove unsafe lower cpu freqs (81~162MHz)
- smartmax: Fix default values
- fs: Always set noatime no diratime on all partitions! I/O Boost!
- board-mako: add missing updates from CAF
- board-mako: Enable Krait Retention
- msm: mdm2: Decrease leakage before QSC power-up
- smartassV2: Fix default values
- gee_defconfig: Compile smartassV2 cpu governor
- mako-sound: Noise fix ported from Stock KK
- mako-regulator: Add missed pm8xxx-adc regulator while ported Gproj power
- sound: Revert Nuplayer fix
- sound: wcd9310: Increase default gain (Increase volume for call speaker/mic and headphone/speaker)
- board-mako: Increase DC voltage level for G (Stock KK)
- mako: Add missed some of related with tabla for G
- cpufreq: Remove uncomfortable governors (nightmare, interactiveX)
- wcd9xxx: Fix headphone detect issue in 3.3V low batt (Stock KK)
- intelli_plug: Set screen off max to 702MHz
- sound: Buzzing sound FIX!! (intelli_plug,wcd9310: Force set 2cpus working when playing music while screen off)
[Gen2-v1.2]
- LP/KK: smartmax: Added sampling_rate_screen_off parameter - Thanks to gu5t3r
(When screen on, smartmax will increase clock based on sampling_rate.
And when screen off, smartmax will increase clock slowly based on sampling_rate_screen_off.)
- LP: mm: Set VM_MAX_READAHEAD to 512
- LP: msm: vidc: Get the current performance level
- LP: Fix some of sources for compatibility with cm12 build. (Kernels's functions are not changed.)
- aroma-installer: Fix logic of LP kernel and KK kernel installation.
- aroma-installer: Fix logic of LP kernel modules installation.
- aroma-installer: Fix logic of finding init.d support - Thanks to gu5t3r.
This patch only applied for AOSP based Kikat & Lollipop kernel.
====Changelog (Gen2-v1.1)====
- dynamic_thermal_control: Prevent dynamic_thermal call when device is hot and go to ideal state
(When device is hot and go to ideal state 'dynamic_thermal' called and change the msm_thermal settings.
So the original max frequency get lower clock step by step when device is hot.
This patch fix this bug.)
This patch only applied for AOSP based Kikat & Lollipop kernel.
====Changelog (Gen2-v1.0)====
- No more update for Kitkat and Stock.
- Restart with Clean Code!!
(Rebuild with Google mako source. Applied latest Linux patches with some of fixes for joll-kernel directly. So all of sources and kernel performance are stable.)
- Applied patches from Linux 3.4.1 to 3.4.105 one by one. (So sources and performance are stable.)
- Dynamic Thermal Control: Automatically adjust throttling settings when CPU clock changed. (Own making!!)
(Solve the existing problem coming back to 1134Mhz despite you change the CPU clock!!)
- Greatly improved battery life due to the source stabilization. (Light user can be used up to a day or more to use.)
- gpu: Fixed to use minimum gpu frequency when sleep. (Improved battery life) (Own making!!)
- Added jolla-kernel logo
- random: Applied all of latest Linux patches
- f2fs: Applied all of latest Linux patches
- Faux Sound: Applied faux123's latest sources
- Faux Gamma Control: Applied faux123's latest sources
- Intelli-plug: Applied faux123's latest sources
- GPU simple governor: Applied faux123's latest sources
- MTP: Applied Google latest sources
- TCP Congestion: Added cubic, highspeed, hybla, htcp, vegas, veno, scalable, lp. yeah, illinois.
- io-scheduler: Added fifo, vr, zen.
- cpufreq: smartmax: Fix some of default values of smartmax governor. (Improved battery life)
- LZ4 compression format support.
- And applied more patches.
[v17_Final - Only for AOSP based Kitkat kernel]
- Dynamic Thermal Control: Automatically adjust throttling settings when CPU clock changed. (Own making!!)
(Solve the existing problem coming back to 1134Mhz despite you change the CPU clock!!)
- gpu: Fixed to use minimum gpu frequency when sleep. (Improved battery life) (Own making!!)
- Added jolla-kernel logo
- io-scheduler: Added fifo, vr, zen.
- cpufreq: smartmax: Fix some of default values of smartmax governor. (Improved battery life)
- MTP: Applied Google latest sources
- futex optimization
- Applied some of cpufreq patches
[v16]
- Use Android device as USB keyboard/mouse support (Required app included)
- L-kernel: Applied latest Cyanogenmod patches with 'seccomp'
- f2fs: Latest linux kernel tree patches applied
(Until Dec 9, 2014 f2fs: avoid to ra unneeded blocks in recover flow)
- f2fs: New 'inline_dentry' mount option applied
- L-kernel: makocam kernel added
- Support Stock camera diriver selection mode for L-kernel
- Support mod/nonmod kernel selection for L-kernel
- Recovery-twrp: Update kernel to jolla-kernel_v16
- Recovery-philz: Update kernel to jolla-kernel_v16
[v15]
- Only provided with my cm-12.0 UNOFFICIAL roms.
- Linux 3.4.105 applied.
- Latest mako's lollipop kernel patches applied.
- Makefile Optimization
v0xE
- L-kernel related fixes.
- Power: Applied gproj based power sources. (Battery standby time greatly improved!!)
- doubletap2wake: Fixed 3 taps issue when phone is suspended!!
- doubletap2wake: You can wake your device by 10 taps in a second!!: eek: (Configurable tap counts!!)
0 : Off
1~9 : Wake by n+1 taps. (n = Your setting)
Example)
0 : Doubletap2wake will not working.
1 : Wake by double taps.
2 : Wake by triple taps.
9 : Wake by 10 taps.
Recognizing Time : 100ms * 'touch counts'
(So when you set to 9, you can wake your device by 10 taps in 1 second. )
- doubletap2wake: Adjusted recognizing time.
- io-sched: Remove bfq io-scheduler that eat more batery. Back to fiops as default io-scheduler.
- Remove TDMB driver that not compatible with jolla-kernel.
v0xD
- f2fs: Applied latest updates until Linux 3.17.4
- random: Applied latest updates until Linux 3.17.4
- CM, L : Latest kgsl driver updated based on Lollipop kernel
- CM, L : Wifi updated based on Lollipop kernel
- L : cm-12.0 Ready (Know issue: Random screen flicking)
- GEEB camera fixed
- Stock: GEEB sdcard ramdisk lines added
- block: bfq io-scheduler added and set to default
- cpufreq: dancedance, smartassV2 new governors added
- leds: re-ported based on Stock KK only for duty cycles
- codel net-scheduler applied
- tcp: Some of optimized and TCP Small Queues applied
- ext4 optimized based on new random driver and FIDTRIM support
- zlib: clean up some dead code
- sound: Some of fixed with pop noise fix
- TDMB driver added (only for GEE and not tested)
- Some of mako to GEE related fixes based on Stock KK
- And more..
v12
- GHOST TOUCH FIXED!!
- Stock Wifi driver ported (Version 3.2.3.13 -> 3.2.7.27) (Speed up)
- Stock LED driver ported (LED duration fixed)
- Android L Kernel support
v11.1
- GUI AROMA INSTALLER Applied and multirom supported. (AIO)
- Built with Linaro 2014.09 gcc 4.9.2 latest toolchain.
- CM : Installation method changed to zlmage installation from boot.img installation. (increase compatibility.)
- CM : Built with latest CM source.
- CM : OTG function added. (experimental, now for test.)
- SPARSEMEM kernel option modified.
- Coretex-A15 memcopy optimization.
- memutils: memcpy, memmove, copy_page optimization.
- lge_touch_core: i2c error fixed when you upgrade your firmware.
- ext4: WB_SYNC_ALL pass called from sync(2) Speed up.
- Latest CM kernel patch applied.
v11
- Stock : Kerenel logo driver modified and jolla-kernel logo added.
- Linux 3.4.104 kernel applied.
- Modified to show jolla-kernel version. (On settings - About phone)
- Faux Sound updated to v3.6
- Stock : OTG Function added (USB can be recognized but not works.)
- GEEB : SDCard supported.
- WQ_POWER_EFFICIENT_DEFAULT power save patch applied.
- Kernel MOD NEON supported.
- msdos, ntfs filesystem is compatible.
- Stock : Backlight level kernel log deactivated.
v10_Stock
- Ported Stock Features : GPU, Video, Wifi, LED, Vibrator, IOMMU, Stock Camera
- Random hotreboot optimized.
- Only ext4 filesystem supported currently.
- Another Changelogs are same with CM/AOSP based jolla-kernel.
v10
- Stock Camera ported.
- Random Hotreboot optimization (When we reboot phone first when flash the rom and kernel or when using, there was random hot reboot. So we found the error at the binder which is the linking system between Android and Kernel. So we compare with Gproj kernel source and fixed it. Now you can use ART runtime as well.)
- Minimum clock increased. (81MHz -> 270MHz
- Throttling temperature limit decreased and fixed bug you can't set again to 1134MHz. (We think the last version's temperature limit is to high, so decreased and When you process Throttling, it has locked into 1134MHz. So we fixed.)
- 384MHZ L2 Cache voltage optimized.
- Android Logging (logcat) optimization and deactivated. (Don't use it commonly.)
- F2FS : Linux 3.16.2 version update proceeded.
- Few kernel settings have errors. Fixed.
- Extra minor patch proceeded.
- OMNI Kernel supported. (OMNI ROM)
v9_Refresh
- Kernel stablize : Applied Linux 3.4.103 patch and fix the bugs and errors on the source.
- mod/normal kernel both supported.
- User can personalize throttling option (You can personalize temperature and clock per level at the TricksterMod application.)
(※ You can use temperature limit option at the TricksterMod application, 'Temperature control'.)
Checked Compatible ROMs
Mod : CM12 (GEEHRC Unofficial), CM11 (GEE Unofficial), AxxionKat, Carbon
Normal (non-mod) : Dirty Unicorns, DayDream (This is Korean ROM ), Liquidsmooth
Stock : ARTMOD, Sling, Miui (you have to flash stock_miui)
G3 : GEE3
We always hearing your feedbacks. If there is a problem with specific ROMs, Error report into this thread.
Code:
---About Multi ROM---
jolla-TWRP is GEEHRC based recovery.
So when you going to flash Gproj based ROM or Stock based ROM, it can occur status 7 error.
In this case, extract the ROM file, and delete 'assert' sentence structure at
'META-INF/com/google/android/updater-script' and re-extract the ROM file. Then flash!
After you flash MultiROM zip, you can see 'MultiROM Fail' error message.
In this case, Go to 'Advanced - Multirom - ListROM - Your second rom - Flash zip'
and flash compatible kernel for your secondary ROM.
Download Link
http://buf.jollaman999.com/jolla-kernel_AIO-gee/
Mirror: https://www.mediafire.com/folder/9eemnevifta2z/jolla-kernel_AIO-gee - Thank you for gu5t3r -
If you wanna use F2FS partition, wipe /data, /cache as f2fs file system with TWRP recovery.
Flashing guide
- Follow the instructions of aroma-installer!
Don't be afraid when you flash F2FS kernel! F2FS has more longer first boot time than EXT4 Filesystem!!!
Battery Life : 10~12 hours in my phone
Jolla-kernel's all features only fully-working at TricksterMod application. There could be some features which are not working at other kernel controll apps.
We are trying to make better kernel everytime. Please understand us effort. :laugh:
jolla-kernel is released with a lots of test in other testphones.
But if you have a bug, Report plz.
Code:
[COLOR="DarkOrange"][B][I][U]CREDIT![/U][/I][/B][/COLOR]
[jolla-kernel source]
[url]https://github.com/jollaman999[/url]
[Referenced sources]
The Linux Kernel Archives : [url]https://www.kernel.org/[/url]
cm-11.0 : [url]https://github.com/CyanogenMod[/url]
Loller79 Solid_Kernel-Cyano : [url]https://github.com/Loller79/Solid_Kernel-Cyano[/url]
faust93 f93_kernel : [url]https://github.com/faust93/f93_kernel[/url]
Docker-J Sail_GPROJ : [url]https://github.com/Docker-J/Sail_GPROJ[/url]
faux123 mako : [url]https://github.com/faux123/mako[/url]
MikeEx kernel_msm : [url]https://github.com/MikeEx/kernel_msm[/url]
flar2 ElementalX-m7-4.0 : [url]https://github.com/flar2/ElementalX-m7-4.0[/url]
justin0406 AK-xGenesis : [url]https://github.com/justin0406/AK-xGenesis[/url]
Porting kexec hardboot : [url]https://github.com/Tasssadar/multirom/wiki/Porting-kexec-hardboot[/url]
544MHz GPU Overclock : [url]http://forum.xda-developers.com/showthread.php?t=2307086[/url]
jaeguek's F2FS filesystem : [url]https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools/[/url]
Donation link has been closed
Download link doesn't work
Nicee, thank you!
Sorry
I've just fixed. If you are downloading with your phone, try Chrome. Chrome supports FTP client
Downloading right now, will report about the stability and performance after trying it a while. A stock kernel with kexec hard boot would be really helpful. (I would build myself but sadly do not have time these days)
Oh... I think my friend will read every replies in this Thread and fix it daily and release more stable kernel.
Sent from my LG-E975 using XDA Free mobile app
ruddnr951 said:
Oh... I think my friend will read every replies in this Thread and fix it daily and release more stable kernel.
Sent from my LG-E975 using XDA Free mobile app
Click to expand...
Click to collapse
Somehow this didn't work on my Carbon gee ROM. I mean, it works, but no matter what governor, voltages, etc in trickstermod, cpu always stays on 81mhz to around 150mhz, bringing the phone to a crawl. Maybe it's because I didn't wipe dalvik, I don't know.
Hmmm... I checked that this kernel is working at Axxionkat, Carbon, GEE Cyanogenmod Roms which are compaitable with MOD kernel.... how about wipe cache, dalvik cache or Flashing rom again...? I think that's not kernel problem
Sent from my LG-E975 using XDA Free mobile app
I try use this kernel on CyanogenMod 11 Nightly, and doesn't work. I installed zip and wipe cache and dalvik, but when I reboot the phone, have a blackscreen.
This kernel is for GEE ROMs. Official CM (E975) is for Gproj. Gproj ROMs are not compaitable with this kernel.
Sent from my LG-E975 using XDA Free mobile app
ruddnr951 said:
This kernel is for GEE ROMs. Official CM (E975) is for Gproj. Gproj ROMs are not compaitable with this kernel.
Sent from my LG-E975 using XDA Free mobile app
Click to expand...
Click to collapse
Ups, fail! Thanks! I installed Carbon KK (based on Gee ROM) and kernel working... Thaaaaaaanks!
I'm really appriciated to you because you choose jolla-kernel :good:
{
"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"
}
Is anybody else getting this when trying to visit the link? I read above it was fixed, but this is what I'm getting
iamterence said:
Is anybody else getting this when trying to visit the link? I read above it was fixed, but this is what I'm getting
Click to expand...
Click to collapse
use google chrome.
And I found a new XDA Relink error.
the download URL is ftp://ras.jollaman999.com:8221 but when we automatically redirected by XDA, It is relinking to ftp//ras.jollaman999.com:8221. There's no ':'
I fixed link http:// instead of ftp://
Sent from my LG-E975 using XDA Free mobile app
I like this kernel, except...bootanimation =.=". Flash in AxxionKAT and it replace my bootanimation by original CyanogenMOD bootanimation :laugh:
Is the kernel supposed to be 22mbs? I only asked because normally kernels are between 5 and 8mbs
iamterence said:
Is the kernel supposed to be 22mbs? I only asked because normally kernels are between 5 and 8mbs
Click to expand...
Click to collapse
because this kernel added bootanimation.zip, and it's 17MB
the title is a little confusing here. I mean E975 CM is gproj. Some may think that there's a kind of paradox in the tilte. gee and CM. We shouldn't try this kernel on E975 (geehrc) CM based ROMs like pacman, mokee, and...
What is NamelessROM?
NamelessROM Gerrit Review [19/9]
Disclaimer
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. Hard. A lot.
*/
Got a bug report? Want to request a feature? Need extended support?
report it here
Installation Instructions
Factory Reset/Wipe Data
Format System
Format Dalvik Cache
Install ROM
Install Gapps
install supersu update zip
Reboot
Downloads
nameless-5.1.1-20150919-armani R5
*MIRROR*
Gapps
Changelog :
R1 :
-added intelli_plug,dynamic fsync, franco thermals ported directly from hammerhead , color calibrations, Zram enabled by default, under clocked to 96 Mhz
-Graphite, -O3 optimizations, pipe optimizations
-Sabermod 4.8.5 on the ROM and SaberMod 6.0 on kernel
-removed stock nameless launcher and added trebuchet launcher
-Camera FC for a few people solved
-Headphone volume boost as few reported low volumes in nameless 5.0.2 R1
-tried to keep is as AOSP as possible with kernel tweaks useful in daily usage
R2:
-updated to 5.1.1
-alucard hotplug added removed intelli_plug for now
-headsup notifications enable n disable switch
- network stats
-linaro 4.9 on rom n linaro 6.0 on kernel (UBERTC)
-Zram renabled
-tried to fix the overnight battery drain issue
R3
-removed all the fancy things from kernel and kept only the things that are needed
-used stock GCC stock toolchains
-overnight drains fixed
-nav bar options added
-ambient display added
-clear recents options for top right left buttom right buttom
-android 5.1.1_r2 (LMY47X)
-update with armani-dev trees
-replace Trebuchet with SlimLauncher
R4:
-Upstream updates
R5:
-UBERTC 4.9 used for Both rom n kernel
-O3 Optimizations
Project name: android_kernel_xiaomi_armani
*tarun93 - [PATCH] Implement kexec-hardboot
*faux123 - sched/fair: improve fairness efficiency
*tarun93 - Sched: Enable Arch Power and Disable Runtime Sharing
*tarun93 - defconfig update
*Steven Rostedt (Red Hat) - ftrace: Clean up function probe methods
*Steven Rostedt - ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE
*Masami Hiramatsu - ftrace: add ftrace_set_filter_ip() for address based filter
*Steven Rostedt - ftrace: Make ftrace_modify_all_code() global for archs to use
*Minho Ban - tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off
*Steven Rostedt - ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine
*Behan Webster - ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h
*Steven Rostedt - arm/ftrace: fix ftrace_return_addr() to ftrace_return_address()
*AKASHI Takahiro - ftrace: Make CALLER_ADDRx macros more generic
*Alin - security: force SELinux permissive mode
*tarun93 - toolchain: gcc: squashed fixes related to optimized toolchain
*zeroblade1984 - Fix Goodix panel drivers as well
*zeroblade1984 - ft5x06:Fix notifier for suspend
*Pranav Vashi - msm: Use ammended interruptible threads
*Ricardo Cerqueira - leds: At disable, set the trigger to default instead of wiping it
*yank555-lu - kernel/power/powersuspend: new PM kernel driver for Android w/o early_suspend v1.5 (faux123/Yank555.lu)
*tarunkapadia93 - fix cpufreq_interactive.c
*Viresh Kumar - cpufreq: Move get_cpu_idle_time() to cpufreq.c
*tarun93 - fix: msm: use of swp{b} is deprecated for ARMv6+
*Taniya Das - msm: acpuclock-8226: Limit DDR to 200MHz for APSS frequency
*Ke Liu - msm: acpuclock-8226: update corner mapping for 1.2 and 1.4 GHz speedbins
*tarunkapadia93 - mmc: disable crc check for 30% extra performance in IO
*tarunkapadia93 - compilation fixes
*tarun93 - Alucard_Hotplug by Alucard24
*franciscofranco - Remove '+' symbol from kernel version string
*tarun93 - drop unwanted things
*fefifofum - f2fs: bring up to date with Jaegeuk's branch
*fefifofum - armani: defconfig: Enable BFQ IO scheduler
*Mauro Andreolini - block, bfq: add Early Queue Merge (EQM) to BFQ-v7r8 for 3.4.0
*Paolo Valente - block: introduce the BFQ-v7r8 I/O sched for 3.4
*Arianna Avanzini - block: cgroups, kconfig, build bits for BFQ-v7r8-3.4
*tarun93 - dts: msm8226 msm_thermal use tsens_tz_sensor5 for thermal throttling instead of tsens_tz_sensor0 (EXPERIMENTAL)
*Evisceration - msm: thermal: allow to configure poll interval from userspace
*franciscofranco - msm: thermal: add Franco's cleaned up in-kernel driver
*franciscofranco - msm: thermal: fix init with msm_thermal
*Chris Fries - ARM: Use -mtune=cortex-a7 for 8226/8610
*Pranav Vashi - msm: use of swp{b} is deprecated for ARMv6+
*H. Peter Anvin - kernel: Replace timeconst.pl with a bc script
*Dan Pasanen - timeconst.pl: fix perl warning
*Riley Andrews - android: drivers: workaround debugfs race in binder
*Ajay Dudani - Staging: android: binder: Add some tracepoints
*Tejun Heo - workqueue: make all workqueues non-reentrant
*Mike Snitzer - block: disable entropy contributions for nonrot devices
*Jann Horn - fs: take i_mutex during prepare_binprm for set[ug]id executables
*Kirill A. Shutemov - mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
*Sasha Levin - vfs: read file_handle only once in handle_to_path
*Rabin Vincent - tracing/syscalls: Ignore numbers outside NR_syscalls' range
*Will Deacon - tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
*fefifofum - armani: defconfig: Enable FIOPS IO scheduler
*Shaohua Li - block: fiops ioscheduler core
Project name: android_device_xiaomi_armani
*tarun93 - init.armani.rc: add thermal limits as per cm performance profiles
*tarun93 - audio: Change mixer control to set correct BTSCO Sample rate
*fefifofum - Update fingerprint to latest release
*Krishna Vanka - CPUFreq: Set optimal frequency for msm8226
*fefifofum - sepolicy: Use correct permissions for CMHW
*fefifofum - sepolicy: Remove display policy items
*fefifofum - sepolicy: Cleanup system_server
*tarun93 - add OTA support
*tarun93 - TCP Optimizations from CAF
*tarun93 - Custom Tweaks, Script & Clean
*fefifofum - Enable dex-preoptimization
*fefifofum - Enable BFQ IO scheduler by default
*tarun93 - init.armani.rc : permission fix
*tarun93 - thermal:loosen thermals a bit
*kairi_zeroblade - Switch to per-core swapping
*Kra1o5 - Revert "Add overlay for non-roaming operator"
*fefifofum - Update fingerprint from latest official release
*tarun93 - tune things my way
*fefifofum - Show app install location option
*fefifofum - Update fingerprint from latest official release
*Kra1o5 - Add overlay for non-roaming operator
*fefifofum - Use prebuilt libOmxVdecHevc
*Ricardo Cerqueira - media: Switch to lower-end codecs
*fefifofum - overlay: Enable proximity check on screen wake
*fefifofum - Enable FIOPS IO scheduler by default
*fefifofum - sepolicy: Address mediaserver denial
*fefifofum - Nothing to see here
*fefifofum - Remove unused mms overlay
*fefifofum - Set fingerprint and other device props
*fefifofum - Enable drm prop
*fefifofum - Don't symlink firmware files
*fefifofum - Reorganize makefiles
*fefifofum - sepolicy: Address wcnss_service denial
*fefifofum - Don't need to copy FFMPEG config anymore
XDA:DevDB Information
[ROM][5.1][OFFICIAL][armani] NamelessROM R5 [DISCONTINUED], ROM for the Xiaomi Redmi 1S
Contributors
Tarun93, armani-dev
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: Nameless ROM
Version Information
Status: Stable
Current Stable Version: R5
Stable Release Date: 2015-09-19
Created 2015-03-25
Last Updated 2015-10-02
3 questions for OP...
1. How this ROM is different from CM12?
2. What are the known bugs?
3. Screenshots please...........
download link is not working.
any special features added??
link not correct dude
Update the link, its not working
guys link is working try click on the link about n the file you wannaa download is nameless 5.0.2 i have attached the link of a folder so that even my beta or experimental build are seen n can be tested by others :fingers-crossed:
Tarun93 said:
guys link is working try click on the link about n the file you wannaa download is nameless 5.0.2 i have attached the link of a folder so that even my beta or experimental build are seen n can be tested by others :fingers-crossed:
Click to expand...
Click to collapse
Link still not working
cant you guys read i told you i have linked the folder can you guys just click on the 5.0.2 wala link
here have it http://d-h.st/wQEr
Tarun93 said:
cant you guys read i told you i have linked the folder can you guys just click on the 5.0.2 wala link
Click to expand...
Click to collapse
the folder link you provide on first post only available for you as the account owner, but not for other user. you have to use this link instead http://d-h.st/users/tarun93
Got 22900 score
Wow...Great! First BlissPoP & Now Nameless Lollipop's Sweet Treat
Sent from my Redmi 1S using XDA Premium 4 mobile app
You Guys are awesome...!!
I was on Carbon RC 6 before and that ROM is really awesome..!!
Currently on CM12 by syhost it has some bugs like heating and I don't like if my device heated. So anyone who flashed this ROM can please review this ROM how is it...? Any bugs or should I wait for another release as op said he will release stable version on 1st April.
farooque7508 said:
You Guys are awesome...!!
I was on Carbon RC 6 before and that ROM is really awesome..!!
Currently on CM12 by syhost it has some bugs like heating and I don't like if my device heated. So anyone who flashed this ROM can please review this ROM how is it...? Any bugs or should I wait for another release as op said he will release stable version on 1st April.
Click to expand...
Click to collapse
im carbon user too...
i think this room more cool...
1, wifi: ok
2. Bluetooth: not tested yet
3, the signal / 3G: ok
4, off charge: ok
5, GPS: ok
6. Camera: ok
7, the display driver (gpu etc.): ok
8, selinux: ok
9, sound driver (mic and speak, etc.): ok
10, a distance sensor: don't know how test it
11, the light sensor: ok
12, the direction (triaxial) Sensor: ok
13, the video playback: ok
14. Touch driver: ok
15, OTG: ok already have unmount option at setting > storage
16, FM radio: not test yet, dont have earphone :hammer:
17, sound : need more loud
18, need more option at quick panel, hope like cm11
19, fc when setting cpu from device control
20, battere... i can't give a result yet
*sorry for my bad english
-----edited---
sometimes i got hastag icon at status bar, what its mean
After using this rom, i can say most fluid and lightweight lollipop rom. Though there are same bugs like cm12. And which makes is awesome is that, heating is very very very less compared to others roms.
gondronk said:
im carbon user too...
i think this room more cool...
1, wifi: ok
2. Bluetooth: not tested yet
3, the signal / 3G: ok
4, off charge: ok
5, GPS: ok
6. Camera: ok
7, the display driver (gpu etc.): ok
8, selinux: ok
9, sound driver (mic and speak, etc.): ok
10, a distance sensor: don't know how test it
11, the light sensor: ok
12, the direction (triaxial) Sensor: ok
13, the video playback: ok
14. Touch driver: ok
15, OTG: ok already have unmount option at setting > storage
16, FM radio: not test yet, dont have earphone :hammer:
17, sound : need more loud
18, need more option at quick panel, hope like cm11
19, fc when setting cpu from device control
20, battere... i can't give a result yet
*sorry for my bad english
-----edited---
sometimes i got hastag icon at status bar, what its mean
Click to expand...
Click to collapse
that # comes up when a root enabled app is running. you can use "disable su indicator" xposed module to remove it
Azazel Azay said:
that # comes up when a root enabled app is running. you can use "disable su indicator" xposed module to remove it
Click to expand...
Click to collapse
there is a option to disable that in developer options bro its called superuser indicator :fingers-crossed:
Xposed isn't working. Getting random force close of all system apps at the time of booting. Any solution for that?
Need help, please
@taurun93
I have tested that ROM yesterday for an half hour. Found no errors or any issues, but i was not able to connect my device to my pc - neither on Win7 nor Linux Mint. When pluged in, nothing was shown in the status bar, only the charging battery symbol. Have installed Xposed Framework and all my favourite apps - everything was fine, except the connection. Further the Device Controll App is fc, when try to open for example, CPU Freq. Settings.
Any idea? I would be nice to use the nameless, because this is my favourite KK ROM.
Many thanks
ydd0ras said:
@taurun93
I have tested that ROM yesterday for an half hour. Found no errors or any issues, but i was not able to connect my device to my pc - neither on Win7 nor Linux Mint. When pluged in, nothing was shown in the status bar, only the charging battery symbol. Have installed Xposed Framework and all my favourite apps - everything was fine, except the connection. Further the Device Controll App is fc, when try to open for example, CPU Freq. Settings.
Any idea? I would be nice to use the nameless, because this is my favourite KK ROM.
Many thanks
Click to expand...
Click to collapse
settings > storage > options > enable MTP mode
njoy
WoW, great man!
Tarun93 said:
settings > storage > options > enable MTP mode
njoy
Click to expand...
Click to collapse
Oh, what to f... Ohh right, dude I'm an idiot. As I mentioned earlier, i now everything about android. But on the other CM 12 was no need to enable it in settings.
Now i can use my favourite ROM. Will try to install Xposed Framework and try to run FolderMount (will not run with SELinux Enabled). Then, my phone will be perfect.
Great, thank you very much
Greetz from Germany
Mimori Kernel | Stability for performance
For Xperia M
Based on Lineage OS 14.1 source
Code:
#include
/*
* 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.
*/
Mimori Kernel based on Lineage OS 14.1 source, and included many improvement and optimization on processor, I/O and include some feature for Xperia M / M dual devices that use Marshmallow as base ROM.
Mimori offered kernel performance, stability, smoothness process on cpu and already have full support on NEON, this kernel need kernel configuration app to control this kernel, so try to find kernel configuration app after flash this kernel.
Recommended Kernel Configuration :
- Kernel Adiutor (BETA)
- Device Control
Okay this is several features that i include in this kernel.
This kernel feature is :
Kernel Features
* Linux Kernel Version 3.4.113
* Compatibility with AOSP,CM And LineageOS based ROM [Android 6.0+]
* Added overclock up to 1,4Ghz
* Added Double Tap 2 Wake Feature (Incl. Vibration)
* Added custom CPU Governor : Alucard,Intelliactive,IntelliMM,Lionheart,Adaptive & Blu Active (specially for Blu Active is thanks to @sudokamikaze for him workaround to make it work for linux 3.4.x based kernel)
* Added custom I/O Sched Governor : zen,sio,sioplus,tripndroid,fifo,fiops,vr and maple (specially for maple is thanks to @sudokamikaze for him workaround to make it work for linux 3.4.x based kernel)
* Added custom TCP Modules : Advanced,Bic,Westwood,Hybla,Vegas,Veno,Yeah and more
* Added CPU Voltage Table Control
* Implement Power Efficient Workqueues
* Dynamic management of dirty page writebacks
* Added Interface of Gentle Fair Sleepers, Software CRC and Arch Power (Option Disable by Default)
* Added Frandom Support
* Added Dynamic Fsync 2.0
* Entropy Tweaks
* NEON VFPv4 Optimized (hard)
* Added Intelli Plug v4.0
* Added Intelli Thermal v1.0
* Added F2FS File System Support (Based on Linux 3.4.y Branch) (Working)
* Added EXFAT File System Support (Driver Version v1.2.9) (Need Test)
* Added USB Keyboard Support
* Optimized I/O Sched
* Compiled using GCC 5.4.X Hyper Toolchains
* Updated CVE Patch From LineageOS Kernel Source 20171106
[/LIST]
[/LIST]
How to install :
1. Download Mimori Kernel and install it from recovery mode, use TWRP recovery (TWRP Link)
2. install kernel adiutor from Playstore for kernel configuration (i don't have myself app to control kernel) (Try to use BETA version to get fix for CPU temperature)
3. Final step, let's configure kernel like what you want it :victory: and enjoy my first custom kernel
For download, look at download tab on top of this thread
Thanks to :
@PecanCM [For Kernel Source]
@Alex_Gamer [For Kernel Tester & Troubleshoot]
@thichthat [For DT2W Source]
XDA:DevDB Information
Mimori Kernel For Xperia M, Kernel for the Sony Xperia M
Contributors
Nicklas Van Dam, PecanCM, Alex_Gamer
Source Code: https://github.com/Nicklas373/Mimori-Kernel_MSM8227_LineageOS_14.1
Kernel Special Features: Overclocked, ARMV7 NEON Optimized
Version Information
Status: Stable
Current Stable Version: Seventh Build
Stable Release Date: 2018-02-11
Created 2016-09-03
Last Updated 2018-02-19
Kernel Adiutor OTA Update Information
Now for CyanogenMod And AOSP Based ROM, Hana Kernel Offered OTA Update feature for kernel update using kernel adiutor app for CyanogenMod Based ROM with "download" feature in kernel adiutor.
You can download new build in that menu included ; introduce, kernel feature and changelog update. Now i'm still try to enable it on LineageOS too, i'm just need to wait confirmation from the admin .
For anyone want to install this kernel, can access too using KA. just like normal download and installation for kernel :laugh:
Have fun
Kernel Adiutor Information
For Kernel Adiutor Usage
During new stable version of Kernel Adiutor have problem with CPU temperature, now we should use BETA build from Kernel Adiutor to get fix for that problem.
And for set on boot configuration, i'm not recommended it again , since that only can make kernel error during boot up process.
So set kernel when system is already boot is best option for stability and performance.
If kernel adiutor to hard for configure, then you can try Device Control app to manage your kernel.
This app is almost same like KA but it's little simple and more friendly for configuration
Changelog :
Seventh Build (20180211):
- Fixed some upstream issue
- Upstream to 3.4.113 (REBASE change)
- Fix issue with OTG problem (Recovery or System)
- Updated F2FS to latest 3.4.y and misc fixes
Sixth Build (20180122):
- Updated Kernel Security Patch to 20171106 (Based on MSM8960T Source)
- Change GCC to GCC 5.4.X Hyper Toolchains
- Misc fixes with intelli thermal
- Applied last patch with 3.4.113
- Applied security patch with "KRACKS attacks"
- Removed sdcardfs drivers (not used by device)
- Misc CPU Optimization
- Set readahed to 512kb
- Added GPU optimizations flags
- Improve Hard Floating Point for neon-vfpv4
Fifth Build (20171002):
- Introduce IMAGINE Codename
- Upstream Linux Kernel to 3.4.113 based on git.kernel.org
- Revert change of F2FS (back to old source)
- Revert some optimization change
- Added Maple I/O Sched (specially for maple is thanks to @sudokamikaze for him workaround to make it work for linux 3.4.x based kernel)
- I/O Sched Optimization for SIO and ZEN
- Enable Interface Of Software CRC
- Misc CPU Optimization
- Added some sched optimization
- Disabled USB Fastcharge v1
- Reverting Permissive, Back to Enforcing
- Added Blu Active CPU Governor (specially for Blu Active is thanks to @sudokamikaze for him workaround to make it work for linux 3.4.x based kernel)
- Added Support for Neon VFPv4 With Hard Floating
- Disabled Quick Wake Up Drivers
Fourth Build (20170913):
- Added Optimization on I/O Sched (Improves SSD Speed)
- Misc fixes for conservative governor
- Added F2FS and EXFAT File System Support
- Added Hyper CPU Governor
- Optimized KSM
- Update Intelli Plug to v4.0
- Optimized SLUB
- Set readahed to 256KB
- Added CCACHE for faster kernel building
- Updated CVE Patch (Kernel Security Patch) to 20170826 Based On MSM8960T
- Misc Optimization
- Added Quick Wakeup driver
- BACKPORT F2FS from branch Linux 3.4.y (git.kernel.org)
- Reverting Quick Wakeup Driver
- Added USB Keyboard features
- Updated SDCARDFS Driver
- Misc fixes
Third Build (20170821):
- Little Improvement on CPU Bus Speed
- Added Dynamic Fsync 2.0
- Added Frandom Support
- Added Interface of Gentle Fair Sleepers (Option Disable by Default)
- Misc change on I/O Partitions
- Dynamic management of dirty page writebacks
- Removed "+" Symbol From Kernel Version String
- Implement Power Efficient Workqueues Feature (Enable by Default)
- Revert Alucard CPU Governor to v1.0
- Added Interface of Arch Power Features (Disable by Default)
- Entropy Tweaks
- Build vfp with softfp
- Misc change with cpufreq
- Added Intelli Plug and Intelli Thermal
- Fix Neon VFP
- Upgraded Kernel to 3.4.4
- Change toolchains to Hyper Toolchains GCC 4.9
- Decrease thermal limits to 70c
Second Build (20170817):
- Set kernel as permissive
- Enabling 972Mhz to fix slow response on boot and skipped frequency on system
- Added Custom TCP Congestion
- Added CPU Voltage Control
- Added DT2W Vibration Support
- Added USB Fastcharge v1
- Adapted Some CPU Governor with CPU Freq Table
First Build (20170816):
- INITIAL BUILD
: - Included Custom CPU Governor
- CPU Overclocked to 1.458Mhz
- Using NEON Optimized as VFP
- DT2W Feature
- CPU Optimization Algorithm
- Custom I/O Sched
Kernel Adiutor Configuration
CPU Manager :
CPU Max Frequency : 972Mhz (For Normal Usage) . 1.2Ghz (For Multitasking Usage) & 1.4Ghz (For Hard/Gaming Usage)
CPU Min Frequency : 384Mhz
CPU Governor: Alucard or Interactive (For Normal Usage), Alucard or IntelliMM (For Multitasking Usage) & Lionheart or Intelliactive, Blu Active (For Hard/Gaming Usage)
(Beside that leave it as stock)
Hotplug Manager :
Mpdecision = Disable
Intelli Plug = Enable
Profile = Eco for Performance
(Beside that leave it as stock)
Thermal Manager:
Thermald : Disable
Intelli Thermal : Enable
Core Control : Enable
Frequency Throttle Temperature : 60c
CPU Throttle Temperature : 70c
Thermal Limit Low = 2
(Beside that leave it as stock)
GPU Manager
GPU Max Freq : 400Mhz
GPU Governor : Ondemand or Performance (For Hard Gaming)
I/O Scheduler =
(Leave it as stock)
Misc =
Software CRC Check = Disable
Dynamic Fsync = Disable
Arch Power = Disable (Not really recommended)
Gentle Fair Sleepers = Disable
TCP Congestions = Depends on your need
Option already update during new kernel feature is include
For explanation (cpu hotplug, and i/o sched) check on this thread
CPU Governor : Link- 1 Link-2
I/O Sched : Link
CPU Hotplug :Link - 1 Link - 2
Special Thanks to @gsstudios for guide :laugh:
[INFO] Double Tap 2 Wake & BETA Build
For Double Tap 2 Wake
Try to use kernel adiutor and check in wake tap, after that choose DT2W and enable it using "full'" option and then let's try DT2W features with vibration on mimori kernel
NOTE : BETA Build For Testing (Not Stable)
github/build
For BETA, try to look date for kernel. Find latest one, and anyone can test latest beta if don't want wait for stable update. I can't promise to make fast update for stable source, i don't want to make any problem. so it's better stay at beta and whenever it ready, and it should release on thread :victory:
Thanks.
Garv Maggu said:
Thanks.
Click to expand...
Click to collapse
you're welcome, i'm still working for optimization in armv7 vfpv4 module.
have fun
Updated
New kernel build v1.1 is released with several fix for vfpv4 and neon modules, download link in on download tab.
have try
Great!
Please add dt2w
Niiiice! I was waiting for new release, I'll test it now
Alex_Gamer said:
Niiiice! I was waiting for new release, I'll test it now
Click to expand...
Click to collapse
my laptop is back from service center , and now is time to back :laugh:
romspeed said:
Please add dt2w
Click to expand...
Click to collapse
i will try on next update, it's to hard to add that anyway .
Nicklas Van Dam said:
my laptop is back from service center , and now is time to back :laugh:
Click to expand...
Click to collapse
Good to hear that your laptop its back to rock
Really good work working like a charm
Just one question on my device sound is bursting any particular reason behind that and is that can be controlled through any setting or app
Sent from my SM-J700H using Tapatalk
Kb44994 said:
Really good work working like a charm
Just one question on my device sound is bursting any particular reason behind that and is that can be controlled through any setting or app
Sent from my SM-J700H using Tapatalk
Click to expand...
Click to collapse
sound is bursting? i think i'm not to modified to sound on this kernel, maybe that's from high cpu usage so that's make sound is distortion. i will try to look at sound option.
[EDIT]
Kb44994 said:
Really good work working like a charm
Just one question on my device sound is bursting any particular reason behind that and is that can be controlled through any setting or app
Sent from my SM-J700H using Tapatalk
Click to expand...
Click to collapse
i'm update kernel with clean build and kernel optimilization, i hope that can fix your problem. i'm already compare sound with stock and my kernel. i'm not hear any particular change on sound volume, maybe very little difference, please to wipe dalvik-cache and cache after install this update
Updated
New kernel build v1.2 is released with several clean build for kernel and optimization on kernel compiler to reduce size, download link in on download tab.
have try
Updated
New kernel build v1.3 is released with first stable build , added auto hotplug drivers and more optimization for armv7 and krait processor
download link in on download tab.
have try