Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
nibla101
Old
#131  
nibla101's Avatar
Senior Member
Thanks Meter 68
Posts: 129
Join Date: May 2011
Location: Västerås
Quote:
Originally Posted by leap_ahead View Post
yes..too bad that we cant test it on 4.2.2 rom
Running it right now on ThinkingBridge ROM and its running fine.
>HTC Legend @768Mhz (Sold)
>Nexus S @1200Mhz

Seeder explained,
Quote:
Originally Posted by MBQsniper View Post
It makes your phone spit out seeds, then the seeds grow into trees, which gives the developers at Google more oxygen to breathe, improving their overall brain function and allowing them to push out better updates.
 
leap_ahead
Old
#132  
leap_ahead's Avatar
Senior Member
Thanks Meter 245
Posts: 1,217
Join Date: Jul 2009
Location: Limassol
Boot fine?
[Phone]Samsung Google Nexus S i9023 Cytamobile-Vodafone
[ROM]Rustyjay@Rasbeanjelly 4.2.2_r1.2 JDQ39E_BmTweaks+BmSeeder+BmMemfree
[KERNEL]Bedalus@Marmite MTP 411Mb Ram 3.0.72
[Recovery]Brainmaster@ClockworkMod Touch Carebear Edition_v5.8.0.2
Facebook Marmite Kernel page:http://www.facebook.com/MarmiteKernelByBedalusXda
 
xxxMADxxx
Old
#133  
xxxMADxxx's Avatar
Senior Member
Thanks Meter 643
Posts: 1,164
Join Date: Sep 2011
Location: C:\Program Files
Default Re: [KERNEL] vta2-kernel for Nexus S Jelly Bean #113

Test on XenonHD latest running great !!

Sent from my Nexus S using Tapatalk 2
 
ej8989
Old
#134  
ej8989's Avatar
Senior Member
Thanks Meter 183
Posts: 599
Join Date: Jul 2012
running smooth but i get high androidos drain
Unit Version: i9023
ROM: Slim Bean 4.2.2
Recovery: TWRP 2.5
Launcher: Apex 1.4.4
Root/Unbrick Nexus: NRT 1.6.3

 
sperelli
Old
#135  
sperelli's Avatar
Senior Member
Thanks Meter 80
Posts: 833
Join Date: Nov 2011
Quote:
Originally Posted by xxxMADxxx View Post
Test on XenonHD latest running great !!

Sent from my Nexus S using Tapatalk 2
tested on xenonHD
i changed from SIO to deadline, and my phone was practically unusable...
reverted back to previous kernel.

Google Nexus S: GT-i9023
Android: JB 4.2.2
build: JDQ39
ROM: Carbon AOSP unofficial
build: 23.04
Kernel: Marmite 8.5 bm CM
I/O: Deadline - Gov.: Ondemand
Baseband: I9023XXKB3
Theme: Dark Carbon
Launcher: Apex
Bootanimation: Dirty_Redz's
Recovery: CWM 5.0.2.3
 
ej8989
Old
#136  
ej8989's Avatar
Senior Member
Thanks Meter 183
Posts: 599
Join Date: Jul 2012
Quote:
Originally Posted by leap_ahead View Post
yes..too bad that we cant test it on 4.2.2 rom
Works smooth on slim bean 4.2.2. No battery drain also.
Unit Version: i9023
ROM: Slim Bean 4.2.2
Recovery: TWRP 2.5
Launcher: Apex 1.4.4
Root/Unbrick Nexus: NRT 1.6.3

The Following User Says Thank You to ej8989 For This Useful Post: [ Click to Expand ]
 
nibla101
Old
#137  
nibla101's Avatar
Senior Member
Thanks Meter 68
Posts: 129
Join Date: May 2011
Location: Västerås
SIO is a nice scheduler, any plans to add the row scheduler? or have you tried that one and found it worse?
>HTC Legend @768Mhz (Sold)
>Nexus S @1200Mhz

Seeder explained,
Quote:
Originally Posted by MBQsniper View Post
It makes your phone spit out seeds, then the seeds grow into trees, which gives the developers at Google more oxygen to breathe, improving their overall brain function and allowing them to push out better updates.
 
ej8989
Old
#138  
ej8989's Avatar
Senior Member
Thanks Meter 183
Posts: 599
Join Date: Jul 2012
I'm currently using this on slimbean 2.5 and there are no issues.
Unit Version: i9023
ROM: Slim Bean 4.2.2
Recovery: TWRP 2.5
Launcher: Apex 1.4.4
Root/Unbrick Nexus: NRT 1.6.3

 
krfoy
Old
#139  
krfoy's Avatar
Senior Member - OP
Thanks Meter 88
Posts: 108
Join Date: Feb 2010
Quote:
Originally Posted by nibla101 View Post
SIO is a nice scheduler, any plans to add the row scheduler? or have you tried that one and found it worse?
I didn't try it. Will it be better?
- lRabbit (abev66)

Nexus S | Jelly Bean 4.1.2 JZO54K | vta2-kernel
 
krfoy
Old
#140  
krfoy's Avatar
Senior Member - OP
Thanks Meter 88
Posts: 108
Join Date: Feb 2010
Quote:
Originally Posted by weedy2887 View Post
Comparing your source to the kernel I used to use, this is the only important change I see. https://github.com/abev66/linux-kern...90dda22aedc014

Does this help your SLCD panel? It looks like this is why the colours bug me.

Code:
--- herring-panel.c.vte	2013-01-12 11:12:53.008586928 -0500
+++ herring-panel.c.ink	2013-01-12 11:13:02.432012414 -0500
@@ -357,6 +357,7 @@
 		0x0b8,
 		0x0fc,
 	},
+#ifdef CONFIG_TL2796_CONVERT_COLORS_RES
 	.color_adj = {
 		/* Convert from 8500K to D65, assuming:
 		 * Rx 0.66950, Ry 0.33100
@@ -364,19 +365,20 @@
 		 * Bx 0.14142, By 0.04258
 		 */
 		.mult = {
-			2013265920U,
-			1619001344U,
-			1996488704U,
+			2318372099U,
+			2117262806U,
+			1729744557U,
 		},
 		.rshift = 31,
 	},
+#endif
 
 	.gamma_adj_points = &gamma_adj_points,
 	.gamma_table = gamma_table,
 	.gamma_table_size = ARRAY_SIZE(gamma_table),
 };
 
-static u16 brightness_setting_table[] = {
+static const u16 brightness_setting_table[] = {
 	0x051, 0x17f,
 	ENDDEF, 0x0000
 };
@@ -997,7 +999,7 @@
 	ENDDEF, 0x0000
 };
 
-static u16 R61408_brightness_setting_table[] = {
+static const u16 R61408_brightness_setting_table[] = {
 	0xB0, 0x102,
 	0xB9, 0x100,
 	0x1F7, 0x102,
Thank you, I'll try to revert this.
- lRabbit (abev66)

Nexus S | Jelly Bean 4.1.2 JZO54K | vta2-kernel

 
Post Reply+
Tags
jelly bean, kernel
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...