[n9005][2014/JAN/25][TW] Yank555.lu kernel - discontinued

Postby yank555 » 30 Nov 2013, 12:56

äon wrote:what are the status bar icons/apps you're using? ;P


You mean for CPU/battery stuff ? Those are Android Tuner notifications ;)

JP.

Send from my Nexus 7 ... who just had a break, had a Kitkat ...
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby yank555 » 07 Dec 2013, 21:51

Kernel Update

Changelog v0.3-beta3

  • updated CPU freq. max hardlimit enforcing to v1.1 (Yank555.lu)
  • added cpu-boost driver (Saravana Kannan and Rohit Gupta)
  • updated cpu-boost driver to make it compatible with CPU freq. max hardlimit enforcing (Yank555.lu)
  • added experimental MDNIE controls (WhatHub)
  • extended experimental MDNIE controls (Yank555.lu)
  • added Yank MDNIE profile in Aroma
  • added Sakaschi MDNIE profile in Aroma
  • added asynchronous fsync by HTC (faux123)

    Be certain to pick the kernel below which fits your firmware !!!


Here is an example init.d script with explanations on how to configure your own MDNIE profile (the same file is attached to this post). If you want to use this, choose "untouched" in Aroma setting !

NB: MDNIE Settings are also editable using latest beta fauxclock.

Code: Select all
#!/system/bin/sh

# - Set "Standard" MDNIE settings to Yank

# Activate the MDNIE control (hijack STANDARD mode)
echo 1 > /sys/devices/virtual/mdnie/mdnie/hijack

# Copy system profile to user configurable profile :
#
# echo X > /sys/devices/virtual/mdnie/mdnie/copy_mode
#
# where X equals :
#
# 0. Dynamic
# 1. Standard (Lite control)
# 2. Natural (Professional photo)
# 3. Movie
# 4. Auto (Adapt display)
#
# copy Natural mode
echo 2 > /sys/devices/virtual/mdnie/mdnie/copy_mode

# Copy system gain curves only to user configurable profile :
#
# echo X > /sys/devices/virtual/mdnie/mdnie/copy_curve
#
# where X equals : (see table above)
#
# Use Dynamic curve
echo 0 > /sys/devices/virtual/mdnie/mdnie/copy_curve

# Set sharpnes (use only 0,1,4,5,8,9)
#
echo 1 > /sys/devices/virtual/mdnie/mdnie/sharpen

# Set RGB values for RED
#
echo 255 > /sys/devices/virtual/mdnie/mdnie/red_red
echo 0   > /sys/devices/virtual/mdnie/mdnie/red_green
echo 0   > /sys/devices/virtual/mdnie/mdnie/red_blue

# Set RGB values for GREEN
#
echo 0   > /sys/devices/virtual/mdnie/mdnie/green_red
echo 255 > /sys/devices/virtual/mdnie/mdnie/green_green
echo 0   > /sys/devices/virtual/mdnie/mdnie/green_blue

# Set RGB values for BLUE
#
echo 0   > /sys/devices/virtual/mdnie/mdnie/blue_red
echo 0   > /sys/devices/virtual/mdnie/mdnie/blue_green
echo 255 > /sys/devices/virtual/mdnie/mdnie/blue_blue

# Set RGB values for CYAN
#
echo 0   > /sys/devices/virtual/mdnie/mdnie/cyan_red
echo 255 > /sys/devices/virtual/mdnie/mdnie/cyan_green
echo 255 > /sys/devices/virtual/mdnie/mdnie/cyan_blue

# Set RGB values for MAGENTA
#
echo 255 > /sys/devices/virtual/mdnie/mdnie/magenta_red
echo 0   > /sys/devices/virtual/mdnie/mdnie/magenta_green
echo 255 > /sys/devices/virtual/mdnie/mdnie/magenta_blue

# Set RGB values for YELLOW
#
echo 255 > /sys/devices/virtual/mdnie/mdnie/yellow_red
echo 255 > /sys/devices/virtual/mdnie/mdnie/yellow_green
echo 0   > /sys/devices/virtual/mdnie/mdnie/yellow_blue

# Set RGB values for WHITE
#
echo 255 > /sys/devices/virtual/mdnie/mdnie/white_red
echo 255 > /sys/devices/virtual/mdnie/mdnie/white_green
echo 255 > /sys/devices/virtual/mdnie/mdnie/white_blue

# Set RGB values for BLACK
#
echo 0 > /sys/devices/virtual/mdnie/mdnie/black_red
echo 0 > /sys/devices/virtual/mdnie/mdnie/black_green
echo 0 > /sys/devices/virtual/mdnie/mdnie/black_blue

# Switch to STANDARD mode (to apply user configurable mode)
#
echo 1 > /sys/devices/virtual/mdnie/mdnie/mode
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby zlatan9. » 07 Dec 2013, 22:33

yank555 wrote:Kernel Update

Changelog v0.3-beta3

[list][*]updated CPU freq. max hardlimit enforcing to v1.1 (Yank555.lu)
[*]added cpu-boost driver (Saravana Kannan and Rohit Gupta)
[*]updated cpu-boost driver to make it compatible with CPU freq. max hardlimit enforcing (Yank555.lu)
[*]added experimental MDNIE controls (WhatHub)
[*]extended experimental MDNIE controls (Yank555.lu)
[*]added Yank MDNIE profile in Aroma
[*]added Sakaschi MDNIE profile in Aroma
[*]added asynchronous fsync by HTC (faux123)



Are you more focusing on Battery or performance?

IS this the best kernel for n9005 hahaha?
zlatan9.
 
Posts: 12
Joined: 12 Nov 2013, 21:13
Has thanked: 5 times
Been thanked: 1 time

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby yank555 » 07 Dec 2013, 22:46

zlatan9. wrote:
yank555 wrote:Kernel Update

Changelog v0.3-beta3

[list][*]updated CPU freq. max hardlimit enforcing to v1.1 (Yank555.lu)
[*]added cpu-boost driver (Saravana Kannan and Rohit Gupta)
[*]updated cpu-boost driver to make it compatible with CPU freq. max hardlimit enforcing (Yank555.lu)
[*]added experimental MDNIE controls (WhatHub)
[*]extended experimental MDNIE controls (Yank555.lu)
[*]added Yank MDNIE profile in Aroma
[*]added Sakaschi MDNIE profile in Aroma
[*]added asynchronous fsync by HTC (faux123)



Are you more focusing on Battery or performance?

IS this the best kernel for n9005 hahaha?


Well to be honest, at this point it's more about adding performance at little to no cost (fsync stuff, OC, CPU boost...), and mostly about adding features, there's more to come.

The first step towards more efficiency will be governor tweaking, hopefully porting zzmoove.

Oh, best ? I'm the wrong person to ask this question ;) It's the one I use on a daily bases, but as I said, it's WIP, been busy with S3 kernel and real life.

Faux's is definately more feature loaded.

So it all depends on what you're looking for.

JP.

Send from my 'proudly eFused' Note 3 (n9005) running Yank555.lu v0.3-beta3 kernel.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby zlatan9. » 07 Dec 2013, 23:00

yank555 wrote:
zlatan9. wrote:
yank555 wrote:Kernel Update

Changelog v0.3-beta3

[list][*]updated CPU freq. max hardlimit enforcing to v1.1 (Yank555.lu)
[*]added cpu-boost driver (Saravana Kannan and Rohit Gupta)
[*]updated cpu-boost driver to make it compatible with CPU freq. max hardlimit enforcing (Yank555.lu)
[*]added experimental MDNIE controls (WhatHub)
[*]extended experimental MDNIE controls (Yank555.lu)
[*]added Yank MDNIE profile in Aroma
[*]added Sakaschi MDNIE profile in Aroma
[*]added asynchronous fsync by HTC (faux123)



Are you more focusing on Battery or performance?

IS this the best kernel for n9005 hahaha?


Well to be honest, at this point it's more about adding performance at little to no cost (fsync stuff, OC, CPU boost...), and mostly about adding features, there's more to come.

The first step towards more efficiency will be governor tweaking, hopefully porting zzmoove.

Oh, best ? I'm the wrong person to ask this question ;) It's the one I use on a daily bases, but as I said, it's WIP, been busy with S3 kernel and real life.

Faux's is definately more feature loaded.

So it all depends on what you're looking for.

JP.

Send from my 'proudly eFused' Note 3 (n9005) running Yank555.lu v0.3-beta3 kernel.


But Yank555 with faux kernel I use Intelli plug and Intellidemand i see so much micro stutters that i dont see with Leankernel ...

I hate mpdecision i want to get rid off but intelli plug does make micro stutters...

Do you have any plants to make a hotplug ?
zlatan9.
 
Posts: 12
Joined: 12 Nov 2013, 21:13
Has thanked: 5 times
Been thanked: 1 time

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby yank555 » 07 Dec 2013, 23:10

I share your warm feelings about mpdecision ;)

Zzmoove would have it's own hotplugging, so kind of yes.

You can give this kernel a try, dunno if it's missing anything important for you... but it still needs mpdecision for now.

JP.

Send from my 'proudly eFused' Note 3 (n9005) running Yank555.lu v0.3-beta3 kernel.
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby zlatan9. » 07 Dec 2013, 23:13

yank555 wrote:I share your warm feelings about mpdecision ;)

Zzmoove would have it's own hotplugging, so kind of yes.

You can give this kernel a try, dunno if it's missing anything important for you... but it still needs mpdecision for now.

JP.

Send from my 'proudly eFused' Note 3 (n9005) running Yank555.lu v0.3-beta3 kernel.



Ahhh nice to hear, cant wait to test Zzmoove .

I hope you will more focus on note 3 then gs3 :) :)

Nice work men
zlatan9.
 
Posts: 12
Joined: 12 Nov 2013, 21:13
Has thanked: 5 times
Been thanked: 1 time

Postby yank555 » 07 Dec 2013, 23:52

zlatan9. wrote:Ahhh nice to hear, cant wait to test Zzmoove .

I hope you will more focus on note 3 then gs3 :) :)

Nice work men


S3 is quieter, and I'm feeling better (was ill), so it's time to focus on my daily kernel, this one ;)

For tomorrow I've touch2wake on my todo list, that's one feature I really miss...

Zzmoove may take a little, it's going to be harder to port, but the base is ready, powersuspend is ready as zzmoove needs it since earlysuspend is gone in Linux 3.4.

JP.

Send from my Nexus 7 ... who just had a break, had a Kitkat ...
Nexus 5 (aka. Hammerhead) 32Gb
Note 3 SM-N9005 32Gb Proudly eFused
SGS3 GT-I9300 32Gb
HTC Sensation XE
HTC HD2
TF300TG 32Gb

Image
Credits FAdrums !
User avatar
yank555
-----------
 
Posts: 3520
Joined: 11 Mar 2013, 20:51
Has thanked: 924 times
Been thanked: 4608 times

Re:

Postby zlatan9. » 08 Dec 2013, 00:01

yank555 wrote:
zlatan9. wrote:Ahhh nice to hear, cant wait to test Zzmoove .

I hope you will more focus on note 3 then gs3 :) :)

Nice work men


S3 is quieter, and I'm feeling better (was ill), so it's time to focus on my daily kernel, this one ;)

For tomorrow I've touch2wake on my todo list, that's one feature I really miss...

Zzmoove may take a little, it's going to be harder to port, but the base is ready, powersuspend is ready as zzmoove needs it since earlysuspend is gone in Linux 3.4.

JP.

Send from my Nexus 7 ... who just had a break, had a Kitkat ...


nice to hear men i hope you will be get fully better soon...

and do you have looked at lean kernels github it has performance tweaks

to be honest im not 100% sure what he means with that mayne you can have a look?

I think this will a be a beast kernel without be habe useless features..

can i be a beta tester or can I bring you ideas

I want to learn this kernel stuff ...

Apperciate you work men !

Ps: how can i donate you?
zlatan9.
 
Posts: 12
Joined: 12 Nov 2013, 21:13
Has thanked: 5 times
Been thanked: 1 time

Re: [n9005][2013/DEC/07][TW ROMs] Yank555.lu kernel v0.3

Postby zlatan9. » 08 Dec 2013, 00:10

Do you have hangouts so we can chat?
zlatan9.
 
Posts: 12
Joined: 12 Nov 2013, 21:13
Has thanked: 5 times
Been thanked: 1 time

PreviousNext

Return to Kernels

Who is online

Users browsing this forum: No registered users and 5 guests

cron