[KERNEL][SOURCE][GB] Working GB kernel

Dannyman3819

Well-known member
Sep 23, 2011
157
1
0
Visit site
This my friends is a bootable stock GB kernel built from source.
This kernel is not overclocked and Im probably not going to overclock it because of our battery life. If you would like to see this overclocked ask and Ill look into it.

Disclaimer:
Im not responsible for anything you do to your phone. By rooting you have already voided the warning. Proceed with cation.

UPDATE:
Wifi is fixed Also SmartAssV2 is now included in build 7

If you would like another governer please ask



juzejeva.jpg


If you would like to include this in your rom feel free to but give me credit
 
Last edited:

Dannyman3819

Well-known member
Sep 23, 2011
157
1
0
Visit site
Nice job! :eek:
Anything special you had to do in order to build it?

Yup it had a lot of missing files found all of them on the Internet.. Also its weird I put a printk line In calibrate.c for debugging and then it booted

Edit: but I'd bet if I take it out it'll still boot. It probably didn't boot cause I used the wrong config

Sent from my LG-LS840 using Tapatalk 2
 

wolfygang

Well-known member
Oct 27, 2012
125
0
0
Visit site
Yup it had a lot of missing files found all of them on the Internet.. Also its weird I put a printk line In calibrate.c for debugging and then it booted

Edit: but I'd bet if I take it out it'll still boot. It probably didn't boot cause I used the wrong config

Sent from my LG-LS840 using Tapatalk 2

Didn't you get the post I sent you awhile back? I got it built just couldn't find the right .ko file for WiFi didn't feel like flashing it a million times to find it because I couldn't over clock it:p

Sent from my 4.1.2 Samsung Galaxy Hercules using Android Central Forums.
 

Dannyman3819

Well-known member
Sep 23, 2011
157
1
0
Visit site
No I missed it. And what's weird is my wifi works great. As far as I know everything works in this.

Sent from my LG-LS840 using Tapatalk 2
 

dark_mirage

Well-known member
Aug 9, 2012
366
0
0
Visit site
Add the smartass governor, once your ready to add some speed tweaks. It makes everything much smoother.

Also, lowering the stepping tables improves battery life alot.
Enabling init.d support could open the door to some significant speed ups.
Sent from my LG Viper 4g LTE using Tapatalk 2
 

wolfygang

Well-known member
Oct 27, 2012
125
0
0
Visit site
tar xvfz
mkdir -p out
make ARCH=arm CROSS_COMPILE= O=out
make ARCH=arm CROSS_COMPILE= O=out
[i have a dual core pc so...]
make -j3 zImage ARCH=arm CROSS_COMPILE= O=out

These were my steps, I didn't have to download files offline.

Sent from my SGH-T989 using Android Central Forums
 

thenameisnigel

Well-known member
Apr 27, 2012
1,446
148
63
Visit site
Add the smartass governor, once your ready to add some speed tweaks. It makes everything much smoother.

Also, lowering the stepping tables improves battery life alot.
Enabling init.d support could open the door to some significant speed ups.
Sent from my LG Viper 4g LTE using Tapatalk 2

I gotcha on that one. ICS kernel is building as we speak. ;)
 

Dannyman3819

Well-known member
Sep 23, 2011
157
1
0
Visit site
Add the smartass governor, once your ready to add some speed tweaks. It makes everything much smoother.

Also, lowering the stepping tables improves battery life alot.
Enabling init.d support could open the door to some significant speed ups.
Sent from my LG Viper 4g LTE using Tapatalk 2

Thanks for the tips I just put in smartassv2 and init support

tar xvfz
mkdir -p out
make ARCH=arm CROSS_COMPILE= O=out
make ARCH=arm CROSS_COMPILE= O=out
[i have a dual core pc so...]
make -j3 zImage ARCH=arm CROSS_COMPILE= O=out

These were my steps, I didn't have to download files offline.

Sent from my SGH-T989 using Android Central Forums

Huh I did that too but most of the files I was missing was the include files

Is that the kernel PG was working on a while back?

Nope built this from source

Sent from my LG-LS840 using Tapatalk 2