[ Kernel] [ E400/L3 ][ZRAM][1.1 ghz] CPU/GPU Overclock by arkl1988r - UPDATED 20/5/13 - Optimus L3, L5, L7 Android Development

Am just reposting this here as it should be in the android development section.
This is a kernel originally made by @arekl1988r you can find his thread in polish forum lgswift by clicking the following link - http://www.lgswift.pl/fw-rom-l3-f133/super-overclocked-1-1-ghz-fix-camera-gpu-t22086.html#p148132
Click to expand...
Click to collapse
Features :
*zram
*swap
*usb fix
*Overclock upto 1.1ghz
*Bumped up or overclocked gpu
Click to expand...
Click to collapse
Changelog v3:
*camera fixed
*gpu more stable
Click to expand...
Click to collapse
Code:
Like with any other mods/tweaks on xda proceed at your own risk as we are not responsible for any damage incurred
Click to expand...
Click to collapse
DOWNLOAD
Click to expand...
Click to collapse
​ (link is currently removed, kindly visit the original forum)
Instructions :
*download zip to sdcard
*flash via cwm, no need to wipe anything
*reboot!
Click to expand...
Click to collapse
Note :
kernel for CM9 only!!
arekl1988r said:
taking multiple tests at a frequency of 1100 MHz in a row, all the tests were the result of 5050 to 5190 points
without zram and swap
Click to expand...
Click to collapse
arekl1988r said:
With increasing frequency of the CPU was a decrease in GPU performance by increasing the frequency of GPU performance penalty is gone
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Known bugs :
Cp may restart at frequencies above 1ghz!
Click to expand...
Click to collapse
If you like this please consider donating to @ arekl1988r
Click to expand...
Click to collapse
Original thread by @ TravaPL - http://forum.xda-developers.com/showthread.php?t=2261369
Click to expand...
Click to collapse
Sources:
Sources generic
arkl1988r's git repo
Click to expand...
Click to collapse
{
"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"
}
Click to expand...
Click to collapse
Click to expand...
Click to collapse
..

does this work with custom cm9 roms? ex.Rayogenmod

SearchEngine said:
does this work with custom cm9 roms? ex.Rayogenmod
Click to expand...
Click to collapse
Yes

arekl1988r said:
Yes
Click to expand...
Click to collapse
Hell yeah!!! :good:

Is This Stable Like Others Or Not ?
Sent from my LG-E400 using xda premium

Can you gays make it to be compatable with sd merge?

niks_avana said:
Is This Stable Like Others Or Not ?
Sent from my LG-E400 using xda premium
Click to expand...
Click to collapse
Yes its stable you can try if you want it might get unstable when Overclocked above 1ghz other than that no problems

X_man_95 said:
Can you gays make it to be compatable with sd merge?
Click to expand...
Click to collapse
As of now only gellamars kernel supports it

my repo kernel
http://github.com/arekl1988r/lge-kernel-e400.git

arekl1988r said:
my repo kernel
http://github.com/arekl1988r/lge-kernel-e400.git
Click to expand...
Click to collapse
Added to first post thanks

does this support swap?

kernel supports swap partition

I have sdmerge in my phone...goes this kernel with that mod?
Sent from my LG-E400 using xda app-developers app

diego88it said:
I have sdmerge in my phone...goes this kernel with that mod?
Sent from my LG-E400 using xda app-developers app
Click to expand...
Click to collapse
Nope sorry only gellamars kernel supports that at the moment

In the info of my phone my kernel is 2.6.38 gellmar3 or something like that...
Sent from my LG-E400 using xda app-developers app

diego88it said:
In the info of my phone my kernel is 2.6.38 gellmar3 or something like that...
Sent from my LG-E400 using xda app-developers app
Click to expand...
Click to collapse
Yeah only that kernel supports sdmerge for flashing this you'll have to flash back stock to remove sdmerge using kdz then root and flash cm then this kernel

nikufellow said:
Am just reposting this here as it should be in the android development section.
This is a kernel originally made by @arekl1988r you can find his thread in polish forum lgswift by clicking the following link - http://www.lgswift.pl/fw-rom-l3-f133/super-overclocked-1-1-ghz-fix-camera-gpu-t22086.html#p148132
Features :
*zram
*swap
*usb fix
*Overclock upto 1.1ghz
*Bumped up or overclocked gpu
Changelog v3:
*camera fixed
*gpu more stable
Code:
Like with any other mods/tweaks on xda proceed at your own risk as we are not responsible for any damage incurred
DOWNLOAD
Instructions :
*download zip to sdcard
*flash via cwm, no need to wipe anything
*reboot!
Note :kernel for CM9 only!!
Non bugs : Cp may restart at frequencies above 1ghz!
If you like this please consider donating to @ arekl1988r
Original thread by @ TravaPL - http://forum.xda-developers.com/showthread.php?t=2261369
Sources generic
arkl1988r's repo git - http://github.com/arekl1988r/lge-kernel-e400.git
Click to expand...
Click to collapse
how come you get 5240 in antutu? i get max 4986, that too at 1075 mhz and zram 26%. at 1100 mhz it is not stable..

Aggror said:
how come you get 5240 in antutu? i get max 4986, that too at 1075 mhz and zram 26%. at 1100 mhz it is not stable..
Click to expand...
Click to collapse
For your info , the score posted is taken at a clock speed of 1125MHz , naturally at a lower clock of 1075MHz , you will get lower scores. Antutu is unreliable anyways.
And ZRAM causes more lag, especially on the L3 , where the CPU is not too powerful to handle continuos compression and de-compression. Even if you must use it , use a lower value , not 26%.
You may use an init.d script to make a ZRAM disk of your wanted size.
Here is a reference script I made for usage with my kernel
Code:
#!/system/bin/sh
insmod /system/lib/modules/lzo_compress.ko
insmod /system/lib/modules/lzo_decompress.ko
insmod /system/lib/modules/zram.ko
echo $((70 * 1024 * 1024)) > /sys/block/zram0/disksize
mkswap /dev/block/zram0
swapon /dev/block/zram0

Aggror said:
how come you get 5240 in antutu? i get max 4986, that too at 1075 mhz and zram 26%. at 1100 mhz it is not stable..
Click to expand...
Click to collapse
Hope @ts1506 have answered your queries and next time don't quote the whole post

taking multiple tests at a frequency of 1100 MHz in a row, all the tests were the result of 5050 to 5190 points
without zram and swap

Related

[KERNEL][XXKI8][AOS_FIX] SuperPower BACK TO UPDATE2 SRCS

Hey flashers
Netchip´s kernel was terribly, there where thousand and one bugs.
Such max overclock to 1400 MHz, no GPU overclocking, bad scripts.
Scripts who works not, it was one big drama.
But it was also great, light, quick, not one fancy kernel.
TEST version dont have all features!
Netchip is not responsible for damage caused by the kernel and / or device.
If you encounter problems using this kernel, in what a way, I am not responsible.
You flashed the kernel, it is your responsibility.
This kernel is very very unstable, and not tested
Click to expand...
Click to collapse
And here I come to introduce my new kernel .
It is not a big drama, it is super, fixed some bugs by Samsung, CPU overclocking to 1.6 GHz, GPU overclocking, BFQ v2-r1, BLN, bootlogo, bootanimation and much more in the future .
I am inspired by Hacre, Chainfire and HellcatDroid.
Hellcat is very kind, and helps me with ex. the compile issue.
Also Hacre was nice together me, ex. the CPU overclocking code.
But now further on the kernel, the features
-ATT sources with 2.6.37.14 kernel
-Bootanimation support, place it in /system/media/bootanimation.zip
-Bootlogo, place it in /sdcard/getin, and give it the name, logo.png
-CPU overclocking till 1.6GHz
-GPU overclocking
-BFQ v2-r1
-Removed other schedulers
-Instant root
-Busybox
-Clockworkmod 5
-KI3 initramfs
-I use the "hidden" p12 partition as tmp, so if bootlogo dont work, lemme fix it
-Compiled with AOSP 4.4.0 toolchain
-BLN
-Init.d support - /system/etc/init.d/
-EFS backup script
-Touchscreenfix set to 5 - thanks to vitalij
It is newb friendly, you can flash it via Odin, and all is installed
Thus flash it via Odin!
Flash the BETA version only if you know what you do.
Bootlogo
I have made this bootlogo for you:
{
"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"
}
You can install it by making a file: "/hidden/bootlogo_netchip"
Reboot the system, and let it booting further.
If you want to go back to stock, flash stock firmware or take standard bootlogo and copy it in "/sdcard/getin/logo.png"
Future idea´s:
-Version with CFQ
-Fix bugs
Sources
Here you go
Changelog
Update7: Tuned a lot of I/O settings, CPU settings, GPU settings
Update8: CPU tuned
Update9: KI8, rebased on ATT sources with 2.6.35.14
Credits to:
Hellcat - for helping me with somethings and help me with bootlogo
Hacre - for the sources and the help
Netarchy - because you write nice code
connexion2005 - for the original idea of bootlogo
arighi - for this patch and the patches for the kernel
gokhanmoral - idea patching kernel up for fixing AOS bug
Always nice to see new stuff surfacing in our forums.I'm gonna be trying this one soon.
One thing though.Have you also included any GPU voltage controlling scripts or something?Because having the ability to "overclock" the GPU is utterly useless unless we can up the volatges a little.Next available frequency is 400MHz(make no mistake,nothing else between stock 267MHz and 400MHz works.Clock values must be 800 divided by an integer),and that needs some more juice than the stock 1050mV.With Tegrak's app I used to use 1100mV just fine.
Apart from that,all seems good.Good work man.
Hi netchip and thanks for your work.
Is BLN support inserted?
You haven't written it in your kernel's features
tolis626 said:
Always nice to see new stuff surfacing in our forums.I'm gonna be trying this one soon.
One thing though.Have you also included any GPU voltage controlling scripts or something?Because having the ability to "overclock" the GPU is utterly useless unless we can up the volatges a little.Next available frequency is 400MHz(make no mistake,nothing else between stock 267MHz and 400MHz works.Clock values must be 800 divided by an integer),and that needs some more juice than the stock 1050mV.With Tegrak's app I used to use 1100mV just fine.
Apart from that,all seems good.Good work man.
Click to expand...
Click to collapse
You can overclock the GPU as by ninphetamine
HTCDevil said:
Hi netchip and thanks for your work.
Is BLN support inserted?
You haven't written it in your kernel's features
Click to expand...
Click to collapse
Yes, it is included, but I have forgotten one file ...
I update soon.
Updated it
OMG, already 36 downloads
Is there a maximal filesize for the bootlogo? What do I have to do for the yellow triangle and the Galaxy S2 bootlogo to disappear, and show the custom logo instead?
janis605 said:
Is there a maximal filesize for the bootlogo? What do I have to do for the yellow triangle and the Galaxy S2 bootlogo to disappear, and show the custom logo instead?
Click to expand...
Click to collapse
I dont know about filesize (check hellcats thread), the resolution is 480x800. If you have yellow triangle, remove him with chainfires idea.
Edit: it is 100KB
Sent from my GT-I9100 using XDA App
Hey chip. Good to see you coding in the SGS 2 realm
Edit* Yes you are the chip I thought you were
uppon2 said:
Hey chip. Good to see you coding in the SGS 2 realm
Click to expand...
Click to collapse
Which chip you meaning?
Im only developer @ SGSL and SGS+ and SGS2.
Not on other things.
BTW. I go download the new 2.3.5 firmware and release my new kernel for it
Released a version for 2.3.5
netchip said:
Hey flashers
Netchip´s kernel was terribly, there where thousand and one bugs.
Such max overclock to 1400 MHz, no GPU overclocking, bad scripts.
Scripts who works not, it was one big drama.
But it was also great, light, quick, not one fancy kernel.
And here I come to introduce my new kernel .
It is not a big drama, it is super, fixed some bugs by Samsung, CPU overclocking to 1.6 GHz, GPU overclocking, BFQ v2-r1, BLN, bootlogo, bootanimation and much more in the future .
I am inspired by Hacre, Chainfire and HellcatDroid.
Hellcat is very kind, and helps me with ex. the compile issue.
Also Hacre was nice together me, ex. the CPU overclocking code.
But now further on the kernel, the features
-Bootanimation support, place it in /system/media/bootanimation.zip
-Bootlogo, place it in /sdcard/getin, and give it the name, logo.png
-CPU overclocking till 1.6GHz
-GPU overclocking
-BFQ v2-r1
-Removed other schedulers
-Instant root
-Busybox
-Clockworkmod 4.0.1.5
-KI3 initramfs
-I use the "hidden" p12 partition as tmp, so if bootlogo dont work, lemme fix it
-Compiled with AOSP 4.4.0 toolchain
-BLN
It is newb friendly, you can flash it via Odin, and all is installed
Thus flash it via Odin!
MD5Sum
5f96eec48ab51941216146c6d97d1a6b
Future idea´s:
-Init.d support
-Version with CFQ
-Fix bugs
-You can vote for a name
Credits to:
Hellcat - for helping me with somethings and help me with bootlogo
Hacre - for the sources and the help
Netarchy - because you write nice code
connexion2005 - for the original idea of bootlogo
Click to expand...
Click to collapse
You are fast man ^^
chadouming said:
You are fast man ^^
Click to expand...
Click to collapse
Because it is easy .
Thanks m8, do you use it?
Sent from my GT-I9100 using XDA App
Someone else with WLAN error?
Bajo76 said:
Someone else with WLAN error?
Click to expand...
Click to collapse
Try to use intratechs ki3 version.
Its maybe the rom.
Sent from my GT-I9100 using XDA App
netchip said:
You can overclock the GPU as by ninphetamine
Click to expand...
Click to collapse
You can only overclock the frequency not voltage, hence Hacre's script for GPU is useless. The only real viable solution for GPU OC is in combination with TegraK's module.
Maybe i´ll try later, reflashing orig ki3-kernel now.
jlevy73 said:
You can only overclock the frequency not voltage, hence Hacre's script for GPU is useless. The only real viable solution for GPU OC is in combination with TegraK's module.
Click to expand...
Click to collapse
Yeah, but I dont know it works on 2.3.5
Sent from my GT-I9100 using XDA App
netchip said:
Because it is easy .
Thanks m8, do you use it?
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Currently downloading 2.3.5, gonna test it as soon i have it install for first impression ^^
Bajo76 said:
Maybe i´ll try later, reflashing orig ki3-kernel now.
Click to expand...
Click to collapse
Lemme know if it is fixed.
Sent from my GT-I9100 using XDA App

[ROM][XILA2][OTA][4. FEB] zMod - NORA Vol. 1 Final is alive! - N.E.A.K. 1.3.3!

Welcome to zMod!
Made in Germany
{
"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"
}
-----------------------------------​
I first created this ROM for myself because there are so many ROMs out there but none of them is the perfect one for me.
The idea behind this ROM is to stay as near as possible to Stock but with maximum performance and, of course, battery-life. The Stock-ROM is very good already but needs some fine-tuning, that was my part
This is my very first CustomROM but I think the results speak for themselves.
I didn't apply any themes because I like the Gingerbread-Style and if you really want an ICS-Theme, flash another ROM or Vertumus' ICS-Domination theme.
The launcher in the left screenshot is LauncherPro with MIUI Theme and Simi-Clock.
Update:
I decided to come back to only one version which is stable for everyone. If you want to UV or tweak governor-settings, do it yourself with e.g. VoltageControl or SetCPU.
Features
NORA Volume 1
=============================================
BASE: XILA2 (deodexed)
MODEM: XXKL1
N.E.A.K. Kernel 1.3.3 (link)
OTA Updater for ROM and Kernel! (N.E.A.K. Kernel + extras AND ROM Updates!)
Scrollcache disabled for smoother scrolling
Removed bloatware
build.prop tweaks
Zipalign at boot
GPU UI-Rendering
Camera-Tweaks (1080p @ 30 Mbit & 48000 khz/192 kbit Audio Recording, HW buttons)
Rapid GPS-lock
Lowered auto-brightness levels
AdFree-Hostsfile
ICS-Transitions
SONY Bravia Engine
Fancy Rotating Animation
Decreased home-button lag
CRT-Off Animation
Included CWM-Manager
Custom Bootanimation
ICS-Fonts
NO JKay, because it isn't supported yet (will come as update via OTA-App when it's released!)
ToDo
=============================================
Edit Icons
ics music app
Click to expand...
Click to collapse
Installation
I recommend full wipe (data, cache, dalvik-cache) just to be sure..
Copy zip on your SD
Flash
Reboot
Click to expand...
Click to collapse
OTA-Updater
This version includes the NEAK-OTA-Updater which supports updates for simone's kernel and my ROM. On first start pls do the following:
Start 'NEAK OTA'
Menu-Button -> 'Configuration'
'Extra Update Settings' -> 'Manage Extra Servers'
Menu-Button -> 'Update Featured Extra Servers'
After this you can see ROM-Updates in the 'Extras'-Tab when I uploaded some
Click to expand...
Click to collapse
Download
NORA Volume 1 - NO_WIPE
Click to expand...
Click to collapse
Credits to: simone201, hardcore, Chainfire, pikachu01, Potatoman, fenomeno83, imparator, Oliwe, bruflot, crypted, LockeOn, Capez, Orr.Penn.18, sileshnair and everyone I forgot
See this port for checking updates in the extras repo.
Extras available via OTA-Updater
===========================
05.02.2012
Wallpaper & Lockscreen Pack 01
03.02.2012
Market Density Fix
Click to expand...
Click to collapse
Sounds exactly what i want
Sent from my GT-I9100 using XDA App
plz can you tell us what app were removed
hettab said:
plz can you tell us what app were removed
Click to expand...
Click to collapse
Most of the Samsung crap, testing tools, some annoying widgets.. I'll post the list tomorrow
Sent from my GT-I9100 using xda premium
Let the testing begin!
Trying now, reporting later
Maybe now - I think that NEAK is not for everyoane. Got random freeze and black screean of death.
dadme said:
Trying now, reporting later
Maybe now - I think that NEAK is not for everyoane. Got random freeze and black screean of death.
Click to expand...
Click to collapse
Then turn to siyah. Link is in my sig. And i can start you with my voltage settings to if you want.
To OP why oh why have thunderbolt scripts. Could i request a version without them please? I have a removal script but that removes everything. So if you cold do a version without then thus one looks like a keeper
Sent from my GT-I9100 using xda premium
Thanks for your job
I like light ROM.
Does Jkay works ?
Thanks
clicmaster said:
Thanks for your job
I like light ROM.
Does Jkay works ?
Thanks
Click to expand...
Click to collapse
Jkay not compatible yet
Sent from my GT-I9100 using xda premium
Your ROM is more smooth than KK2 I had.
Tweaks and mods look working fine
Suarez7 said:
Then turn to siyah. Link is in my sig. And i can start you with my voltage settings to if you want.
To OP why oh why have thunderbolt scripts. Could i request a version without them please? I have a removal script but that removes everything. So if you cold do a version without then thus one looks like a keeper
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Already on siyah. Thanks anyway. Voltage settings sound good to me.
dadme said:
Already on siyah. Thanks anyway. Voltage settings sound good to me.
Click to expand...
Click to collapse
message me and i will send you my solid config..works a treat for me
Will add a more reliable kernel,siyah or speedmod. But I personally can't say something against neak because it's just ****ing fantastic and I never had any problems.
Sent from my GT-I9100 using xda premium
Would you please put a link of the NEAK kernel on first page please ?
Thx
Uploading antoher Edition called "NORA":
- Includes Speedmodkernel k2-21
- no custom cpu/gpu settings (set them for yourself)
- reactivated bootlogo
It's for people who rely on absolute stability and don't want to UV.
Link comes in about 20minutes.
The Standard version is, of course, still available and is now called DOPA.
can please make j kay compatible ,you integrate speed mod kernel for special people
can change it without probleme , i like uv
waiting for the version
zenosteam said:
can please make j kay compatible ,you integrate speed mod kernel for special people
can change it without probleme , i like uv
waiting for the version
Click to expand...
Click to collapse
jkay doesnt work in the moment with XILA2 !
zantekk said:
Uploading antoher Edition called "NORA":
- Includes Speedmodkernel k2-21
- no custom cpu/gpu settings (set them for yourself)
- reactivated bootlogo
It's for people who rely on absolute stability and don't want to UV.
Link comes in about 20minutes.
The Standard version is, of course, still available and is now called DOPA.
Click to expand...
Click to collapse
Where's Nora?
Sent from my GT-I9100 using XDA App
golcheck said:
Where's Nora?
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
In the Download-Section
http://mirror.zantekk.de/zantekk/zmod/zMod-v0.1-NORA.zip

[MOD] TaKeCONTROL V2 | XtremePerformance or Battery | DUAL-CORE | MONO-CORE | RAM |

{
"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"
}
TaKeCONTROL MOD
-----------------------------------------by XxXPachaXxX
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Make your choose!
Xtreme Performance
Xtreme BatteryLife and Good Performance
Balanced
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Xtreme Performance:
This configuration will give you a full DUAL-CORE system, both cores will be enabled and both with scalable frequencies.
Scenarios:
1) with free cpu both cores are enabled but at the min. frequency (es: 192/384/etc. MHZ)
2) when there is something to do, the cpu will spin up frequency up to the max. if required.
*In this configuration (and in others) there are also RAM settings done for 768mb of RAM.
*The memory settings will be very, very (really) good on Sense 4 build that are created for 1GB of RAM
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Xtreme BatterySave (same performance as balanced, stock roms configuration):
This configuration will give you a systrem configured as MONO-CORE. The cpu1 is totally disabled, and you have the same performance of stock configuration because you have a MONO-Core at 1.5ghz (or your setting) with the full support from the Adreno 220 GPU. So, pratically, same stock performance but a lot of battery-saving and the same Memory settings of Performance Configuration (up).
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Balanced (stock CPU configuration but with RAM enhancements):
This configuration will give you a stock CPU configuration, like in every rom up now, but with the memory configuration of Xtreme Performance Settings. So if you want to stay on stock CPU values, you can have the Memory enhancements on SENSE 4 or other roms. (you will earn performance)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CREDITS:
-viperboy for his work on EvoLTE but i'm working on this from a week
-All devs and HTC and XDA!!!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CHANGELOG:
----V2:
° Tuned RAM Settings for all the 3 configuration
° Fixed some delay time loading apps caused by memory settings
° Disabled mpdecision daemon for performance configuration (save cpu power)
(not needed because it's a FULL Dual Core configuration so no needed to control the cores)
° Disabled mpdecision daemon for battery configuration (save cpu power)
(not needed because in Mono Core mode the cpu1 not needs to be controlled)
° Stock CPU configuration for balanced config. - tuned RAM settings
Click to expand...
Click to collapse
Click to expand...
Click to collapse
DOWNLOADS::INFO::SUPPORT​
**Remember that if you like my work you can support me
wow this new, want try now hahaa
Thanks, I will try it at home. It sounds very good.
Sounds cool.can't wait to try it
Wow it`s awesome I try flash Extreme Battery Saver and tell something about that, when I test it.
OK I flash battery saver but in system tuner I can enable second core
Line:
Code:
echo 1 > /sys/module/lowmemorykiller/parameters/chack_filepages
should be:
Code:
echo 1 > /sys/module/lowmemorykiller/parameters/check_filepages
It's in every zip. You could also lower up_threshold and sampling_rate, gain a bit more performance (for the performance script ofcourse).
Someone can tell which this path`s work correctly or not?
Ohh welcome here bro.
This mod work in which version of rom and sense?
in which kernel too?
So to re instate original values, just wipe cache and dalvich with ROM reflash?
ardanai said:
This mod work in which version of rom and sense?
in which kernel too?
Click to expand...
Click to collapse
All ICS roms from sense 3.6 to 4.x.
PlayPetepp said:
All ICS roms from sense 3.6 to 4.x.
Click to expand...
Click to collapse
basicly on every rom except non ics?
janii said:
basicly on every rom except non ics?
Click to expand...
Click to collapse
Pretty much. Dunno about cm9 or miui but I guess it should work there also.
For some reason, the last time i activated both cores on virtuousshooter i had tremendous lag, but what the hell i might as well try this and see what happens.
Virtuous Eclipse doesn't have init.d support. Does it matter?
crimmylol said:
Virtuous Eclipse doesn't have init.d support. Does it matter?
Click to expand...
Click to collapse
It should work, there isnt any init.d script inside zip
pedja1 said:
It should work, there isnt any init.d script inside zip
Click to expand...
Click to collapse
It doesn't depend on init.d support because it won't be installed there. It goes in /system/etc.
-. typewrited .-
anyone got error with
"cant make /tmp/update_binary
installation aborted"?
thanks
vr305
ilovemeow said:
anyone got error with
"cant make /tmp/update_binary
installation aborted"?
thanks
vr305
Click to expand...
Click to collapse
just manually push init.qcom.post_boot.sh to /system/etc and set permission 644...
very impressive mode...currently using Xtreme BatterySave Mode...
coolexe said:
just manually push init.qcom.post_boot.sh to /system/etc and set permission 644...
very impressive mode...currently using Xtreme BatterySave Mode...
Click to expand...
Click to collapse
thanks mate try now

[ROM] | ULB | 4.1.2 | CooperPlate | CM10 | nAa-JB ~ OXYDO-JB | 20-12-12

hy all long I have been here because there are things I need to do things outside the real world sorry for the earlier this is my new account yag before my account has been blocked for that this is my new account
ok now we focus on here I would like to announce my latest rom of build on JB source cooperplate named her as the rom that rely on in terms of UI and performance is quite stable ok let's see what the advantage of my weakness
I appreciate the work that has been done in terms of advantages and disadvantages
What's new
ncluded gapps JB
Setup Wizard
Optimized RAM
Transparent shade_bg
Walkman Music Player with fix Album
Add Button Softkey for JB
HW video decoding / encoding
Jelly Lib source audio
Camera Improve Performance faster
CPU settings restore now after reboot
improved performance & libaudio
2D rendering GPU
and more please check changelog on settings view more....
Click to expand...
Click to collapse
Screenshoot
{
"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"
}
​
requirements :
Device Xperia X8
UnlockBootloader
Use Kernel nAa - JB / OXYDO - JB
Link Download :
E15i_CopperPlate_JB
Click to expand...
Click to collapse
Installing Rom:
Download this ROM
Copy to SDcrad
Reboot to CWM
Full Wipe / Factory Reset
Instal this ROM
instal gapps JB
Reboot
Enjoy
Thanks for choose
Have Fun :fingers-crossed:
Many Thanks to :
Cyanogen Team
eagleeyetom
lucastan96
sgt. meow
dzolcp
NobodyAtall for nAa - JB Kernel
X8invisible
and more...
requirements CPU that are more stable performance and good
SET CPU as GOVERNOR : SmartassV2
set as CPU Frequency Min CPU : 480 mhz
set as CPU Frequency Max CPU : 748 mhz
Yeah!! i like JB thanks you very much! downloading and wanna try it!!
tiong38 said:
Yeah!! i like JB thanks you very much! downloading and wanna try it!!
Click to expand...
Click to collapse
you're wellcome and thanks for download
Have you made a new account?
sgt. meow said:
Have you made a new account?
Click to expand...
Click to collapse
yes because I'm the first I've never used it turns disabled but I do not know what the problem is :crying:
Maybe you should ask one of the mods first. It's always better to stay on the safe side. PM a mod and ask him if it's okay for you to use this account.
sgt. meow said:
Maybe you should ask one of the mods first. It's always better to stay on the safe side. PM a mod and ask him if it's okay for you to use this account.
Click to expand...
Click to collapse
not .. Her account was not activated alias on the block so I can not enter
maybe you can help me to allow me to use this account anymore
Should I PM a mod then? I think it's better if you do it, from your current account.
wch JB kernel to be used? JB mini or lattest JB"[email protected]+cypress_2.6.2.9.6"
ariadelvana said:
hy all long I have been here because there are things I need to do things outside the real world sorry for the earlier this is my new account yag before my account has been blocked for that this is my new account
ok now we focus on here I would like to announce my latest rom of build on JB source cooperplate named her as the rom that rely on in terms of UI and performance is quite stable ok let's see what the advantage of my weakness
I appreciate the work that has been done in terms of advantages and disadvantages
Screenshoot
​
requirements :
Device Xperia X8
UnlockBootloader
Use Kernel nAa - JB / OXYDO - JB
Link Download :
E15_CopperPlate_JB​
Installing Rom:
Download this ROM
Copy to SDcrad
Reboot to CWM
Full Wipe / Factory Reset
Instal this ROM
instal gapps JB
Reboot
Enjoy
Thanks for choose
Have Fun :fingers-crossed:
Many Thanks to :
Cyanogen Team
eagleeyetom
lucastan96
sgt. meow
dzolcp
NobodyAtall for nAa - JB Kernel
X8invisible
and more...
requirements CPU that are more stable performance and good
SET CPU as GOVERNOR : SmartassV2
set as CPU Frequency Min CPU : 480 mhz
set as CPU Frequency Max CPU : 748 mhz
Click to expand...
Click to collapse
wch kernel to be used
wch JB kernel to be used? JB mini or lattest JB"[email protected]+cypress_2.6.2.9.6"
Dark_Slayer said:
wch kernel to be used
wch JB kernel to be used? JB mini or lattest JB"[email protected]+cypress_2.6.2.9.6"
Click to expand...
Click to collapse
Why you quote all post???!!!
sgt. meow said:
Should I PM a mod then? I think it's better if you do it, from your current account.
Click to expand...
Click to collapse
I've PM requests to mod my account just waiting for confirmation
Dark_Slayer said:
wch kernel to be used
wch JB kernel to be used? JB mini or lattest JB"[email protected]+cypress_2.6.2.9.6"
Click to expand...
Click to collapse
Hi Do not send the quote as it will make my thread so not true
Dark_Slayer said:
wch kernel to be used
wch JB kernel to be used? JB mini or lattest JB"[email protected]+cypress_2.6.2.9.6"
Click to expand...
Click to collapse
i guess you dont know how to read.......... it says clearly in the title nAa jb or Oxydo-JB so what this question about using JBmini?...if you want to try something other than written in thread you simply dont ask about it.. try it and report. and donot quote the whole OP.. you can [email protected] or @<op's name> :good:
I like this ROM
=-= said:
I like this ROM
Click to expand...
Click to collapse
Thanks for use
CnC-ROCK said:
i guess you dont know how to read.......... it says clearly in the title nAa jb or Oxydo-JB so what this question about using JBmini?...if you want to try something other than written in thread you simply dont ask about it.. try it and report. and donot quote the whole OP.. you can [email protected] or @<op's name> :good:
Click to expand...
Click to collapse
LOL...fail cnc...fail :laugh::laugh::laugh::laugh:
...sorry for off topic
aaaaaaaaand for what ULB stands for??
CnC-ROCK said:
i guess you dont know how to read.......... it says clearly in the title nAa jb or Oxydo-JB so what this question about using JBmini?...if you want to try something other than written in thread you simply dont ask about it.. try it and report. and donot quote the whole OP.. you can [email protected] or @<op's name> :good:
Click to expand...
Click to collapse
there is truth in what was said by you
this build from miniCM10
Not JBmini
fotak-x said:
LOL...fail cnc...fail :laugh::laugh::laugh::laugh:
...sorry for off topic
aaaaaaaaand for what ULB stands for??
Click to expand...
Click to collapse
ULB = Unlockbootloader
Is there anyway to get rid of the navigation bar ?
you can remove the navigation bar softkey
by the way
settings> system (copperplate)> Navigation Bar

[KERNEL][LINARO-4.7.3][ICS][RADEON v4.0] For NEO & NEO V [10/02/2013]

{
"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"
}
Code:
[B][CENTER][COLOR=Red][SIZE=5][FONT=Courier New]Disclaimer[/FONT][/SIZE][/COLOR][/CENTER]
[/B]
[CENTER][SIZE=4][FONT=Courier New][COLOR=Black]
* Your warranty is now void.. LOL I guess you knew it already.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, you getting dumped or you getting fired because your phone*
* bootloops and alarm does not go off. Please do some research if you have any *
* concerns about features included in my kernel before using it! YOU and only*
* YOU are choosing to make these modifications.
*/IF You have a question post it in the thread,
Instead of Pm'ing me, as other users may experience your problems
[/COLOR][/FONT][/SIZE][/CENTER]
Click to expand...
Click to collapse
Features
Tiny RCU
Init.d support
Ext4, NTFS, SWAP
ZRAM-(Optional Included As flashable ZIP)
ro.secure=0, For ADB Acess
Compiled Using LINARO
Battery Performance Improved
Governors & IO shedulers Added
OverClock Upto 1.60GHz
CWM-5 & DUAL Recovery,(vibrate Notification Added)
Improved Memory ManageMent
VSync Enabled
2 Way Call Recording
Tweaked RAM Disk
And More
Click to expand...
Click to collapse
Added Io-schedulers
Noop
Anticipatory
Deadline
CFQ
BFQ
(Updated) SIO
Click to expand...
Click to collapse
Added Governors
lagfree
brazillianwax
smoothass
scary
savagedzen
smartass
smartassv2
interactivex
minmax
powersave
performance
conservative
ondemand
interactive
userspace
Lulzactive
Virtuous
Intellidemand
Lazy
Ondemandx
Lionheart
BadAss Governor
Superbad
Darkside
Click to expand...
Click to collapse
CREDITS​
Sony- For Sources
singh_dd93- For Helping Me With Linaro, And Helped with RAM DISk errors
Wedgess-For giving me perfect infos, about kernel activities, and governers which i Use
DoomLord- For IO Shedulers & Governors
DD-Ripper- For all Banners and Signatures for this kernel.
Thanks to Ghostfreak NB- For testing and Helping me out
And Dont Forget To thank ME
​
Hit Thanks, Respect My Work, If Interested DONATE Me!​
Changelog, Downloads & Installation​
Changelogs
Code:
[B][FONT="Courier New"][SIZE="3"][COLOR="Red"]Version 2.0 (Released Only For MDPI Devices)[/COLOR][/SIZE][/FONT][/B][B][FONT="Courier New"][SIZE="3"]
*TWRP and CWM Versions Made (Choice to Flash Which U Like)
*Changed Bootlogo
*LMK (Optimization kindo supercharging)
*Zram enabled by default
*Improved 2D and 3D Graphics
[/SIZE][/FONT][/B]
[B][FONT="Courier New"][SIZE="3"][COLOR="Red"]Version 3.0[/COLOR][/SIZE][/FONT][/B][B][FONT="Courier New"][SIZE="3"]
---Additional Governers Added---
*Lulzactive
*Virtuous
*Intellidemand
*Lazy
*Ondemandx
*Lionheart
*BadAss Governor
*Superbad
*Darkside[/SIZE][/FONT][/B]
[B][FONT="Courier New"][SIZE="3"][COLOR="Red"]Version 4.0[/COLOR][/SIZE][/FONT][/B][B][FONT="Courier New"][SIZE="3"]
*0% battery patch
*Lowered vfs cache pressure to 25
*Added Compaction
*Used Linaro 4.7.3 for compiling (Thanks to wedgess for the Patch)
*Underclock upto 24Mhz and Overclock upto 1.6Ghz (Thanks to M66B)
*Google Snappy Compression & Decompression
*SLAB patch (Thanks to M66B)
*VDD Control (Thanks to DoomLord)
*LZO Compression
*Added Clean Cache
*Kernel Optimised, Now its Fast and Smooth
*KSM
[/SIZE][/FONT][/B]
Click to expand...
Click to collapse
Downloads
Radeon V4.0: Download
Older Downloads
Radeon V3.0 Download
Click to expand...
Click to collapse
Installation
Unzip the file to get 'Boot.img'
Open 'FlashTool'
Select 'FastBoot'
Flash the "boot.img"
Now Goto CWM "And Flash WIFI Modules"
Now Enjoy Your "Kernel"
Sources
RadeoN_Source Patch
Click to expand...
Click to collapse
Show your support for the kernel by adding this to your signature
Code:
http://img685.imageshack.us/img685/4089/1360941532178.png
Hit Thanks, Respect My Work, If Interested DONATE Me!​
Confirmed working on all DEVICES, So enjoy and do Hit Thanks and support !​
Guide to CHECK "ZRAM" Working​​
First Download the "Zram Zip" from Download Folder.
And flash it via CWM.
Now open 'Terminal' using 'Terminal emulator'
Now Type 'su' and 'enter' then type 'free' and enter, Now u will get a 'Screen Showing like This' "See Screenshot below.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Sounenhancement.apk (equalizer) bug fixing ! Thanks to varunrocks17​​
Just follow the steps
1. Go to soundmod zip(whichever you are using)
2. Extract etc folder from it.
3. Put that folder in system/vendor
4. In /etc change the permissions of audio.conf to "rw-r-r"
5. Reboot
6. Enjoy[
Click to expand...
Click to collapse
Just flashed in my neo. Everything seems to be working. will post more feedback.
hassib85 said:
Just flashed in my neo. Everything seems to be working. will post more feedback.
Click to expand...
Click to collapse
check for soundenhancement.apk fc
Sent from my MT11i using xda premium
Hi all, sorry, if this is stupid question, but is here a third kernel or what?
varunrocks17 said:
check for soundenhancement.apk fc
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
There is no problem with the kernel source, It should be the defect in RAM disk, Dont worry I wil fix it soon or later
Sent from my WT19i using xda premium
Vsync enabled ,, isn't this feature specific for Jelly Bean?
varunrocks17 said:
check for soundenhancement.apk fc
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
My sound enhancement working perfectly. I am on Optomax rom. I know what your problem is. You might be on those rom which walkman with advanced sound mod. I tested both suave kernel and sardulseth kernel. Both cause sound enhancement force close. So with this kernel also doing the same. Only alliance kernel work with those walkman.
daviduco said:
Can't mount usb storage from CWM.
Click to expand...
Click to collapse
Dnt knw, try flashing the modules, testers reported that its working, maybe problem with ur ROM !
Sent from my WT19i using xda premium
Tm for some bugfix
Finally equalizer bug is fixed
Jus follow the steps
1.go to soundmod zip(whichever u r using)
2.extract etc folder from it.
3.put tat folder in system/vendor
4.in /etc change the permissions of audio.conf to rw-r-r
5.reboot
6.njoy
Sent from my MT11i using xda premium
Oh! great job, thanks for your work, one question, can you compile a kernel for gb??? sorry for my bad english
Thank you for your great kernel!
Now with this kernel my phone runs very smooth
Again, thanks
Sent from my MT15i using xda app-developers app
Neo's sound / driver is broken , changed kernel and rom but not working.
Kernel is working but after flashing kernel all sound system is a down....
varunrocks17 said:
Tm for some bugfix
Finally equalizer bug is fixed
Jus follow the steps
1.go to soundmod zip(whichever u r using)
2.extract etc folder from it.
3.put tat folder in system/vendor
4.in /etc change the permissions of audio.conf to rw-r-r
5.reboot
6.njoy
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
Just 1 small problem in the method. You are supposed to extract the audio.conf in system/vendor/etc of the sound mod zip. Not the audio.conf in the etc folder. Hope this makes it clear:laugh:
It would be great if ths is in OP.
Re: [KERNEL][LINARO][ICS][RADEON v3.0] For NEO & NEO V [15/01/2013]
XperiaNeoTurkey said:
Neo's sound / driver is broken , changed kernel and rom but not working.
Kernel is working but after flashing kernel all sound system is a down....
Click to expand...
Click to collapse
Maybe problem with ur device, no one other have this prob except 'soundenhancemen.apk' FC !
Sent from my WT19i using xda premium
stanlin salu said:
Maybe problem with ur device, no one other have this prob except 'soundenhancemen.apk' FC !
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
thanks your answer but i call anyone and talked only not system sound for example anyone call me and dont play music.
Re: [KERNEL][LINARO][ICS][RADEON v3.0] For NEO & NEO V [15/01/2013]
XperiaNeoTurkey said:
thanks your answer but i call anyone and talked only not system sound for example anyone call me and dont play music.
Click to expand...
Click to collapse
Is it working for u in other kernels?
Sent from my WT19i using xda premium
stanlin salu said:
Is it working for u in other kernels?
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
Normally, yes it worked.
I am researching this problem and find it http://talk.sonymobile.com/thread/37951
Maybe hardware , maybe kernel.
Firstly, i flashed kernel and sound is gone. I think kernel but researching maybe it's hardware.
I'll go service this Monday.
Re: [KERNEL][LINARO][ICS][RADEON v3.0] For NEO & NEO V [15/01/2013]
XperiaNeoTurkey said:
Normally, yes it's working.
I am researching this problem and find it http://talk.sonymobile.com/thread/37951
Maybe hardware , maybe kernel.
Firstly, i flashed kernel and sound is gone. I think kernel but researching maybe it's hardware.
I'll go service this Monday.
Click to expand...
Click to collapse
Ya, tats gud, I am using this same Zimage on all 2011 xperia device they r running fine !
Sent from my WT19i using xda premium

Categories

Resources