[KERNEL][ICS] Suave Kernel v6 ☰ Battery Friendly ☰ {OC,UV,2WCR,Gov,IO,FS,Net} 19-Jun - Sony Ericsson Xperia Neo, Pro

[KERNEL][ICS] Suave Kernel v6 ☰ Battery Friendly ☰ {OC,UV,2WCR,Gov,IO,FS,Net} 19-Jun
Guys, the latest kernel sources are out from SONY!! So, for all those who wanted kernel with OC and more features, here it is
With most of the useful features inbuilt! Link to old kernel -> here
Enjoy..
Q. Features?
init.d support
ro.secure=0 (that is now adb has native root access!)
Device is identified correctly (both Neo and Neo V) in recovery
ADB access in recovery
Clockworkmod 5.0.2.7 (credits DoomLord)
Overclock (OC): upto 1.6 GHz (use with discretion, i will not be responsible for ANY damage)
{
"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"
}
Governors: Smartassv2, Intellidemand, OndemandX, Smoothass, InteractiveX, SavagedZen, BrazilianWax
IO scheduler: sio added built in (default)
Filesystems: ext4 inbuilt, isofs, ntfs as modules added
Network: VPN support (tun/tap driver)
USB OTG: USB OTG support built in(mass storage, hid, mouse, keyboard)
Enable only features you want!! (See instructions below)
userinit support
Undervolting with vdd_levels sysfs
2-way call recording patch (experimental)
swap:Enable with single line (How-to here)
Download
Please see new install instructions!!
suave-kernel-v6-neov.img <- NEO V
suave-kernel-v6-neo.img <- NEO
OC increased to 1.6 GHz, swap (can be enabled with a single line) How-to here.
suave-kernel-v5-exp-neov.img <- NEO V
suave-kernel-v5-exp-neo.img <- NEO
Much better battery life!! + BrazilianWax & SavagedZen governors
CPU OC only till 1.4 GHz. Please see discussion here.
Previous:
suave-kernel-v3.1-exp-neov.img <- NEO V
Small bug-fix (no more kernel errors on logcat)!
suave-kernel-v3-exp-neov.img <- NEO V
suave-kernel-v3-exp-neo.img <- NEO
Added 2-way call recording + battery saver tweaks (full changelog post 2)
suave-kernel-v2-neov.img <- NEO V
suave-kernel-v2-neo.img <- NEO
Added UV (How-to below) + NTFS inbuilt (all changelog 2nd post)
suave-kernel-v1-neov.img <- NEO V
suave-kernel-v1-neo.img <- NEO
Stock WiFi modules
Required by only those coming from Night-elf kernel, CWM flashable.
Q. How to install?
Just as you install a custom kernel.
Steps:
1. Power down device and get into FASTBOOT MODE -> switch off device hold menu key & plugin usb. (LED notification turns BLUE)
2. check fastboot with "fastboot devices"
3. flash boot image
fastboot flash boot boot.img
4. Reboot with "fastboot reboot"
5. Enjoy!
How to enable/disable features?
This kernel sets properties to features so that they can be enabled or disabled easily
Code:
shardul.module.tun=0
shardul.module.isofs=0
shardul.module.ntfs=0
shardul.module.hid_apple=0
shardul.module.hid_microsoft=0
Method 1: Edit /data/local.prop directly
Method 2: "writeprop shardul.module.isofs 1" on shell / terminal emulator for individual properties set/unset
Module will be loaded on next boot!
If you want to load module only for the current session, see this app!
Q. How to undervolt (UV)?
Easy methods -> andrev_oc, IncrediControl (Thanks to adridu for the tip)
OR
Query vdd levels (output: first column: frequency (kHz), second column: vdd* (mV))
Code:
cat /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
incrementing/decrementing all levels by a specified amount* (mV):
Code:
echo '-25' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '+25' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
adjusting the supply voltage* (second value, mV) at a specific frequency (first value, kHz):
Code:
echo '998400 1250' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
*: vdd values must be a multiple of 25 (enforced by the interface; the regulator doesn't accept other values)
Want this on locked bootloader? : See here
Credits:
AnDyX, DooMLord, Bylos, inteks and all devs on XDA
Source:
https://github.com/shardul-seth/Suave-Kernel-Xperia-2011/tree/haida
ToDo:
- Add 0% battery patch

Changelog
Changelog:
Version 6 (2012-06-19):
= OC increased to 1.6 GHz
+ Swap on system (change amount by editing /data/local.prop)
+ VM readahead increased
Version 5 (2012-06-19):
+ MUCH better battery life
+ Governors: BrazilianWax and SavagedZen
= Governors: Tweaked values
- OC only till 1.4 GHz, removed some frequency steps (reverted to stock freq)
Version 3 exp (2012-06-14):
+ 2-way call recording patch
+ VM readahead to 512
+ Disabled NFS for better battery saving (module available)
+ Disabled some debugging features (better battery)
Version 2 (2012-06-14):
+ sysfs vdd levels interface for undervolting
+ NTFS also integrated into the kernel
Version 1 (2012-06-13):
+ init.d support
+ ro.secure=0 (that is now adb has native root access!)
+ ADB access in recovery
+ Clockworkmod 5.0.2.7
+ Overclock (OC): upto 1.7 GHz (use with discretion)
+ Governors: Smartassv2, Intellidemand and OndemandX, Smoothass
+ IO scheduler: sio
+ Filesystems: ext4 inbuilt, isofs, ntfs as modules added
+ Network: VPN support (tun/tap driver)
+ USB OTG: USB OTG support built in(mass storage, hid, mouse, keyboard)
+ Option to enable/disable some modules
+ userinit support

one more..

Nice to see some new stuff...
Your writeprop script is well done BTW I might take it for my next release.

adridu59 said:
Nice to see some new stuff...
Your writeprop script is well done BTW I might take it for my next release.
Click to expand...
Click to collapse
See here . Of course boss!

Is this better than the superstock kernel?

Awesome! Will try it as soon as I get my hands on a computer. Mine is broken right now.
Sent from my MT11i using xda premium

thanks shardul., il try it.,

Flashed...
Wifi-OK
Cam-OK
BT-OK
Video Play-OK
U-Totta OK..!!
Battery Drain to be tested..
Problem-This doesnt supprt Undervolting???
i want this feature..it really helps in battery use..
Will give a better feedback tommorow..
Charging the phone..

geekynoob said:
Flashed...
Wifi-OK
Cam-OK
BT-OK
Video Play-OK
U-Totta OK..!!
Battery Drain to be tested..
Problem-This doesnt supprt Undervolting???
i want this feature..it really helps in battery use..
Will give a better feedback tommorow..
Charging the phone..
Click to expand...
Click to collapse
Undervolting (vdd) ready on my local build
Will be there on the next update!

shardul_seth said:
Undervolting (vdd) ready on my local build
Will be there on the next update!
Click to expand...
Click to collapse
Update right Now..
waitng.. wenever you're comfortable..

shardul_seth said:
Undervolting (vdd) ready on my local build
Will be there on the next update!
Click to expand...
Click to collapse
great work thank you
is there any way to increase amount of ram to 340 mb as G.B kernel

It is already 340 mb. Please check.
It can be increased more by reducing camera memory, but that may make the camera unstable!

Can I use this kernel with MIUIv4 (ICS) EN 2.6.8 for Neo V?

mannu_in said:
Can I use this kernel with MIUIv4 (ICS) EN 2.6.8 for Neo V?
Click to expand...
Click to collapse
Yess u can...
@shradul- Very High Sleep drain... lost 10% in 5 hrs... i hope it will become more stable with tym and ur expertise..
Waitng for vdd..

@ALL:
1. I have noticed that v6 supercharger script adds "pm.sleep_mode=1" in build.prop
This causes high drain on some networks in sleep.. Just remove that line after install v6 supercharger script by zeppelinrox
2. If data is on overnight, it uses a lot of battery.. Use any script or app to turn off data when not required

geekynoob said:
Waitng for vdd..
Click to expand...
Click to collapse
See OP, updated

How I can test that is my phone will be stable with new voltages?
Sorry for my English.
Wysyłane z mojego MT11i za pomocą Tapatalk 2

is there tutorial about Under-volt and how can i use it

ay.ibrahim said:
is there tutorial about Under-volt and how can i use it
Click to expand...
Click to collapse
Did you even read the OP?
There is a section on how to undervolt!!
@kibol44: Values are reset at boot.. So try low values (individually for all frequencies), if phone freezes or random reboots, then you are too low . After you have found the correct values for your phone, you would need an init.d script for setting values on every boot..
@ALL: 2-way call recording, some debugging features turned off (logcat is still enabled), VM readahead increased, NFS (which i dont think anybody uses, but available as module) turned off for better battery..
My phone running stable on it since the last 4 hours. Anyone else who is willing to test?

Related

[2.3.3+2.3.7+arc][06/13/2012]ThGo2 v17.0 [elegant] [ICS theme] [with T.E.A.M]

Thanks to zdzihu for Xrecovery GB ready and FPS Uncap nothing audio lags!
Thanks to tkymgr link2Sd fix and more
Thanks to kenjidct kill app long press back button
Thanks to zorglub08 button LED fix
Huge thanks to T.E.A.M team theme and app
Thanks to Yuto helps me
Thanks to DooMLoRD Bootmanager & unlock fixes
I like minimal & cool style, so I am going to build small ROM and simple theme mod by stock SE 2.3.3 first(^_^)b
Don't copy my original files without agree, remove my credit any my files Ex. init.d scripts if you use in your ROM
I build ROM and kernel. My ROM tweaking for my kernel, kernel for my ROM each other.
My ROM getting very smooth & lowest battery drain!!!
Latest info:
[Jun 13]
Code:
v17.0
update some binary
remove some apps
24MB compcache enable by default
apply new pdroid patch
fix UA
update some system apps
change some libs
***** kernel *****
update rpcrouter to newest (Thanks to tkymgr)
support BZIP2/LZMA compress
enable htrick
update jhash to version3
native suppport ext3, ext4, cifs, nls_utf8
FPS uncap
call volume fix
added Scheduler (SIO & BFQ & V/R)
added CPU governor (smartassV2, interactivex, Scary & lagfree), power up (ondemand, consavative)
drivers update (CPU, video, and more)
freqs and voltage
128000-1000
384000-1000
576000-1050
768000-1150
998400-1300
1075000-1300
1113600-1325
1152000-1350
1190400-1375
1228800-1400
a lot of smoother tweaking !!
update KGSL driver to .35 with new libs
and more...
You can see [URL="http://db.tt/6RBT6Ac"]change history [/URL]
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"
}
​
- System Requirements -
baseband: .71
xrecovery
- tweak -
Code:
--- ROM ---
rooted
xrecovery fully working
native adblocking
build.prop optimized Japanese like Xperia arc
FPS fully uncap thanks to Z!!
Bravia engine thanks to Z!!
some audio files move to SDcard
Automatic wipe of Dalvik Cache when flashing Update [Phone needs longer to settle at first Boot now but will be faster after some Time]
Automatic ZipAlign (just 1st booting)
SD Card Speed boosted
VM/Sysctl tweaks
Kernel tweaks
Android Internal Taskkiller tweaked
I/O Scheduler tweaks
Reduced lags
Better memory management
Network speed tweaks & improvements
Zip allined all
Audio lags less
15% speedup reading database
deep tweak
SD readable freq
xLoud enable (my kernel adjusted for xLoud, but it may brake your speaker)
--- Included kernel details ---
FPS uncap
call volume fix
BFQ I/O as default scheduler
ext3, ext4, CIFS, TUN & UTF8 support
add compcache
touch respons up
screen respons up
battery fix
update lowmemorykiller driver
tweaks & many more!
support BZIP2/LZMA compress
fix SDcard driver
backport some source from 2.6.32
CPU up to 1.22 GHz
If you want to control CPU manually, you would need SetCPU from here: SetCPU
In SetCPU remember to check "Set on Boot", but using O/C Daemon gives much better performance and battery then SetCPU
Many CPU governors (SmartassV2, Ondemand, Performance, lagfree, minmax)
overclock & downclock undervolt optimized CPU setting (latency, speed ...)
128000-1000
384000-1000
576000-1050
768000-1150
998400-1300
1075000-1300
1113600-1325
1152000-1350
1190400-1375
1228000-1400
Installation
Optional: Back up your mobile data APNs using APN Backup, as they will be erased when flashing this ROM.
1. Full wipe, Wipe dalvik cache, and wipe battery stats. include update scripts (thanks to tkymgr)
2. Flash the ThGo_v.XXX.zip package via xRecovery
3. Install Addon via xRecovery
4, Flash .71 baseband to use Flashtools (only first time!!)
5. boot & wait til phone will be stable...
6. If you done unlock, please flash my unlocked kernel. another kernel is getting low speed for my ROM.
Click to expand...
Click to collapse
Known isuue:
- tethering switch has an error 1st time
- ??
My ROM exclude even any google apps, you can install newest them from market
Google Search, Voice Search, Gmail, Maps, Street, YouTube,
Adobe Flash Player,
Click to expand...
Click to collapse
Change log:
* Have to read change log before install |
Change log in English | kernel change log
Click to expand...
Click to collapse
Known Issue
-
Click to expand...
Click to collapse
Downloads:
ThGo2_v17.0.zip:via xrecovery don't work another kernel
If you done unlock, please flash stock kernel. another kernel is getting low speed for my ROM
*addon timescape & face book from xperiaS:
- for unlock bootloader -
X10_2.3.3_Th_kernel-n1.1-BootManager-v2.0: for unlocked x10
X10_2.3.3_Th_kernel-n1.1_wifi: for unlocked x10
https://lh3.googleusercontent.com/-wFyaJchGJc8/Tp-6970V81I/AAAAAAAADes/eV0lJsXtv8A/s500/musa.jpg
Th_min_voltage4: I got a minimum CPU voltage. If not booting, try to do down voltage.
old files
* Sonny Ericsson Driver for Win *
download driver (rar file)
* Add-on * via xrecovery
switch_to_arc_hardkey: switch hardkey to arc style for 2.3.3
switch_back_to_x10key: switch_back_to_x10key for 2.3.3
Click to expand...
Click to collapse
* custom kernel
I made new thread for kernel
Give me beer!!!!
-- reserved --
ThJap said:
-- reserved --
Click to expand...
Click to collapse
First SPAM. LOL
Hope camera error, lockscreen error, home button error is going to be fixed in this release.
Waiting for this and your Custom kernel! Jap!
wow..excellent. Good to see more devs coming up!!
Thanks, just now I'm back from working.
Tonight will be very long...
Love the carbon fiber black theme!!!!!! NICE.... Understated elegance..." Shibumi "
Great work!!! THANK YOU!!!
Best regards,
Chris
loved ur theme... except unlock slide bar..
Thanx
Nice fast n smooth!! no issues, perfect Sir, thank you!!
chris
Sent from my SO-01C using XDA App
Nice work my Friend!
Thanks everyone.
sometimes 0.3.0 can't use timescape I heard.
will release test ver. nearly
ThJap can you tell us what have been removed from the stock rom?
Sent from my X10i using XDA App
xtbk9999 said:
ThJap can you tell us what have been removed from the stock rom?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
you can see in this post
quadrant scores?
1300 plus....... w data running....
Sent from my SO-01C using XDA App
great rom as usual!! これからThJapさんのROMお世話になります。ありがとうございます!ヽ(´∀`)ノ
Thanks again for the rom.
The power control widget doesn't display properly.
Also, the GPS doesn't work very well for me. Sometimes it works, sometimes it doesn't. I've used the GPS fix for Japan, and I've used the gps.conf from the stock rom. I'll do some more testing though.
edit: Nevermind, it works everywhere except near my house.
Your theme looks supercool
Gonna try your rom today & will report
Cheers
Not sure if every one has this problem but. I get force close on facebook (android app) and gmail. Also I can't register my facebook account on timescape. When I accept the terms there should be a log-in screen but that doesn't show up. Twitter works.
*Ok I lied? :s I reinstalled facebook and gmail it works now SORRY!!!
jekenro said:
*Ok I lied? :s I reinstalled facebook and gmail it works now SORRY!!!
Click to expand...
Click to collapse
Hehe , epic edit ! love it !
@ThJap , Thanks for the rom mate, i love the detail in your work , everything in order and well explained.
Cheers
Vatis
Finally flashed the 0.4.1 version, smooth and fast and everything works & I like the theme. Only slight lag in messaging app(for now) and "reboot into recovery" option in xperia reboot options app doesn't work(it just normally reboots the phone). Also I wanted to add power control widgets but it added an empty useless widget.
You removed all the wallpapers ?
May I have the wallpaper from your screenshot? I like it
Thanks

[KERNEL][MINI PRO] DooMKernel [NO LONGER MAINTAINED]

hi i will soon be discontinuing support and closing down my (DooMKernel) threads for the following devices:
Xperia Ray
Xperia Mini
Xperia Mini Pro
Xperia Neo
RIGHT NOW I AM CLOSING DOWN THIS THREAD
since i only have the Xperia ARC with me, its becoming difficult for me to manage so many devices, especially since CM7 kernel will require different kernel sources (even MiUI), the task is going to get tougher for me... also I am getting busy with some personal work so wont be able to dedicate a lot of time for the devices which i dont even have...
i have asked the Xperia Play users to think abt donating a device to me...
if they want then they can do so, then i will continue work on PLAY too... but if they are not willing, then even that kernel will be closed down...
currently hartej has Xperia Ray and will be working on the kernel for that device (i will help him get started and working )...
another thing, my dear friend Napstar is an awesome dev, he is currently working on Ideos X6 kernel/recovery/other stuff, i keep helping him out when ever he needs help ... he is willing to help me out but we will need that device with us to continue work... so if for any of the above devices you guys are willing to donate a device to him/us, i am sure he/we will continue work on kernel and much much more
i invite advanced users who have knowledge abt compiling kernels to contact me... i can help them out to keep the kernels up for that device...
for technical queries u can always send p.m. to me
hope u guys understand this...
regards,
DooMLoRD
---------------------------
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...
I DONT HAVE THE DEVICE SO NEED SOMEONE TO TEST IT!
[ special thanks to ]
Blagus
zdzihu
aZuZu
jerpelea
Thank you guys for ur help! this would not have been possible without ur help!
[ screenshots ]
(screenshots are from Arc)
{
"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"
}
[ 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 ]
[v01 onwards] added new logo!! Thanks to soheil_rf
[v01 onwards] added I/O Schedulers:
V(R)
BFQ
[v01 onwards] added CPU Governors:
Smartass
Scary
MinMax
Interactive
[v01 onwards] enabled NLS_UTF8
[v01 onwards] added user-level/runtime CPU voltage control [VDD control "sysfs interface"] (for more info keep checking this post: http://forum.xda-developers.com/showpost.php?p=16610299&postcount=362)
[v01 onwards] added Max frequency: 1.9Ghz (for sake of safe booting the device will always boot at min 245Mhz / max 1024Mhz)
[v01 onwards] added lots of intermediate frequencies (from 122Mhz to 1.9Ghz for almost every 100/120Mhz there is a select-able frequency)
[v01 onwards] added cpu freq thresholds to throttle CPU speeds to stock values when inside recovery
[v01 onwards] added recovery CWM v4.0.1.4 FreeXperia Team (to access recovery follow the instructions here)
[v01 onwards] {ramdisk tweak} /sd-ext also symlinked to /mnt/sd-ext
[v01 onwards] enabled SWAP support
[v01 onwards] enabled CDROM filesystem support in kernel (now u can mount ISO files)
[v01 onwards] enabled a few I/O Schedulers
noop
Anticipatory
Deadline (default)
CFQ
[v01 onwards] enabled ARM THUMBEE extensions
[v01 onwards] init.d scripts/binaries execution support
[v01 onwards] enabled support (in kernel) for many file systems
EXT2
EXT3
EXT4
NTFS (Read & Write)
[v01 onwards] enabled NFS (client & server) support in kernel
[v01 onwards] enabled CIFS support in kernel
[v01 onwards] enabled access to kernel .config (can be pulled from /proc/config.gz)
[v01 onwards] enabled TUN/TAP driver support (integrated in kernel) [VPN support]
[v01 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 (thanks to Bin4ry for posting the file RootXperia.zip; i have used the superuser files from his zip)
busybox already installed in /sbin/
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 )
enabled IPTABLES/NETFILTER support
[ 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
thank you all for ur work!
[ requirements ]
stock SE 4.0.A.2.368 FW (available from here: http://forum.xda-developers.com/showthread.php?t=1216783)
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)
[ additional info ]
ok time for some gyan!
see each cpu/chip is different
each is unique and has different tolerances
slowly keep increasing the frequency
check its stability for 5-10 hrs
check for random reboots
check which one is best suitable for ur device
if u start getting reboots/freezes then throttle back and use lower frequencies
remember just because someone elses device was able to work at that frequency/voltage doesnt mean that ur phone can support/handle that frequency/voltage
i would recommend that u DO NOT use high frequencies for long time! this may damage ur device!
[*]the high frequencies are just for temporary boost/benchmarks/showoff
[*]you have been warned!
[ 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 Mini Pro (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
[ my kernel sources ]
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/webscr?cmd=_s-xclick&hosted_button_id=YJ7AK6HLAVNHU
[ downloads ]
<NEW>
[MINI PRO] DooMKernel (v01) (FW: 4.0.A.2.368)
[ 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)
cheers!
reserved reserved 1
reserved reserved 2
i would like to try, but will it brick my phone?
rotikering said:
i would like to try, but will it brick my phone?
Click to expand...
Click to collapse
if brick, you can relock bootloader and flash original firmware using flashtool
edit : tested. the device boot..overclocking now..
edit2 : 1.0Ghz, quadrant score 1869, cpu 5275
1.9 ghz, quadrant score 2405, cpu 7380
but, i can't enter recovery.
propc said:
but, i can't enter recovery.
Click to expand...
Click to collapse
+1
everthing working fine,except recovery..
u guys can try my app: http://forum.xda-developers.com/showthread.php?t=1085896
there is a free version posted in 2nd post... select device as xperia arc
DooMLoRD said:
u guys can try my app: http://forum.xda-developers.com/showthread.php?t=1085896
there is a free version posted in 2nd post... select device as xperia arc
Click to expand...
Click to collapse
tested,,but still cant boot to recovery,,just reboot..
Sent from my SK17i using XDA Premium App
shpit said:
tested,,but still cant boot to recovery,,just reboot..
Sent from my SK17i using XDA Premium App
Click to expand...
Click to collapse
since i donnt have device i cant test..
do the following:
reboot phone & keep tapping one of the keys see if u cant get into recovery... if that doesnt work try another hardware key... one of them should work... if they dont then i will check & do some testing with one of the users..
propc said:
if brick, you can relock bootloader and flash original firmware using flashtool
edit : tested. the device boot..overclocking now..
edit2 : 1.0Ghz, quadrant score 1869, cpu 5275
1.9 ghz, quadrant score 2405, cpu 7380
but, i can't enter recovery.
Click to expand...
Click to collapse
so, does 1.9GHz stable?
how bowt the battery?
i'm testing it now.
[ additional info ]
ok time for some gyan!
see each cpu/chip is different
each is unique and has different tolerances
slowly keep increasing the frequency
check its stability for 5-10 hrs
check for random reboots
check which one is best suitable for ur device
if u start getting reboots/freezes then throttle back and use lower frequencies
remember just because someone elses device was able to work at that frequency/voltage doesnt mean that ur phone can support/handle that frequency/voltage
i would recommend that u DO NOT use high frequencies for long time! this may damage ur device!
[*]the high frequencies are just for temporary boost/benchmarks/showoff
[*]you have been warned!
DooMLoRD said:
since i donnt have device i cant test..
do the following:
reboot phone & keep tapping one of the keys see if u cant get into recovery... if that doesnt work try another hardware key... one of them should work... if they dont then i will check & do some testing with one of the users..
Click to expand...
Click to collapse
i tested all button key,,
still no luck..anyone tested??
Sent from my SK17i using XDA Premium App
rotikering said:
so, does 1.9GHz stable?
how bowt the battery?
i'm testing it now.
Click to expand...
Click to collapse
stable i think.
battery don't know.
shpit said:
i tested all button key,,
still no luck..anyone tested??
Sent from my SK17i using XDA Premium App
Click to expand...
Click to collapse
yeah. still can't boot to recovery..
tested, tun/tap and ext4 driver work well.
overclocking not tested yet.
recovery are working..
CWM-based Recovery v4.0.1.4
use power button to boot in to recovery...
up/down use volume key..
and cam button for menu
shpit said:
recovery are working..
CWM-based Recovery v4.0.1.4
use power button to boot in to recovery...
up/down use volume key..
and cam button for menu
Click to expand...
Click to collapse
it works..
propc said:
it works..
Click to expand...
Click to collapse
shpit said:
recovery are working..
CWM-based Recovery v4.0.1.4
use power button to boot in to recovery...
up/down use volume key..
and cam button for menu
Click to expand...
Click to collapse
test if backup/restore works!
test if flashing update.zip works!
DooMLoRD said:
test if backup/restore works!
test if flashing update.zip works!
Click to expand...
Click to collapse
backup/restore works..
forget to testing flasing .zip...anyone??
shpit said:
recovery are working..
CWM-based Recovery v4.0.1.4
use power button to boot in to recovery...
up/down use volume key..
and cam button for menu
Click to expand...
Click to collapse
How? Need combo button or do some trick?

[SCRIPT][TIPS][4/7] Prototype Optimization 2.1 | Are You Ready?!

Prototype Optimization
Introduction
What is Prototype Optimization?
Prototype Optimization is script package by me, ZN6, full of tweaks and system optimization with more features to give you better experience on your phone for great battery life and high performance. Based on pikachu01 Thunderbolt! script but repacked by me to optimized even further to fit our device. Huge thanks to pikachu01 for his Thunderbolt! script.
User Experience:
Roio said:
Thank you for the tweaks. After installing this zip, RAM usage is much better than before. Before I didnt get free RAM under 168MB, now...:
{
"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
XL_ said:
Thanks man for the script.
After 3 day testing, I can say that my phone got a little snappy, gaming performance increase a little bit and I notice that my free ram increase a little bit.
Click to expand...
Click to collapse
Features
✔ Overall better performance and better battery life
✔ Less RAM usage through zipalign
✔ Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access
✔ ZRAM script include
✔ Better network throughput from TCP tweaks and 3G tweaks
✔ Faster disk access through remount script (noatime, disable barrier etc)
✔ Faster SDCARD Read/Write Speed
✔ Smooth LiveWallpaper
✔ Bypass some website
✔ VM Tweaks, battery tweaks and kernel tweaks
Minimum Requirement
◢ Android Gingerbread 2.3/4.0
◢ At least 2MB free on /system
◢ Kernel that supports init.d (Locked bootloader and for those who use stock kernel please go here to enable init.d support first)
◢ Root
◢ CWM (of course)
Installation
1. Delete all others script you have installed in "/system/etc/init.d"
2. Copy attachment to your phone SD card
3. Reboot your phone to recovery mode
4. Mount /system and /data
5. Flash the attachment you have download
6. Reboot your phone when finished installation
Note:
1. Compatible with V6 supercharger script.
2. No need to install KAK (KickAssKernelizer) as the script already include kernel tweaks
Credits
- pikachu01 - ThunderBolt
- Zacharias.maladroit
- XDA's devs for some reference of some tweaks in Zach's scripts
- zeppelinrox Supercharger scripts
- Darkyy for zapalign
- sirkay for recommend the suitable value for zram
Changelogs
26/6
-Initial release
-Successfully boot
-Intergrated zipalign to optimized app
-Intergrated sqlite optimized in script
-Added prop tweaks
-Network tweaks
-More tweaks
28/6
-Optimized even further!
-Added more prop tweaks
-Delete some line that cause conflict
-Delete unneeded files when booting up
-Added Prototype cpu control where sio and smartassv2 as default
4/7
-Include VM Tweaks
-Battery tweaks
-Kernel Tweaks
-Other minor tweaks
DISCLAIMER
I will not be responsible for damage hardware,you drop your phone due to excitement after install this script , brick phone, dead SDCard or thermonuclear war. Please do some research if you have any concerns about features included in this script before flashing it! YOU are choosing to use these modifications upon your own choice, and if you point the finger at me for messing up your device, I'll just sit and laugh at you.
Feedback are welcome
Download
[TIP & TRICK] to get Better Battery Life
GUIDE TO GET BETTER BATTERY LIFE
WIFI: Turn off wifi when not in use. Navigate to setting>wifi>advance>keep wifi during sleep and choose only when plugin or never.
NETWORK: Navigate to setting>more and choose gsm only in network mode when not use 3G. Also use manual search mode.
SOUND: Untick 4 box at bottom in sound.
DISPLAY: Set brightness to 25% to get better battery life cause the major battery drainer come from screen. Use dark wallpaper or theme due to the fact that one black pixel does not consume any battery.
CPU: We can customize our cpu to our personal optimized system. As we now that underclock and undervolt are the great combo to achieve better battery life. I personally not recommend to overclock more than 1.2Ghz cause it can damage our phone. I personally prefer SetCPU for control cpu but this is the outdated version. Go buy another one on play store. Combination of smarta**V2 and sio is perfect for well balance to get better battery life without sacrifice performance.
SERVICE AND APP: Freeze any app that not in use like maps and facebook with titanium backup or simply remove any unwanted app. This will optimize our system giving some battery juice. Also dont use too much widget cause it also running in service. Use only needed
SYNC: Turn off auto sync in setting. This is because that auto sync will running all the time and at the same time our battery flow like water.
OTHER: Turn off gps, google location and google backup the get extra juice in battery.
Use BetterBatteryStats and CPU Spy to check what your phone is doing.
can i use it on stock rom ? 4.0.4 ics ????
spypsy said:
can i use it on stock rom ? 4.0.4 ics ????
Click to expand...
Click to collapse
Also work on ICS based rom. Read the minimum requirement first.
ZN6.
installed the script , how i can confirm the improvements ...?
i can see reduced RAM usage i,e earlier it was around 240mb but now reduced to 180mb.
My hh burned
Sent from my ST18i using xda premium
does this script is suitable with jj rom 3.1 or it will create a conflicts??
does it conflict with sirkays kernel?
lordvj said:
does it conflict with sirkays kernel?
Click to expand...
Click to collapse
Nope. I have using this script with combination of sirkay's kernel and the result is battery drain only 1% when idle in 8hour 30minutes.
=============================
Seen no one like my script
ZN6.
ciao, first: Ty. n,n aomm this won't work on stock rom?
What specifically does it do to improve battery life?
I've been through the scripts and, while nicely coded, they seem to be not much apart from a collection of other scripts (which you mention - I'm not suggesting you're trying to take credit for other's work)
Is there something I've missed? The only thing I can see is delaying writing of data to the disk is delayed a little bit, but nothing else stands out.
Cheers,
Tim
Will this create a conflict with supercharger script?
Sent from my ST18i using Tapatalk 2
idareyoutoclickthis said:
Will this create a conflict with supercharger script?
Sent from my ST18i using Tapatalk 2
Click to expand...
Click to collapse
Nope. I have test this and it should work with supercharger script. But dont use kickass kernelizer tweak as it may cause some conflict.
ZN6.
can I use it on stock rom and kernel? gb 2.3.4 fw .58 rooted.
I have cwm.
thanks
ZN6 said:
Nope. I have test this and it should work with supercharger script. But dont use kickass kernelizer tweak as it may cause some conflict.
ZN6.
Click to expand...
Click to collapse
So no need to unsupercharge before installing this? I mean there is a supercharger script in init.d folder. Should i remove it first? What is your set up with sirkay's kernel? Undervolted?
Sent from my ST18i using Tapatalk 2
Can I use no-frilis CPU for oc after using this scrip?? Or you maybe have another suggestion. And what thea best way to sett my gov and i/o?
Sent from my ST18i using Tapatalk 2
Xperia-Ray said:
can I use it on stock rom and kernel? gb 2.3.4 fw .58 rooted.
I have cwm.
thanks
Click to expand...
Click to collapse
Yes u can.
Read the requirement.
idareyoutoclickthis said:
So no need to unsupercharge before installing this? I mean there is a supercharger script in init.d folder. Should i remove it first? What is your set up with sirkay's kernel? Undervolted?
Sent from my ST18i using Tapatalk 2
Click to expand...
Click to collapse
No need unsupercharge. If u have already supercharge script in ini.d let it be.
I using sio as scheduler, smartassv2 and clock at original speed 1ghz. Undervolted to -25, lower may cause instabillity.
frogerra said:
Can I use no-frilis CPU for oc after using this scrip?? Or you maybe have another suggestion. And what thea best way to sett my gov and i/o?
Sent from my ST18i using Tapatalk 2
Click to expand...
Click to collapse
Yes u can use no frill cpu to set i/o sche and gov or use latest setcpu
Booted properly but caused no status bar in miui v4 by iriijo.
I will restore and will consider to copy init.d scripts instead.
What are you using to undervolt cause setcpu does not show undervolt settings.
Sent from my ST18i using Tapatalk 2
idareyoutoclickthis said:
Booted properly but caused no status bar in miui v4 by iriijo.
I will restore and will consider to copy init.d scripts instead.
What are you using to undervolt cause setcpu does not show undervolt settings.
Sent from my ST18i using Tapatalk 2
Click to expand...
Click to collapse
Weird. I dont have this problem. I use incredicontrol to undervolt and setcpu to set scheduler.
ZN6.
ZN6 said:
Weird. I dont have this problem. I use incredicontrol to undervolt and setcpu to set scheduler.
ZN6.
Click to expand...
Click to collapse
maybe because I am using MIUI?

[MOD] Architect Edition: Improve your Android device * Performance and Battery life *

#!/system/bin/sh
NorthLight said:
"The Architect Edition file MUST MATCH with your current ROM. If you have another nightly or ROM please send me your services.jar and build.prop files ( the Original, not a tweaked )."
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"
}
First Time
Open an application like Terminal Emulator and type this :
Code:
[B]su
sh /sdcard/V6*.sh[/B]
After
Code:
su
v6
NB : if you are not in USA, don't activate 3G Turbo
First time in SuperCharger, and first installation
First Time in SuperCharger
- Scrolling speed option
1 : Fast
2 : Normal
3 : Slow
- Pick a Kernel Strenght / " reboot tolérance ".
N : None. Use your Rom's/other tweaks value
H : Rock Hard. Never reboot un panic
R : Rock'n'Roll : wait 30 s but not un "oops/bug"
S: Soft Rock. Reboot on Andy panic
- Ensable Accessories and SD speed Tweaks ?
Type Y pour Yes !!
- Ensable 3G TurboCharger enhancement ?
Don't Activate if you are not in USA
- Detailing on boot ? ( option 18 )
Type Y
- How often ?
...
- Run Fix alignement on boot ? ( option 21 = 19 + 20 )
Yes !!
- Disable Awesome V6 animation ?
NO !!!
In SuperCharger menu
Activate option :
-12
-15 + zOOM
-17
-23
-10
You need to be 100% SuperCharged And have 4096 to entropy
------------------------------------------------------------------------
Kernel Architect is some scripts to set your kernel without application
You can modify :
- governors
- schedulers
- max frequences
- table of voltages
List of commands
Start always a session with su + enter ...
Code:
Architect
*that give you some informations and recommandations
Code:
governors
*that will show you all governors available
Code:
name of governor
conservative
hotplug
lazy
lulzactive
lulzactiveq
ondemand
pegasusq
performance
smartassV2
zzmoove
*that will activate the governor of your choice ( say me if you want another )
Code:
schedulers
*that will show you all schedulers availables
Code:
name of scheduler
bfq
cfq
deadline
noop
row
sio
vr
zen
*that will activate the scheduler of your choice
Code:
freq
*that will show you some informations about frequences of your CPU
Code:
freqmax1
freqmax1,1
freqmax1,2
freqmax1,3
freqmax1,4
freqmax1,5
freqmax1,6
freqmax1,7
freqmax1,8
freqmax1,97
freqmax2
*That will activate the max fréquence of your cpu : 1Ghz to 2Ghz
Code:
volt
*That will show your table of voltages CPU
Code:
volt0
*That will set the original table of voltages
Code:
volt-25
volt-50
volt+25
volt+50
*That will set - or + in mV
that will show you before and after
Warning: the base is volt0
Code:
touchwake
touchwakeoff
*Activate or desactivate touchwake (need a compatible custom kernel)
How to have these scripts actived at boot
1) init.d
Copy your combinaison, for example :" hotplug, deadline, volt-25 and past it in /system/etc/init.d/
Don't forget to give right permissions *...
You can find all my scripts in /system/bin/
Or Download HERE
or
2) Script Manager
Take the application Script Manager on play store
Choose the script, give root access and apply at boot
You can find all my scripts in /system/bin/
Or Download HERE
How delete
You can delete kernel Architect: flash THIS
Or just delete my scripts in /init.d/: flash THIS
------------------------------------------------------------------------
* * * New * * *
Architect_Edition-PAC-20131109-N7100-signed.zip
Architect_Edition-PAC-20131102-N7100-signed.zip
Download for ROM Carbon-V1.8-N7100
HERE
Download for LiquidSmooth-V2.9-N7100
HERE
Download for ROM PAC-20131015-N7100
HERE
Download for ROM PAC-20131007-N7100
HERE
Download for ROM PAC-20131006
HERE
Download for ROM P.A.C-Nightly-20130905
HERE
Download for ROM P.A.C-Nightly-20130826-N7100
HERE
Download for ROM P.A.C-Milestone.1.RC1
HERE
Download for ROM P.A.C-20130728 GT-N7100
HERE
Download forme ROM ProBam-4.4.7-N7100
HERE
Download for ResurrectionRemix-4.0.7-N7100
HERE
Download for Resurrection Remix 4.0.6 N7100
HERE
Download for Resurrection Remix 4.0.5 N7100
HERE
Download for RootBox-V4.2- N7100
HERE
Download for RootBox- Nightly-20130718-N7100-
HERE
Download for RootBox-Nightly-20130719-N7100
HERE
Download for ROM Team Asylum-20131018-N7100
HERE
------------------------------------------------------------------------
​
------------------------------------------------------------------------
Credits
SuperCharger by zeppelinrox
Fly-On Mod by slaid480
Kernel Architect by Myself
------------------------------------------------------------------------
More
Tutoriel en Français
More information about SuperCharger in Official thread : SuperCharger
Some TWRP themes by primokorn and myself
[Theme Engine][XHDPI/HDPI] ReBorn Theme CM9/CM10/10.1/10.2 [08/31/13]
by Primokorn
tweaks easy Kernel tweaked kit pack custom saving smooth
Reserved
Great work mate! Thanks for sharing :good:
Glad to see people using a part of my work!
i installed this mod but my device android version 4.2.2.....way??
jojobans said:
i installed this mod but my device android version 4.2.2.....way??
Click to expand...
Click to collapse
What do you mean ?
What file have you flashed ? Have you the good ROM for ?
If yes in " about your device " you must have for exemple :
Domination Version
Domination Architect_Edition.
Right ?
Hey guys !!
Download Architect_Edition for ROM P.A.C-Milestone.1.RC1
HERE
Posible to build a version floor ProBam 4.1.1?
...... Super Note 2!
madmax916sps said:
Posible to build a version floor ProBam 4.1.1?
...... Super Note 2!
Click to expand...
Click to collapse
Yes !
Send me your services.jar in /system/framework/
And your build.prop in /system/
i when flashed my device app play store & supersu has stoped...i what file downloadin for note2 rom 4.1.2???
jojobans said:
i when flashed my device app play store & supersu has stoped...i what file downloadin for note2 rom 4.1.2???
Click to expand...
Click to collapse
But ... What is your ROM actually ?
This Mod works fine if you have the right ROM.
NorthLight said:
But ... What is your ROM actually ?
This Mod works fine if you have the right ROM.
Click to expand...
Click to collapse
my rom is 4.1.2
bulid number:xxdme6 france
jojobans said:
my rom is 4.1.2
bulid number:xxdme6 france
Click to expand...
Click to collapse
That's why that's making mistake ...
Every ROM have his services.jar file and build.prop file
More, you don't have a CM kernel.
You can brick your GN2 ...
Look well in Download section, i'm sûre you will not see a version for your ROM.
if you can make volume wake mod in touchwiz roms, it would be a deal breaker, really want this mod, maybe it requires only android.policy.jar modification.
Hi,
I don't think i'll make a volume wake MOD for now.
Yes you need to patch your policy.jar
here is the link for probam 4.1.1
https://app.box.com/s/oo09qj0sbgtya7cf2bf2
NickosD said:
here is the link for probam 4.1.1
https://app.box.com/s/oo09qj0sbgtya7cf2bf2
Click to expand...
Click to collapse
Thank you !
And
Download for ROM ProBam 4.1.1
HERE ( Not tested, please give me feedback )
If i flash for start without touching any scripts, will i see any improvement to system?
Yes but it's really better to open SuperCharger one time.
Activate tweaks.
Make a backup
And then for next update, or another ROM, restore your settings.
How can i open sc? Should i follow steps at the thread of sc?

[MOD] Architect Edition: Improve your Android device * Performance and Battery life *

#!/system/bin/sh
NorthLight said:
"The Architect Edition file MUST MATCH with your current ROM. If you have another nightly or ROM please send me your services.jar and build.prop files ( the Original, not a tweaked )."
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"
}
First Time
Open an application like Terminal Emulator and type this :
Code:
[B]su
sh /sdcard/V6*.sh[/B]
After
Code:
su
v6
NB : if you are not in USA, don't activate 3G Turbo
First time in SuperCharger, and first installation
First Time in SuperCharger
- Scrolling speed option
1 : Fast
2 : Normal
3 : Slow
- Pick a Kernel Strenght / " reboot tolérance ".
N : None. Use your Rom's/other tweaks value
H : Rock Hard. Never reboot un panic
R : Rock'n'Roll : wait 30 s but not un "oops/bug"
S: Soft Rock. Reboot on Andy panic
- Ensable Accessories and SD speed Tweaks ?
Type Y pour Yes !!
- Ensable 3G TurboCharger enhancement ?
Don't Activate if you are not in USA
- Detailing on boot ? ( option 18 )
Type Y
- How often ?
...
- Run Fix alignement on boot ? ( option 21 = 19 + 20 )
Yes !!
- Disable Awesome V6 animation ?
NO !!!
In SuperCharger menu
Activate option :
-12
-15 + zOOM
-17
-23
-10
You need to be 100% SuperCharged And have 4096 to entropy
------------------------------------------------------------------------
Kernel Architect is some scripts to set your kernel without application
You can modify :
- governors
- schedulers
- max frequences
- table of voltages
List of commands
Start always a session with su + enter ...
Code:
Architect
*that give you some informations and recommandations
Code:
governors
*that will show you all governors available
Code:
name of governor
conservative
devilq
hotplug
lazy
lulzactive
lulzactiveq
ondemand
pegasusq
performance
smartassV2
zzmoove
*that will activate the governor of your choice ( say me if you want another )
Code:
schedulers
*that will show you all schedulers availables
Code:
name of scheduler
bfq
cfq
deadline
fiops
noop
row
sio
vr
zen
*that will activate the scheduler of your choice
Code:
freq
*that will show you some informations about frequences of your CPU
Code:
freqmax1
freqmax1,1
freqmax1,2
freqmax1,3
freqmax1,4
freqmax1,5
freqmax1,6
freqmax1,7
freqmax1,8
freqmax1,97
freqmax2
*That will activate the max fréquence of your cpu : 1Ghz to 2Ghz
Code:
volt
*That will show your table of voltages CPU
Code:
volt0
*That will set the original table of voltages
Code:
volt-25
volt-50
volt+25
volt+50
*That will set - or + in mV
that will show you before and after
Warning: the base is volt0
Code:
touchwake
touchwakeoff
*Activate or desactivate touchwake (need a compatible custom kernel)
How to have these scripts actived at boot
1) init.d
Copy your combinaison, for example :" hotplug, deadline, volt-25 and past it in /system/etc/init.d/
Don't forget to give right permissions *...
You can find all my scripts in /system/bin/
Or Download HERE
or
2) Script Manager
Take the application Script Manager on play store
Choose the script, give root access and apply at boot
You can find all my scripts in /system/bin/
Or Download HERE
How delete
You can delete kernel Architect: flash THIS
Or just delete my scripts in /init.d/: flash THIS
------------------------------------------------------------------------
Architect_Edition-ResurrectionRemix4.0.7-I9300-signed.zip - 7.26 MB
------------------------------------------------------------------------
​
------------------------------------------------------------------------
Credits
SuperCharger by zeppelinrox
Fly-On Mod by slaid480
Kernel Architect by Myself
------------------------------------------------------------------------
More
Groupe d'entraide francophone
Développement
Tutoriel en Français
More information about SuperCharger in Official thread : SuperCharger
Some TWRP themes by primokorn and myself
[Theme Engine][XHDPI/HDPI] ReBorn Theme CM9/CM10/10.1/10.2 [08/31/13]
by Primokorn
Reserved !
Awesome! I have just a question: can I use this mod for any custom kernel? I'm using googy max kernel.
Thank you.
Sent from my GT-I9300 using Tapatalk 4
LoveTKB said:
Awesome! I have just a question: can I use this mod for any custom kernel? I'm using googy max kernel.
Thank you.
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Yes ! Only requiered : support init.d
Glad to hear " Awesome "
hello this zip file is broken there are no init.d files inside it (unexpected end or archive)
pricey2009 said:
hello this zip file is broken there are no init.d files inside it (unexpected end or archive)
Click to expand...
Click to collapse
?
No everythings works.
I've juste tested the Download link and flashed it.
I just downloaded again and it now flashes OK.. however my phone will now not boot, it shows boot animation then black screen..
I have Neatrom lite & googy max kernel..
But this ZIP is only for the ROM ResurrectionRemix 4.0.7 ...
NorthLight said:
But this ZIP is only for the ROM ResurrectionRemix 4.0.7 ...
Click to expand...
Click to collapse
Oh OK sorry I thought that was part of the name of the tweaks..
I didn't see any mention in the first post it was only for that ROM but anyway nevermind
If you could create one for NeatROM lite 4.7 I would be very grateful..
NorthLight said:
"The Architect Edition file MUST MATCH with your current ROM. If you have another nightly or ROM please send me your services.jar and build.prop files ( the Original, not a tweaked )."
Click to expand...
Click to collapse
Works only with aosp ROMS, because replace services.jar in your /system/framework is impossible on Stock ROM.
Need decompile/recompile ROM.
great thread!
I have some question that i wanted to ask :
- Is this working on MIUI based on CM 4.2.2?
- If it's yes, then is the installation step is the same as the one that you wrote in the OP? or i just flash something?
thank
I think this thread is worth to subscribe! keep em' coming!
cub3r said:
I have some question that i wanted to ask :
- Is this working on MIUI based on CM 4.2.2?
- If it's yes, then is the installation step is the same as the one that you wrote in the OP? or i just flash something?
thank
I think this thread is worth to subscribe! keep em' coming!
Click to expand...
Click to collapse
I don't know for miui.
Send me files : services.jar in /system/framework and build.prop in /system/ i'll make one

Categories

Resources