[KERNEL][4.2.x]DedS kernel 002 - Micromax A110

NOTE : Im not resposible for anything you did with your phone
See Faq in next post before posting something
DedS kernel
DedS is a 4.2.x kernel that will increase your performance.​
Who the hell reads that??
FEATURES:
All features in bindassboost kernel is present: :victory:
My features:
*Many performance tweaks like:
-Entropy tweaks
-RCU boost
*VFP Optimizations
*Many tweaks added from faux123.
*Many more features to come
Click to expand...
Click to collapse
Sources:
https://github.com/Ateekujjawal/DedS_a110
Don't expect too much
DOWNLOADS:
http://d-h.st/users/W4TCH0UT​
CREDITS SECTION:
@bindassdost: For kernel sources and helping me in solving compilation errors
@faux123: borrowed some of his tweaks
Enjoy the kernel everyone​
XDA:DevDB Information
DedS kernel, Kernel for the Micromax A110
Contributors
##W4TCH0UT##, bindassdost
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 001
Stable Release Date: 2014-07-02
Created 2014-06-28
Last Updated 2014-07-02

Reserved
S2W/S2S/DT2W Information
sweep from left to right to wake / double tap on screen to wake
sweep from right to left to sleep
settings inside /sys/android_touch folder
doubletap2wake
0 = disable
1 = enable
sweep2wake
0 = disable
1 = only sweep2wake enabled
2 = sweep2wake and sweep2sleep enable
s2w_height_adjust (pixel from top)
854 = sweep on soft key only
x in (0-854) = sweep on region defined by 854 - x from bottom +soft keys will be detected
use echo command to change values
Code:
echo "value" > /sys/android_touch/"filename"
Click to expand...
Click to collapse
FAQ's
Q why all scripts are empty/blank
Ans download scripts.zip and use the way you want to (folder name is the size of swap created ). just replace the way you want
Q still only 1ghz is maximum freq/ how to overclock?
Ans use following command to overclock ARMPLL and MAINPLL (CAUTION MAINPLL BOOST CAN STUCK SOMETIME )
Code:
echo 0 0x000051e0 > /proc/clkmgr/pll_fsel
echo 1 0x00002840 > /proc/clkmgr/pll_fsel
and following to restore original value
Code:
echo 0 0x00004ca0 > /proc/clkmgr/pll_fsel
echo 1 0x00002760 > /proc/clkmgr/pll_fsel
Q overclocking resets at boot
Ans It isnt a bug ,i want it that way .Edit bindassboost script in init.d to auto overclock
Q Screen doesnt wake up sometimes
Ans problem caused by some script that tries to wake/sleep core as my kernel does it auto so conflict is created which prevents screen wakeup
delete all init.d script that has echo 0/1 > **cpux/online comand and check whether problem solved or not (my kernel isnt compatible with suvi script)
Q battery draining faster in v2.3
Ans s2w/s2s/dt2w features come at cost of little battery drain as now touchpannel doent went off during sleep to report touch event and interrupt processor is some conditions are met
athough it may be battery stats prob too try charge till 100 and full discharge 1-2 time to calibrate battery
Q DT2W doesnt work sometime
Ans double tap detects time diffrence b/w odd and even touches at even no. of touch try tapping 3 times in row cause there may be a touch reported earlier and time crieteria doesnt met
Q phone take sometime to wake up little long
Ans s2w feature schedule power on button emulation to prevent synchronization thus if something heavy or power saving is on then processor takes time to service interrupt caused by s2w
Q what is Zram
Ans Zram is compressed swap block created in ram itself thus has higher speed and reduce i/o
high usage of zram has impact on battery life although marginally at usage > 75%
Q what is Snappy
Anssnappy is compression algorithm from google to speed up compression/decompression .snaapy provide 39% compression ratio ant speed of arround 300mbps thus
64mb zram can accomodate 164 mb data so in total you have 512-64+164 = 612 ram
Q what is LZ4
Ans lz4 is currently fastest algorith with speed of more than 400 mbps that is 33% higher than snappy with compression ratio of about 44% (worst case) but higher speed produces less lag 0.25s to compress 100mb data
Click to expand...
Click to collapse
HOW TO OVERCLOCK
instruction
1. download (xposed module isnt working now will fix it later)
2. add BBoost Game Mode widget to homescreen
3. this app behave as toggle button click to switch b/w stock and overclock

Wow new kernel. Thanks for the hardwork

gaurav247star said:
Wow new kernel. Thanks for the hardwork
Click to expand...
Click to collapse
It's not working.. Its abandoned.. See the title..
Sent from my GT-I9082 using Tapatalk

##W4TCH0UT## said:
It's not working.. Its abandoned.. See the title..
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
So why u created a thread

sagar.singh said:
So why u created a thread
Click to expand...
Click to collapse
Will post new version today.:good:

Kernel released
Kernel finally released.....ENJOY

plz tell me if heavy games work fine? eg asphalt 7/8. what abt otg?

Recognized Noob said:
plz tell me if heavy games work fine? eg asphalt 7/8. what abt otg?
Click to expand...
Click to collapse
Ask things that were working in bb kernel will work and yes otg too..
Sent from my GT-I9082 using Tapatalk

after flashing kernel my rom stucks on boot logo

Joseph Canvas said:
after flashing kernel my rom stucks on boot logo
Click to expand...
Click to collapse
Ya.. I know.. Wait for a new release..
Sent from my GT-I9082 using Tapatalk

Guys, wipe only cache and dalvik cache.. Don't wipe data, it will cause bootloop.
Sent from my GT-I9082 using Tapatalk

Can anyone get me a logcat... As I don't own this device..
Sent from my GT-I9082 using Tapatalk

##W4TCH0UT## said:
Can anyone get me a logcat... As I don't own this device..
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
wat u dnt hav this device?

Joseph Canvas said:
wat u dnt hav this device?
Click to expand...
Click to collapse
nah..i dont own a micromax canvas 2.anyways...
NEW VERSION RELEASED:
*Hopefully fixed bootloops by removing -o2 optimization..:fingers-crossed:
*Many tweaks from faux123 added:
-Optimized ARM RWSEM algorithm
-Add optimized AES and SHA1 routines
-lib/memcopy:use glibc version
-lib/string:use glibc version

not booting
##W4TCH0UT## said:
nah..i dont own a micromax canvas 2.anyways...
NEW VERSION RELEASED:
*Hopefully fixed bootloops by removing -o2 optimization..:fingers-crossed:
*Many tweaks from faux123 added:
-Optimized ARM RWSEM algorithm
-Add optimized AES and SHA1 routines
-lib/memcopy:use glibc version
-lib/string:use glibc version
Click to expand...
Click to collapse
unable to boot the phone.reverted back to BindassBoost kernel.

akshayk01 said:
unable to boot the phone.reverted back to BindassBoost kernel.
Click to expand...
Click to collapse
Can you get me a logcat..??
Sent from my GT-I9082 using Tapatalk

@akshayk01, did you try the new version... I'm hopefully sure it will boot... Please try everyone..
Sent from my GT-I9082 using Tapatalk

##W4TCH0UT## said:
@akshayk01, did you try the new version... I'm hopefully sure it will boot... Please try everyone..
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
yup I tried newer version it gives me bootloop. unable to get logcat as my device is not recognised by adb. btw thanks for ur hard work for the A110 community.
Sent from my A110 using Tapatalk

akshayk01 said:
yup I tried newer version it gives me bootloop. unable to get logcat as my device is not recognised by adb. btw thanks for ur hard work for the A110 community.
Sent from my A110 using Tapatalk
Click to expand...
Click to collapse
OK... Can somebody else, get me a logcat..??
Sent from my GT-I9082 using Tapatalk

Related

[UPDATE][•KERNEL•UNIVERSAL]TITANIUM KERNEL • Battery • CIFS/TUN • OC/UV • Lots More!

★ ★Hello guys, I am back with new Kernels! ★ ★
★ FAster/Sleeker and better than my previous builds- ★
★ First of all-
★ MY Sources are based on XDA_BAMs sources!
★ Thanks to him for letting me use it!
READ THIS FIRST-
Code:
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 ROM before flashing it! 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.
FEATURES-​
1] Disabled some unnecessary stuff
2] I/O Patches and Tweaks to improve I/O
3] Stochastic Fair Blue Net Scheduler
4] Used many Makefile Optimizations with Linaro 4.6.3
5] Cleancache driver
6] EXT23 mounted as EXT4 (faster and better!)
7] Overclock upto 1.2Ghz w/ Undervolting of stock freq
8] JHash Bumped to V3
9] XZ Compression (Speeds up boot time)
10] GOVERNERS: Conservative/Ondemand/Smartass2/Performance (Less Governers, lesser bloat)
11] IO SCHEDULERS: Sio/Noop
12] Boot freq resticted to 1Ghz (dalingarin)
13] VM_MAX_READAHEAD set to 1024
14] Many small patches/improvements!
15] CFS and VM Ratios Tweaked for best battery + Performance
LOTS! Coming up soon! Stay tuned
Have a look at my github for detailed info about changes!
​
Reserved
FAQ:
1. My device rebooted or crashed, how can I help?
A: Get me /proc/last_kmsg or logcat.
2. Battery sucks, my device is not entering deep sleep. FIX PLOX!
A: Fix it yourself, it's an app waking your device up not the kernel's problem. Also make sure you let your device settle for at least 2 charging cycles. Typically apps like Facebook and Google Maps can cause problems since they wake it up pretty much all the time
3. Signal is dropping since I flashed the kernel, amg u sucks!
A: The kernel has nothing to do with gsm/cmda signal.
4. Do I need to wipe anything when flashing this kernel?
A: Just wipe cache and Dalvik cache after flashing.
5. Does this kernel has X or Y mod?
A: Learn to read, everything you need to know is in the features list, changelog or public repo.
6. Don't use 3rd party init.d scripts!!!
7. After the device boots, the phone runs at 1.35Ghz. So make sure you set it to whatever frequency you want.
8. For Daily use and best battery life, Recommended Settings are 1Ghz Max, 600Mhz Min, Conservative Governer and CFQ/SIO IO Scheduler.
Another one
DOWNLOAD LINKS
Download TITANIUM KERNEL BUILD#1
Last one reserved
Changelogs-
great work buddy...! I have a suggestion that u should creat different OPP for different frequencies. It will br very easy for a normal user to change frequencies through different opp.
It seems very good!!! I will be testing for some days and if battery drain is good, will add to my rom! Thank you!!
vishal24387 said:
great work buddy...! I have a suggestion that u should creat different OPP for different frequencies. It will br very easy for a normal user to change frequencies through different opp.
Click to expand...
Click to collapse
Yes I'll be doing that.. maybe in the coming builds..
Adi_Pat, with the phone disconnected to the computer it says USB Connected and appears the screen of mass storage with the option of activate mass storage.
download link broken.
Adi_Pat said:
DOWNLOADS-
TITANIUM KERNEL BUILD 2 -
Download DDKP3 specefic kernel from here.
Download Kernel with Universal CFROOT Ramdisk from here.
Click to expand...
Click to collapse
Broken links.......Showing File deleted
Invalid or Deleted File.
Updated Download Links~!
can you make it also compatible in AOSP rom?
As I thought its not booting on my phone. Because from my experience I learned that my phone support only 1.2 ghz max. Above that phone stuck at boot screen. Can u give me test kernel with only 1.2ghx max opp????
I am going to test it right now. Would u mind, if it is powersaver enough, if I add it to my ROM (CleanKpuRom) ?
luiseteyo said:
I am going to test it right now. Would u mind, if it is powersaver enough, if I add it to my ROM (CleanKpuRom) ?
Click to expand...
Click to collapse
Wait I am uploading fixed ones which boot.
You can include it in ur ROM
vishal24387 said:
As I thought its not booting on my phone. Because from my experience I learned that my phone support only 1.2 ghz max. Above that phone stuck at boot screen. Can u give me test kernel with only 1.2ghx max opp????
Click to expand...
Click to collapse
Your device will boot now, download and flash the kernel.
Your device did not boot becuase I set startup freq to 1.35Ghz so the phone didnt have enough power to turn on.
Now you test the new uploaded kernel, it will boot and you should be fine.
Adi_Pat said:
Wait I am uploading fixed ones which boot.
You can include it in ur ROM
Click to expand...
Click to collapse
I used the uploaded and the results are AMAZING in powersave terms!! Big thangs!!
Enviado desde mi GT-I9003 usando Tapatalk
luiseteyo said:
I used the uploaded and the results are AMAZING in powersave terms!! Big thangs!!
Enviado desde mi GT-I9003 usando Tapatalk
Click to expand...
Click to collapse
Test 1.35Ghz , I made it as stable as I could.. Also can you tell me what updater script lines are needed to make the kernel cwm flashable?
Sent from my GT-I9003 using xda premium
Adi_Pat said:
Test 1.35Ghz , I made it as stable as I could.. Also can you tell me what updater script lines are needed to make the kernel cwm flashable?
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
I dont know wheather u have repaired the universal titanium kernel or not but on my xxkpq its not booting. I always happens whenever I use a kernel which is overclocked to 1.35 ghz. But whenever I use UC v9 1009 version kernel which is overclocked to 1.2 ghz only then my phone always boot successfully. Its something related to overclocking above 1.2ghz which my phone is not accepting.

[DEV] [KERNEL] Kernel

Hello Guys....
Starting Off.... Proudly presenting to u my kernel
Features :
Code:
Enabled Zcache
CIFS and TUN Support .
Only 4 Governors ( Interactive, Performance, Ondemand , Smartass2 ) Removed all other governors ,
Ext4 Partition ,
Stripped modules from ramdisk ,
Compiled with arm2011.09 ,
2 Way Call Recording Patch ,
Non CF Root but wifi boot animation super user busybox init.d works ,
Over clocked up to 806Mhz and export scaling frequencies ,Undervolt
Over clocking frequency is upto 787... By default the Max Frequency is 600Mhz and Min Frequency is 245Mhz ...
After Intensive testing undervolt has be implemented
Experiencing a stable system from the time of flashing even at 787Mhz
Flash on GB Rom's Formatted to EXT4 Partition only
Release 1 : Release 1
Release 2 : Release 2 [ Latest ]
Source : Github
Disclaimer : I will not hold any guarantee for bricked devices, over heating [ Dont worry nothing would happen like that ... Just a formality sake ]
PS : Yet to add more features ... Would update frequently
Credits :
zcop
Adi_pat
avs333
Me ofc :silly:
Change Log
Release 1 :
Enabled Zcache
CIFS and TUN Support .
Only 4 Governors ( Interactive, Performance, Ondemand , Smartass2 ) Removed all other governors ,
Ext4 Partition ,
Stripped modules from ramdisk ,
Compiled with arm2011.09 ,
Non CF Root but wifi boot animation super user busybox init.d works ,
Over clocked up to 806Mhz and export scaling frequencies ,Undervolt
Release 2 :
Implemented 2 way call recording patch ( still in beta stage )
Patch's
Download the app given below
Note : The 2 way call recording patch is still in Beta stage cause of distortions and low sound so don't blame me for poor quality
To whomsoever who would like to know if the kernel patch is workin or not .... [Recorded from my mobile directly ]
Audio
finally the #development# of fit is active
speed_bot said:
finally the #development# of fit is active
Click to expand...
Click to collapse
agreed , a Revolution needed!
maybe it can start this!
for stock based roms?!
:good:
How'd you test up uv?
What are the results?
Btw, nice work bro!
"By the power vested in me, I now pronounce you, Man and Knife"
Welcome back willy with a bang
a.cid said:
How'd you test up uv?
What are the results?
Btw, nice work bro!
"By the power vested in me, I now pronounce you, Man and Knife"
Click to expand...
Click to collapse
Studied & Picked up few sources from git's ... And just figured it out that every clock speed has been assigned a specific voltage so out of trial and error method i found tat the more i undervolt the system seems to lag .... So when i got a stable system i compiled the build.... U can also say that the undervolt is still in beta stage cause u never know if the scaling set is correct till u experience bugs but...so far so good i've been gettin a stable result :fingers-crossed:
But I read that scaling differs from device to device?
Just like oc, some devices can handle more, some less...
System lag is bad news though...
Will make uv pointless, and also the time I would have spent improving the way...
What about uv+oc?
"By the power vested in me, I now pronounce you, Man and Knife"
yup scalin of frequencies differ from device to device nd that is y i've used sources from tj_style's git .... i would still hav to concentrate on OC + UV together cause it needs lots of testin .....
Sent from my GT-S5670 using XDA
looks kool...!
btw cn u provide one fr cm based rom?
Sent from my GT-S5670 using xda premium
tjkingg said:
looks kool...!
btw cn u provide one fr cm based rom?
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Would try to
Sent from my GT-S5670 using XDA
I'll flash it on creeds rom.
wilfredcool007 said:
Would try to
Click to expand...
Click to collapse
Yes,pls make a good kernel for cm. Because cm roms make my phone heat up very soon as compared to gb roms.
It would had been Yajnavalkya aka yajnab.
The thing i was actually telling u is that i didn't like ur kernel as bcoz ur kernel is superb with the stripping and making me to return to kernel development. Giving me a headache u guyzzz
yajnab said:
It would had been Yajnavalkya aka yajnab.
The thing i was actually telling u is that i didn't like ur kernel as bcoz ur kernel is superb with the stripping and making me to return to kernel development. Giving me a headache u guyzzz
Click to expand...
Click to collapse
what does this hav to do it with my kernel
Its not working on beats audio v1 rom. Phone gets stuck at boot.
djbjpanchal said:
Its not working on beats audio v1 rom. Phone gets stuck at boot.
Click to expand...
Click to collapse
If its a GB ROM it should boot if not thn try a factory reset....btw LOGCAT
djbjpanchal said:
Its not working on beats audio v1 rom. Phone gets stuck at boot.
Click to expand...
Click to collapse
POst a logcat
---------- Post added at 09:21 AM ---------- Previous post was at 08:43 AM ----------
djbjpanchal said:
Its not working on beats audio v1 rom. Phone gets stuck at boot.
Click to expand...
Click to collapse
POst a logcat
Thread Updated Guys... Do check the latest Post

[Kernel] [AOSP] [01 May] WizDom13 Kernel v1.0.2

Ladies and Gentelmen,
Let me introduce my latest work. A new kernel for the Samsung Galaxy Note II (N7100) for AOSP Roms with the following features:
AOSP (Only right now)
Exynos-Abuse Secured
Linux Kernel 3.0.64
Init.d support
Support SetCPU, ROM Toolbox & Voltage Control
CPU Overclocking/Undervolting Support (100Mhz-2000Mhz)
GPU Overclocking/Undervolting Support
CPU Governors conservative, ondemand, powersave, interactive, performance, userspace, lulzactive, lulzactiveq, pegasusq, lazy, adaptive (Default: lulzactiveq)
I/O Schedulers: deadline, cfq, row, sio, vr (Default: row)
Cleancache Enabled
Zram with zcache (Snappy)
Swap support Enabled
KSM Enabled
SLUB Memory Allocator
NTFS R/W kernel Supported
CIFS & NFS Network FileSystems
Boeffla Sound Engine v1.4.2
Ultra tiny ramdisk (Super Extra smoothness)
Increased USB charging to 1700 which is the power of original charger. (Only if USB port can supply this much of current)
Fade LED Supported with switchable LED Control
Compiled with Linaro GCC 4.7.2 (2013.03)
Changelog:
WizDom13 Kernel v1.00
Initial release
WizDom13 Kernel v1.01
[FIX] Fix the issue of the Wifi
WizDom13 Kernel v1.02
Added vr I/O Scheduler
Ultra tiny ramdisk for even more smoothness (Pushed everything to the system partition)
Please give it a try and let me know what you think…
Please follow me on Twitter to receive news about other Work of mine.[/U]. @_WizDom13_
wissowisso said:
Let me introduce my latest work. A new kernel for the Samsung Galaxcy Note II (n7000)
[*]Increased USB charging to 1700 which is the power of original charger. (Only if USB port can supply this much of current)
Click to expand...
Click to collapse
well, im so proud to see another lebanese developer over here
im gonna flash it and give it a try
bas habibi bil post u said ( n7000 ) l galaxy note 2 is ( N7100 ) one more thing bi3ti2id ino l original charger gives only 1100 mAh not 1700 so correct me if im wrong
and if it was as i said just 1100, set the charging maximum to 1200 instead of 1700, otherwise a lot of phones will be dead when left on charging all night long
and try to make it cwm flashable, its better and never increase the counter in download mode
phone never boot up just stuck on black screen after the note 2 sign, are u sure it is for note 2 ?? or for note 1 ?
mrlove6 said:
phone never boot up just stuck on black screen after the note 2 sign, are u sure it is for note 2 ?? or for note 1 ?
Click to expand...
Click to collapse
What Rom do you have?
wissowisso said:
What Rom do you have?
Click to expand...
Click to collapse
monx 12r01 tw based, ill try it on other rom also and report back
mrlove6 said:
monx 12r01 tw based, ill try it on other rom also and report back
Click to expand...
Click to collapse
The one you installed is the aosp. It will not work...
wissowisso said:
The one you installed is the aosp. It will not work...
Click to expand...
Click to collapse
you didnt said that at first in the OP
mrlove6 said:
you didnt said that at first in the OP anyway i made it cwm flashable for you, here we are
View attachment 1898753
Click to expand...
Click to collapse
I made one with the required scripts and busybox you can find it and use it instead.
Kindly remove yours as I dont want to confuse the users...
mrlove6 said:
you didnt said that at first in the OP anyway i made it cwm flashable for you, here we are
View attachment 1898753
Click to expand...
Click to collapse
Yes it is but the one that you should flash for TouchWiz Roms is Wizdom13_stock_v1.00.zip which I didn't submit yet as I'm working on extensive test for it.
wissowisso said:
Yes it is but the one that you should flash for TouchWiz Roms is Wizdom13_stock_v1.00.zip which I didn't submit yet as I'm working on extensive test for it.
Click to expand...
Click to collapse
nevermind 7abibi take ur time, waiting for it
Welcome dude
I will try this kernel thanks for it
ⓝ ⓞ ⓣ ⓔ || ⓜⓐⓒⓗⓘⓝⓔ
Thank you guy,i try your kernel on jellybam ROM now
Inviato dal mio GT-N7100 con Tapatalk 2
---------- Post added at 01:17 PM ---------- Previous post was at 12:25 PM ----------
WiFi not work
Inviato dal mio GT-N7100 con Tapatalk 2
WiFi not working... Other than that is great
Sent from my GT-N7100 using xda app-developers app
Hi Guys, I have released Wizdom13 Kernel v1.01 solving the issue of the Wifi on some roms...
Now i test later
Inviato dal mio GT-N7100 con Tapatalk 2
A great progress on the Call recording...
Shortly AOSP Roms will have the capability to record both side of the call...
Sent from my GT-N7100 using xda app-developers app
Great smoothness, superb connectivity ... But there's one thing. ..
Battery drains a little worrying, but it's not bad.
Overall, it's a swell kernel so far... well done! :thumbup:
Sent from my GT-N7100 using xda app-developers app
Thank u dude for trying my kernel. Actually the only thing that may coz a little above normal power consumption is that the CPU is clocked on 2 Ghz as the maximum scaling frequency. If you set the max freq of the cpu back to 1600 Mhz using any tool like SetCPU you will have less then normal drain and power consumption bcoz of the extensive undervolting applied to the CPU, GPU and Midas chips. Also the fact that its zRam enabled make it conserve power bcoz RAM usage will give less power consumption than the MMC in this case.
Sent from my GT-N7100 using xda app-developers app
TouchWiz
Nice work what i read here.
Can you say a time when a TouchWiz variant is possible?
Sorry guys as I don't have much time to spend on this project. I'm working on it in my spare time. Stock (Touchwiz) have some issue right now as actually its not my priority right now. Actually I'm working on Call Recording feature for the AOSP.
Sent from my GT-N7100 using xda app-developers app

[KERNEL][GPL][XL] Vengeance [3.0]

Disclaimer
Code:
I am not responsible for anything happening in your life after flashing this kernel.
Hey all. I hate fancy OP's so this thread is rather simple. VK currently works on all stock based 4.2.2 ROM's.
Changelog is down somewhere. You can check it for comprehensive list of changes in each update.
Instructions:
Flash zip in recovery
Some words:
* Integrated cwm ramdisk
* Max clock speed upto 1.4 GHz (Default 1.2 GHz)
* More GPU scaling levels
- Added 128 MHz and 450 MHz (Stock is 400MHz)
* UV support through sys interface
* intelli_plug (set as default instead of mpdecison)
* Dynamic fsync
* CAF backport fixes
* Some tweaks here and there
* Stripped debugging
* init.d support
* no bull****
Don't bother asking for this as I will ignore you:
- GPU/CPU overclock
- sleep2wake
- Stupid governors/iosched
- pointless patches
Credits
@OldDroid @varun.chitre15 : For CWM and twrp
@faux123 : UV support, intelli_plug and most of the features @DooMLoRD : fast charge port for APQ8064, exfat driver and assistance
XDA:DevDB Information
Vengeance Kernel, Kernel for the Sony Xperia L
Contributors
Rachit Rawat
Kernel Special Features:
Version Information
Status: Abandoned
Current Stable Version: 3.0
Stable Release Date: 2014-01-03
Created 2013-10-31
Last Updated 2014-06-25
Downloads and Chnagelog
Download
Changelog
Donate
Reserved
Glad to knw u started...wil b getting this phone in/after 15 days...thanx alot...
Sent from my GT-S5670 using xda premium
@Rachit Rawat man can I just say what great work you are doing for this device and we(most people with the device) appreciate the effort though the number of people are less so might be a while before more spams occur for this thread
And I assume you have this device right?
@Rachit Rawat
Well, As far as I remember the stock kernel already had the below
*. Cleancache
*. SWAP support
*. SLUB Memory Allocator
*. ext2/3/4 support
Secondly, I don't really see the benefit of enabling ThumbEE since this execution mode is already deprecated by ARM in 2011 PLUS there is no dalvik port of ThumbEE yet
So there is nothing really using this execution environment and hence the driver is doing nothing other than increasing the kernel's memory footprint
varun.chitre15 said:
@Rachit Rawat
Well, As far as I remember the stock kernel already had the below
*. Cleancache
*. SWAP support
*. SLUB Memory Allocator
*. ext2/3/4 support
Secondly, I don't really see the benefit of enabling ThumbEE since this execution mode is already deprecated by ARM in 2011 PLUS there is no dalvik port of ThumbEE yet
So there is nothing really using this execution environment and hence the driver is doing nothing other than increasing the kernel's memory footprint
Click to expand...
Click to collapse
Yes,
The aforementioned features are already included in stock.
I know there's no port of Jazelle-RCT yet. But just in case.
Sent from my C2104 using xda app-developers app
Dark Passenger said:
@Rachit Rawat man can I just say what great work you are doing for this device and we(most people with the device) appreciate the effort though the number of people are less so might be a while before more spams occur for this thread
And I assume you have this device right?
Click to expand...
Click to collapse
Yes,
I've the device for experiment.
Sent from my C2104 using xda app-developers app
Thanks
@Rachit Rawat
Uhhh, finally someone started with a gr8 kernel
now include cwm and i will come along with cm10 ^^
OldDroid said:
@Rachit Rawat
Uhhh, finally someone started with a gr8 kernel
now include cwm and i will come along with cm10 ^^
Click to expand...
Click to collapse
Hey You got the Device too...Would be nice to see some rom development here.:good:
Dark Passenger said:
Hey You got the Device too...Would be nice to see some rom development here.:good:
Click to expand...
Click to collapse
first thing is cwm then cm10.1 ^^
I have no knowledge in cwm support for xperia, i only know that there are 2 methods booting in cwm,
chargemon method for locked bl's and for unlocked bl's we have ramdisk implementation :silly:
the firt thing i need to do anyway is setting up a device tree to build cwm for xperia l -.-'
Uhh good to see some guys out of my old dev range
Does it have cwm or twrp?
OldDroid said:
first thing is cwm then cm10.1 ^^
I have no knowledge in cwm support for xperia, i only know that there are 2 methods booting in cwm,
chargemon method for locked bl's and for unlocked bl's we have ramdisk implementation :silly:
the firt thing i need to do anyway is setting up a device tree to build cwm for xperia l -.-'
Uhh good to see some guys out of my old dev range
Click to expand...
Click to collapse
Just glad to see another RD with this device.
what must I do with attached modules in your host?
copy it manually to /system/lib/modules ?
Thanks
Rachit, if I remember correctly entropy do not really do much in ics and above. So y did u include it?
Sent from Xperia L (C2105)
karkand said:
what must I do with attached modules in your host?
copy it manually to /system/lib/modules ?
Thanks
Click to expand...
Click to collapse
Yep. But I suggest not to replace stock modules. Just add additional ones which you want to use.
allenwalker1998 said:
Rachit, if I remember correctly entropy do not really do much in ics and above. So y did u include it?
Sent from Xperia L (C2105)
Click to expand...
Click to collapse
Well, it does.
http://forum.xda-developers.com/showthread.php?t=2097138&page=68
Rachit Rawat said:
Yep. But I suggest not to replace stock modules. Just add additional ones which you want to use.
Click to expand...
Click to collapse
I didn't know the job for each module, so I copy all from your module and paste in my system lib module but just skip for replacing..there's I think have six additional module from yours..
EDIT: very good bro, the bench score is significantly increased from 5500 at stock,now 7977
Can any one post antutu 3D scores with max frequency (1.4Ghz) ? and overclocking up to 1.4 ghz is safe?
thanks
naitik2012 said:
Can any one post antutu 3D scores with max frequency (1.4Ghz) ? and overclocking up to 1.4 ghz is safe?
thanks
Click to expand...
Click to collapse
Here you are,its quite stable,no random reboot at all.
Sent from my C2105

[KERNEL][3.4.5][BETA]Kash Kernel V1.0

Introducing you to the first ever Custom Kernel for Micromax A110Q Canvas 2 Plus!
WARNING:
I or xda is not responsible for any kind of damage to your device. Please use it at your own risk!
Click to expand...
Click to collapse
FEATURES:
Swap Support Added
Added config.gz support
Clean Cache Enabled
CIFS network file system support
LZMA Compression for zImage and Gzip for ramdisk..
Enhanced hw composer.
NTFS support.
VM Dirty ratio tweaks.
Battery drop fixed. Works perfectly
Added frandom driver.
Added Ramzswap support.
Optimized apply_slack() for size and speed
Faster NOATIME and NODIRATIME mounting flags
Enabled Dynamic Filesync Control 2.0
Lock the initial TCP window size to 64K
Asynchronous I/O latency to a solid-state disk greatly increased
Enabled ARCH_POWER
Added cdrom option to UMS-lun-devices (you can now use this app: Link)
Enabled SELinux and Full support for Android 4.4
Compile vfp with neon
MTK Vermagic Hack
Various ext4 patches
ACPI sysfs.c strlen fix
Fixed memory leak on extending regions
Random: Entropy tweaks
Tune conservative for performance
New governors added:
Smartass2
LulzactiveQ
PegasusQ
ZZMOOVE
NIGHTMARE
SAKURACTIVE
InteractiveX
Intellidemand
New IO Schedulers added
ROW
ZEN
FIOPS
FIFO
VR
Click to expand...
Click to collapse
Bugs:
Some display related problems
Please report bugs in the Bugs Report section!
Click to expand...
Click to collapse
Install Instructions:
Make a full backup of your current ROM.
Place the kernel zip in sdcard and reboot to recovery.
Mount /system.
Install kernel zip and reboot!
Click to expand...
Click to collapse
Changelog:
VERSION 1.0:
Boot! (built from A116 Custom source with all features).
Almost everything working
If you want to include this kernel on your rom, please include a link to this thread in the OP.
Thanks.
Download Links:
Please read instructions before flashing!
Kash Kernel V1.0 (BETA 1)
Source: https://github.com/kashifmin/KashKernel_4.2
Click to expand...
Click to collapse
CREDITS:
@banjo0917
@varun.chitre15
@Dr-Shadow
@GuneetAtwal (for patches)
@[email protected] and @digyvijaykumar123
All members of A110Q FB group for their support and testing
XDA:DevDB Information
[KERNEL][3.4.5]Kash Kernel for A110Q, a Kernel for the Micromax Canvas 2 Plus A110Q
Contributors
kashifmin, kashifmin
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: V1.0
Created 2014-04-11
Last Updated 2014-04-11
KashKernel and Revert Patches for Custom ROMs
Kernel Download Links for Custom ROMs: (All credits to @digyvijaykumar123 )
--------------ROM--------------------------------------------------------------------------------- KASH KERNEL PATCH---------------------------REVERT PATCH
COLOR OS V1.2------------------------------------------------------------------------------- DOWNLOAD----------------------------------------DOWNLOAD
COLOR OS(akaks09)--------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
XOS V1& V2---------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
MIVO V1--------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
MIVO V2 VIBE UI------------------------------------------------------------------------------- DOWNLOAD----------------------------------------DOWNLOAD
STOCK BEAST-----------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
STOCK V1------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
STOCK V3------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
SGALAXY V1-------------------------------------------------------------------------------------- DOWNLOAD----------------------------------------DOWNLOAD
SGALAXY V2---------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
XPERIA FUSION FINAL------------------------------------------------------------------------ DOWNLOAD----------------------------------------DOWNLOAD
XPERIA FUSION-----------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
LEWA OS 5------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
CM 10.2------------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
CM 11-------------------------------------------------------------------------------------------------------------------------ALREADY ADDED IN v0.2----------------------------------------
OMNI----------------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
PURE-XPERIA---------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
NOTE 3-------------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
XTREAM-----------------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
MIUIv5_4.3.24----------------------------------------------------------------------------------------DOWNLOAD----------------------------------------DOWNLOAD
PAC-MAN-------------------------------------------------------------------------------------ALREADY ADDED IN NEW UPLOADED CHD_TO_A110Q PATCH------------------------
Reserved
The thing we were waiting for is finally HERE..........thankyou kashifmin
Great work mate....And thanks for your support
Great Work
Very Very Very Big Thanks
Great work dude
Sent from my IRIS 504q using Tapatalk
great work dude
good work dude
these options still unavailable...in whch kernel are they available?
BUG
when i switch the screen off.. it doesnt actually turn off.. the backlight is on... but is totally black..
anyway to replace the stock kernel please?
Another Bug
when i leave the screen off for sometime... then turn it back on it doesnt.... never had this problem before..
please upload a flashable zip to restore stock kernel
thanks
abhimanyu bajaj said:
when i switch the screen off.. it doesnt actually turn off.. the backlight is on... but is totally black..
anyway to replace the stock kernel please?
Click to expand...
Click to collapse
See second post for revert Patches
digyvijaykumar123 said:
see second post for revert patches
Click to expand...
Click to collapse
thanks a lot man
what about overclocking cpu and gpu?
and which one to apply to miui 4.3.24?
rxlord said:
what about overclocking cpu and gpu?
and which one to apply to miui 4.3.24?
Click to expand...
Click to collapse
Can you give me boot.img and system/lib/"module" folder of miui 4.3.24 so i will create its kernel patch and revert patch.
And over-clocking is not available right now,currently we are looking for stable version.
Revert patch link for pure xperia is not working ....
Link for miui boot.img and mods
www.passivedivision.ml/MIUI_v5_4.3.zip
And can u make a darky kernal patch for miui too
Sent from my C2305 using xda app-developers app
rxlord said:
Link for miui boot.img and mods
www.passivedivision.ml/MIUI_v5_4.3.zip
And can u make a darky kernal patch for miui too
Sent from my C2305 using xda app-developers app
Click to expand...
Click to collapse
Kash kernel is Fully stable now with 0 bugs.So i am again uploading patches for all roms.
I am adding miui in the list.....
Great Work...
Good work bro, till now I didn't found any bug and kernel is working fine with color os v1.2.:good::good:
But still performance on kernel can be increased as antutu and quadrant score were bit low.
good
digyvijaykumar123 said:
See second post for revert Patches
Click to expand...
Click to collapse
Good work bro

Categories

Resources