[KERNEL][GOLFU][Linaro] Prometheus Kernel - HTC Desire C

PROMETHEUS KERNEL [ 26/04/2013]
Hey Guys.
So , I have been trying my hand in building a kernel for the Device for the past few days . I am sharing the work here.
Code:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
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.
Don't complain if your device explodes in your hand or vanishes into thin air..
Overclocking is purely based on a personal choice and is not always recommended. So be careful while doing so.
1# post: Features
2# post: ChangeLogs and Downloads
3# post: FAQ
FEATURES :
I . General Features
=>Build from the latest golfu kernel source.
=>Makefile Optimizations & Compiled with Linaro-4.6.2
=>KSM and cleancache support
=>FastCharging Support ( Experimental)
=>TUN,CIFS support
=>LZMA Compression used for Kernel (Speed)
=>EXT3 journaling and some kernel parameter tweaks optimised for the device
=>Overclockable to 767mhz or 800mhz or 822mhz
=>init.d support
=> Patched to linux 3.0.79 upstream [NEW]
II. GOVERNORS
=>intellidemand
=>interactive (Tweaked)
=>conservative
=>ondemand
=>SmartassV2
=>Performance
III. SCHEDULER
=>noop
=>deadline
=>cfq
=>vr
=>sio
=>bfq
=>row[NEW]
Instructions:
=>Download the boot.img
Code:
fastboot erase cache
fastboot flash boot boot.img
=>Reboot
Credits :
Maxwen Adi_pat,stratosk,sultanxda for their sources
einstein.frat , cute_prince for sharing their acpuclock
All the testers
Consider hitting the Thanks button If you like my work

CM10 Kernels
CM10 V1: Changelogs And downloads : Here
CM10 V2 (Latest) : Changelogs And downloads : Here
Click to expand...
Click to collapse
Sense4 Kernels
ChangeLogs , Downloads
Version7- Linaro
Changelogs and downloads Here
Version6- Linaro
Changelogs > Here
828mhz> http://d-h.st/TLt
816mhz> https://www.dropbox.com/s/prx278u7hoxc7um/boot.img
800mhz> https://www.dropbox.com/s/2ck5jsenlwccooz/boot.img
767mhz> https://www.dropbox.com/s/uajwqgaovoshe0y/boot.img
Version5
ChangeLog > Here
828mhz: https://www.dropbox.com/s/o008vt5lrw0wgcj/boot.img
816mhz: https://www.dropbox.com/s/chx26dqzvszh7hs/boot.img
800mhz: https://www.dropbox.com/s/lbj7yanykwaej2r/boot.img
767mhz: https://www.dropbox.com/s/v4h8rpuxr40kxlb/boot.img
Version4
ChangeLog > Here
828mhz > https://www.dropbox.com/s/mjnk14mc4iea81j/boot.img
800mhz > https://www.dropbox.com/s/ztisusn6yeo01br/boot.img
767mhz > https://www.dropbox.com/s/f6x3j4zihcvnya6/boot.img
Version3
Code:
=>Patched to 3.0.70
=>Added Badass governor and misc enhancements.
828mhz = Link
Version2
Code:
=>Patched to linux 3.0.69
=>Snappy compression for zRAM
=>row scheduler+ lionheart and lazzy governors
800mhz= http://d-h.st/PSe (Reduced PLL value , should be a little more stable now)
832mhz= http://d-h.st/af8
. Initial Work
=>767mhz : http://d-h.st/MFp
=>800mhz : http://d-h.st/u3k
=>Experimental 800mhz (For sturdier devices) : http://d-h.st/Y1S
=>822mhz : http://d-h.st/NLh
Stock Boot image : http://d-h.st/5OA
Click to expand...
Click to collapse
Benchmarks / Hall Of Fame
CM9 Kernels
Changelogs
=>All changes that where made to my latest sense4 kernel
=>Added GPU OC ( Thanks to cute_prince)
=>More total Ram => From 415mb stock to 429mb
767mhz: https://www.dropbox.com/s/rwkqejx5lrsbkn9/boot.img
800mhz: https://www.dropbox.com/s/6gu8xnm2gj0w1tz/boot.img
828mhz: https://www.dropbox.com/s/5merj9a9sdyegf0/boot.img
Click to expand...
Click to collapse
a. 767mhz :
{
"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"
}
b.822mhz :
-Thanks to szortt
-Thanks to whoamigriffiths
-Thanks to lead3r1

FAQ & SOURCES
1. What is KSM and is it enabled by default?
>Check this to know more on KSM http://en.wikipedia.org/wiki/Kernel_SamePage_Merging_(KSM) .
Its not enabled by default. You can make a init.d script as follows and place it in the init.d folder to enable it.
Code:
#!/system/bin/sh
#
echo 1 > /sys/kernel/mm/ksm/run 1
echo 600 > /sys/kernel/mm/ksm/pages_to_scan
echo 3000 > /sys/kernel/mm/ksm/sleep_millisecs
2. How to use Zram?
>Place the following script in the init.d folder. You may replace 64 with 128 too.
Code:
##!/system/bin/sh
#set zRAM size (recommended sizes are 64 and 128, as this compresses an actual block of RAM. Setting it higher will likely impede performance)
echo $((1024*1024*64)) > /sys/block/zram0/disksize
#use busybox to create and activate zram0, if busybox is not in /system/xbin, modify accordingly
/system/xbin/busybox mkswap /dev/block/zram0
/system/xbin/busybox swapon /dev/block/zram0
3. How to enable fast charging ?
> Type this in terminal
Code:
su
echo 1 > /sys/class/power_supply/battery/fast_charge
4. How to utilize fsync_control ?
This can be used in cm9 (or CM10 when that kenrel is out) and not in sense roms.
> Type this in terminal
Code:
su
echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled
Click here for the Sources

Awsome Nikhil !!! Gonna flash them right now !! and let u knw how good it is
Btw God of war Fan ???

SaM` said:
Awsome Nikhil !!! Gonna flash them right now !! and let u knw how good it is
Btw God of war Fan ???
Click to expand...
Click to collapse
Haha yeah :cyclops:
Its my first kernel , but did a lot of reading before building it. So , hopefully it should be good

buddy !! i flashed 800 mhz kernel !! but my cpu frequency is 767 !! and i tried some apps but max is 767 only

SaM` said:
buddy !! i flashed 800 mhz kernel !! but my cpu frequency is 767 !! and i tried some apps but max is 767 only
Click to expand...
Click to collapse
Whhoops , I think I uploaded the wrong kernel . I will re upload it soon.
Edit: Re uploaded , could you try now?

Re: [KERNEL][GOLFU] Prometheus Kernel
Gimme a sec inside a deadly fifa 13 online match
Sent from my HTC Desire C using xda app-developers app
---------- Post added at 06:28 AM ---------- Previous post was at 05:45 AM ----------
Okay ...i flashed the new one ..its fast and snappy while in UI and my games are running a lil better than b4 ..but somehow my antutu score is lower use to be 4600+ but with this its 4400 + ... Not sure if its coz of new update by them ... Other than that my phone looks more smooth in UI and games both ..thnx a lot nikhil ..always appreciate your work
Sent from my HTC Desire C using xda app-developers app

SaM` said:
Gimme a sec inside a deadly fifa 13 online match
Sent from my HTC Desire C using xda app-developers app
---------- Post added at 06:28 AM ---------- Previous post was at 05:45 AM ----------
Okay ...i flashed the new one ..its fast and snappy while in UI and my games are running a lil better than b4 ..but somehow my antutu score is lower use to be 4600+ but with this its 4400 + ... Not sure if its coz of new update by them ... Other than that my phone looks more smooth in UI and games both ..thnx a lot nikhil ..always appreciate your work
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Yeah , I have reduced oveclock speeds slightly since some people were experiencing reboots . If you want I can increase it slightly , but all devices might not be able to handle it.

Re: [KERNEL][GOLFU] Prometheus Kernel
Upload a seprate version for people like us who doesn't get any reboot and is it possible to overclock a lil more just for testing ???
Sent from my HTC Desire C using xda app-developers app

SaM` said:
Upload a seprate version for people like us who doesn't get any reboot and is it possible to overclock a lil more just for testing ???
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Yeah I can try this , but since I have a 767mhz compatible device I wont be able to test it. So I will need some more testers if possible

Re: [KERNEL][GOLFU] Prometheus Kernel
Im happy to be the frst onee if u dont hav any problem
Sent from my HTC Desire C using xda app-developers app

SaM` said:
Im happy to be the frst onee if u dont hav any problem
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Sam, check your pm .

800Mhz causes random reboots. Also on einstein.frat kernel I had random reboots. My phone is resistant
Still testing 767Mhz.

qubbus said:
800Mhz causes random reboots. Also on einstein.frat kernel I had random reboots. My phone is resistant
Still testing 767Mhz.
Click to expand...
Click to collapse
If 800mhz from einstein didnt boot for you , this one will also not boot.Since some devices dont seem to be able to handle a high PLL value(above 74 ). Thats why I made 2 seperate boot images.
Edit : Uploaded the experimental versions of 800mhz kernel , for people having a sturdy device . Testers have confirmed 4600+ scores on this one.

Works WIFI on SLimSense ROM?

Jaizu said:
Works WIFI on SLimSense ROM?
Click to expand...
Click to collapse
Yeah it should .Replace the modules with the ones from nameless rom or revolution, then it should work.

Tx Nikhil, the more development the better!
But, in what way is this a better kernel than Nameless 806OC?

Thanks Nikhil more choices now.
Great Work!

Phenziox said:
Tx Nikhil, the more development the better!
But, in what way is this a better kernel than Nameless 806OC?
Click to expand...
Click to collapse
Hmm its not good to compare the work phenz . But all the features are mentioned in the OP(like more governors and schedulers etc). This is just the initial work so expect more soon
Btw I have got OC upto 828mhz and it seems to work well for the testers.But the negative is , the battery drain is more
russell664 said:
Thanks Nikhil more choices now.
Great Work!
Click to expand...
Click to collapse
Thanks russ . I will try to include more features into this and switch over to Revelution kernel. Btw you can check my git , its updated to linux kernel 3.0.30 now.

Related

[KERNEL][ICS][2.6.35.7] CK Kernel v0.4d... LEBAY edition

I present my kernel built for FB0 ICS roms.
Nothing big, just few tweaks and patches for common use.
BEFORE YOU DOWNLOAD, IT IS IMPORTANT FOR YOU TO KNOW THAT EVERY NEWER VERSIONS HAVE ALL INHERIT FEATURES FROM THE PREVIOUS VERSIONS. PLEASE READ ALL OF THIS POST..... SO YOU WILL KNOW ALL ABOUT IT BEFORE YOU WRITE ANY COMMENTS..... ANYWHERE.....
========================
20120728
v0.4d:
- Change crosstool
- Fixed some frequency for some govs
- swap memory option (v0.4d)
- ksm enabled (v0.3c)
- cleancache fixed (v0.3c)
- ramzswap (v0.3c) replaced by zram (v0.3d)
- added ondemandx gov (v0.3d)
- VR and BFQ iosched added (v0.3d)
- some modules integrated (v0.4 - release version)
- btrfs filesystem (v0.4)
- memory leak fix (v0.4b)
- add fugeswap in lowmemkiller (v0.4b)
- small ondemand tweak(v0.4b)
- adjust vm ratios (v0.4b)
- Correct divx codec type (v0.4b)
- fix BFQ iosched (v0.4b)
- tweak some govs (v0.4c)
- Fixed RCU (v0.4d) from v0.4b RCU problem
- ntfs filesystem (v0.4d)
- enabled zram swap memory
You can change ZRam swap size in /system/etc/init.d/001-zramswap file or you can delete the file if you don't need zram swap and want to disable it.
zram is just a swap partition on a compressed ram disk, so it just like you have some more additional memory.
Download v0.4d for all FIH varian here, NO zram swap.
Download v0.4d for all FIH varian here, 90MB zram swap.
========================
201207013, The Friday 13th Kernel
v0.3:
- New feature 2 Way Call Recorder
- Frequency scale from 24 MHz to 2GHz
- Some clean up...
- Increase performance for roms
- Customizable VDD Level
- Added SIO option
It's using ondemand as default governor but I suggest you to change to SmartassV2 for better experience.
For 2 way call recorder it has tested with 2 Way Call Recorder by Skvalex, MP3 and WAV format supported. Hasn't tested by any others 2 way call recorder applications. Thanks to Paarkhi and Free Radical for been testers.
You can use any CPU application such as SetCPU or else to set frequency, or use built in frequency setting.
WARNING... Don't overclock it if you don't feel comfortable taking the risk!
Tested working at 2GHz on my device, but not sure with your device.
You can use IncrediControl or any voltage control application to do experiment with VDD level.
v0.3b, Change setting to make faster at boot and SmartassV2 gov as default
Download v0.3b HERE.
v0.3, ondemand gov as default
Download v0.3 HERE.
========================
20120702
v0.2c:
- smartassV2 fix
- more interesting govs
- Min freq at 24 MHz, default at 122 MHz
- Default gov Ondemand.
- Sdcard read tweak
Download v0.2c HERE.
========================
20120626
v0.2b:
- Wifi SOD fixed
With this kernel, your device will NEVER enter to deep sleep WHILE wifi is ON. This is the trick to handle wifi SOD.
Download v0.2b HERE.
========================
20120621
v0.2:
Added:
- More governors
- More frequencies
- Deep Sleep fix
- NetFilter
- TUN support
... and some forgotten
- Freq Max 1520 MHz, default at 1024 MHz
- Freq Min 61 MHz, default at 122 MHz
Default governor at smartassV2
Bugs: - Still has Wifi SOD
Download v0.2 HERE.
========================
Flash it using cwm and clear dalvik cache.
Here is the rules:
1. I will not take any responsibility if some bad things happened after flashing this kernel (I just take the good things ).
2. If you do not know what you're doing, DON'T FLASH IT.
3. If you really want to flash it and you will do it, you have to remember rule number 1.
Credit goes to:
Tj_Style... our main dev, Andro prof... Thanks a LOT.
ardX
Edowar
Mantera
Whyzor
ADRENO 2xx DRIVERs...
This is the latest Adreno 2xx driver for ICS for everyone who want to use it.
This is the fastest for test, but lag on game Adreno 2xx driver for ICS
Hoho...
thank you gan..
maybe agan Abenagiel also need to make kernel treat for the device...
BTW, is there any changelog for this kernel?
CacingKalung said:
--- Reserved for OP Parking ---
Click to expand...
Click to collapse
wah now you open new thread for you kernal..goooooood work my brother....
#sekarangsayasudahberjayadecompliekernalnetapibilasayacomplieyabaliksayatidakberjayabottingnya(stuck on splash.img)
have solusionnya CK?
elol said:
wah now you open new thread for you kernal..goooooood work my brother....
#sekarangsayasudahberjayadecompliekernalnetapibilasayacomplieyabaliksayatidakberjayabottingnya(stuck on splash.img)
have solusionnya CK?
Click to expand...
Click to collapse
You mean unpack and repack boot.img? I use dsixda-kitchen to do it.
This kernel work like a charm
wifi tether work greatly
video playback is good ... (feeling some leggy feel with 720 HD video will check by installing codec of mx player)
find more governors ...
Good work CK bro ...
{
"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"
}
For everyone who want MIUIv4, after being hours of manual patching I've succeeded to port MIUIv4 2.6.22 to our device using this kernel. Most feature are working. I manage to share it tonight. I can share this because I just solved the google contact synch which hold me to share my previous MIUIv4 version which still has that issue.
Ofcourse there are some inherited issue just like another ICS for our device.
working:
- Camera work, but can't record video (inherit issue)
- Data, 2G/3G ok
- Wifi ok
- Root permission ok
- Torch ok
- compass ok
- videoplayer ok
- ...
CacingKalung said:
For everyone who want MIUIv4, after being hours of manual patching I've succeeded to port MIUIv4 2.6.22 to our device using this kernel. Most feature are working. I manage to share it tonight. I can share this because I just solved the google contact synch which hold me to share my previous MIUIv4 version which still has that issue.
Ofcourse there are some inherited issue just like another ICS for our device.
working:
- Camera work, but can't record video (inherit issue)
- Data, 2G/3G ok
- Wifi ok
- Root permission ok
- Torch ok
- compass ok
- videoplayer ok
- ...
Click to expand...
Click to collapse
wow, thats awesome, please uplod it soon ck...
its gonna be cool..
idws reccomended
Yes, Please post it whenever possible , TIA
wifi S.O.D patch
CacingKalung said:
I present my kernel built for FB0 ICS roms.
Nothing big, just few tweaks and patches for common use.
Added:
- More governors
- More frequencies
- Deep Sleep fix
- NetFilter
- TUN support
... and some forgotten
- Freq Max 1520 MHz, default at 1024 MHz
- Freq Min 61 MHz, default at 122 MHz
Default governor at smartassV2
Bugs: - Still has Wifi SOD
Flash it using cwm and clear dalvik cache.
Download it HERE.
Here is the rules:
1. I will not take any responsibility if some bad things happened after flashing this kernel (I just take the good things ).
2. If you do not know what you're doing, DON'T FLASH IT.
3. If you really want to flash it and you will do it, you have to remember rule number 1.
Credit goes to:
Tj_Style... our main dev, Andro prof.
Edowar
ardX
Mantera
Whyzor
Click to expand...
Click to collapse
congrat om..
this is wireless source patch for fixing SOD
thanks
CacingKalung said:
For everyone who want MIUIv4, after being hours of manual patching I've succeeded to port MIUIv4 2.6.22 to our device using this kernel. Most feature are working. I manage to share it tonight. I can share this because I just solved the google contact synch which hold me to share my previous MIUIv4 version which still has that issue.
Ofcourse there are some inherited issue just like another ICS for our device.
working:
- Camera work, but can't record video (inherit issue)
- Data, 2G/3G ok
- Wifi ok
- Root permission ok
- Torch ok
- compass ok
- videoplayer ok
- ...
Click to expand...
Click to collapse
awesome work, bro! love ya!!
Friends I do not know what is the work of kernel but still I download this kernel also driver zip of abangiel .....
HD video working fine
YouTube is working too
Set CPU is more governed ....
Games are working too ..
Camera is working no change ... till now SOD is not there ...
So overall is good job done by CK
I try this despite, its mentioned in instructions do no do if you not know about ....
I want to learn new things that is why always ready for experiments ...
Thanks for sharing
God bless you ..
Waiting for your miui rom .....
Sent from my FIH-FB0 using xda premium
Great going CK.
I am waiting for your MIUI v4.
Please add the 2 way call recording patch and I will jump on board too
Been a while since I flashed my phone
Free Radical said:
Great going CK.
I am waiting for your MIUI v4.
Please add the 2 way call recording patch and I will jump on board too
Been a while since I flashed my phone
Click to expand...
Click to collapse
Great to see you active again
Sent from my Wellcom-A99 using XDA
abenagiel said:
congrat om..
this is wireless source patch for fixing SOD
thanks
Click to expand...
Click to collapse
Wow... thanks a lot mate, I just want to ask you about that, but you've gave me first.... lol... thanks again.
whyzee said:
awesome work, bro! love ya!!
Click to expand...
Click to collapse
Your welcome bro...
rockakhtar said:
So overall is good job done by CK
I want to learn new things that is why always ready for experiments ...
Thanks for sharing
God bless you ..
Waiting for your miui rom ...
Click to expand...
Click to collapse
Thanks to you to.
Experiment with base knowledge, that what I always did also.
Free Radical said:
Great going CK.
I am waiting for your MIUI v4.
Please add the 2 way call recording patch and I will jump on board too
Been a while since I flashed my phone
Click to expand...
Click to collapse
Hey FR.... where have you been? We've been missed you and your work.....
I've planed to integrate 2wcr, in fact it's already there in it, but hasn't activated yet, need some more time to apply it.
Sent from my bike using Tapatalk
abenagiel said:
congrat om..
this is wireless source patch for fixing SOD
thanks
Click to expand...
Click to collapse
Can I install this file along with cks kernel or is this file meant for cks project.
Also will this file or driver solve wifi sod on this kernel pls guys correct me if am wrong .
Is cks kernel wifi sod free?
Sent from my FIH-FB0 using xda premium
wesleyel said:
Can I install this file along with cks kernel or is this file meant for cks project.
Also will this file or driver solve wifi sod on this kernel pls guys correct me if am wrong .
Is cks kernel wifi sod free?
Sent from my FIH-FB0 using xda premium
Click to expand...
Click to collapse
You can't instal it this file,this is source file to need complie the kernal...
wesleyel said:
Can I install this file along with cks kernel or is this file meant for cks project.
Also will this file or driver solve wifi sod on this kernel pls guys correct me if am wrong .
Is cks kernel wifi sod free?
Sent from my FIH-FB0 using xda premium
Click to expand...
Click to collapse
Yes, wifi SOD still exist in CK's kernal. As I'm on elol's IceColdSandwich, combo fix by Paarkhi is good enough to fix wifi SOD after flashing this kernal.
Thanks for the welcome back guys.
been busy with life. You guys have done some amazing work here,especially vivekb and paarkh besides the usual gurus like CK and elol. Nice to see new faces too like abenagiel. I see everyone in the community contributing to development
That's the spirit,
keep rocking \o/
2wcr is something I can't do without unfortunately
So I guess I'll wait around a bit more
Free Radical said:
Thanks for the welcome back guys.
been busy with life. You guys have done some amazing work here,especially vivekb and paarkh besides the usual gurus like CK and elol. Nice to see new faces too like abenagiel. I see everyone in the community contributing to development
That's the spirit,
keep rocking \o/
2wcr is something I can't do without unfortunately
So I guess I'll wait around a bit more
Click to expand...
Click to collapse
thanks because came back my brother..i really miss you..and now very happy you came back

[Kernel][Stock] Space-Kernel V4 (*UPDATE*7/1/13*)

Hi guys after some time i finally got my own kernel compiled
first kernels didnt booted but latest ones thanks to An0nym0us_ bootimgtools they work fine now
{
"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"
}
Feautures of the Kernel
OC
122 MHZ
200 MHZ
245 MHZ
320 MHZ
480 MHZ
614 MHZ
787 MHZ
806 MHZ
825 MHZ
844 MHZ
864 MHZ
883 MHZ
902 MHZ
921 MHZ
940 MHZ
960 MHZ
Only use these frequencies if you are experienced user with OC
Click to expand...
Click to collapse
UV
Governors:
smartassV2
smartass
interactiveX
interactive
conservative
ondemand
userspace
powersave
performance
RamZwap
Swap
rZwap
Cifs
tun
EXT4 EXT 3 EXT 2 RFS Support
I/O Schedulers
noop
deadline
SIO
good Battery Life
Custom BootLogo
Custom BootAnimation
Thanks to :
Nims11
An0nym0us_
LibiSC
Zcop
side_effect for some extra help
OldDroid For fixing my bootanimation resizer ( he signed it with special program so it worked )
AOKP for original bootanim mine is instead of colorfull BW
and Ketut.kumayaya for rle to png png to rle tool
Sources
My Github Sources are Here :- https://github.com/spacecaker/Stock_spacecaker_kernel
Downloads
V2:-http://www.mediafire.com/download.php?3mx05sf63lcl52m
V3 http://www.mediafire.com/?pj4466f66kr4o89
VV4.0:- *NEW* http://www.mediafire.com/?zcmt6c8bigrs7sh
How to Install ?
download the zip file
go to install zip from sdcard and flash the zip u downloaded
Done
Reboot and check about phone if it worked
u will see something like this in kernel version
Changelog :-
Code:
V4- Change CPUfreq
edited every Volt frequence to reduce battery usage
governor tweaks
Phone more stable thanks to the cpufreq hack
V3- Deleted RamZwap Caused some unstability / LAG
V2 - Renamed to Space-Kernel * is my name thats why :p *
Fixed EXT4 support thanks to Nims
V1 - Initial Build some bugs like NO EXT4 system crashes
Well done job friend..:thumbup:
Waiting for this since long time..
KranTi said:
Well done job friend..:thumbup:
Waiting for this since long time..
Click to expand...
Click to collapse
thanks
i was waiting for this a long time to
So are you a dev or a themer
BTW Nice job!
Finally!
It compiled huh?
Great job!
masterex567 said:
Finally!
It compiled huh?
Great job!
Click to expand...
Click to collapse
it always compiled
only first i was using wrong device configs i was using beni ( aka mini )
instead of cooper
and since the latest ones booted fine i moddified the kernel
next up is fixing my pc for building cm10 from sources
Sent from my GT-S5830 using xda premium
Finally after i got some help from BNC Dev Gio Team
Ukie Tux
ive forced my sources to be updated to git with git push -f
thanks mate
Source Now available
now the themer who's becoming a dev
great work space...:gud luck
will you make kernel for CM rom too ?
LepayDS said:
will you make kernel for CM rom too ?
Click to expand...
Click to collapse
Later
I will try to compile for cm7 /9 /10
But now enjoiying my free time
Sent from my GT-S5830 using xda premium
SpaceCaker said:
it always compiled
only first i was using wrong device configs i was using beni ( aka mini )
instead of cooper
and since the latest ones booted fine i moddified the kernel
next up is fixing my pc for building cm10 from sources
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Beni is Galaxy Fit lol...
BTW great job! I will use this as soon as I go to stock! :good:
(SWAG)ger ->Secretly We Are G*y.. DAFUQ dude?!
Nice work though, needs a better name
SpaceCaker said:
Later
I will try to compile for cm7 /9 /10
But now enjoiying my free time
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
what rom are you using? is just stock or a stock custom rom? i'm waiting for your sgs3 rom
gonna try this later, already downloaded
I was using stock rfs xwktr rom
And also tried on xwktr deodexed + ext4 custom rom
Sent from my GT-S5830 using xda premium
can u tell us what u did in the kernel which improves battery?
zeeshanhassan said:
can u tell us what u did in the kernel which improves battery?
Click to expand...
Click to collapse
I used parts of battery extender source for battery files
Sent from my GT-S5830 using xda premium
Soo any respons of users of this kernel?
My own respons
On RFS
Oc to 940 mhz gives System Freeze
Sent from my GT-S5830 using xda premium
Hi!
Nice kernel!
can you make possibility to set the maximum frequency to 800?
thanks
iron86 said:
Hi!
Nice kernel!
can you make possibility to set the maximum frequency to 800?
thanks
Click to expand...
Click to collapse
Will look into that
Sent from my GT-S5830 using xda premium

[DEV]]KERNEL] SpaceKernel CM7[V2][UPDATED10-05-13]

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 Kernel
* before flashing it! YOU are choosing to use these modifications upon your own choice, and if
* you point the finger at me for messing up your device, I'll just sit and laugh at you.
*/
Features
-Enable RLE ( SplashFace)
-NO OC ( why to keep the battery nice and clean )
-Governors
brazzilianwax
lagfree
smartass
scary
savadedZen
InteractiveX
Interactive
conservative
intellidemand
ondemand
Lionheart
smartassv2
performance
-CPU Levels
122 MHZ
200 MHZ
245 MHZ
320 MHZ
480 MHZ
540 MHZ
614 MHZ
672 MHZ
729 MHZ
768 MHZ
780 MHZ
800 MHZ
-Triple buffer for framebuffer
-enabled cleancache and frontswap
- more ram from logger
- memory tweaks
- Call recording
- Updated Netfilter
- and multiple more
Sources
My sources- https://github.com/spacecaker/CM7_Space_Kernel_Cooper
Downloads
http://www.mediafire.com/?2vk1v9dub7d4d0c V1
http://www.mediafire.com/?q03s2zrssab6asg V2
Screenshoots
{
"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"
}
Note: the kernel is NOT 3.0 its moddified 2.6.35.14
Credits
Teamhacksung
nobodyatall
skynet28 - for some very helpfull governors and sio files
Dragonn - for a better compile script
Ketut kumayaya - for blackhawktools ( included insource )
How to install?
Instal CM7 ( GB2.3.7/8)based rom
Download my spacekernel.zip
Put the zip on the root of sdcard
Go to cwm recovery
Press install zip from sdcard
Select the zip
Let it install and
Reboot
ChangeLog
Code:
V1
- Initial Release
- Deleted OC options
- fix compile tool
- use GCC not linaro ( didnt boot when i tried linaro but that could be because its for armv7 )
- merge Governors of Skynet
V2
- Second release
- Trimmed CPU freq to bit lower / usefull volumes
- claim more ram from loggers
- Memory Tweaks * thanks NaA*
V3
- Third release
Firsties !
Awesome Space you got it released!
I couldn't get it to build lol.
Re: [DEV]]KERNEL][W.I.P] SpaceKernel CM7
PulseDroid said:
Firsties !
Awesome Space you got it released!
I couldn't get it to build lol.
Click to expand...
Click to collapse
Tell me ur error xD
I will fix as i did modify the compile script a lot
Sent from my ST25i using xda app-developers app
SpaceCaker said:
Tell me ur error xD
I will fix as i did modify the compile script a lot
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Nope it's okay, I mean here it is I don't need to compile it
Please check my Logcat of CM Mini uppyDogEyes:
I will try with last lewa os rom
When I saw kernel 3 was going to explode but then I saw the note below
Re: [DEV]]KERNEL][W.I.P] SpaceKernel CM7
Mm7 said:
When I saw kernel 3 was going to explode but then I saw the note below
Click to expand...
Click to collapse
Yeah
I was doing some edits
And compiled
After that but then it was 2.6.35.14
And thought oh my edit didnt worked so next day i fixed some parts and compiled again and it was changed
Sent from my ST25i using xda app-developers app
Wow !! Awesome job Space ! I noticed a difference as soon as my Ace finished booting up. Way smoother and faster. Sweet
hooked_on_droid said:
Wow !! Awesome job Space ! I noticed a difference as soon as my Ace finished booting up. Way smoother and faster. Sweet
Click to expand...
Click to collapse
i am still working on the kernel but also CSM7.2
kernel will have some updates offcourse
Can you create an version with overclock option pleaseeeee?
update comming soon
Sent from my S500 using xda app-developers app
Kernel Updated
me frustrated thanks to my fabulous wifi =_=
damn thing doesnt load xda properly or any other sites
so
i think i migth keep from the web for a short time till my net works properly again
good bye guys
SpaceCaker said:
Kernel Updated
me frustrated thanks to my fabulous wifi =_=
damn thing doesnt load xda properly or any other sites
so
i think i migth keep from the web for a short time till my net works properly again
good bye guys
Click to expand...
Click to collapse
if possible could someone sent me the about phone / kernel version screenshoot ?
thank u :3
Sent from my S500 using xda app-developers app
Just asking, did you build it purely from source or used some kernels like fire kernel to build for example ? I'm keen to know. Because I absolutely love dragonn's fire kernel. And if you've used this as a base, I'm sure that your tweaks would have made it very better. And how do you think is the kernel's performance as compared to that of fire kernel ? Eager to try this.
Sent from my GT-S5830 using xda premium
Venomous Viper 119 said:
Just asking, did you build it purely from source or used some kernels like fire kernel to build for example ? I'm keen to know. Because I absolutely love dragonn's fire kernel. And if you've used this as a base, I'm sure that your tweaks would have made it very better. And how do you think is the kernel's performance as compared to that of fire kernel ? Eager to try this.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
ive based it on cm7.2 kernel(teamhacksung) and merged some commits + added some myself
and for source u can see my github
i couldnt add more / change more as everything is like almost in every kernel already :/
thats why i didnt ad oc
Sent from my S500 using xda app-developers app
SpaceCaker said:
ive based it on cm7.2 kernel(teamhacksung) and merged some commits + added some myself
and for source u can see my github
i couldnt add more / change more as everything is like almost in every kernel already :/
thats why i didnt ad oc
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
about performance i currently dont know
dont use ace
its laying somewhere
Is SU included in kernel ?
Cryss said:
Is SU included in kernel ?
Click to expand...
Click to collapse
think none
or it was superuser
Sent from my S500 using xda app-developers app
SpaceCaker said:
think none
or it was superuser
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
Is best if not ... but thanx for answer

[KERNEL][JB][4.1.1/4.1.2/4.2.2]Single kernel for stock and CM/CM based ROM

STOP PRESS: STILL UNDER DEVELOPMENT GALAXY TAB 2 DUAL BOOT PROJECT
Click to expand...
Click to collapse
Only for cm-10.1-20130217-NIGHTLY or newer and stock JB ROM 4.1.1 (untested) and 4.1.2
Click to expand...
Click to collapse
This is [BOOT IMAGE][GT-P31XX] KK-Boot - Custom boot image for stock 4.1.1/4.1.2 ROM and [KERNEL][GT-P31XX][JB][4.2.2]CyanogenMod 10.1 unofficial kernel 3.0.31 combination, plus cm-10.1-blackhawk commit on github:
Remove Samsung debugging code in ext4 filesystem, inline with omapzoom
Initializing Android USB depending on the rom type, big thanks to gokhanmoral. This is the key of single kernel. Multiboot support not so far, you can reuse my kernel for multiboot (if you can)
Compiler optimizations
Kernel without CGROUPS support
Using SLQB memory allocator
Decrease MPU, IVA, and GPU voltage
Adapt and fix codeworkx's sysfs for controlling pivot mode. This is the key of landscape kernel
Stop the spam from audio driver
An exprimental config, remove a lot of debugging config from kernel: 775MB RAM
Stock JB 4.1.1/4.1.2 ROM: Using a slim version of busybox (from gokhanmoral's ramfs for siyahkernel-sgs3), bash and nano binary, sysrw and sysro script removed. GPU clock @ 384MHz + 2D GPU rendering, stock ROM really need an overclocked GPU.
CM/CM based ROM: As usual, change ro.sf.hwrotation value from 270 to 0 in /system/build.prop will transform your device to landscape mode, a workaround fix for boot animation graphic glitch. GPU clock @ 307MHz + 2D GPU rendering + 16bit transparency + disabled dithering + purging assets allowed
/system/etc/init.post_boot.sh is yours kernel tuning template. But remember, do not force your system too much until you are sure that your device is able to handle it.
Flash this using the latest CWM, CWM Touch, Philz Touch, or TWRP at your own risk!
Sir u r totally awesome.. Jus one word for u.. Waaoo.. The quality of work u have.. Jus incredible.. Please accept my honour.. God bless u :thumbup:
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
I m pretty sure that its going work on pac rom as well as slim rom.thanks a million ketut sir
drsiddique5700 said:
I m pretty sure that its going work on pac rom as well as slim rom.thanks a million ketut sir
Click to expand...
Click to collapse
Yes Bro it will surely work..
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
ketut.kumajaya said:
An exprimental config, remove a lot of debugging config from kernel: 775MB RAM
Click to expand...
Click to collapse
But this tab doesn't have 1GB of RAM? Or we only see this because Android reserve a few RAM to internal use?
Anyway, amazing work, as always. Will try it now! Thank you!
Wondering if this will work with Sungsonic HD V2 ROM???
jazzespresso said:
Wondering if this will work with Sungsonic HD V2 ROM???
Click to expand...
Click to collapse
Bro as described by ketut clearly.. It will work with stock as well cm based rom, as sungsonic is based on stock.. It will surely work.. Try it.. M also gonna flash it with pac rom very soon
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
Renan Lazarotto said:
But this tab doesn't have 1GB of RAM? Or we only see this because Android reserve a few RAM to internal use?
Anyway, amazing work, as always. Will try it now! Thank you!
Click to expand...
Click to collapse
Yeah, android reserve RAM for itself, driver and co. Its the same thing with internal storage, i mean, when you have a 8 GB Tab than you have only 4,5 GB for yourself, the rest is for the system.
god_creature said:
Yes Bro it will surely work..
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
Click to expand...
Click to collapse
Yeah, works on Slim.
Thx I want to try this kernel for Slim rom 4.2.2 ,I and how must I change the value for rotation.
where can I find this on mine rom when I have instald this Kernel ``ro.sf.hwrotation``
CM/CM based ROM: As usual, change ro.sf.hwrotation value from 270 to 0 will transform your device to landscape mode, fix boot animation graphic glitch.
Thx
On /system you find a file called "build.prop" there you must change this things.
smartidoos said:
Thx I want to try this kernel for Slim rom 4.2.2 ,I and how must I change the value for rotation.
where can I find this on mine rom when I have instald this Kernel ``ro.sf.hwrotation``
CM/CM based ROM: As usual, change ro.sf.hwrotation value from 270 to 0 will transform your device to landscape mode, fix boot animation graphic glitch.
Thx
Click to expand...
Click to collapse
After installing such kernel.. Open any root explorer.. Go to system.. Change the permission.. There is a file with name BUILD.PROP.. open it in text editor and accordingly make changes..
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
---------- Post added at 08:47 PM ---------- Previous post was at 08:37 PM ----------
Jus flash this kernel in my pac rom, Wat to say.. It's totally awesome.. I can feel the smoothness in rom, gpu value set to default which means no overheating.. Fab work ketut sir.. Love u.. Superb :thumbup:
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
OK guyz tested on slim from and it works very smooth.played temple run 2 and it lags to very negotiable extend.tablet doesn't gets heated.gonna try battery life.once again thanks ketut sir
god_creature said:
Bro as described by ketut clearly.. It will work with stock as well cm based rom, as sungsonic is based on stock.. It will surely work.. Try it.. M also gonna flash it with pac rom very soon
Thanks & Regards
Vishesh
Sent from my GT-P3100 using xda premium
Click to expand...
Click to collapse
yes I know that sungsonic is based on stock ROM, but developer modified, so I was not sure if flashing this kernel will break other stuff in sungsonic ROM. that's why I asked
Dexxmor said:
On /system you find a file called "build.prop" there you must change this things.
Click to expand...
Click to collapse
Thx ,trying now
---------- Post added at 07:20 PM ---------- Previous post was at 06:53 PM ----------
Dexxmor said:
On /system you find a file called "build.prop" there you must change this things.
Click to expand...
Click to collapse
Perfect,thx it works:good:
I tried It with PSN>> Stock Rom >> and it's running good for now ... keep the good works
My feedback:
ROM is running smoother now, I'm using CyanogenMod 10.1, 22/04 nightly. All animations seems to be a lot smoother, powering the screen and turning it off feels a bit more responsive now, aswell touchscreen. Can't say about battery life because haven't used the tab a lot, but I can imagine that is better than never.
Thanks Ketut! Awesome work, as always!
Awesome! Only tested on Slim so far but it is working great here!
I never tried Cubic traffic control before, and now I am wondering why not. What an improvement over Westwood, at least in browsing around these forums!
Great job ketut.kumajaya! Thanks.
P.S. I have always hoped that you named your kernel Blackhawk because you are a fan of the hockey team the Chicago Blackhawks like me!:laugh: Either way you're still a good man!
{
"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"
}
Go Hawks!
Thank you ketut. You are the best.
Damn it I really wish I could try it.
Anyways... this should keep the noobs trying kk-boot on cm and vice versa.
ground- breaking work ketut !!
nice way to bring the community together :good:
may i recommend your name to other kernel devs plz ? there are others who have the same cause- one universal language :fingers-crossed:
@Caldair Hockey is not popular in my country, but I really like the logo.
Go Hawks!

[KERNEL][v1.52-STOCK/v2.15-CM10.1-10.2/REV1-STOCK/CM10.2] PH85 REVOLUTION [STOPPED]

OK as i promised i built my kernel.
Before anything i want to thank iodak which gives us nice codes and nice ideas i never took alone, laufersteppenwolf and kholk.
The code is substantially the iodak v1 code but i added some bugfixes from externity project and some Werewolf kernel features.
I'm not the "author" but just for the community i "mixed" all the best i can found actually in the net and during the time i'll research and add some interesting feature i'll found.
The new Revolution version is based on Demetris codes (Optimus Prime-play) but indeed i mixed most of the codes i found on the net.
CHANGELOG and UPDATES
Initial features:
- Same as iodak v1
- CPU at 1.7 ghz
- Optimized ksem algorithm [by Ezeekiel]
- Gpu clock interactive regulation, max frequence 766 mhz but i suggest to not go more than 600 mhz
- Added gaming and pmc cpu governors [Thanks Laufersteppenwolf]
- Temp throttle skin raised at 48 ° C and cpu throttle frequence increased at 1300 mhz
- Lot of bugfixes from Linux developers
V1.5
- implemented uhid support (for usb peripheric but i can't test it)
- modified freeze-wake-standby system (thanks TripNRaVeR)
- added araragi fix for wakelock
- various bugfixes and tweaks
- added cpu topology definitions, new voice in trickstermod for powersaving
- rebased clock table on multiple of 102 mhz for cpu_0 and cpu_g
- some other tweaks and bugfixes
V1.51
- Improved cpu topology code
- Restored interactive number of active cpu selectable
- other various bugfixes
V1.52
- added cfg i/o scheduler
- some other little patch and bugfix
V1.55 "BE CAREFUL, THIS IS NOT STABLE FOR ALL PHONE, I CAN JUST TELL IT'S REALLY STABLE ON MINE"
- raised voltages
- added fastcharge
- rebased all cpu clocks
- unlinked gpu
- raised some clocks
- compiled with Linaro toolchain gcc 4.7.3 13.04
V2
- Various bugfixes from different authors in the net
- Lot of commits from TripNraver optimized kernel for HTC ONE X
- Zram updated with Snappy google compression, it should give more i/o speed
- araragi features with the new inspired by kholk Livecolor code
- HTC ONE X clock table
- LP core voltage table editable in Trickster mod
- Enabled Swap
- Enabled 100 200 and 300 mhz clock step usable
- OC for gpu and ram
- Compiled with Linaro toolchain 4.7.4 and optimizations
- UKSM script ported from 3.0 kernel
- Restored stock thermal framework
V2.1
- New thermal tweaks from demetris
- balanced cpuquiet governor from demetris
- enabled zcache (thanks faux)
- Xpad support
- some other thing not worth to be explained here
- FOR ANDROID 4.3 only atm !!!!!
REVOLUTION 1
- Rebased entirely on Demetris' Optimus Codes
- Less controls in trickstermod, just cpu Voltage
- gpu at 520 mhz
- no more overclock since it's not stable with this code
- all the features of optimus primes except cpuquiet selectable governor
- huge number of patches and bugfixes
- need your feedback for stability
PRE-REQUIREMENTS
UNLOCKED BOOTLOADER, ROOT AND RECOVERY!
HOW TO INSTALL
1 Download the KERNEL version which fits with your needs
2 Copy the zip to your sdcard
3 Boot into recovery
4 Flash the zip
5 Wipe cache/dalvik (not required everytime)
6 Reboot
Download Links:
REV 1 05/09/2013
Stock REVOLUTION 1 link: https://www.dropbox.com/s/cxw92g7w8rx7cu7/PH85_REV1_KERNEL_STOCK_P880.zip
CM10.2 REVOLUTION 1 link: https://www.dropbox.com/s/acmnidv4bl7s4az/PH85_REV1_KERNEL_CM10.2_P880.zip CM10.2 VERSION NEEDS TO BE FIXED
PH85 old project
Stock best version v1.52: https://www.dropbox.com/s/ia0ohxouure2q1z/PH85_KERNEL_P880_V1.52.zip
- Bluetooth not working fine in following versions but it has great performances
CM10.1 version v2.15 : https://www.dropbox.com/s/bypkitzbm2b507o/PH85_V2.15_KERNEL_CM10.1_P880.zip
CM10.2 version v2.15 : https://www.dropbox.com/s/8s8ezn4ffbhgg6e/PH85_V2.15_KERNEL_CM10.2_P880.zip
My github
Original PH85 project: https://github.com/Pesach85/ph85-p880-kernel-project
Revolution 1 project: https://github.com/Pesach85/lge-kernel-p880
THANKS
I want to thank all the XDA community and all people which trasmitted me the passion to compile by myself a kernel and add features
People which i met here in xda from long time like berni and iodak and new developers i met here in p880 section like demetris, laufersteppen wolf and many other i can't nominate here.
Some screenshots
{
"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"
}
First a question: is it for stock or CM?
Then, do I get you right that this is kernel is more-less cherry-picked?
But anyways, thanks for your work
Sent from my LG-P880 using xda premium
If cherry picked stay for "i use your sources because i'm not able to code by myself", yes it is
Anyway yes almost it is.
Follow my github to see what i change
Sent from my LG-P880 using xda app-developers app
Pesach85 said:
If cherry picked stay for "i use your sources because i'm not able to code by myself", yes it is.
Anyway yes almost it is.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Yeah, that's what it means
It comes mainly from git, where you've got the ability to "cherry-pick" single commits
BTW, your github it down
Sent from my LG-P880 using xda premium
I not use exactly cherry pic function i use the old fashioned way copy-paste because i feel more comfortable with
You should see the commit with github app anyway
Sent from my LG-P880 using xda app-developers app
Tested it, and it appears that mobile data aand wifi are not working. It also lags at times when I unlock the screen. Everything else is ok though.
All works for me, installed it over iodak v2. 5800 quadrant. I'm loving it
Flying_Bear said:
All works for me, installed it over iodak v2. 5800 quadrant. I'm loving it
Click to expand...
Click to collapse
Theorically raising the throttle temps this Tegra 3 platform can reach the One X (customized) level but this phone overheats too soon so i tried to setup the best i can without raising too much the temperatures limit.
The GPU clock doesn't give increase in perfomance, i tested it before editing the sources, even if you raise all GPU frequency at 600 i guess for the same thermal reason.
So for now i think i found the best overlock/battery drain compromise without compromise stability.
We all know this nvidia platform could indeed give much more performance with a better thermal cooling.
Pesach85 said:
Theorically raising the throttle temps this Tegra 3 platform can reach the One X (customized) level but this phone overheats too soon so i tried to setup the best i can without raising too much the temperatures limit.
The GPU clock doesn't give increase in perfomance, i tested it before editing the sources, even if you raise all GPU frequency at 600 i guess for the same thermal reason.
So for now i think i found the best overlock/battery drain compromise without compromise stability.
We all know this nvidia platform could indeed give much more performance with a better thermal cooling.
Click to expand...
Click to collapse
Gpu overclocking helps the odd game, MC4 for example
Sent from my rooted P880
Can u do cwm zip to install from phone cause i have no pc here
Sent from my LG-P880 using xda app-developers app
emre81tr said:
Can u do cwm zip to install from phone cause i have no pc here
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Use tefminal emulator, you can flash it from there
Flying_Bear said:
Use tefminal emulator, you can flash it from there
Click to expand...
Click to collapse
How will i do ? Where do i put the image file
Any instaction
Sent from my LG-P880 using xda app-developers app
Flying_Bear said:
All works for me, installed it over iodak v2. 5800 quadrant. I'm loving it
Click to expand...
Click to collapse
how solve baseband xmm wakelock issue?
View attachment j794_root.rar
emre81tr said:
How will i do ? Where do i put the image file
Any instaction
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
1.download j794_root (if u dont have)
2.Extrat it
3. open the Extracted folder
4. j794_root/root/ copy the img file here.
5. go back and right click root folder by holding on SHIFT key.
6. Select "Open command windows here"
7. now you can type the commend in the instruction on command window i.e
Code:
adb push phv1boot.img /sdcard/
adb shell
su
cat /mnt/sdcard/phv1boot.img >/dev/block/mmcblk0p2
sync
reboot
Before doing this make sure the kernal iodakv2 is installed
Good luck:good:
I can in tegra overclock max set GPU freg 416MHz, CPU is ok 1,7GHz, how to set GPU higher frequency? I have before instaled iodak_v02 kernel, max GPU was 520MHz.
dann1989 said:
I can in tegra overclock max set GPU freg 416MHz, CPU is ok 1,7GHz, how to set GPU higher frequency? I have before instaled iodak_v02 kernel, max GPU was 520MHz.
Click to expand...
Click to collapse
Download trickster mod kernel settings, you can use this to raise the max gpu threshold
Sent from my rooted P880
plz cvm instaled
Whether there are improvements in battery?
Wifi not work for me and its not working on cyngmod
Sent from my LG-P880 using xda premium
emre81tr said:
Wifi not work for me and its not working on cyngmod
Sent from my LG-P880 using xda premium
Click to expand...
Click to collapse
This kernel is not made for Cmod
Sent from my rooted P880

Categories

Resources