Q
quercus
Gast
Quelle: XDA
Autor: Doomlord
Link: [KERNEL][ARC] DooMKernel [Rel: v08][Dt: 15/Aug/2011][FW:4.0.A.2.368]
hello guys!
i am new to kernel development but i think this kernel would be useful for a lot of ppl using stock SE 4.0.A.2.368 FW... for older kernel versions for older FW refer to following: Older Releases [FW: 3.0.1.A.0.145/146/148]
[ disclaimer ]
OVERCLOCKING CAN BE DANGEROUS! U RISK THE HARDWARE GETTING DAMAGED!
PROCEED WITH CAUTION! U HAVE BEEN WARNED!
I AM NOT TO BE HELD RESPONSIBLE IF U DAMAGE UR PHONE / SPILL UR COFFEE / MISS UR ALARMS / ANY OTHER CALAMITY/MISHAP
[ features ]
[ credits for features ]
[ requirements ]
[ how to install ]
https://github.com/DooMLoRD/Xperia-2011-Kernel-2.6.32.9
[ donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
FreeXperia PROJECT: if you want to support FreeXperia PROJECT (creators of working recovery) you can donate
https://www.paypal.com/cgi-bin/websc...=YJ7AK6HLAVNHU
[ downloads ]
<NEW>
[ARC] DooMKernel (v08) (FW: 4.0.A.2.368)
< OLD FILES >
[ARC] DooMKernel (v07) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v06) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v05) FIX-01 (FW: 4.0.A.2.368)
[ARC] DooMKernel (v05) (FW: 4.0.A.2.368) (has issues with recovery avoid this version)
[ARC] DooMKernel (v04) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v03) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v02) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v01) (FW: 4.0.A.2.368)
known bug in v1:
lag... to resolve.. install setcpu/nofrills cpu app and correct min & max cpu speeds
[ for modders/themers/others ]
hey guys here i am attaching a template update.zip which has been tested to work on the recovery provided here... u can add ur stuff to that file and edit the updater-script so that the u can flash ur files via this recovery...
basically it contains the correct combination of update-binary & mounting syntax...
this file is NOT required for normal/general users
TEMPLATE UPDATE.ZIP (v1)
[ older versions ]
for older kernel versions for older FW refer to following:
Older Releases [FW: 3.0.1.A.0.145/146/148]
Autor: Doomlord
Link: [KERNEL][ARC] DooMKernel [Rel: v08][Dt: 15/Aug/2011][FW:4.0.A.2.368]
hello guys!
i am new to kernel development but i think this kernel would be useful for a lot of ppl using stock SE 4.0.A.2.368 FW... for older kernel versions for older FW refer to following: Older Releases [FW: 3.0.1.A.0.145/146/148]
[ disclaimer ]
OVERCLOCKING CAN BE DANGEROUS! U RISK THE HARDWARE GETTING DAMAGED!
PROCEED WITH CAUTION! U HAVE BEEN WARNED!
I AM NOT TO BE HELD RESPONSIBLE IF U DAMAGE UR PHONE / SPILL UR COFFEE / MISS UR ALARMS / ANY OTHER CALAMITY/MISHAP
[ features ]
- [v08 onwards] added new logo!! Thanks to soheil_rf
- [v08 onwards] added I/O Schedulers:
- V(R)
- BFQ
- [v08 onwards] added CPU Governors:
- Smartass
- Scary
- MinMax
- [v08 onwards] enabled NLS_UTF8
- [v07 onwards] added user-level/runtime CPU voltage control [VDD control "sysfs interface"] (for more info keep checking this post: http://forum.xda-developers.com/show...&postcount=362)
- [v07 onwards] added Interactive CPU Governor
- [v07 onwards] added new Max frequency:
- [v07 onwards] added lots of intermediate frequencies (from 122Mhz to 1.9Ghz for almost every 100/120Mhz there is a select-able frequency)
- [v06 onwards] updated recovery related scripts to resolve mounting issue
- [v06 onwards] added cpu freq thresholds to throttle CPU speeds to stock values when inside recovery
- [v06 onwards] corrected adb issues (in both OS & recovery)
- [v06 onwards] added lots of intermediate frequencies
- [v05-FIX onwards] updated recovery related scripts to resolve mounting issue
- [v05-FIX onwards] added cpu freq thresholds to throttle CPU speeds to stock values when inside recovery
- [v05 onwards] updated recovery to CWM v4.0.1.4 FreeXperia Team [it is recommended to use v05-FIX and above]
- [v05 onwards] {ramdisk tweak} /sd-ext also symlinked to /mnt/sd-ext
- [v05 onwards] enabled SWAP support
- [v05 onwards] enabled CDROM filesystem support in kernel (now u can mount ISO files)
- [v04 onwards] enabled a few I/O Schedulers
- noop
- Anticipatory
- Deadline (default)
- CFQ
- [v04 onwards] enabled ARM THUMBEE extensions
- [v03 onwards] added new LOGO... no more boring SE TEXT logo
- [v02 onwards] under/overclocked from 128Mhz to 1.862Ghz [NOT UNDERVOLTED] (for sake of safe booting the device will always boot at min 245Mhz / max 1024Mhz)
- [v02 onwards] init.d scripts/binaries execution support
- [v02 onwards] enabled support (in kernel) for many file systems
- EXT2
- EXT3
- EXT4
- NTFS (Read & Write)
- [v02 onwards] enabled NFS (client & server) support in kernel
- [v02 onwards] enabled CIFS support in kernel
- [v02 onwards] enabled access to kernel .config (can be pulled from /proc/config.gz)
- [v02 onwards] enabled TUN/TAP driver support (integrated in kernel) [VPN support]
- [v02 onwards] USB-OTG support (already enabled in SE FW)
- [v01 onwards] autorooting (prerooted)
- kernel is insecure (ro.secure=0)
- su binary & superuser.apk will automatically be installed by kernel
- busybox already installed in /sbin/
- [v03 onwards] busybox will get copied to /system/xbin/ if its not present there
- adb server is persistent
- usb debugging enabled
- rootfs and /system mounted as rw (thank you Blagus for the tip
- [v01 onwards] CWM recovery (Thanks to FreeXperia team)
[ credits for features ]
- BFQ I/O Scheduler ported from richardtrip's Kernel sources for Bravo by richardtrip
- V(R) I/O Scheduler ported from LeeDroid Kernel sources for Ace by LeeDroid
- Smartass CPU Governor ported from UmaroKernel sources by umaro (original posted by erasmux) [Fixed/modified for SEMC Devices]
- Scary CPU Governor ported from UmaroKernel sources by umaro (original posted by scaryghoul)
- MinMax CPU Governor ported from UmaroKernel sources by umaro
- NEW LOGO Thanks to soheil_rf
- Interactive CPU Governor ported from UmaroKernel sources by umaro & from Bukington gaosp Kernel sources
- VDD control "sysfs" interface ported from UmaroKernel sources by umaro (original posted by snq- here)
- CWM Recovery FreeXperia Team
- {OLD} initial freq-Overclock table if2
- {OLD} bootscreen/bootlogo/bootimage used from http://forum.xda-developers.com/showthread.php?t=928352 with permissions of Sentinel196
- original RootXperia.zip file Bin4ry
- autorooting inspired from CF-Root for SGS2 (Chainfire)
- and finally ME for getting this all together for u guys
[ requirements ]
- stock SE 4.0.A.2.368 FW (available from here: http://forum.xda-developers.com/show....php?t=1199003)
- bootloader unlocked
- working fastboot
- u have read this: [How-To] Safely test custom kernels / custom ROMs and get back to stock SE 2.3 ROM
- android app for overclocking like SetCPU (paid) or NoFrills CPU Control (free)
- NoFrills CPU Control (free) to select I/O scheduler
- VDD control app: IncrediControl
- [OPTIONAL] CIFS Manager (free)
- [OPTIONAL] Swapper 2 (free)
[ how to install ]
- download the boot.img
- save the boot.img in the folder with fastboot binaries (fastboot.exe files)
- power down device
- start device in fastboot mode
- use the following command to flash the boot.img
Code:
fastboot flash boot boot.img
- reboot phone and enjoy the kernel
- FOR OVERCLOCKING
- start SetCPU/NoFrills CPU Control app on ur Arc (or any other app which supports overclocking) (u may get a popup asking for SuperUser permissions, click ok/yes/allow)
- now slowly increase the MAX slider to the right (one notch at a time) to increase the maximum frequency limit
- DO NOT JUMP TO THE LAST POSSIBLE FREQUENCY
- SLOWLY increase the frequency one notch at a time and do stability/testing for few hours
https://github.com/DooMLoRD/Xperia-2011-Kernel-2.6.32.9
[ donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
FreeXperia PROJECT: if you want to support FreeXperia PROJECT (creators of working recovery) you can donate
https://www.paypal.com/cgi-bin/websc...=YJ7AK6HLAVNHU
[ downloads ]
<NEW>
[ARC] DooMKernel (v08) (FW: 4.0.A.2.368)
< OLD FILES >
[ARC] DooMKernel (v07) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v06) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v05) FIX-01 (FW: 4.0.A.2.368)
[ARC] DooMKernel (v05) (FW: 4.0.A.2.368) (has issues with recovery avoid this version)
[ARC] DooMKernel (v04) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v03) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v02) (FW: 4.0.A.2.368)
[ARC] DooMKernel (v01) (FW: 4.0.A.2.368)
known bug in v1:
lag... to resolve.. install setcpu/nofrills cpu app and correct min & max cpu speeds
[ for modders/themers/others ]
hey guys here i am attaching a template update.zip which has been tested to work on the recovery provided here... u can add ur stuff to that file and edit the updater-script so that the u can flash ur files via this recovery...
basically it contains the correct combination of update-binary & mounting syntax...
this file is NOT required for normal/general users
TEMPLATE UPDATE.ZIP (v1)
[ older versions ]
for older kernel versions for older FW refer to following:
Older Releases [FW: 3.0.1.A.0.145/146/148]