Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
slade87
Old
(Last edited by slade87; 30th September 2011 at 09:17 AM.)
#1  
Recognized Developer - OP
Thanks Meter 4218
Posts: 1,571
Join Date: Dec 2010
Location: Leipzig

 
DONATE TO ME
Default [KERNEL] ZombiePanic v1.63 for all ROM's > Eclair

Unlocking Bootloader voids your warranty however you can relock the bootloader!!! Please think about what you do before reading on

Great kudos to the_laser, his original thread is here : http://forum.xda-developers.com/show...77&postcount=3

Requirements:
  • at least Froyo or Gingerbread Android
  • unlocked BootLoader
  • same Baseband as for any custom rom


Instructions:
  1. How to Lock and Unlock the Bootloader : Thread by Spyder-X with Instructions
  2. Please make sure to delete the following modules if present in /system/lib/modules/ this is really important otherwise phone might reboot due to unloading adresses have changed : delete x8oc.ko, x8uv.ko, cyctma300_ser.ko, x8mddi.ko, ext3/4.ko jbd(2).ko or mt.ko
  3. except OC everything is already in Kernel, please do not try to insmod current x8oc/uv module needs to be recompiled with new addresses
  4. unpack the Kernel zip and place ftf file in firmware folder of flashtool
  5. select flash and choose ZombiePanic
  6. flash like usual

Features
  • no touchbug with GB roms
  • Tun/Tap
  • Overclocking (and undervolted)
  • built in Multitouch
  • mddi patched!
  • netfilter
  • iptables/xtables
  • ASHMEM/PMEM/SHMEM
  • EXT3/4 JBD(2)
  • USB RNDIS/RMNET (one step closer to native USB Tethering)
  • partial USB Host Side (not yet fully working)
  • alot more filesystems supported (CIFS,CD_ROM ISO,etc.)
  • few performance tweaks on performance govenor, smartass would be nicer maybe next time after i get permission

Bugs

none known so far


Download

Again you do this at your own risk!
Download ZombiePanic Kernel v1.63
At the Moment I advise to not use Overclocking as I still need to patch some PLL values which means OC maybe slower than set to 600 MHz





Download Zombie Panic Extreme Edition
Warning: Do not use if you are a regular user, its for hardcore overclockers. Zombie Panic Extreme Overclocking Edition be careful with Overclocking!
Features:
- upto 864 MHz with patched PLL
- features (and maybe bugs) from ZPKernel v1.61 integrated .

might be unstable with higher frequencies!! be careful do not set cpu speed on boot while checking frequencies
I am not responsible for bricked devices. Do at your own risk.


Download Zombie Panic Extreme Overclocking Edition


Code:
v1.63
-worked on overall snappiness, system should react faster overall

v1.62
-for me stable again. sorry about reboots it was caused by "fixed" touchdriver, i have rewritten some part and now its fine again! (also running super user v3 without issues so far)

v1.61
-found the issue on stability/performance loss (in acpuclock.c)

v1.59
-improved stability (a nat settings was causing a few issues)
-performance in booting might be a bit better

v1.58
-fixed swiping issue in touchdriver from the right or the bottom while finger was "outside" the screen

v1.57
was a debugging version not released to public in order to rewrite most part of dual touch driver

v1.56
-sorry it was late, i forgot to revert two lines in camera now everything working again like it should fixed v1.54/v1.55 camera issue.

v1.55
-fixed video cam driver from v1.54

v1.54
-some clean up
-improved touchscreen driver a bit 
-integrated Tun/Tap
-disabled all unncessary debugging
-again a slight increase in performance and boottime
-real cpu overclock not yet finished

v1.52
-integrated smartass conservative/ondemand governors and can be selected 
in cm or setcpu settings full credits goto AnDyX his 
original Thread is here
-worked again a little on kernel ramdisk
-new boot logo credits go to Mr.Krypton!! thank you very much
-enabled GPU KGSL per Process caching might improve 2d/3d performance

v1.51
-all changes from v1.4 now implemented
-partial clean up on kernel ramdisk, next step no chroot anymore
-wireless working

v1.5
-reverted link back to 1.3 wireless works here, wireless issue i'll take a look again


v1.4
-patched lightsensor now should never return illegal value -1 so no automatic brightness bug
-some what patched multitouch to be a less pain in the ass while zooming

v1.3
-full overclocking support kernel wise should also reduce jiffy lags
-new custom logo for this version ;) if anybody wants to make a better one please let me know
-included mddi fully (ESD_Recovery lag should be gone)
-included small patch for light sensor (not yet finished) to not report illegal light value -1

v1.2
-full iptables support also with DroidWall
-partial NAT support
-almost done with Overclocking in Kernel

v1.0
-inital release
credits to the_laser,zdizhu, jerpelea, Bin4ry, Blagus ,azuzu, AnDyX,Mr.Krypton and everybody else involved in unlocking the bootloader

https://github.com/slade87
This Kernel is not using FXP or other sources, i started from scratch with SE kernel 492.
Attached Thumbnails
Click image for larger version

Name:	screenshot-1315618716588.png
Views:	8350
Size:	25.3 KB
ID:	715129  
Quote:
If you like my work please give me a thumbs up and click on the thanks button!
Or buy me a beer and donate ! Thank you
KernelPanic Kernel|GinTonic ROM | Froyo ROM | Gingerbread ROM | DualTouch Driver | Keyboard Layouts | APP Keyboad Layout Setter | ROM FAQs | ROM Manager for Phone

The Following 118 Users Say Thank You to slade87 For This Useful Post: [ Click to Expand ]
 
slade87
Old
(Last edited by slade87; 10th September 2011 at 02:22 PM.)
#2  
Recognized Developer - OP
Thanks Meter 4218
Posts: 1,571
Join Date: Dec 2010
Location: Leipzig

 
DONATE TO ME
no need with Kernel v1.2

Just in case anyone wants to use DroidWall which uses one xtable module as well which is netfilter owner, extrace the zip file and put on /system/lib/modules/xt_owner.ko

edit hw_config.sh in /system/etc/ at end and include this line:

insmod /system/lib/modules/xt_owner.ko

and droidwall is working like it should.

next kernel will have this also included.
Attached Files
File Type: zip xt_owner.zip - [Click for QR Code] (1.6 KB, 255 views)
Quote:
If you like my work please give me a thumbs up and click on the thanks button!
Or buy me a beer and donate ! Thank you
KernelPanic Kernel|GinTonic ROM | Froyo ROM | Gingerbread ROM | DualTouch Driver | Keyboard Layouts | APP Keyboad Layout Setter | ROM FAQs | ROM Manager for Phone

The Following 18 Users Say Thank You to slade87 For This Useful Post: [ Click to Expand ]
 
D4rKn3sSyS
Old
(Last edited by D4rKn3sSyS; 10th September 2011 at 05:13 AM.)
#3  
D4rKn3sSyS's Avatar
Recognized Developer
Thanks Meter 14722
Posts: 3,730
Join Date: Jan 2011
Location: Monteria

 
DONATE TO ME
Great work mate!. Im working on preroot kernel you should also include it.

Btw, can you share sources for use some things, thanks.
edit: if you want a initlogo, send me ramdisk + png, and ill send you back modded initlogo

People asking for my Paypal E-mail: jedga_95@outlook.com
The Following 2 Users Say Thank You to D4rKn3sSyS For This Useful Post: [ Click to Expand ]
 
ribben
Old
#4  
Senior Member
Thanks Meter 35
Posts: 134
Join Date: Aug 2010
Location: Thessaloniki
Great work mate!!! don't want to get off topic, and sorry if i do but is there a chance to get a version for x10 mini too???

My regards,
Ribben
If my post helped you... hit the "Thanks" button it's FREE

 
Eyama
Old
(Last edited by Eyama; 10th September 2011 at 03:53 AM.)
#5  
Eyama's Avatar
Senior Member
Thanks Meter 1268
Posts: 911
Join Date: Mar 2011
Location: Ljubljana
Nice this custom kernel have alot of featurescant wait for the governersgreat work slade87

EDIT(OFFTOPIC): slade87 and D4 you should now start so help eachother on custom kernel.this is new on our device and you two are genius so keep up the good work

Sent from my U20i using xda premium
My phones:
Main: iPhone 4S IOS 5.1 (waiting for jailbreak)
Second (for dev): X10 mini pro


Xperia X10 mini pro


Rom: Flame.E based on cm7 nightly

Port: GingerDX by doixanh and port by me




If I was useful with my post you can click on THANKS button.
The Following User Says Thank You to Eyama For This Useful Post: [ Click to Expand ]
 
max.sh4dow
Old
#6  
Member
Thanks Meter 19
Posts: 75
Join Date: Nov 2008
Location: Paris
Work together please and make a fabulous kernel for our devices.
Why not Team487 lol?

Sent from my LG-P990 using XDA App
LG Optimus 2x - CM10.1 - tonyp - Build 01
Asus Transformer - TeamEOS JB
 
SpyderX
Old
#7  
SpyderX's Avatar
Recognized Contributor
Thanks Meter 828
Posts: 926
Join Date: Mar 2011
Location: Singapore
Go to this thread for instructions on gow to unlock the bootloader on your phone and verify that your bootloader unlock was successful.

Link: http://forum.xda-developers.com/show....php?t=1254225

Cheers ,

SpyderX

Think-Search-Discuss, not the other way around. Hit the Thanks button if I helped you. My PM is not personal prioritised support/help.



Don't be a:
Spammer/troll/whiner:
And please:
Or else this will happen to you:

My work and device:

Xperia X8 running GingerDX + Alfs kernel
How to behave on XDA: http://forum.xda-developers.com/show....php?t=1736078
Bootloader unlock guide for MSM7227 SEMC devices: http://forum.xda-developers.com/show....php?t=1254225
List of great apps: http://forum.xda-developers.com/show....php?t=1697127
Dev-Host link: d-h.st/users/SpyderX
With more to come...
The Following 2 Users Say Thank You to SpyderX For This Useful Post: [ Click to Expand ]
 
XperianPro
Old
#8  
XperianPro's Avatar
Senior Member
Thanks Meter 635
Posts: 1,901
Join Date: Nov 2010
Location: Mars

 
DONATE TO ME
Please x8 version.

Sent from my X8 using Tapatalk
XPERIA FAN
Xperia X8 (slow phone but good) > Xperia Live with Walkman (fastest but bad screen) > Xperia U (smooth as butter)
 
ruifung
Old
#9  
Senior Member
Thanks Meter 62
Posts: 397
Join Date: Dec 2010
Location: Kuala Lumpur
Slade, I noticed that the included iptables has no NAT support?
My Device: Sony Xperia Go
Running: CM9-FXP
 
slade87
Old
(Last edited by slade87; 10th September 2011 at 10:05 AM.)
#10  
Recognized Developer - OP
Thanks Meter 4218
Posts: 1,571
Join Date: Dec 2010
Location: Leipzig

 
DONATE TO ME
Quote:
Originally Posted by D4rKn3sSyS View Post
Great work mate!. Im working on preroot kernel
Azuzu is working on that.

Sent from my U20i using xda premium
Quote:
If you like my work please give me a thumbs up and click on the thanks button!
Or buy me a beer and donate ! Thank you
KernelPanic Kernel|GinTonic ROM | Froyo ROM | Gingerbread ROM | DualTouch Driver | Keyboard Layouts | APP Keyboad Layout Setter | ROM FAQs | ROM Manager for Phone


The Following 8 Users Say Thank You to slade87 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...