[CUSTOM KERNEL][3.4.67]HYPER-KERNEL

hyperion70

Senior Member
Dec 7, 2013
243
734
93
Tula
[Custom Kernel] [3.4.67] HYPER-KERNEL

WARNING:
I or xda is not responsible for any kind of damage to your device. Please use it at your own risk!



Featues :

  • The new Linux version 3.4.67.
  • Compiled from latest Linaro GCC 4.9.1 Toolchain.
  • LZMA, LZ0, LZ4 compression/decompression support.
  • PowerSuspend driver support (replaces EarlySuspend).
  • Sweep2Wake, Sweep2Sleep & DoubleTap2wake
  • Cortex A7 optimization
  • Battery Life eXtender (BLX)
  • Update RWSEM
  • SECURITY_NETWORK
  • Support for 4.4.x [CM11]
  • SElinux suport.

DOWNLOAD LINK

Yandex

INSTRUCTIONS:
  • Place the zip file in sdcard.
  • Reboot to recovery (CWM 6.0.4.x)
  • Make a backup with CWM - you will want to go back, don't blame me if you don't have a backup!!!
  • Wipe dalvik Cache and Cache.
  • Install zip.
  • Reboot!




Credits:
@chrmhoffmann
@Dr-Shadow
@neomanu
@luckasfb
@Cheshkin
Development Group Assembling Sources MTK from forum.china-iphone.ru


Sources:
Original kernel source: 4PDA.RU many thanks to Alice (@Strana_4udes)
My kernel sources: https://github.com/hyperion70/iq451_mt6589

XDA:DevDB Information
[CUSTOM KERNEL][3.4.67]HYPER-KERNEL, Kernel for the Micromax Canvas 2 Plus A110Q

Contributors
hyperion70, digyvijaykumar123
Kernel Special Features:

Version Information
Status: Stable
Current Beta Version: 1.0

Created 2014-06-30
Last Updated 2014-07-01
 

hyperion70

Senior Member
Dec 7, 2013
243
734
93
Tula
How to use doubletap2wake and sweep2wake?

S2W/S2S (disabled by default):

Disable :
Code:
echo 0 > /sys/android_touch/sweep2wake
Sweep2Wake only :
Code:
echo 1 > /sys/android_touch/sweep2wake
Sweep2Wake + Sweep2Sleep :
Code:
echo 2 > /sys/android_touch/sweep2wake
DT2W (disabled by default):

Disable :
Code:
echo 0 > /sys/android_touch/doubletap2wake
Enable :
Code:
echo 1 > /sys/android_touch/doubletap2wake
 
Last edited:

[email protected]

Senior Member
Jan 21, 2014
55
74
0
27
patna
Great work only 3 custom kernel

Sent from my A110Q using XDA Premium 4 mobile app

---------- Post added at 01:10 PM ---------- Previous post was at 01:06 PM ----------

Can u provided patch for all rom

Sent from my A110Q using XDA Premium 4 mobile app
 

DevendraMilmile121

Senior Member
Sep 25, 2013
224
263
0
25
Ghatanji
www.mobm.org
[Custom Kernel] [3.4.67] HYPER-KERNEL

WARNING:
I or xda is not responsible for any kind of damage to your device. Please use it at your own risk!



Featues :




DOWNLOAD LINK

Yandex

INSTRUCTIONS:
  • Place the zip file in sdcard.
  • Reboot to recovery (CWM 6.0.4.x)
  • Make a backup with CWM - you will want to go back, don't blame me if you don't have a backup!!!
  • Wipe dalvik Cache and Cache.
  • Install zip.
  • Reboot!




Credits:
@chrmhoffmann
@Dr-Shadow
@neomanu
@luckasfb
@Cheshkin
Development Group Assembling Sources MTK from forum.china-iphone.ru


Sources:
Original kernel source: 4PDA.RU many thanks to Alice (@Strana_4udes)
My kernel sources: https://github.com/hyperion70/iq451_mt6589

XDA:DevDB Information
[CUSTOM KERNEL][3.4.67]HYPER-KERNEL, Kernel for the Micromax Canvas 2 Plus A110Q

Contributors
hyperion70, digyvijaykumar123
Kernel Special Features:

Version Information
Status: Stable
Current Beta Version: 1.0

Created 2014-06-30
Last Updated 2014-07-01
Great Work Keep It Up :good:
 
  • Like
Reactions: batman465

tmasabari

New member
Jul 17, 2014
1
0
0
Deep sleep problem on A110q comes with V2 stock rom

Thanks for efficient rom. But system goes to deep sleep state after some time and displays only blank screen. I'm using MIUI ROM the device originally bundled with V2 Stock ROM.

for older kernal following fix worked droidarena.in/Thread-MIUI-5-Custom-ROM-for-Canvas-2-Plus-A110Q. But its not working for this version.

Could you please suggest ?

Thanks.