[ROM][CM9]4.0.5[L/U B]ShockGensMOD v07 RELASED!! - Sony Xperia P, U, Sola, Go

INTRO
{
"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"
}
ShockGensMOD is a CM9 based ROM, its main features are: a new code ported directly from CM10.1 and solving several bugs in ICS codes using JB and customization features blizzard adding amendments in the system to better performance of the same.
BUGS:
FM Radio
SCREEN SHOTS
GENERAL FEATURES:
Compiled with GCC 4.8 and Toolchain 4.7 with flags -O3 and java 18
Apex Launcher
OI File Manager
Ultra Optimized with some patches frm some GitHubs
Tweaks in system for better perfomacee
Multitasking from android KitKat
Fixed some BUGS in Android java files
The Best 2D flinging/animation
Smooth and fast
Touch Recovey
Support for Locked Bootloader
SELinux Ported (Only in ROM)
O/I Settings
Blur effect fixed
Center Clock option
Botton Status Bar
Options for Status Bar Transparency
New API from android 4.2,4.3 and 4.4
Scrennshoot options
Navigation bar enable/Disable
Circle Battery
Flip Action (Aviable in phone options: Flipping the phone down will do: nothing, mute ringer, dismiss call)
SWAP Settings: What is SWAP? STOCK KERNEL OF XPERIA U IS FULLY COMPATIBLE WITH THIS
The Real Perfomance Hack (LowMemKiller and ADJ parameters in Memory management)
CLOCK from CyanogenMod 10.2
DSP Manager with Stereo Windener option from new OmniROM
Theme Chooser from CM10.2
Custom Android 4.0.5 ShockGensMOD Edition
SWAP FEATURE INFO:
PLEASE NOTE THAT THE SWAP FILE CREATION TAKES TIME DEPENDING ON THE SIZE, LATE MAY 1 TO 10 MIN, DEPENDING ON SIZE AND YOUR SD.
FOR BETTER CONTROL OF THIS FEATURE, I RECOMMEND USING THE APPLICATION: MemoryInfo SwapCheck
Be sure not to delete the file:. ShockGensMOD.swp, as this is responsible for the SWAP.
THIS IS EXPERIMENTAL VERSION FOR XPERIA SOLA, PLEASE TEST THIS AND REPORT ANY BUG, THIS IS FOR LOCKED BOOTLOADER AND IS A PORT FROM XPERIA U VERSION.
IF YOU USE THIS WITH UNLOCKED BOOTLOADER PLEASE... DELETE ALL PATCHES FROM THE ZIP
DOWNLOADS:
SHOCKGENSMOD KERNEL FOR ALL VERSIONS
KERNEL
KERNEL FEATURES:
Kernel Features :
Based on latest source code from Sony : 6.1.1.B.1.54 / .56 / .75.
Based on Linux Kernel source code : 3.0.78.
Compiled Using Linaro 4.7
Overclocked to 1.15GHz
CWM Recovery v6.0.2.8
Reconfigured the frequency table to add more steps for increments :
Non - OC : {200MHz, 300MHz, 400MHz, 500MHz, 600MHz, 700MHz, 800MHz, 900MHz, 1000MHz}
OC : {200MHz, 400MHz, 600MHz, 800MHz, 1000MHz, 1150MHz}
Custom Bootsplash
Auto Root
Init.d Support
Preinstalled Wi-Fi Modules
Google Snappy Drivers
Support for NTFS, CIFS, ext2/3/4
zRam enabled
WiFi 5GHz band support
Governors :
Conservative
Dynamic Interactive
HotPlug
HotPlugX
IntelliDemand
Interactive
InteractiveX
Lionheart
LulzActiveQ
MinMax
Nightmare
onDemand
PegasusQ
Powersave
Performance
Sakuractive
SmarassV2
Userspace
Wheatley
I wanted to keep the kernel as minimalistic as possible. So let me know if you require any more governors, I shall gladly include them
IO Schedulers :
Noop
VR
SIO
Row
Deadline
CFQ
BFQ
Zen
FOR LOCKED BOOTLOADER
ShockGensMod v07
GOOGLE APPS 2013
GAPPS 2013
CHANGELOG:
ShockGensMOD v07
DSP Manager with Omni features
Clock in lockscreen from CM10.2
Optimization in 2D animations
Reworking all code in SystemUI
new cool animations
kit kat ui
new options from cm7 in performance hack and reworked all code (VM HEAP SIZE, SD CARD CACHE SIZE, DISABLE BOOTANIMATION OPTION)
shockgensmod file manager
many optimizations from many githubs commints
more ram free
initial kitkat memory management (more ram free and more better apps control)
ShockGensMOD custom information in about phone
ShockGensMOD v06
The Real Perfomance Hack (BETA)
Theme Chooser from CM10.2
Small optimizations
ShockGensMOD v05
MiniThumbFile: Fix image/bitmap retrieval (From CM10.2)
Add RegulatoryObserver to framework base services
SELinux
Backport getBoolean and putBoolean for store settings from CM10.1
CircleBattery: Turn green when plugged in at 100% (From Omnirom)
Fix out of range glCopyTexImage2D (From CM10.2)
Fix FindBugs issues
Geofence: Low power geofence HW implementation (NEW... From Android 4.4!)
Fix logical error in size calculation
ix the issue of wrong zoom density when opening web pages with overview mode disabled.
Add DIVX and MPEG2TS file format
Add support for QCOM vocoders
GLSurfaceView: add property to default to RGB565
Bootanimation: performance/speedup enhancements
Apex Launcher
Flip Action (Aviable in phone options: Flipping the phone down will do: nothing, mute ringer, dismiss call)
SWAP options
ShockGensMOD v04
Soon..
Fix re-enabled state of up after action view collapse
A certain call ordering to the action bar could cause the record of
the pre-action view expanded home button enabled state to be
incorrect. Store this in all cases, not just when the action view is
initially expanded. (Except for when we actually disable it for the
expanded view.)
If an action view is already expanded when we get a call to change the
enabled state of the home/up button, don't modify the state of the up
container or other accessibility info, but record the new state if
requested.
JIT: Allow use of cbz/cbnz for conditional branch gen.
Increase the default alloc tracker maximum
FIXED VIDEO RECORDING
MASTER KEY XPLOIT FIXED
SMALL CHANGES FORM IN JAVA FILES FROM ANDROID 4.3
NEW BOOTANIMATION
ShockGensMOD v03
ENHANCED RAM MANAGEMENT ... NOW YOU WILL HAVE MORE FREE RAM ..... Please report your experience with this change.
-Fix ListView is not scrolled properly with arrows [FIX FROM CM10.1 BRANCH]
According to ListView's layoutChildren logic, it detaches all children
and rebuilds its children based on visible area which might omit
invisible elements in the adapter.
In this case, arrowScroll methods only tries to find next scroll
candidates from its children so user is unable to scroll more with
D-pad.
This fixes the issue by look forward next child among the adapter as
well as children
-Account malloc mmaped pages as native heap.
Currently when malloc uses a page rather than brk the heap gets accounted as
ashmem memory. Previously the memory would be accounted as unknown but since
It gets accounted as ashmem. This change makes the accounting see this
memory as being native, ie the same kind of memory we associate with brk. Google official source
Speed up statubar/notification drawer
A lot user complain about slow statusbar pull down introduced
with jb 4.2....this speed it up ... thanks to IceColdJelly
Lockscreen: Alignment - Multi DPI [Fix for Xperia GO version)
Custom settings for voltage of CPU for custom kernel
Bug 8219321 aka “MasterKey” exploit (also patched in CM 7 and CM 9 source) More info: CyanogenMod Master Key
OpenGL settings from Android 4.2.2 (W.I.P)
GLSurfaceView defaults to 888 instead of 565
Merge "FastScroller: Fix to use appropriate index" From Android 4.3 original sorce
ShockGensMOD v02
Great update with some features
Code:
NEW IMPLEMENTS FROM CM10.1
[B]-Check and fail early if requested wallpaper size exceeds maximum texture size [/B]
His fixes an issue where OpenGL initialization succeeds but buffer allocation fails because the requested wallpaper size
is too large (or otherwise unsupported) by the graphics hardware. This fixes an issue where SystemUI crashes constantly
on the PandaBoard when connected to a full HD display. Tested only on PandaBoard, no access to alternative hardware.
[B]-Fix incorrect fragment animation used for hiding fragments [/B]
[B]-Always use hardware acceleration for keyguard [/B]
Without hardware acceleration, keyguard widget will appear aliased
and choppy (especially at the end of the scroll).
[B]-Adjust kernel data stack TCP parameters to optimize performanc[/B]e
Enhance Android MobileDataStateTracker class to identify technology
EVDO rev B separate from earlier releases. This permits use of
separate TCP buffer size for higher bandwidth technology.
[B]Includes new customization and performance characteristics:[/B]
[B]Performance Options:[/B]
Surace improvement option (Fix Color banding)
I / O scheduler (Now you can change I / O scheduler from performance settings)
And more ...
[B]Customization Features:[/B]
New from CM10.1 for yahoo api weather
Power off menu with options screenshot
Circle battery style (very nice)
Status bar tranparency
Option to move status bar to the botton
New optios for navigation bar
Partitions info in about phone
[B]Remove CMupdater form settings and app
Remove text branding on lockscreen
Center clock on Lockscreen
New button to clear all recent apps
Remove CMFieManager and added OIFile Manager[/B]
ShockGensMOD v01
Code:
-First Stable relase
-[B]Added CMFile Manager[/B]
-[B]Playing with Ram proces[/B] (Optimized.... Im make changes is java app procees files for better task manager... the changes is similar to SuperCharger)
-[B]Custom text on lockscreen[/B] (You can edit this in build.prop in lines:
#ShockGens Text on lockscreen
ro.shockgensmod.textleft=ShockGensMOD
ro.shockgensmod.textright=v01)
-[B]Super smooth[/B] (Like CM7)
-[B]Smoother Lockscreen framework FROM[[/B]B] CM10.1[/B] (Devices with less than 512 MB 'usable' RAM <-- XPERIA U 388 mb usable)
-Fix SkBitmap::fPixels not being locked correctly[B]FROM CM10.1[/B]
ActivityManagerService: stay away from zombie content providers
When the lowmemorykiller kills a content provider in an unfortunate
moment, an innocent client app can become attached to a zombie provider
and be unconditionally killed moments after, when the dead provider is
being removed.
Prevent this race by addition of isAlive function to Process.java that
determines whether a process is still running and is not only a zombie,
add a check of the state of the provider process to getContentProviderImpl.
-[B]ProviderMap: remove hashmap when entire user specific entries are removed[/B][B] FROM CM10.1[/B]
In some cases bitmap's pixels where freed during encoding, which
caused a null pointer dereference.
This fix makes sure that underlaying buffer is locked for the whole
process of compression.
-[B]Better Bootaanimation pixel on BitMap[/B]
-ShockGensMOD Relase Preview (BETA)
* First relase preview:
Code:
Some code added:
[B]Enable fast thumb scrolling [/B] [URL="https://github.com/greg-pe/platform_packages_apps_Settings/commit/587f245843370e3a2d6a555056059c49865e0a55"]Source[/URL]
[B]GC triggering performance optimizations[/B] [URL="https://github.com/greg-pe/android_frameworks_base/commit/3e47e04f898f1e201c6a8727e9e3f13e8bdef945"]Source[/URL]
[B]Framework: AOSP Fix - starting window memory leak [/B] [URL="https://github.com/greg-pe/android_frameworks_base/commit/8016749fe70a39e08fc0923f122ca593a35eb1c5"]Source[/URL]
[B]Allow purging of asset bitmaps[/B] [URL="https://github.com/MiniCM/android_frameworks_base/commit/603eaca5c55bdc8391e60eb83d2c3ce5a3a36a07"]Source[/URL]
[B]Turn auto attach on/off when we attach/detach.[/B] [URL="https://github.com/MiniCM/android_frameworks_base/commit/d7017afda4dfd2935cb7d343585e7808102cf2a4"]Source[/URL]
Fast thumbali perfomance
Option for center clock on status bar
Support for Locked Bootloader
Some tweaks for kernel and system
Optimized 2D scrolling/flinging animation
Optimized Trebuchet Launcher
More patches from some GitHub
CWM Recovery Touch
SOURCE CODE
GPL GNU Public License
The GPL can be used by everyone, its purpose is to protect the rights of end users (use, share, study, modify). This is the first copyleft license for general use. Copyleft means that derivative works can only be distributed under the terms of this license. Under this philosophy, the GPL ensures the recipients of a computer program the rights, freedoms meeting definition of free software (free software definition) and uses copyleft to ensure that the software is protected whenever the work is distributed, modified or expanded. Differentiate the GPL license permissive free software (permissive free software licenses) in the form of distribution (may only be distributed under the terms of the same license), of which the best known examples are the BSD licenses
SOURCES ON GITHUB:
CyanogenMOD gitub
SPECIAL THANKS:
elia222
FXP
SpaceCaker

Daaaaamn Nice I'm so excited to test it!! *_* Thanks in advance

The link plz
look great Rom I'm waiting to try it
Sent from my Xperia Sola using xda app-developers app

briiliant features. especially if its fr locked BL

GB is better anyways but i'll test it, 4.0.5 ICS yeah and tweaked

Finally another CM rom for locked bootloder! You wouldn't believe how annoying it is to have a unlockable bootloader and being limited to a few CM based roms...actually only one comes into mind which is Firedroid 1.4b which I've been using/relying on for almost a year now.
Will be looking forward to seeing reviews on this before I try it as Firedroid has been pretty decent for me for this long. Really interested to see how this compares. One question - will it be bloat-free?

xperiafan13 said:
FOR LOCKED BOOTLOADER
SHOCKGENSMOD V07..... SOON
Click to expand...
Click to collapse
No download link or source code.
No placeholder threads allowed.
Moved to the general section.
When you get some development to share then PM a moderator or REPORT the OP, for moving.

V7
Already relase.. Plaese test this and report any bug

xperiafan13 said:
IF YOU USE THIS WITH UNLOCKED BOOTLOADER PLEASE... DELETE ALL PATCHES FROM THE ZIP
Click to expand...
Click to collapse
What patches do I have to remove?
I looked into the ShockGensMOD-v07-Sola.zip file but I was not able to find out the patches to delete.

HELLO
stiven68 said:
what patches do i have to remove?
I looked into the shockgensmod-v07-sola.zip file but i was not able to find out the patches to delete.
Click to expand...
Click to collapse
please... Wait me...... Im go to the gym and i dont have time in this moment... Tomorrow im relase version for ulb

So has anyone tested this yet?
Is it bloat-free btw?

cola286 said:
So has anyone tested this yet?
Is it bloat-free btw?
Click to expand...
Click to collapse
you can use speedy sola to debloat it

So I tested this rom.
Full-wipe done. Installed rom and installed gapps. Booted as per normal passed the Android setup page. Started navigating through phone, everything seemed ok. Noticed I wasn't getting any service from my sim card. Tried airplane mode off/on - still nothing. Decided to reboot device and it bootloops on CM9 bootscreen.
Reverting back to previous rom for now. Will be interested to hear how it went for others...

what are the Instructions for installing it over a Locked Boot-loader?
It isn't debloated and thats not a good thing.

@xperiafan13
Is the sim card working

HELLO
xperia modder said:
@xperiafan13
is the sim card working
Click to expand...
Click to collapse
hello... V7 is a port from xperia u im already compile a new version with files for xperia sola... Plaese wait me

xperiafan13 said:
hello... V7 is a port from xperia u im already compile a new version with files for xperia sola... Plaese wait me
Click to expand...
Click to collapse
Okay man but whenever u lock screen it soft revolt it self and then bootloop

hi dev i cant download gapps with this server

I am still very interested to using this rom on a daily basis once all the bugs are ironed out for locked bootloader. Anticipating test results from other users.

Please upload the version for unlocked bootloader. I want to test it. Thanks

Related

[KERNEL][14FEB'12]RedPillKernel_Rev1.3[RedPill Touch CWM Recovery by AF974]"TAKE IT!"

[KERNEL][14FEB'12]RedPillKernel_Rev1.3[RedPill Touch CWM Recovery by AF974]"TAKE IT!"
{
"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
Click to expand...
Click to collapse
RedPill Kernel Features | RedPill Kernel Changelog | RedPill Kernel FAAAQ​
"This is your last chance. After this, there is no turning back. You take the blue pill - the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill- you stay in Wonderland and I show you how deep the rabbit-hole goes." - Morpheus, The Matrix (Copyright belongs to the Wachowski Brothers... Larry and Andy)Features
Highlights
Initramfs from LA2
Samsung kernel-update3 (patched for deep sleep fix)
Based on Arighi sources (arighi) + a LOT of patches included by pongster for performance, stability and battery life
Custom ClockworkMod Based Recovery v5.0.2.7 by AF974 based on Team Overcome Recovery (thanks to alterbridge and AF974)
Instant root (modded script by gokhanmoral of SiyahKernel with a few edits by pongster to ensure latest SU apk and binary are used.)
Newest Superuser 3.0 and su binary (thanks to chainsdd)
Touchscreenfix set to "3" (vitalij)
Init.d support
VooDoo Louder Support by supercurio
2nd Core and Touch Move by Tegrak Support
SetCPU and Voltage Control Support
Full CWM Manager 3.0 Support by Chainfire
CPU & GPU Overclocking and Undervolting by Netarchy
Highly Experimental Ondemand based CPU Governors (Minor Edits only/Renamed to keep bugs on the experiments) based on arighi's deep_sleep and fast_start commits
Maximum CPU Freq set at 1.5Ghz
Enable or Disable File Syncing (fsync enabled by default)
CFS Autogroup by Mike Galbraith Enabled
CPU Topology and Sched_MC enabled
AFTR and LPA enabled
A lot of tunables via sysfs included
Undervolted Int ARM and Touch LED Values (thanks to Phenomenal for the idea)
Git Implementation of SHA-1 for 12% faster boot time
CPU set at 1.2Ghz at Boot for faster boot time (Thanks to Imoseyon)
XZ compressed kernel using optimized values for the size of the kernel
Uncompressed Initramfs (tweaked scripts/gen_initramfs.sh)
NTFS Read/Write Support for OTG (Flash Drives and External Hard Drives with enough Power supported)
CIFS and FUSE Support | Tweaked Ext4 Filesystem
SIO | noop | deadline | V(R) (tweaked for better throughput and balanced latency for Mobile NAND based devices)
sleepy | hyper | conservative | ondemand CPU Governors
generic cpufreq range regulation (arighi) | BLN support (Thanks to creams and neldar) | Fuel Guage Wakelock fix by Entropy512
Power Saving Features:
AFTR + LPA enabled
sched_mc enabled
ARM CPU Topology enabled
CPU Hotplugging OFF when screen off enabled (Thanks to arighi)
RCU Fast No HZ enabled
Stable Voltage Tweaks for Internal Voltages (not ARM Voltage which remain stock) to help lessen heat when in heavy usage scenarios
Boot Time Features:
Used git Implem of SHA-1 for 12% Boot time improvement
Added [PATCH] arm: remove "optimized" SHA1 routines by Linus Torvalds <[email protected]>
Added [PATCH] arm: remove stale export of 'sha_transform' Linus Torvalds <[email protected]>
Uncompressed initramfs (since initramfs is compressed as part of the kernel image, this is reduced to a copy operation from a decompress then copy one)
Set Clockspeed at 1.2Ghz at Boot time to ensure all critical tasks have enough power to perform them while the governors/maxfreq isn't set yet. (Thanks to Imoseyon for this hack)
CPU Features
CPU and GPU OC/UV thanks to netarchy/Hacre
CPU Governors Included:
Final Clean up of CPU Governors available for simplicity. (all Governors are tweaked for the best possible balance of battery and performance with a slight lean towards performance) With this focus on simplicity stated earlier, the only governors available are the following:
sleepy (ondemand based cpu governor with minor edits by pongster) loves to sleep and idle at the lowest set frequency, hence the name change from "solo" to "sleepy". Its closer to ondemandx in terms of performance. This can be tweaked and tuned using init.d scripts as well.
hyper (ondemand + suspend freq setting ability with minor edits by pongster) This was formerly the original kenobi which I renamed to hyper as others may not get the Star Wars Reference. It gives a good balance between battery life and performance. Its closer to ondemand in terms of performance. also tunable using init.d scripts.
conservative (good battery savings by default due to its slow ramp up and ramp down but tunable for performance) defaults are slightly tweaked for better performance than default conservative.
ondemand (old reliable thats been tweaked by arighi to support deep_sleep and fast_start) these features try to detect if the CPU is coming from a deep sleep and is more likely to sleep again and thus limits its frequency to the lowest possible that can handle the operations needed. fast_start checks if the CPU needs more "ooomph" and jumps to the highest frequency faster to enable it to complete the operation the system needs to complete. (like during boot-up)
3rd Party Kernel Apps Support
CWM Manager 3.0 (It works well for me. Its a useful app by Chainfire that extends the features of the current recovery. No need to reinvent the wheel, so to speak)
Voodoo Louder by supercurio
Voodoo Display (for future supercurio app)
2nd Core by Tegrak
Touch Move by Tegrak
SetCPU by michaelhuang
Voltage Control by xan
Filesystem Features (loaded by default to prevent the load insmodding at boot will cause, however minor)
CIFS
FUSE
NTFS
Experimental NTFS automount for OTG devices (you'll have to do a little more work to enable sdcard as ntfs) (Thanks to gokhan for the hotplug script as base.) This script uses the native NTFS RW support available in t he kernel instead of ntfs-3g
Ext4 Tweaks from 3.x.x branch:
[PATCH] ext4: fix ext4_end_io_dio() racing against fsync() from https://lkml.org/lkml/2011/12/16/311
*Reported-by: Kent Overstreet <[email protected]>
*Signed-off-by: "Theodore Ts'o" <[email protected]>
[PATCH] ext4: avoid hangs in ext4_da_should_update_i_disksize() from https://lkml.org/lkml/2011/12/16/344
*Signed-off-by: Andrea Arcangeli <[email protected]>
*Signed-off-by: "Theodore Ts'o" <[email protected]>
I/O Schedulers
SIO (2012 0.2 version)
deadline (tweaked for Flash)
noop
V(R)
Performance Patches
Mike Galbraith's Ultimate CFS Performance Patch (CFS Autogroup)<[email protected]> as ported by faux123 <[email protected]> for 2.6.35 kernels. I (sarcastillo <[email protected]>) additionally edited some things in sched.c to make it compile properly for 2.6.35.14 Samsung Sourced kernels*More info on this here: https://lkml.org/lkml/2010/11/20/91
Added the CGroup Patch:*Added [PATCH] cgroup: Provides a way of tasks grouping by timer slack value by Kirill A. Shutemov <[email protected]> Based on patch by Jacob Pan. Introduces per cgroup timer slack value which will override the default timer slack value once a task is attached to a cgroup. It's useful in mobile devices where certain background apps are attached to a cgroup and minimum wakeups are desired.
Miscellaneous Patches
Added [PATCH] cpu-hotplug: Add the function 'cpu_hotplug_inprogress' by Maya Spivak <[email protected]>
Added [PATCH] printk: Don't allow cpu to get console lock during hotplugging by Maya Spivak <[email protected]>
Added [PATCH] rcu-tree: Check for extended quiescent state at start of gp by Maya Spivak <[email protected]>
Added [PATCH] sched: Do not block when waiting to free old root domain by Maya Spivak <[email protected]>
Enabled fsync disabled (can be disabled by doing an echo "1" > /sys/module/sync/parameters/fsync_disabled in a terminal emulator or as a script for gscript or scriptmanager)
Touchscreen fix set to "3" for more responsiveness during games, etc. (Thanks to vitalij)
Custom CWM Recovery made by af974 (Huge props to him!) based on Team Overcome Recovery (Huge props to them!)
Enabled back key
Enabled Power button to select (less chance of double pressing the Home Button and format sdcard fro some users)
Reorganized, Inutitive layout and more Readable menu
No/Yes Selection Tweak (If you know how to get to Recovery, you don't need that many "No's")
Mount Internal AND Mount External from Recovery (We figured this would be quite Useful)
Click to expand...
Click to collapse
RedPill Download Links:Download TAR
Download CWM ZIP
​
Click to expand...
Click to collapse
Disclaimer: I made this for my personal use and has been personally tested by me and my team (HyperDroid Dev Team). While it may work for other i9100 International ROM's, we have not tested it personally. You have the liberty to choose to use this Rooted Kernel and by flashing this Kernel you will have surrendered your right to complain that you lost your Warranty. If you're smart enough to figure out WHY you need a Custom Rooted Kernel, you SHOULD be smart enough to undo it if you need your device serviced officially. If your device explodes, melts or otherwise disintegrates from its awesomeness I shall NOT be held responsible.
Click to expand...
Click to collapse
Reposting the Kernel: Please don't repost this kernel anywhere else. Keep the download links intact as I have taken the effort to provide fast links for everyone. If you can't understand English well enough and feel the need to re-post this kernel on a foreign language web site or forum, please let me know first and link to this page... (Google Translate can make it easier to read in your Native Language)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credits: (Huge props to all the devs I've learned from by reading and studying their code)
Chainfire
Erasmux
Imoseyon
faux123
Ezekeel
franciscofranco
supercurio
hardcore
Hacre
Netarchy
Ninpo
gokhanmoral
Tegrak
Entropy512
cattleprod
alterbridge
Team Overcome
All the hardworking Kernel Devs at lkml.org (Linus Torvalds, Jens Axboe, Mike Galbraith, etc.)
Click to expand...
Click to collapse
Special Mention to the following:
To my mates at the HyperDroid Dev Team: (who help me test and refine the features of our kernel for our ROM)
Arighi (for the initial guidance on how to get the kernel booting and working & a lot of battery driven patches)
D.O.C. (formerly doctorcete) (for the friendship and being an example of diplomacy in dealing with usual ****storm of questions from users who refuse to search and read)
AF974 (for the Overcome based Recovery that's so bad ass I want to stay in recovery)
petsasj (for his great work on HyperDroidParts and all future Apps that are just pure awesomesauce!)
sicopat (for letting us use his server and helping us out with a lot of things smali)
s2d4 (for testing everything at the risk of the potentially time sucking Soft Brick...)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Kernel Source: https://bitbucket.org/sarcastillo/ultimate-kernel-sgs2
MatrixPills Image by Corinne Wilger. Visit her site HERE.
RedPill Touch Recovery Changelog:
-Based on new CWM 5.0.4.2 made for ICS
-Usual custom layout as previous release, custom images (thanks to Pongster)
-New menus layout:
Reboot menu= reboot to system,recovery and power off
Install menu= choose from internal or external sdcard
wipe menu= wipe data/factory res, wipe cache, wipoe voltage settings(it wipes voltage control script), wipe battery stats.
backup and restore= backup either on internal or external sdcard, restore and advanced restore to the same way.
storage menu= mount/unmount partitions, mount internal or external sdcard
Touch button on screen
Since the touch feature, we have again 7 no and one yes.
Touch buttons layout(from left to right) : BACK-UP-DOWN-SELECT
Battery percent
Battery charge while in recovery.
Click to expand...
Click to collapse
Credits:
Thor2002ro for all his help, i've stressed him along via pm and for porting ICS recovery compatible with gingerbread
DoomLord for the inspiration
Sztupy...nice and helpful guy
Gweedo767
Ogdobber
Koush for his wonderfull work on recovery
Linux even if recovery doesn't have linux code inside
Google
All Hyperdroid team
XDA Developers
CyanoGenMod Team
Alterbridge and Overcome team for their work on the Galaxy Tab recovery
Click to expand...
Click to collapse
Uploaded with ImageShack.us
----------------------------------------------------------------------------------------------------------------------------------------
HyperDroid RedPill Recovery ChangeLog:
-New custom layout, red color text, custom images (thanks to Pongster)
-New menus layout:
Reboot menu= reboot to system,recovery or download
Install menu= choose from internal or external sdcard
wipe menu= wipe data/factory res, wipe cache, wipoe voltage settings(it wipes voltage control script), wipe battery stats.
backup and restore= backup either on internal or external sdcard, restore and advanced restore to the same way.
storage menu= mount/unmount partitions, mount internal or external sdcard
back softkey is set to back.
power and menu are set to select.
Click to expand...
Click to collapse
Thanks to D.O.C (alias doctorcete, alias King) for screenshots
"The Surgeon"
Its basically to make our lifes simpler...
as stated by pulser_g2 here the idea was born on IRC basically because of the constant updates samsung was doing before, and we all felt a little overwhelmed about doing and redoing the mods and themes for every little release, and on top of it, without a changelog.
So basically "The Surgeon" is VRTheme on steroids. What does that mean?
VrTheme based on latest by seshmaru here modified by myself in several ways.
1. It uses sdcard instead of cache, thus making it cross compatible with devices with little cache partition memory (my case the HD2=
2. It has been modified to fit our needs of modding aswell.
So We basically take any John Doe build, no offense intended.
then flash out surgeon and we can do what any flashable zip can do plus:
1. Theme thanks to vrtheme system
2. Flash custom boot logo
3. Change DPI
4. Mod any apk that would allow us (for example, here we use it to provide multidpi for dialer and calculator).
5. Makes a backup of modded apks to sdcard/vrtheme-backup which can be called with the again modified vrtheme restore backup zip file that you should find on the posts below.
to this add:
1 Remove Apks
2 Automatic wiping of dalviks cache
3 adding apks
4 settings permissions, replacing dirs, etc, what any flashable zip does.
and, the best thing of it all, is that, removing specific xmls from the flashins system, makes the surgeon truly universal. This same advanced flashable zip file we have been using since KG6 (yeah, we have been building the roms since KG6, but we did not want to release until we got it all right) with the exception of certain xmls (devs know what im talking about, samsung has been changing smalis and xmls on every darn build).
It also has been proven to work (again without specific xmls) with VillainROM or any rom.
Our main goal was to build a custom base, and, although we consider the base rom to be pretty good, it has nothing spectacular or innovative added to it, its a base rom.
Again, so you guys get this straight.
Base rom contains all the mods that cannot be flashed thru the surgeon.
Thus, the Surgeon is where the magic relies, is where multidpi, themes, mods, scripts, bootlogo changing relies.....jep, that is where the magic takes place.
The Surgeon is pretty straight forward as you can see, no hidden tricks or secrets kept for ourselves, therefore, we consider this to be an opensource project, cause we truly believe that lots of eyes on sources make things a loot better.
So if we get lucky enough with samsung, only one surgeon from now, updates for base rom only.
Surgeon should get updated when bugfixing, adding of features or removal of them.....hopefully i said..
Again, without the help of the VillainRom Team, this wouldnt be possible.
PS: The rom was first intended to be as it is AFTER flashing the surgeon scripts, but, since we can provide a base rom for guys that like ALL of samsung stock features and theme, then this makes us all happy doesnt it?
Universal Surgeons Testing phase
Lets play a bit with this one and try to make surgeon to work on any build too shall we?
Ok here we go with the first one....I just flashed it and it works fine, no bootloops or anything, rom (not androidmeda) is totally themed, dpi hcanged to 192, dialer resized to be multidpi, apps injected, some removed, etc.......This shall make almost (yeah almost) like the docs surgeon script on any build....
Removes the following if existant on build to be flashed upon to
http://pastebin.com/YNC6RPkS
Changes the Bootlogo
Changes dpi to 192
adds some tweaks to init.d
adds color tweak
removes gapps and replaces with latest that supported dpi
adds Spare parts (please uncheck compatibility mode for dpi lower than 240 display correctly)
adds CM7 calculator
Adds gb keyboard I modded to be multidpi
Replaces TWlauncher, replaces with launcerpro
Removes almost all of tw stuff
Removes Kies functionality (and its entry from settings)
And lots more.....
*tested here over Villain Rom, on it and its all good so far
Now rom would be fully themed like docs theme (including custom fadings animations)
pls feedback is appreciated
Universal Surgeon V2.0
Kernel Changelog
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Red Pill Kernel
Changelog
RedPill_Rev1.3
Added Newest RedPill CWM Based Recovery by AF974 (Touch Enabled with Battery % and Charging in Recovery) (Huge props to AF974)
Experimental: USB Audio support for DAC devices
Change Back to SLQB for slightly better performance
Removed Net Scheduling/Traffic Shaping via Stochastic Fair Blue Scheduler as this may be causing network issues for some users
Added HFS and HFS+ Support
Added back V(R) but tweaked it to prevent aliased requests from starving other I/O as well (Thanks to franciscofranco for the idea)
Update SIO I/O scheduler to 2012 version by Miguel Boton
Tweaked CPU Freq hyper sampling rate
Added Patch ARM: improve compiler’s ability to optimize page tables by Russel King
Added Patch wakelocks: Allow independent debugging of wake_lock_destroy() (Thanks to Entropy512)
Experimental: Updated Wireless Driver from EL29 Source… (Thanks to gokhanmoral for these files that are “cherry-picked” from his repo) If users report a lot of the dreaded wlan wakelocks, I can easily revert to the stock update3 sources… This is an attempt to solve WiFi problems some are having.
RedPill_Rev1.2
Tweaked tweaks.sh file based on additional information learned and tested recently. (VM System Reading by s2d4 found <a title="Android VM System: Understanding It a Little More" href="http://goo.gl/bQgU0">here</a>)
Reduced number of available governors based on my personal testing... the 4 remaining should serve the needs of those looking for performance, battery life or anything in between.
Removed some more stuff no one used in the defconfig.
Release LA2 based initramfs version as stable (and make AOSP Support Unstable as we don't test that in GB)
Tweaked mount options for ext4 (extended Commit time to 30 and fall in line with the VM System tweaks implemented)
Change from SLQB to SLUB for a little less overhead (vs. a queued allocator) More info on SLUB here: http://lwn.net/Articles/229984/
Tweaked values in deadline and SIO I/O scheduler to give better throughput while attemting to keep a similar latency to the original (if not more aggressive) Based on my initial (indicative, not conclusive... yet) testing, having these in line with the vm dirty, expire, writeback values + ext4 commit=30 + laptop mode to "schedule" write outs to NAND based storage works quite well to balance throughput with latency expected in a mobile device. We took the big picture view instead of copy pasting random "known" good values and challenged some assumptions even we had at the start. The result is a mobile device tuned for good throughput and battery life with above average latency (not the lowest latency out there, but given the benefits of better I/O throughput and potential battery savings + extending the lifetime of NAND Based storage I think it was a compromise worth taking)
Remove V(R) and BFQv3r1 scheduler as the tweaked deadline, SIO and noop are the best we've tested for NAND filled mobile devices. (More on this later)
Added franciscofranco's deadline tweak that "Prevent aliased requests from starving other I/O"
Set deadline as default I/O scheduler
Tweaked deadline i/o fifo_batch for better throughput
Remove set_need_resched from rcutree.c based on https://github.com/drod2169/KangBang-OMAP/commit/717e7a22e42869418084701455c11e690a993fe8 which says:*"if we really are in an interrupt, the attempt to re-enter dyntick-idle mode will invoke*rcu_needs_cpu() in any case, which will force the check for RCU callbacks.*So this commit removes the check along with the set_need_resched()"
Experimental BTHID fix based on latest bthid.c from Samsung Source Releases I found on github (EK02 for Epic Touch 4G Released in December 2011... about 2 months after Update3 Sources were released for the i9100 and about the same time "BTHID broke" reports began coming in.) (Thanks to TDR for the source where I found this fix)
RedPill_Rev1.1
Adjusted Int Voltage of ARM and Busfreq to Stable Values across several devices
Added Imoseyon's suspend code to hyper and sleepy
Adjusted Touch Screen Values back to default (Thanks to Entropy for pointing this out)
Lowered Touch LED Values lower to dim the LED's a bit more.
Added Some Tweaks in the init.rc so they can be set from there and are consistent for anyone who uses the kernel.
Added some experimental compiler optimizations (Haven't noticed much difference, but we'll continue testing)
Enabled deep_sleep and fast_start by default in ondemand, hyper and sleepy
Added backported Conservative governor from 3.2
RedPillKernel_Rev1.0 (Final Rebrand to highlight the Power of Choice... formerly known as HyperKernel or HDK all older changelogs and commits since Update 3 are included)
Custom CWM Recovery made by af974 (Huge props to him!) based on Team Overcome Recovery (Huge props to them!)
-Enabled back key
-Enabled Power button to select (less chance of double pressing the Home Button and format sdcard fro some users)
-Reorganized, Inutitive layout and more Readable menu
-No/Yes Selection Tweak (If you know how to get to Recovery, you don't need that many "No's")
-Mount Internal AND Mount External from Recovery (We figured this would be quite Useful)
Tweaked NTFS automount script to support RW and use native ntfs built in the kernel instead of ntfs-3g (like stock kernel)
Adjusted Max CPU Freq to 1.5Ghz since its more stable then being at 1.6Ghz for those who like to OC
Fixed Bluetooth Devices not connecting properly because of the module not loading properly
Stripped the kernel modules used to bring the kernel size down a little more
Added Tegrak's Home Button Key Tweak (Thanks Tegrak)
Added Stochastic Fair Blue net scheduler (SFB)
Added [PATCH] lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines <[email protected]> to improve boot performance by almost 12%
Added [PATCH] arm: remove "optimized" SHA1 routines by Linus Torvalds <[email protected]>
Added [PATCH] arm: remove stale export of 'sha_transform' Linus Torvalds <[email protected]>
Added ARM: 6941/1: cache: ensure MVA is cacheline aligned in flush_kern_dcache_area found here https://lkml.org/lkml/2011/6/16/174
Added ARM_ERRATA_754322 & ARM_ERRATA_754327
Tweaked the Tweaks File with more Tweaks so the Tweakers who like to Tweak can stop Tweaking as its Tweaked by default and No other Tweaks are needed to Tweak it even further. Any more Tweaking brings you to the law of diminishing returns... (you get the point so I'll stop there...)
Set Clockspeed at 1.2Ghz at Boot time to ensure all critical tasks have enough power to perform them while the governors/maxfreq isn't set yet. (Thanks to Imoseyon for this hack)
Add back default sampling_down_factor for Sleepy CPU Governor
Added [PATCH] mach-s5pv310: Make cpuidle AFTR entry less chatty by Entropy512 <[email protected]>
Added various clocksource patches from lkml.org (check the commit log for details)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Kernel Frequently Asked & Answered Questions (FAAAQ)
Where is the source for building this Kernel?
You can find the source HERE. I love GPL and We should all support Open Source Software and its Developers. Please Note that Open Source doesn't mean all of this magically wrote and patched itself... it takes a lot of our FREE time to do this and would appreciate if you let us know how you've improved the code.If you know what you're doing, you can easily build your own kernel too. *Please let me know if you have any improvements you feel should be included and send me a pull request. *If it tests okay, it may be included in the next release.
Does the RedPill support AOSP/MIUI/CM7 ROMs for i9100?
As of Rev1.3, I will not be working to making it work on AOSP/MIUI/CM7 as I only have enough time to test and maintain 1 build. When the ICS sources come out, I may have to make it support it again as the team may release an AOSP based ICS as well.
Why doesn’t the RedPill have high benchmarks?*
That’s done on purpose to keep YOU away. Seriously. The way the VM system is tweaked (dirty ratio’s, minfree values, etc.) + the focus on better throughput in any type of load + prioritizing data integrity by turning on fsync + a lot of other small tweaks all lead to good performance and battery drain in actual use (I like using my device and not keep it sleeping to bloat my battery stats, thank you). This may not give you the benchmark scores you want to be able to show off… which is good since it means YOU stay away from this kernel and continue to rely on benchmarks rather than actual usage.
Does the RedPill support other variants of the i9100 (like i9100g or i777)?
No. It supports only the i9100 International Version. *If you use it successfully on other i9100 variants, please let me know so I can update this page.
Is the Kernel Undervolted by default?
ARM Voltages are stock. Int Voltages and Busfreq Voltages are conservatively UV'd as seen in the source below...
CPU: L0=1500, L7=100
Code:
.index = L0,
.arm_volt = 1450000,
.int_volt = 1100000,
.index = L1,
.arm_volt = 1300000,
.int_volt = 1100000,
.index = L2,
.arm_volt = 1300000,
.int_volt = 1050000,
.index = L3,
.arm_volt = 1200000,
.int_volt = 1050000,
.index = L4,
.arm_volt = 1100000,
.int_volt = 1050000,
.index = L5,
.arm_volt = 1000000,
.int_volt = 975000,
.index = L6,
.arm_volt = 975000,
.int_volt = 950000,
.index = L7,
.arm_volt = 950000,
.int_volt = 925000,
Busfreq:
Code:
{LV_0, 400000, 1000000},
{LV_1, 267000, 975000},
{LV_2, 133000, 975000},
Why a tweaked deadline I/O scheduler?
The deadline I/O scheduler by Jens Axboe has proven itself as a low overhead, high throughput and acceptable latency I/O scheduler. *When tweaked for NAND based Mobile devices, it does even better. *While it "starves" writes by default with a 2:1 Read:Write ratio, this can easily be tuned via sysfs.
Why is my favorite governor (whichever it is) not available?
Simplicity is the Ultimate Sophistication, as Leonardo Da Vinci eloquently said. *Based on extensive testing and user feedback, we gathered that these 4 governors included gave the best performance and battery life on our device. Simple choice to have only the best ones available based on actual testing and feedback. *You will also note that I removed lulzactive and any interactive based governor. This was done after I realized that I was tweaking lulzactive, for example, to behave like governors that do the job perfectly already sans the sleep profile. *What I mean is setting a pump up step of 4 and tweaking other factors such as sampling rate and sample time along with cpu_load (inc and dec) made it behave like ondemand with a sleep profile... *I like it simple so I just included the tweaked and optimized ondemand with sleep profile instead. *You can also make lulz behave like conservative, so I included conservative in there. lulzactive is a tweakers dream... but those who like to keep it simple may find it takes time to configure correctly. *I included only these governors so you all have a simple choice to make in finding your favorite one. *These are all tunable via sysfs so you can skew it towards battery or performance based on what is important for you. *Don't expect uber smoothness and 6 hours screen-on time though... *there will be compromises when leaning towards any of the two factors most users consider important in a kernel.
What are the sleepy and hyper governors?**Experimental CPU Governors
(In order to keep all bugs properly attributed to my experiments and not the original author's, I have renamed it accordingly.)
sleepy (formerly know as solo) is an attempt to balance performance and battery life. Its based on the tweaked ondemand by arighi and is optimized for the SGS2. It includes imoseyon's ondemandx tweaks with some down_sampling and other features that users can set by echo'ing into sysfs. Sleepy is closer to ondemandx in behavior when in action.
It also features arighi's fast_start and deep_sleep detection features. It also suspends at 500Mhz.
hyper (formerly known as kenobi) is an aggressively smart and smooth tweaked and optimized for the SGS2 based on ondemand as tweaked by arighi with some ondemandx suspend features from imoseyon. (Added setting suspend_freq via sysfs and Imoseyon's Suspend Code) Hyper is closer to ondemand in behavior when in action.
It features arighi's fast_start and deep_sleep detection features. It also suspends at 500Mhz.
What is arighi's deep_sleep detection?
From arighi's description on the*<a title="deep_sleep commit" href="https://github.com/arighi/linux-gt-i9100/commit/719732552357f66b11f8c972575b440a8f97d64b">actual commit here:</a>
deep sleep detection via low-power idle notifier
Implement a deep sleep detection mechanism using a low-power idle*notifier introduced in 9487d11.
A new parameter is provided in the ondemand cpufreq governor and*exported in sysfs:
/sys/devices/system/cpu/cpufreq/ondemand/deep_sleep
The deep sleep detection is implemented using the following heuristic.
When deep sleep detection is enabled (deep_sleep = 1) if we detect that*the previous low-power idle state was more than 4x the sampling rate, it*means that we're probably going to enter to a deep sleep state or we're*just resuming from a deep sleep.
In both cases we completely ignore the cpu activity (considering it to*the minimum load), because probably there's a big chance to get back to*the deep sleep soon. If it happens, with this heuristic, the cpu will*enter the deep sleep state at the minimum frequency, that is good for*saving battery life.
What is arighi's fast_start detection?
From arighi's description on the <a title="fast_start commit" href="https://github.com/arighi/linux-gt-i9100/commit/df47f443192c3806277db6aed257421e33c4036f">actual commit here:</a>
fast start detection via low-power idle notifier
Implement a heuristic to detect interactive usage of the device and*boost the cpu frequency to the max.
A new parameter is provided in the ondemand cpufreq governor and*exported in sysfs:
/sys/devices/system/cpu/cpufreq/ondemand/fast_start
The fast start detection is implemented using the following heuristic.
If in the last 4 samples the cpu never entered in low-power idle state,*probably the cpu is very busy. In this case we jump to the maximum frequency immediately.
Why SLQB? (According to its author, Nick Piggin)*
”SLQB is a slab allocator that focuses on per-CPU scaling, and good performance with order-0 allocations. Fastpaths emphasis is placed on local allocaiton and freeing, but with a secondary goal of good remote freeing (freeing on another CPU from that which allocated).”
Why XZ Compression for the Kernel?
Its about 30% smaller and decompresses at just half the speed of gzip... I decided to use it as we have a lot of ram and raw cpu power that can easily handle the extra load xz compressed kernels
XZ compression is set to compress at -9 instead of the default -6 (since XZ decompresses faster when the archive is larger) delivers more performance since in kernel land you don't need to worry about compressing anything back to XZ, these gains in size were enough of a trade-off instead of using gzip by default. (Technically, gzip compressed kernels and initramfs are faster than any other compression method... but for our device we have a lot of raw CPU power and a lot of RAM) (more here http://tukaani.org/xz/)
Why ARM Topology and sched_mc?*(From linaro.org)
"The sched_mc function adds a power saving awareness to the Linux scheduler which is tuned for performance by default. When sched_mc is enabled, the scheduler tries to gather the running processes in a minimal number of cpus and clusters. This choice of the location of a process is done thanks to the cpu topology function which describes the affinity between cpus."
(more info here: https://wiki.linaro.org/WorkingGroups/PowerManagement/Specs/sched_mc)
Why RCU Fast No HZ?
"This option causes RCU to attempt to accelerate grace periods in order to allow CPUs to enter dynticks-idle state more quickly. On the other hand, this option increases the overhead of the dynticks-idle checking, particularly on systems with large numbers of CPUs." The power savings generated from using this, in my experience, outweigh the additional minimal overhead in checking dynticks-idle."
Why rename some modded CPU governors?
I chose to rename tweaked/edited governors as there may be bugs that I inadvertently add with my experiments and would like all these bugs to be properly documented as being introduced by myself. (Personally, it would be worse for me to introduce a bug in a current mainline CPU Governor with my experiments as I'm still learning about tweaking and making changes at this level... and from how I live my life, experience is the best teacher)
Ondemand, for example, is an old reliable and putting all the features I want in there will change the performance I have come to expect from it. I don't expect ondemand to have a sleep/suspend profile for example. So editing/tweaking/optimizing a governor and renaming is the way forward for me. I want to select "ondemand" and know that it will behave like it does in all my devices... reliably handling the load at the expense of battery life.(smoothness above all)
Where do I report Issues or Get Community Support?
Head over to the <a title="Official Kernel Release Thread" href="http://androidmeda.com/forum/index.php?topic=47.0">Androidmeda Forums Kernel release thread</a> or <a title="XDA Kernel Release Thread" href="http://forum.xda-developers.com/showthread.php?t=1288850">XDA Kernel release thread</a> to get support from fellow RedPill Users. *Make sure you included a dmesg or last_kmsg by following <a title="How To File Useful Bug Reports in Android" href="http://androidmeda.com/forum/index.php/topic,12.0.html">my guide on filing Bug Reports here.</a>
How do I show my appreciation? Can I donate to you?
You can show your appreciation concretely in several ways:
Pressing the "Thanks" Button on XDA
Signing Up to the Androidmeda Forums and Pressing the "Super Thanks" Button there
Report issues politely and completely
Donating any amount is completely up to you. *I look at donations as a "tip" for a job well done, rather than a "wage" or a "bounty" to get things done. *And Tipping is always up to you... the tipper. *I won't stop development if you don't donate, that's for sure, as I do this mainly for myself and my HyperDroid mates to begin with. I make more money running my own business than this hobby so “tips” are not a necessity… it just tells me how many people actually find the work useful enough to say thank you via a financial gesture.
This Kernel will ALWAYS be FREE to Download and USE, even if the time spent making it IS NOT FREE. *That's Open Source. (The time people spend on open source projects could have been used to spend more time with their families, for example. But the Devs commitment to get something done right is almost always tugging at him to Dev just a little bit more) *
*I've personally donated to Devs who've done things I would never have been able to figure out at the time they did figure stuff out. *Learning anything new takes time and time, in my book, is more important than money as I can't turn back time, while I can always earn money. SO I donate to Devs who spend their free time making Stuff better and easier for those of us who haven't figured out how to get it done.
Docs Surgeon
Docs Surgeon
​*The Screenshots are from the theme only, Touchwiz launcher is removed on the surgeon.[/B][/LEFT]
**The theme download (not surgeon) will theme your twlauncher/weather/clock like the screenshot above.[/COLOR][/FONT][/B][/SIZE]
Docs Surgeon script
List of APKs and other stuff is removed from Build when this is flashed
Features
Flashable over Androidmeda
Lucid based theme overall system using VRtheme modified (props to doctorcete)- autobackup made on sdcard for easy restoring
Custom made Screen transitions (doctorcete)
Removes samsung bloatware
Preserves samsung mail and im untouched and working
Removes entry from settings not to show kies wifi (doctorcete)
Prevents home key or volume to wake up device, only power button does (OP)
Changes dpi to 192 thus making rom as multidpi compatible as possible.
Changes the first boot logo to hyperdroid logo
Removes warm tint color thanks to (IntExCZ)
Removes gapps and adds latest gapps that had multidpi support (12/07/2011)
Removes twlauncher and replaces with launcherpro (easily replaceable before flashing, just remove Hyperdroid-LauncherPro.apk and add your desired launcher to /system/app inside zip file.
CM7 calculator
DSP manager
Keyboard with a comma thanks to petsasj
Adds some useful apps to data/app
Clear button to show on the bottom and centered
Changelog
v4.0 (09/12/2011)
General Theme tunning up, there is a loot of visual changes, u might consider flashing it even if you did not liked the them before.
Changed the updater scripts to be a bit more precise on pregress bars
Organized updater script
Removed all gapps but vending files form surgeon, now it is more compatible whit newer gapps versions sin its only replacing vending.apk
Updated to be compatible with new kk5 apk name changes
Updated to be compatible with Jkay 13.2 theme
This surgeon I believe is not universal.
v3.0 (26/11/2011)
Change Dialer pngs one more time
Added jkay v13.1 compatibility
Added XW and XX bases compatibility (theory only)
Change dialers pngs again
Retained FB social sync
Added dpi app changer thanks to innodroid
Added mdnie switcher thanks to freerunner
Added Fix permission script to be run at end of flashing to avoid permission management issues.
V2.2 (27/10/2011)
vrtheme to use latest installtheme.sh with fixed permissions
V2.1 (24/10/2011)
Changed the first boot logo to fit new boot animation
Removed build.prop modifying except for dpi change.
V2.0 (22/10/2011)
Updated now to jkay v12.1 support
Theoretically now all V2.0 Surgeons should be universal to be flashed over any other builds (needs testing and confirmation)
V1.4 (19/10/2011)
Changed the Clear button to show on the bottom and centered, note that since the carrier is on the same line of the button, whenever the clear button shows up, our carrier name will show up aswell.
Removed some sound from system at all that I ound anoyying (volume sound, charging sound, fully charged sound).
Removed samsung bootanimation at startup and shutdown animation as they arent being used and only taken up some space.
Alarm icon on status bar removed, wont show up there, but it will function normally
V1.3 (18/10/2011)
Included jay v12 support
Special modded keyboard by petsasj with comma at the right and dot at the left, if you find this unconfortable just go to his thread here and flash ur favorite keyboard, Dont forget to press thanks to him for the mod.
V1.2 (17/10/2011)
Reestructure of flashable zip file
Now Surgeon changes build number displayed, it should display code names at the end corresponding to the surgeon being used.
Changed the dialer theme thanks to (Cruznec)
V1.1 (06/10/2011)
Added more multidpi support to dialer
Launcher Pro Plus is now under /system/app and has been themed and shorcuts to the mms "bug" has been removed for your convinience. (doctorcete)
Download via HyperDroid Parts OTA Tool​
Pongster Surgeon Home
Welcome to my Surgeon,
This is my personal surgeon for the HyperDroid-Androidmeda for SGS2. I use this myself without any problems and I hope you enjoy it or use it as a base for your own Surgeon.
Features
Flashed over HyperDroid-Androidmeda
Fully deodexed
Frankentheme (MattedMidnight) heavily based on GingerWay Blue Ocean by antonda (link here) with PNG's from Jabbawalkee's MattedBlues, Sonnysekhon's Lucid and Monochrome and Nitroz and Pele of Black Android Theme for Gingerbread
Removes some samsung bloatware: mainly TouchWiz except for TWCalculator and TWCalendar
Prevents home key or volume to wake up device, only power button does (OP)
LauncherProPlus included by default (Thanks to Federico Carnales)
Mail and IM fully functional
Kies still functional
Jkay compatible
3G/G/Wifi and Network Signals turn White when connected to Google Servers
DPI is set at stock 192
MattedBlack...
Bootanimation is minimalist android text similar to default bootanimation in Android Emulator.
Creates a folder in your /sdcard named gscript which contains the most useful tweaks I personally use
7 Notification toggles for Jkay mod version at 160 dpi (Thanks to sicopat)
MultiDPI MusicPlayer.apk (works at densities from 160 and above) modded by pongster
160 dpi for FULL Android Market support
MattedBlack Franken Theme (Lucid + BAT Xtreme + BlueOcean +GingerGray)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Here is the LIST of the applications that have been removed. Read it, and if you need some applications that are removed, simply follow the instructions below.
Suggested Market Applications
Code:
Browser => [URL=https://market.android.com/details?id=com.opera.browser&feature=search_result]Opera Mobile[/URL]
News Feeds => [URL=https://market.android.com/details?id=com.alphonso.pulse&feature=search_result]Pulse[/URL]
Video Player => [URL=https://market.android.com/details?id=com.clov4r.android.nil&feature=search_result]Mobo Player[/URL]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Screenshots of MattedMidnight Frankentheme
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
Screenshots of MattedBlack FrankenTheme
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Downloads
MattedMidnight
Theme available via the ROM Tool on v4.0
MattedBlack
(Available in Transparent only | 160 DPI (DON'T CHANGE THIS) | petsasj 160 DPI TW | pongsters MultiDPI MusicPlayer mod)
Available via the ROM Tool on v4.0
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How to flash
Code:
0) Check the list of applications removed and modify for your own needs
1) Flash base
2) Flash any Delta Updates
3) Flash surgeon
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Instructions if you don't want to remove a specific application
Code:
Open zip, navigate to META-INF>com>google>android
Extract updater-script
Delete the line of the application that you don't want uninstalled
Save and replace original updater-script
Flash
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credits
HyperDroid Dev team
doctorcete for the unique and powerful Surgeon
Seshmaru and Pulser_g2 for VR Theme
lidroid for his awesome little app
Jkay
petsasj
sicopat
Kahvitahra and "TSM" Sbrissen
antonda
Nitroz
sonnysekhon
mr.megi
dtekkt
LeoMar
MIUI ROM
The rest are mentioned in OP and Changelog portion already. If I forgot anyone, do let me know.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
=======================SURGEON CHANGELOG======================​
MattedBlack v4.0 (9/12/11)
Jkay 13.2 Support
Updated Themes of some Apps thanks do doctorcete (Clock, EMail, Phone, Samsung Keyboard)
MattedBlack v1.0 (11/10/11)
Initial Release
Huge Props to LeoMar for the Matte Dialer from his Revolution 2.7.1 Kitchen, mr.megi for DarkMIUI and dtekkt for MIUIBuntu and all original creators of the PNG's (as this is a frankentheme I put together, not created, please let me know if there are images that you created so I can credit you properly)
V2.0 (22/10/2011)
Updated now to jkay v12.1 support
Theoretically now all V2.0 Surgeons should be universal to be flashed over any other builds (needs testing and confirmation)
V1.3 (18/10/2011)
Included jkay v12 support
V1.2 (17/10/2011)
Reestructure of flashable zip file
Now Surgeon changes build number displayed, it should display code names at the end corresponding to the surgeon being used.
V1.1 (06/10/2011)
Hotfixed already to avoid bootloops, crashes or malfunctioning, everything now whould be smooth as butter
Added more multidpi support to dialer
Added SpareParts apk to data/app, please use it to uncheck "compatibility mode" and reboot.
Launcher Pro Plus is now under /system/app and has been themed and shorcuts to the mms "bug" has been removed for your convinience. (doctorcete)
V1.0 (05/10/2011)
Flashable over Androidmeda (Visit antonda's thread here)
Frankentheme (MattedMidnight) heavily based on GingerWay Blue Ocean by antonda (link here) with PNG's from Jabbawalkee's MattedBlues, Sonnysekhon's Lucid and Monochrome and Nitroz and (dev name here) of Black Theme for Gingerbread
Removes some samsung bloatware: mainly TouchWiz except for TWCalculator and TWCalendar
Prevents home key or volume to wake up device, only power button does (OP)
LauncherProPlus included by default (Thanks to Federico Carnales)
Mail and IM fully functional
Kies still functional
changes dpi to 182
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Hello ladies and gents,
This is my surgeon for Androidmeda HyperDroid. I won't bore you with a long block of text. So here's a short layout of the features.
Features
Flashed over Androidmeda
Fully Odexed or Fully Deodexed (2 versions)
RTL patch compatible. For Jkay mod based builds you MUST use the deodexed version. For TSM both are working
Blue theme on most applications (I have drawn a line between blue being the dominant color and everything just being ... blue)
Stripped almost completely to the bone. About 90 system applications removed
Jkay or TSM mod compatible (2 separate versions)
3G/G/Wifi and Network Signals turn blue when connected to Google Servers
DPI is set at stock 240
Includes my modified TouchWiz Launcher (v2.4 Page Number 4 default Home Page)
Includes my modified Samsung Keyboard
3 very useful applications installed in /data/app (SmartRotator, AutoMountUSB, homeMYhome) and OdexMe in /system/app
Rosemary Fonts from SGS (select from Menu > Display > Screen Display)
Creates a folder in your /sdcard named Walls with SGS2 stock wallpapers and Galaxy Nexus Wallpapers
Up to 12 notifications in Jkay mod that are rearrangable. 5/6 notifications layouts (non-deluxe) come with a carbon fiber background.
Edited Settings.apk to remove unused entries
Here is the LIST of the applications that have been removed. Read it, and if you need some applications that will be getting removed, follow the instructions below.
Short description of the surgeon
This surgeon uses a unique reodexing script to turn the deodexed base ROM back to odexed. This script was done using bolts and bits of reodexing scripts floating around. (Jkay and TSM versions use different odexing scripts and procedure) Many kudos to those people.
This is best suited for the users that remove most bloatware and install Titanium Backup to restore their applications at once. Should you not be one of those users, there are some suggestions below to replace stock applications with.
It is prefered you use odexed themes. But you can flash deodexed themes, as well, so long as you leave /system/framework/*.jar's untouched. Open the theme .zip, note the apks that the theme contains and once installed, remove the appropriate odexes. Then run Paul's OdexMe application (this is an edited version).
Email and Email widget are included, however Premium accounts cannot be created. The push notifications of Social Hub does eat up a lot of RAM and Battery (a lot of battery in fact) so please use Hotmail/Yahoo mail push apps.
homeMYhome app (renamed for easiness into Double Tap - many thanks to c3k!) replaces VoiceToGo double tab feature with another app of your choice. Make sure you have Double Tap enabled if using Jkay's version.
AutoMountUsb enables USB automounting once plugged in, and SmartRotator allows you to select which applications you want to rotate or not
Suggested Market Applications
Code:
Browser => [URL="https://market.android.com/details?id=com.opera.browser&feature=search_result"]Opera Mobile[/URL]
Calculator => [URL="https://market.android.com/details?id=uk.co.nickfines.RealCalc&feature=search_result"]Real Calc[/URL]
Email => Hotmail/Yahoo push email apps
File Manager => [URL="https://market.android.com/details?id=com.speedsoftware.rootexplorer"]Root Explorer[/URL]
News Feeds => [URL="https://market.android.com/details?id=com.alphonso.pulse&feature=search_result"]Pulse[/URL]
Video Player => [URL="https://market.android.com/details?id=com.inisoft.mediaplayer.dice&hl=en"]Dice Player[/URL]
Screenshots of JKAY version
Downloads
Via OTA tool
How to flash
Code:
0) Check the list of applications removed
1) Flash base
2) Flash any Delta Updates (if any)
- 2.5) Flash RTL patch if you wish (for Jkay mod must be deodexed version)
3) Flash surgeon
Instructions if you don't want to remove a specific application
Code:
Open zip, navigate to META-INF>com>google>android
Extract updater-script
Delete the line of the application that you don't want uninstalled
Save and replace original updater-script
Flash
Last updated: 9/12/2011
Changelog
Code:
v4.0
fixed settings.apk xml files
updated pngs
updated for kk5
v3.0
ICS Transition animations
Ported ICS transitions to TW Launcher
Some more animations in menu elements
Included TW Launcher v2.4 (5 columns) - read my thread for how to
Included appzorter
Themed email widget (only works on 2x4/2x5)
Themed a bit more the status bar elements and lines
Some new wallpapers
Added back in Browser.apk due to issues being caused with CSC
Included S20color init.d script with edited mdnie values
v2.2 - fixed AOSP lockscreen sliders
Credits
HyperDroid Dev team
Seshmaru and pulser_g2 for VR Theme
Jkay for his mod
Paulobrien for OdexMe app (modified by Mekrel + some edits by me)
MANY THANKS to the creators of the reodexing scripts that helped me create this one
C3k for homeMYhome app (i love it!)
Capez for ICS transition animations here
If more, please pm me and i will add you asap
Nitroz BAT Xtreme theme
Note: All Credits to Pele for the theme, Nitroz did the port to our S2, he wanted to share this with all of us
Mr. Megui DarkMIUI theme port to vrtheme
Note: The theme contains all pngs mr.megui made for his original theme. In order to achieve transparent background for status bar i would have to edit it on base first so no transparent status bar. Still pending the centered clock too.
Download Via HyperDroid Parts OTA Tool​
Hi everybody,
Here is the SicOpaT's surgeon for Androidmeda HyperDroid.
Features
Flashed over Androidmeda
Now with Call recording and bigger contacts picture option (v2.1.1)
Gold and Black theme with semi transparent pulldown menu
Jkay or TSM mod compatible (2 separate versions)
Gold 3G/G/Wifi and Network Signals
Gold theme of contacts.apk
DPI is set at stock 240
Includes Yiannis modified TouchWiz Launcher (Page Number 1 = default Home Page)
Includes Yiannis modified keyboard with COMA
Nexus Prime Bootanimation (youtube video)
Gallery with Bounce effect *
Browser with Bounce effect *
* only after XDXD9 firmwares
Here is the LIST of the applications that have been removed. Read it, and if you need some applications that will be getting removed, follow the instructions below.
Short description of the surgeon
modification of Jkay HTC GoldEdge theme V13.1
wonderfull modified TW Launcher with 5 icons dock and 4 x 5 icons in Applications menu
idem for the coma keyboard
bounce effect back only in Browser and Gallery*
Screenshots of my JKAY version
Screenshots of TSM version
SOON
If you're having a hard time deciding over TSM or JKay, read the appropriate topics to help you out.
Jkay's mod
TSM mod (Kahvitahra's port)
Surgeon download links:
XDXD9 Jkay Version 3.0
olders :
XXKI4 Jkay Version 2.1
With Call Rec :
XXKI4 Jkay Version 2.1.1
Old versions :
XXKI3 Jkay Version 1.3
TSM surgeon Version (release soon)
VRTheme download links:
XXKI4 Jkay Version 2.1
How to flash
Code:
0) Check the list of applications removed
1) Flash base
2) Flash any Delta Updates
- 2.5) Flash RTL_patch if needed
3) Flash surgeon or VRTheme
Instructions if you don't want to remove a specific application
Code:
Open zip, navigate to META-INF>com>google>android
Extract updater-script
Delete the line of the application that you don't want uninstalled
Save and replace original updater-script
Flash
Credits
HyperDroid Dev team
Seshmaru and Pulser_g2 for VR Theme
lidroid for his awesome scrolling Toggle Bar
Jkay
Kahvitahra and "TSM" Sbrissen
Yiannis for his modified TWLauncher and keyboard
Matriak31 for nexus prime bootanimation
Vertumus for helping me in my theme
If more, please pm me and i will add you asap
Beta Testing​
No betas currently active, use official v3.0 version
Todo:
Update Superuser.apk inside kernel
Suggestion please
If you're having trouble with anything, the only way we can find out what's causing your Issues is If we have complete information.
The logcat/wakelocks/last_kmsg will do just that...
Simply reporting something doesn't work will not help... we all have different devices, different setups, different device manufacturing dates, etc...
If everything is set to default, everything works on our devices.​
How To File a Bug Report with Logcat:
Install android sdk
Install drivers for adb on PC
connect phone to PC
open cmd.exe or terminal
type 'adb logcat' without the quotes
start the app that causes the issues
wait for the app to close or get to the error
copy logcat contents and put in pastebin
copy pastebin links here
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How To Find Wakelocks:
Install android sdk
Install drivers for adb on PC
connect phone to PC
open cmd.exe or terminal
type 'adb shell cat /proc/wakelocks > /sdcard/wakelocks.txt' without the quotes
copy contents and put in pastebin
copy pastebin links on your post
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How To Get last_kmsg logs:
Install android sdk
Install drivers for adb on PC
connect phone to PC
open cmd.exe or terminal
type 'adb shell cat /proc/last_kmsg > /sdcard/last_kmsg.txt' without the quotes
copy contents and put in pastebin
copy pastebin links on your post
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Before filing a bug report, please consider the answer to these:
Is the bug reproducible?
How do you reproduce it?
What is the expected behavior?
What actually happens?
Do you have a Task Killer running?
Are you on the default Kernel?
Did you restore data of System Apps using Titanium Backup?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Kernel Changelog
HyperKernel HDK: The underrated, quietly confident and remarkably smooth kernel...​Kernel Source:​https://bitbucket.org/sarcastillo/ultimate-kernel-sgs2​
Download Link:​​The Latest HyperKernel is bundled with the newest HyperDroid.
A separate thread will be introduced that will usher in the release of the kernel download separately.
v1.2 is already in testing and will be released as soon as my heavy usage with heavy UV and OC are done. (In 3-5 days)​
FYI If anyone should ask... we currently use the CodeSourcery Lite Toolchain. I was just about to play with other Toolchains but decided against it because after doing some research I found this R&D by Ezekeel. Thanks to Ezekeel for the useful information.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
HyperKernel HDK v1.1
-Cleaned up choice of CPU Governors and reaaranged them so that when selecting them in CPU Control Apps such as VoltageControl by xan (which is highly recommended fo use with this kernel), its arranged by its "focus and intent" (based on extensive testing on all default Clocks and Voltages) from "battery focused to performance driven".
-With this focus on simplicity stated above, the only governors available are the following:
-lulzactive (interactive based cpu governor by Tegrak) extremely flexible... by default it has a screen off profile and can be tweaked using init.d scripts or the lulzactive app by Tegrak to be battery centric or performance oriented.
-sleepy (ondemand based cpu governor formerly called "solo" edited by Pongster) loves to sleep and idle at the lowest set frequency, hence the name change from "solo" to "sleepy". This can be tweaked and tuned using init.d scripts as well.
-conservative (good battery savings by default due to its slow ramp up and ramp down but tunable for performance) defaults are slightly tweaked for better performance than default conservative.
-lazy (ondemand based cpu governor by Ezekeel) described by Ezekeel as "maybe a better version of ondemand" and for good reason as it gives a good balance between battery life and performance. also tunable using init.d scripts.
-ondemandx (ondemand based cpu governor by Imoseyon) this features earlysuspend features and downsampling which looks for the lowest frequency which can sustain the load while keeping idle time over 30% and tries to try to decrease to this frequency.
-ondemand (old reliable thats been tweak by arighi to support deep_sleep and fast_start) these features try to detect if the CPU is coming from a deep sleep and is more likely to sleep again and thus limits its frequency to the lowest possible that can handle the operations needed. fast_start checks if the CPU needs more "ooomph" and jumps to the highest frequency faster to enable it to complete the operation the system needs to complete. (like during boot-up)
-Added sysfs interface for setting suspend frequency for sleepy CPU Governor. Default is 500Mhz. Min Frequency is 100Mhz, Max is 1.2Ghz (Why would you need to suspend beyond that right?)
-Added some tested tweaks from the past few months of testing with HyperDroid ROM.
-Removed the + sign at the end of the versioning thanks to franciscofranco.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
HyperKernel - HDKv1.0
-Consolidated all current features of the Ultimate Kernel and feel its matured enough to go by the name of the ROM. Enter the HyperKernel or HDK...
-Removed some governors that are not as effective based on testing. (Removed skywalker, SmartAssV2) Use lulzactive if you want an interactive based governor. There are 8 governors in total available. Default is kenobi. You can tweak it by echoing into sysfs as usual.
-Added some tweaks in Kernel thanks to Erasmux and everyone involved in the discussions HERE: http://forum.xda-developers.com/showthread.php?t=786919
-Enabled Kernel Debugging and Schedule Debugging for the tweaks from Erasmux et. al.
-Fixed LOUDER App Compatibility thanks to @supercurio and @gokhanmoral
-Integrated gokhanmoral's implementation of Tegrak's updated lulzactiveV2 (Huge props to Tegrak and gokhanmoral)
-Tuned lulzactive for HyperDroid defaults. (Can be changed using tegrak's lulzactive app from the market)
-[PATCH] ext4: fix ext4_end_io_dio() racing against fsync() from https://lkml.org/lkml/2011/12/16/311
Reported-by: Kent Overstreet <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Cc: [email protected]
-[PATCH] ext4: avoid hangs in ext4_da_should_update_i_disksize() from https://lkml.org/lkml/2011/12/16/344
Signed-off-by: Andrea Arcangeli <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Cc: [email protected]
-Added RWSEM from cattleprod's Github Repo c/o Code Aurora
-Change default AC charge current to 650
-Change Internal Voltage for each CPU Level from L2 to L7
-Change Bus Frequency Voltages (less 100mV)
-Fix typo in suspend.h and suspend.c
-Several Code Cleanups and optimizations for stability and performance
-Disabled Net_Sched Queueing and Traffic Shaping via Heirarchical Token Buckets (HTB) as no one was maximizing its use/presence in the kernel
-[PATCH] Added missing Android common patches that were previously included but overwritten by the 2.3.4 code drop, Samsung have not applied any new patches from the Android common kernel tree to their kernels. by Adam Green <[email protected]>
-Added lazy CPU governor by Ezekeel <[email protected]>
-Updated Kenobi to use lazy governor features + fast_start and deep_sleep detection
-Updated "LOUDER" kernel driver created by supercurio (Kernel drivers are ready and waiting for his App to increase volume)
-Add support for Tegrak's touchmove thanks to tegrak
-Modified cpufreq.h to follow samsung update3 default behavior when HI_ARMCLK_THAN_1_2GHZ is enabled
-Modified touchscreen locking CPU at L3 thanks to AndreiLux for pointing that out.
-Updated su binary thanks to ChainsDD (added ICS support for su)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v2.3 Ultimate
-Add [PATCH] kernel:smp: Match on_each_cpu behaviour on UP to SMP by Gilad Ben-Yossef <[email protected]>
-Add [PATCH] nohz: Remove ts->inidle checks before restarting the tick by Frederic Weisbecker <[email protected]>
-Enabled Smooth Scaling by default (Please use Voltage Control or init.d scripts to control your CPU or it will not work as expected)
-Now using Chainfire's CWM 5.0.2.7 Recovery (with no back key)
-Faster Recovery and Boot (slightly) due to the use of gzip for initramfs instead of xz... (still using xz for the kernel so the kernel is still 5.0MB)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v2.2 Ultimate
-Add other ARM Topology Patches [ARM: cpu topology: Add update_cpu_topology function]
-Added supercurio's voodoo modules (Huge props to supercurio)
-Load these via insmod at boot during post-init
Source for patches found here:
Exynos Yamaha Tweaks
https://github.com/project-voodoo/mc1n2_voodoo
Exynos ld9040 Tweaks
https://github.com/project-voodoo/ld9040_voodoo_exynos_galaxysii
ARM Topology Patches:
http://patches.linaro.org/5095/
v2.1 Ultimate
-Enabled AFTR by default and tweaked scheduling a little bit for performance.
-Patched to Add v5 ARM cpu topology definition by "Vincent Guittot"
-Enabled sched_mc_power_savings
Add ARM cpu topology definition
The affinity between ARM processors is defined in the MPIDR register.
We can identify which processors are in the same cluster,
and which ones have performance interdependency. We can define the
cpu topology of ARM platform, that is then used by sched_mc and sched_smt.
The default state of sched_mc and sched_smt config is disable.
When enabled, the behavior of the scheduler can be modified with
sched_mc_power_savings and sched_smt_power_savings sysfs interfaces.
ARM CPU topology
https://lkml.org/lkml/2011/7/4/250
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v2.0 Ultimate
Release Date 09/DEC/2011
Added the Ultimate CFS Patch
- Added [PATCH] CFS Autogroup: Implementation by Mike Galbraith as ported by faux123 for 2.6.35 kernels.
I (sarcastillo) additionally edited some things in sched.c to make it compile properly for 2.6.35.14 Samsung Sourced kernels
More info on this here: https://lkml.org/lkml/2010/11/20/91
Added some PPP Patches
- Added [PATCH] net: Reorder incoming packets in PPPoLAC and PPPoPNS by Chia-chi Yeh
Added some RCU and CPU-Hotplug Patches
- Added [PATCH] cpu-hotplug: Add the function 'cpu_hotplug_inprogress' by Maya Spivak
- Added [PATCH] printk: Don't allow cpu to get console lock during hotplugging by Maya Spivak
- Added [PATCH] rcu-tree: Check for extended quiescent state at start of gp by Maya Spivak
- Added [PATCH] sched: Do not block when waiting to free old root domain by Maya Spivak
More details on commit message on bitbucket
- Turned Off STACKTRACE, FTRACE and SEC_LOG
- Set USB_VBUS Draw to 450
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.9 Ultimate
- Added latest cpufreq patch by arighi that brings down battery consumption when the screen is on. More details on actual commit on my bitbucket git repo.
- Removed some files from initramfs to bring kernel down to 5.1MB (without sacrificing key features we want in our kernel)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.8 Ultima
- Kenobi set as default CPU governor
- Disabled ARM_UNWIND
- Fixed Recovery Loader to enable ROM Tool/OTA App to work with CWM 5
- Revert to --lzma2=dict=1MiB (increases initramfs a little and adds some gains in speed vs compression)
- Added zcache as backported by faux123 here: https://bitbucket.org/faux123 BUT I only enabled cleancache for now
zcache, tmem, cleancache info here: https://lwn.net/Articles/454795/
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.7 SynergySeries
- BFQv3r1 as default I/O scheduler
- Removed NTFS Support in the kernel as that's handle by ntfs-3g now
- Removed ReiserFS support here as well (as Recovery may not support it properly)
- Removed ext 2 support as the option for using ext4 as ext2 and ext3 is enabled
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.6 SynergySeries
- Added XZ decompression support for kernel headers and initramfs... (Thanks to faux123)
- Added some XZ related fixes thanks to the original contributors.
- Tweaked XZ compression to compress at -9 instead of the default -6 (since XZ decompresses faster when the archive is larger)
and since in kernel land you don't need to worry about compressing anything back to XZ, these gains in size were enough of a trade-off instead of using gzip by default.
(Technically, gzip compressed kernels and initramfs are faster than any other compression method...
but for our device we have a lot of raw CPU power and a lot of RAM) If you don't trust me, trust the smoothness of the kernel at its current setup.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Code:
Why XZ? Some XZ Decompression details: (more here [url]http://tukaani.org/xz/[/url])
- Its about 30% smaller and decompresses at just half the speed of gzip...
I decided to use it as we have a lot of ram and raw cpu power that can easily handle the extra load xz compressed kernels and initramfs bring...
based on my current understanding, it decompresses really fast so the boot time and other processes that depend on these are still fast while keeping the kernel lean and mean
- Huge props to Lasse Collin and Igor Pavlov for XZ... quite an amazing piece of work there.
- Our kernel with initramfs and complete features (nothing made as modules or removed) is only 5.8MB yup... you read that right...
v1.5
- BFQv3r1 included (backported from 2.6.38)
- Enable Net Scheduling and Queueing for a more stable and faster loading of pages and apps that depend on a network connection (e.g. Market)
HTB by default http://luxik.cdi.cz/~devik/qos/htb/
Why HTB? See here: http://luxik.cdi.cz/~devik/qos/htb
- Experimental Support for Non-Samsung ROM's thanks to gokhanmoral's siyah_feature_set which I ported from his kernel tree and used his initramfs as a base
- Experimental NTFS automount for OTG devices (you'll have to do a little more work to enable sdcard as ntfs) (Thanks to gokhan for the hotplug script)
Note: fuse.ko is built in statically into the kernel, as is cifs.ko and usbserial.ko
- Enabled fsync disabled (can be disabled by doing an echo "1" > /sys/module/sync/parameters/fsync_disabled in a terminal emulator or as a script for gscript or scriptmanager)
- Enabled fast_start and deep_sleep for 2 other ondemand based governors: solo and kenobi
- Turned Off CFS bandwidth for a small performance gain
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.4
- Made FUSE, CIFS and other .ko's part of the kernel.
- Fixed Voltage COntrol scripts not being set correctly at boot time.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.3
- bfq by default
- Experimental use of NET scheduling (HTB) for faster page loading when browsing (Market included)
- CWMManager now backups to external as required.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.2
- cleaned up kernel source code and initramfs
- User-level Release only (disabled kernel debugging)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v1.1
- User-Level release removes kernel debugging to increase smoothness
- Touchscreen fix set to "3" for more responsiveness during games, etc.
- reorganized initramfs scripts (easier for devs to find as they're centralized now)
- fixed USB charge current by using the latest charge_current related code from Gokhan (he's the author of this feature)
- removed userspace, lagfree and SavagedZen, InteractiveX and brazilianwax governors
- brought kernel size down a little bit more
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Kernel Androidmeda TJK v1.0
Release Date 20/NOV/2011
Included Solo, Kenobi and Skywalker governors.
Reverted to Recovery 5.0.2.7 for stability and internal testings.
Tweaked recovery to show internal sd and external sd and point to correct path.
Included CWM 3.0
speeded up loading of init.d scripts
fuse.ko is now also loaded on boot
Deadline is default scheduler
Click to expand...
Click to collapse
Click to expand...
Click to collapse
OLD CHANGELOG​
Kernel Androidmeda TWD v2.5
Release Date 09/NOV/2011
Included lulzactive gorvernor
Reverted to Recovery 4.0.0.2 for stability and internal testings.
Reverted to stock voltage values to avoid SOD of cpus not handling well lower frequencies
Initramfs totally restructured again.
Kernel Androidmeda TWD v2.3
Release Date 30/OCT/2011
Fixed yet again inst-root.sh script
Included Fuse.ko and gspca.ko to lib modules (sorry about that)
Kernel Androidmeda TWD v2.2
Release Date 28/OCT/2011
Upgraded to recovery 5.0.2.7
Fixed instant root script as it was not working (thanks to pongster)
Enabled Thumbee for testing
Kernel Androidmeda TWD v2.0
Release Date 27/OCT/2011
Added the following features thanks to Speedmod huge thanks to him for sharing and the credits go to him and pongster for the merge into our kernel.
- MDNIE screen sharpness tuning (improves text readability)
- MDNIE color tuning (reduces over-saturation of color)
- Lower brightness at low-light levels
Updated Superuser.apk to 3.06 and latest bin for rooting
Updated Recovery to 5.0.2.6 (still no back key, sorry, we are working on that 24/7)
Kernel Androidmeda TWD v1.0
Release Date 24/OCT/2011
Based on update3 from samsung.
Removed CUSE support
cifs.ko is loaded now via init.d
user customizable charging speed (use at your own risk).via script on init.d, thanks to gokhanmoral
Committed Patch to fix fuel alert wakelock Thanks to Entropy512
Kernel Androidmeda DNR v3.1
Release Date 17/OCT/2011
CWM app backups on external sd card, to restore them u will have to manually copy those onto internal sd card (we actually find this useful to backups, so, while we are linked to sources on how to build recoery from source, we will stick with this option)
Making the backup from recovery makes the backup into internal sd card
Changed from SLQB to SLUB
Enabled Brazilinawax and SavagedZen governors for testing purposes
Released as an independent CWM zip file.
Kernel Androidmeda DNR v2.0
Release Date 14/OCT/2011
Initramfs from kI8
Dalvik is now back to data/dalvik-cache
ClockworkMod Recovery v5.0.2.3
Support for internal and external sd card on recovery
Several patches to kernel, see github for changelog
Superuser 3.05 (thanks to chainsdd)
Kernel Androidmeda DNR v1.0
Release Date 05/OCT/2011
Initramfs from kI3
Samsung kernel-update2 (patched for deep sleep fix)
Based on Arighi sources (arighi)
ClockworkMod Recovery v4.0.1.5
Custom boot logo and support for custom bootanimations (Props to Hellcat)
Dalvik cache moved to /dalvik located on p12 hidden partition and symlinked to data/dalvik-cache (Androidmeda Original Feature)
recovery modded to format /dalvik (currently wipe dalviks cache does not work, will be fixed in near future, as of right now, please use format /dalvik to wipe dalvik cache.)
Instant root (modded script by gokhanmoral of SiyahKernel with a few edits by pongster to ensure latest SU apk and binary are used.)
Superuser 3.0 (thanks to chainsdd)
Touchscreenfix (vitalij)
Init.d support
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Experimental CPU Governors:​
*Experimental CPU Governors:
Added 3 modded CPU Governors tweaked and optimized for the SGS2
*skywalker is a smart and smooth tweaked and optimized for the SGS2 based on SavagedZen. (Right now I just tweaked the numbers, but I plan to try and add more mini features. In order to keep all bugs properly attributed to my experiments and not the original author's, I have renamed it accordingly.)
It suspends at a freq of 500Mhz. It wakes up at 800Mhz.
*kenobi is an aggressively smart and smooth tweaked and optimized for the SGS2 based on ondemand as tweaked by arighi. I also ported the features of Ezekeel's lazy governor. (which is based on ondemand as well) (In order to keep all bugs properly attributed to my experiments and not the original author's, I have renamed it accordingly.)
*solo is an attempt to balance performance and battery life. Its based on the tweaked ondemand by arighi and is optimized for the SGS2. It includes imoseyon's ondemandx tweaks with some down_sampling and other features that users can set by echo'ing into sysfs.
It also features arighi's fast_start and deep_sleep detection features. It also suspends at a freq of 500Mhz.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Exciting news!
Can't wait to see what you've developed.
(First! )
Great use your hyperdroid on my HD2... Best Rom ever... I want to test what is better LeoMar75 Revolution rom or your hyperdroid rom!!!!
Send from my Revolution GT-I9100 using Tapatalk
well come to gs2 , waiting for your rom.
I'm from hd2.. Hyper is the best for ever.
Yes, finally released...
I didn't help much for this release but, i will give you my full support for next releases
Woooo, hyperdroid, I remember the days I had HD2, used to love your roms with 160 or 180 dpi screen resolution, welcome waiting for your rom, Regards.
Welcome pongster !!!!!!!!! warm greatings from India too !!!!!!!
We are honoured to have you on the Samsung Galaxy S2 forums !!!
Eagerly waiting for your work.
We need performance !!! Looks are secondary !!!
Best Regards,
Karan.
sweet and warm welcome !! nice to have you here !!
will support 100%

[ROM][KL1][ICS] Vivaldi 4Seasons ICStyle 2.0

Hi all!
We are here to present you the
{
"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"
}
This team is proud to present you our new Project, its called «4Seasons»
Its called this way to celebrate one Italian Musician that is appreciated all over the world: Antonio Vivaldi
So this rom will start with the Stock Samsung theme, but it will come in bundle with 4 Themes (one for Season)
Each theme will be carachterized by a strong inspiration to each season and will have a special bootsound track directly from the beautiful works from Vivaldi's «Quattro Stagioni»​
The ItalianCustomStyle team is composed of:
aeroxdefocu
Angelom
Guidox79
89luca89
Well so Let's start with the rom!!
DOWNLOAD 4Seasons ICStyle 2.0 New Release
Sorry but the actual themes are NOT COMPATIBLE with the ICS release,
Zoule is readapting and reworking the themes, please be carefull!
Fix the colors, and The Animated Reveal..
In addition, we will have an attenuation of the animation of the curtain, that when there are notifications,
remain hidden from the small panel of notifications.
Fixed the annoying writing clear.
Download Fix 4Seasons 2.0​
Click to expand...
Click to collapse
Changelog v2.0
Added mod to have 5 icons in the dock, and in the screens, the launcher Thank Petsasj
Upgraded kernel to Abyss pluss 3.1 final
Several minor bugs fixed
Ics theme thanks BigBang
Added transitions ics
Added fix for the silence of the camera system with the volume turned down.
Jkey-13.4.1 with new features
Adedd Polar Office
Reveal-animated notifications
App for download youtube
Changelog v1.1
Upgraded kernel to Abyss pluss 3.0 final
Several minor bugs fixed
Fixed iussue with Cpu settings
Fixed iussue with HomeDoubleclick settings
Removed OfflineVoicecommands (take it from extras! better explanation in later posts )
Added Screenshot butto in power prompt by default
Added barcode scanner app (goes in combo with the OTA Updates to have easly new repositories )
Optimized memory managment for faster performance
New themes with WAY lower installation time and reliability
NEW Ringtones for every season!! They are included in themes A joy for your ears!
Changelog v1.0
-Based on the latest official firmware 2.3.6 WIPE
-Deodexed
-Zipalinged
-Theme Original Stock
-Jkay 13.2 Included
-Jkay preactivated
-NEW Tw 4.5 English By Fr4ggor
-CRT Old-TV Fix
-GPU Browser NO Lag no Over scroll + User agent
-Added the Mod-Battery with incremental rate of 1%
-Delete the sound notifications full charge and minimum charge battery
-GPS Quick-Fix
-All Framework DEODEXED zipaligned and optimized PNG and has been compressed to save space
-Mms.apk no MMS auto-conversion -200 contacts per SMS - fixed received time thanks to (muveszur)
-Added the Mod rom to improve the bitrate audio / video
-Romoved the Wifi-sharing
- Added VOIP for Wifi
- Added multilingual T9 Dictionaries
- Camera Stock is better NOW on 2.3.6
-Improved Audio
-Updated hosts to eliminate advertising and web apps
-Phone.apk CallRec integrated (No Auto Rotation + No Increasing Tone ) FULL Screen image
-Full Screen Image in Call
-Ringtones ICS
-Notification ICS
-New Market 3.3.1
-Bootanimation ItalianCustomStyle
-Video and Audio Gtalk Front Camera 2.3.6
-New Titanium Backup app
-New Gtalk app 1.3
-EmailWidget trasparent
-Added CWM app
-Removed some apk samsung
-Swipe Multilenguages
-Ram Scrip added
-Included app_process and system_server from Android 2.3.7 (improves scrolling)
-Build.prop tweaks
-OTA Updates and extras
-App removed flashable with this ZIP
-Daemon OC And Settings
-Dualcore Scripts (Voltage Control support)
-Added Extra settings for customize:
-Transition speed
-Application Installing place
-Home button Double Click Action
The ROm comes in bundle with the NEW Abyss Plus 2.1 by Angelom
NOW:
After this post, I And all the team-mates will explain you all the Extra stuffs and Will make all you clear about Kernel, Mods and will guide you with screenshots and videos!
NAVIGATE TROUGHT THREAD:
1- Kernel
2- Voice Commands and CPU
3- Extras, Mods OTA Updates
4- work in progress
5- Downloads ROM & Themes
6- Info & News
Thanks
Sicopat
Paul Modaco
_JKay_
Waman
XDA:DevDB Information
Vivaldi 4Seasons ICStyle 2.0, a ROM for the Samsung Galaxy S II
Contributors
Italian_Custom_Style, aeroxdefocu, Angelom, Guidox79, 89luca89
ROM OS Version: 4.0.x Ice Cream Sandwich
ROM Kernel: Linux 2.3.x
Based On: AOKP
Version Information
Status: Stable
Current Stable Version: 2.0
Stable Release Date: 2012-02-02
Created 2013-06-27
Last Updated 2013-07-01
AbyssPlus kernel 3.1
Changelog:
Added Voodoo Louder Compatibility
More cpu governor changes, removed obsolete governors
Added idle_notifier support
use RWSEM_XCHGADD_ALGORITHM
Added bfqv3r1 (thanks to Tegrak)
GPU modifications: mali 3-step
Changed Configuration
Others little fix
All functions of AbyssPlus 3.0 kernel
AbyssPlus Kernel 3.1 Sources:
http://www.mediafire.com/?idao8zol8b39cz7
AbyssPlus kernel 3.0
Changelog:
Changed to new workqueue implementation
Updated patches for ARM topology
Enabled Sched_mc
Enabled AFTR CPU idle mode
Enabled cleancache
SIO i/o scheduler default
Some cpu governor modifications
vmscan: prevent background aging of anon page in no swap system
Added in cpuidle :extend cpuidle and menu governor to handle dynamic states
Some unnecessary code cleanups and tweaks
Abyss Plus 3.0 Kernel Sources
Sources Abyss
Abyss Kernel 2.1
Changelog:
Updated kernel to Samsung Update3 Source
Updated some files based on 2.6.35.14 for battery improvement
Add CW Recovery 4.0.1.5 for ota updater compatibility
Frequency range:
25-50-100-200-500-800-1000-1200-1304-1400-1536
Cpu governor: Ondemand, ondemandx, Interactive, interactivex, Performance, Conservative, Smartass, Smartass2, Lagfree, Luizactive, Lazy, Savagedzen, powersave
Revisited every governor
I/O Scheduler: BFQ v3, CFQ, Deadline, Sio, VR, noop
Added tweak for screen sharpness
Lowered frequency bus voltages
patch inserted MM
Added compatibility with Tegrak Touchmove (to adjust the touch)
Modified support for video recording up to 100fps (watch the recording at 100 fps still does not work for limitations due to the Roms)
Tegrak 2nd Core support
cgroup: Introduce timer slack subsystem
Adding RCU Classic
Add JRCU
ib: introduce some memory copy macros and functions
Hard-enabled Float
Added conversion RCU
Increase ext4 disk write performance
memcg fix
Add tweak by IntersectRaven
Fixed the problem with orbot
Added USB Tethering
Enabled BT BT_Wake logs for debugging
Adding CleanCache
Fixed fuel alert wakelocks
backport new 3.0 kernel block driver
Added possibility to insert Custom Boot Logo
(Sd in creating a folder called logo.jpg into the logo and copy, format 480×800, before flashing the kernel)
Disabled Frame pint
Added battery calibration
Added auto-backup efs directory in / data / .Abyss
Removed iowait-is-busy-tunable code
Added Samplig down factor tunable queues
Minimum sampling rate set to 10ms
Enabled fast start on Ondemand
Optimized Jhash 3
Modified wireless: fixed memory leak in case of failure of dhd_bus_init
Modified TCP
SLUB: Order slub_max set to 0
Modified workqueue
EMMC put to sleep before the suspension
Added low-power idle notifier
Add patch CK2
ARM optimized algorithm RWSEM
Fixed wrap timers to 4,294 sec.
MALI-400 GPU Disabled State Tracking
Removed Sync in workqueue wakelock
Faster access to cgroupfs
Increase battery life and performance
All kernel functions old Abyss
AbyssPluss 2.1 kernel Sources:
http://www.multiupload.com/KVA7Q6L74J
------------------------
GUIDE TO RESIZE WIDGETS ON TOUCHWIZ
VOICE COMMANDS
I'm here to explain you some mods I (and other team-mates) did for this great work
Thoose I'm presenting to you are the ALL-New port of MOTOROLA VOICE COMMANDS:
As you read they are COMPLETELY OFFLINE (instead of the full online Samsung and Google)
They will be pratical, Multilingual and have a Great feature, they can be adapted you can simply adapt them to your pronunciation, dialet and so on, so will be ALWAYS responsitive
Supports 37 Launguages
You can then set up them to pop up with the Home DOuble-Click that you can see in the /settings/4seasons Extras/Home Button DoubleClick
-> REVISED AND CORRECTED!
Those ALL NEW Cpu scripts are revised from the one I did time ago, now they PERFECTLY Support GS2!
In fact you have REALLY The second core ONLINE:
The phone will be ALWAYS Smooth like oil whatever you're doing
THIS Will also set 2 profiles of UnderVolt depending on the screen state (on/off)
BU this time the daemon supports the changing of this values
The Daemon SUPPORTS VOLTAGE CONTROL Just install it from the market!! And you're done!
The Cpu Daemon (Virtous OC) is also another thing that in this rom is foundamental to take advantage of ALL The juice the great AbyssPlus kernel can give to you!
Bt default you will have this configuration
Screen off:
100mhz
200mhz
Conservative
But you can go DOWN to 25mhz for min and 100mhz for max, I DO NOT RECOMMEND GO LOWER (can cause problem of wake with calls and music for example)
long battery life is all here!!
Screen on:
200mhz
1200mhz
ondemandX
Here the (when the screen is on) we want the best performance for you, in speed and fluidity!
So we can take advantage of the whole 1.2ghz samsung gave us!
With the CPU Settings ( settings-> 4seasons Extra -> CPU Settings)
You can set up and also OVERCLOCK to 1536mhz! To have blazing fast performances! (not needed to be honest...but a good sport ahaha)
Also the OndemandX Governor is built to give Better scaling performances than the Ondemand, keeping the Great battery saving but having always BEST Performance!
The app is really simple to use and intuitive, and you (after Tap Apply) have only to screen off phone and then screen on to make the changes effective...Remember that!
1.Change application install location,You can choose where to install your applications,internal SD,Internal Memory or Automatic mode
2.Choose speed of animations in indivudal Wondows,This is very useful if you want to speed up or slow down our animations
3.Same to Windows animation,but choose a translation animation
4.Compatibility Mode,run older app ...
5.Home double button,Choose app if you want on this button...thanks c3k....
But not compatible with samsung voice commands...
6.CPU setting included Deamod controll to set your CPU (explained it by 89luca89 in previous post)
7.With this app,you see battery used,status information and statics on Battery
In this rom are included OTA app...With this app you can download new rom, install new themes, download all the mods available in it ..
it's all very simple, once configured, to find the extras, just select what you want to install, you download, then you click on install now and the phone will restart and everything will install automatically...
If you click on theme, also have the opportunity to preview what it will install through the screenshots
This is a FULL screen mod,With this mod, you can put your photos in full screen of a contact ....
You will have a default image that is in the first photo, you can change it simply by going to contacts, select what you want and add the photos you want ...
the images speak for themselves, do not add anything more
​
1.in YOUTUBE app,are included possibility to download video,in the original app this option was not possible
2.this is a manage TW4.5,very good app,you can download themes, widgets, and stay current with all updates TW4, by Frogg0r
3.you have possibility select User Agent on stock Browser,Android or Desktop
4.this is a famous mod by Jkay,a good guide to configure this app are on this LINK
Video By Ferranza
--Reserved--
DOWNLOAD 4Seasons ICStyle 2.0 New Release​http://www.italiancustomstyle.com/H...ontent/ICSteam/Extra/4Seasons_ICStyle_2.0.zip
Click to expand...
Click to collapse
It is recommended NOT to use Internet Explorer to download, Thanks​
Download Autumn​
Download Summer​
Download Winter​
Download Spring​
DOWNLOAD 4Seasons ICStyle 2.0 New Release​http://www.italiancustomstyle.com/H...ontent/ICSteam/Extra/4Seasons_ICStyle_2.0.zip
Click to expand...
Click to collapse
It is recommended NOT to use Internet Explorer to download, Thanks
Sorry but the actual themes are NOT COMPATIBLE with the ICS release, Zoule is readapting and reworking the themes, please be carefull!
Official Blog ItalianCustomStyle
Download Autumn​
Download Summer​
Download Spring​
Download Winter​
Official Blog ItalianCustomStyle​
woooow Sounds Great waiting for Download Links
Love the name "4seasons" I love Vivaldi
I am actually the first viewer in this thread . Just waited for you guys to reserve the posts;-) .
Just some things 1. This is too good to be true!
2. What will happen with the other rooms you guys develop?
Does this rom same as the foxhound 2.8? The change log quite similar or it's better?
Sent from my GT-I9100 using XDA App
Change the changelog guys....KK5 is 2.3.6 not 2.3.5 just a little pointer...
COMPLETE CHANGELOG:
-Based on the latest official firmware 2.3.5 WIPE
looks realy good, but can you explain this line: Camera Stock is better NOW on 2.3.5 ?
edit: when download links will be online?
edit2: I got it now. Any comments on camera improvements?
It's 2.3.6 not 2.3.5
Looks like just foxhound rom with different theme and comes from another developer..
Just my opinion.. btw looks great
What do you mean by you have added overglow?
chinhe said:
Looks like just foxhound rom with different theme and comes from another developer..
Just my opinion.. btw looks great
Click to expand...
Click to collapse
Well raffaele is part of the team...
Vahidmoby said:
woooow Sounds Great waiting for Download Links
Love the name "4seasons" I love Vivaldi
Click to expand...
Click to collapse
Well so when you install one of the 4 season theme...
Check the bootsound!!
_JKay_ said:
What do you mean by you have added overglow?
Click to expand...
Click to collapse
Heh sorry it was a typo, cause it was added (the glow) back when there was bounce overscroll, now th glow is samsung default...
Corrected!
Where are the download links, Luca?
Sent from my GT-I9100 using Tapatalk
Ho guy,just two words,nice job
sileshnair said:
Where are the download links, Luca?
Hello links for downloading are in the post of biondo99
Ciao
Inviato dal mio GT-I9100 usando Tapatalk
Click to expand...
Click to collapse

【HOT!】【ROM】【4.2/4.3/4.4】【KitKAT】✪ eRRo Ultra ✪【Super Fast and Smoothest】 ♛16/04/14♛

【HOT!】【ROM】【4.2/4.3/4.4】【KitKAT】✪ eRRo Ultra ✪【Super Fast and Smoothest】 ♛16/04/14♛
{
"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"
}
@__________[email protected]
NOW in ULTRA ! ! !
SORRY FOR NO UPDATES AFTER A HALF YEAR 
 @__________[email protected]
NOt only for MDPI, Now, URUSHI (raY) build is up!!!
i've made for Ray user because we are on OnE Discussion
( XDA Developers > Sony Ericsson Xperia Mini, Mini Pro, Active, Ray, Live with Walkman )
_____ dont forget to read notes and installation instructions _____
​
INTRO :
What is eRRo rOM? sure like error?? lol :laugh: . NOt funny, eRRo rOM is ROM which is based on Android system version 4.2.2 jellybean UNOFFICIAL CM10.1 LX :good: . Why the name is eRRo? because on eRRo rOM it has error process when installation!!. Dafuq. By the way its not real error. It just FEATURE on this rom that which is not owned by another roms . That error does not effect any apps and system service . (has been fixed )My goal on eRRo ROM is to make a SUPER LIGHTWEIGHT AND SMOOTH ROM. Beside of that, eRRo rom has too many scripts and tweaks. So, this rom is VERY FAST.GOOD FOR GAMING.MULTITASKING.DAILY-USE.BATTERY FRIENDLY and more... feel with urself! ...​
Click to expand...
Click to collapse
FEATURES :
- Fake error (yeah) fixed
Click to expand...
Click to collapse
-Random reboot?? NO! with lupus and my rom on my mango its very stable
- Super LightWeight Rom (only 90Mb) on lightest version
- Automatic Brightness
- Keyboard Layout
- Wifi AP
- Bluetooth
- FM Radio (see on NOTE)
- Camera
- XBooster (for BIG free up RAM usage) no need it again, has been added better RAM Managements
- Torch
- Accelerometer
- USB On To Go (OTG/MTP) as default
- USB Mass Storage (if you want to change it, go to settings-storage-tap options button- USB computer connection)
- Add camera features
- and more. All everything works
- Found bug? just tell me
Click to expand...
Click to collapse
PERFORMANCE AND TWEAKS :
- Performance tweaks
- Hardware acceleration enabled
- Graphics tweaks
- Power saving
- Sdcard tweak
- zRam tweaks at 60mb
- Increase Photo and Recording quality (include jpg quality)
- Reduce Boot Time
- Better Flashlight and Camera flash quality
- Internet connections tweaks
- Scrolling more fast
- pp0 interface tweak
- Init.d support (include init.d tweaks)
- Governor Ondemand as default (include governor ondemand tweaks)
- and more (u can tell me)
Click to expand...
Click to collapse
CHANGELOGS :
16/04/2014[BIG UPDATE!!] Ultra version :
- Updated to Jelly Bean 4.4.2 (Latest cm11 changes)
- Updated kernel to 3.4.82
- Updated zRAM from kernel 3.14
- Updated to Android 4.4.2_r2
- Updated audio HAL (various updates/bugfixes)
- Updated adreno GPU libs from Galaxy S3 (d2lte)
- Updated BFQ io scheduler
- Updated wpa_supplicant/hostapd for KitKat from TI
- Updated exFAT kernel driver
- Updated powersave: max 768MHz, balanced: min 122MHz
- Enabled Sony apps in market
- Enabled ION for everything except camera
- Enabled VSYNC (aka Project Butter)
- Enabled Qualcomm bionic optimizations
- Enabled CWM SD card partitioning settings
- Enabled qcom LPA (Low Power Audio)
- Enabled back camera mic
- Enabled low_ram prop by default
- Enabled hid-sony kernel driver for PS3 controller
- Disabled KSM by default to improve performance
- Prevent All Tweaks and Script to improve performances
- New kernel based on kk_2.7-stable CAF branch
- Corrected device name/manufacturer
- Use display-caf/media-caf instead of display-legacy/media-legacy
- Slim size 145Mb
- Added option to enable High End graphic effects in performance settings
- Beta #1 pls report if any issue
Working list :
-LCD
-Touch
-RIL 2G & 3G
-SMS/MMS
-Accelerometer
-Proximity sensor
-Ambient Light sensor (including automatic brightness)
-Vibrator (including vibrator intensity tuning)
-Audio
-Headphones
-Button & keyboard leds (including brightness adjustment)
-Notification led (including soft dim effect)
-Physical keyboard
-Hardware keys
-SD card
-USB: Mass storage
-USB: MTP
-USB: PTP
-USB: ADB
-USB: OTG
-USB tethering
-GPS
-Camera
-Video recording
-Panorama mode in Camera
-Torch
-Bluetooth music
-Bluetooth calling
-Bluetooth tethering
-Offline charging
-Overclocking (up to 1.4GHz)
-CWM recovery
Bugs : FM radio
15/10/13Ultimate v2 :
- Latest update CM 10.2
- Kernel updated to 3.4.65
- Removed Focal.apk
- Default IO changed into CFQ
- Support for vibrator intensity tuning
- Improved power management and wifi
- Fix Keyboard on LatinIME
- Switch launcher for more slim and stable
other's LX changes :
Code:
Fixed variable button/keyboard brightness
Fixed google update service battery drain (cm patch)
Disabled touchscreen undervolt on anzu
Fixed USB OTG support
Fixed OpenVPN support
Improved wifi
Undervolt wifi for better battery performance
Updated bma250 (accelerometer) kernel driver from fuji 3.4 kernel
Updated apds9702 (proximity) kernel driver from fuji 3.4 kernel
Lower cpu usage a bit when screen is on
Switch from LZ4 to LZO compression for kernel & ramdisk
Updated wifi driver & firmware to latest officially supported by TI
Updated all proprietaries from 4.1.B.0.587
CWM sdcard format
LZO updates
wpa_supplicant updates
netd updates
wifi hotspot updates
wifi calibration updates
Power management updates
Possible fix for DSPManager loss of effects
Configure power management in recovery: ondemand & 1ghz cpu clock
Testing hardware acceleration optimization for low mem devices
Camera: Enabled video stabilization
Camera: Enable 864x480 video recording (will show as 720p in the app)
Camera: Enable image stabilization & disable scene detection in HDR mode
Camera: Metering mode support
08/09/2013Ultimate version :
- Updated to Jelly Bean 4.3 (Latest cm10.2 changes)
- Updated kernel to 3.4.59
- Fix Panorama Camera
- Fix All Camera applications issue!!
- Face unlock fixed
- Preview image fixed without app hacks!
- Fix widget problems
- Set default brightness to 10% (people who want lower can still change it in auto brightness settings)
- Broken button & keyboard backlight brightness adjustment (only on/off works, no variable brightness)
- Beta release
​08/08/13Hepta v2 :
- Fix boot issue (fixed)
- Correct some mistakes in framework
- More Lightweights only 90Mb
- Add Many tweak's and script's :
zRam now enabled by default at 60Mb
Add dnsmasq tweak
Add Rambooster
Improve Ram Management's
Vm tweaks
Network tweaks
Init.d tweaks
Sdcard speed impoved
Zipalin all apk's
Minfree tweak , and other's..
06/08/2013Hepta version :
- Latest CM10.1
LX changes :
Updated kernel to 3.4.55
More SELinux changes (still disabled)
Recovery: Update wipe data option confirmation
Recovery: Add sdparted option to partition in ext4 fstype
Power management updates
Auto detect sdcard fstype & partition in recovery
Initial SELinux policy
liblights: don't apply gamma curve to backlight
Update auto brightness levels
Lowmemorykiller: revert fuji update, revert nAa 3.0.31 lmk, use plain CAF 3.4 lmk
recovery: Add power off & reboot to bootloader mode in advanced menu
- Add performance superb tweak
- Add service tweak
- Add HDR feature on camera
- Add radio missing files
- Battery more save
- Fix some connection issue
- Fix correction on build prop
- New camera lib's
- New radio lib's
- Incrased volume in-call
- Boot time more quick
- Disabled button light
- Add enabled logcat line? (not tested)
- Support screen orientation 180 degree
- Support screen orientation 270 degree
- Add lockscreen tweak
- Add some new undetifined tweak's
- Enabled hw_accel
- Changed min scale of CPU to 249Mhz ( i think it more stable )
- Changed max scale of CPU to 1Ghz ( i think it more stable )
- Changed governor to ondemand ( i think it more smooth )​
21/07/2013Heksa version (More Perfect!!) :
- REBASED TO LATEST UNOFFICIAL CM10.1 LX (ONLY FOR X-RAY)
- More Lightweights
- Removed Matte+ (if u want to propha looks, download it on second post)
- Back to One stocK CM10.1 theme installed
- Free Lockscreen easY mod (just tap "eRRo" and drag anywhere you want to unlock)
- Add default clock app
- Add default alarm
- Frame Per Seconds Improved unlimited
- Add default stopwatch
- Changed all default icons to CM 10.1 style
- EHRPD Support
- Fix for crop on keyboard layout
- More Net speed tweaks
- Sensor sleep control
- Re-enable USB debugging notification
- Noise Cancellation Off
- Add more streaming tweak
- Increase smooth speed to 300
- Removed "Stop the phone from waking up when pressing the volume key"
- Enable Hardware 3D
- Battery More efiicient
- Touch Tweaked
- Tweaked all of Apk's to more slim
- Add 3D performance​11/07/2013Penta version (Bugs fix) :
- What is on Peta eRRo (new) version? / changed some apps (12/07/2013) :
* Fix add some tweaks on mango
* Changed Opera Mini to light stock browser (many ppl want this and more fast)
* Changed Launcher to ZeamLauncher (only 388kb a lot of more STABLE and SMOOTH with nice options)
* Change keyboard to more lightweight (but, it will crash ur zu keyboard -> see on INSTALL INSTRUCTION or NOTE to fix it
* Add Live Wallpapers (ppl want this)
- Include : Black Hole, Bubbles, Holo Spiral, Nexus, Phase Beam, and Water
* Fix for double camera and clock apps
* Fix Landscape widget Lock Clock
* Landscappe mode on app drawer the icon is more big
* More Lightweight!!
- Only 97Mb.
_____________________________below is old penta
- Fix fake error
- Fix Root permissions while installing
- Fix bluetooth headset on phone (for music not yet) pls someones help our to fix this
- Fix take along time while reboot to recovery (now less than 30's)
- Add some customization text while install process
- Dual recovery?!
*If you want go to TWRP recovery, restart recovery from power menu
*If you want go to CWM recovery, turn off phone, turn on, then press back
- Improve more data speeds on 3G
- Stop the phone from waking up when pressing the volume key
- Removed some useless apps
- Updated Terminal Emulator to 1.0.53 with HD icon (dont update for keep hd icon)
- Optimized init.d scripts
- Changed browser to opera mini (want stock browser? on dev files page )
- Changed CMFileManager to File Explorer
- Always starting apps before lockscreen for fast apps drawing
- Better Ram managements (will keep your free ram automatically and good for multitasking, also enabled ram tweaks at hard gaming)
- More lightweights (108Mb size of ROM)
Attention :
kiss your mom and happy ramadan . Dont forget, forgive to each others
​07/07/2013
Buta version (Performance Strike!!) :
- FIX Increase the volume steps in-call
- Smooth and clearly display and graphics (pure)
- Smoothness MOD, include memory tweaks :
*Foreground app
*Visible app
*Perceptible app
*Heavy weight app
*Secondary server
*Backup app
*Home app
*Hidden app
*Content provider
*Empty app
- Improved performance
- System Tweaks
- Add more init.d tweaks (28 of total)
- Changed laucher to Xperia launcher (more smooth and feel the original)
- Fix Boost widget to free up more RAM
- Changed clock at 1.4 Ghz as default (still smooth and nice battery life)
- Changed governor to ondemand as default (u can change it with cpu control or app setcpu)
- improvement on read database process
- Fast and smooth scrolling improvements
- Ram booster
- Entropy for more fast improvements
- Minfree tweak
- Libncurses tweak
- More Lighweights :
*only 132Mb of ROM size (4.2.2 jB)
*172Mb free space on /system (without installing addons such as gapps,etc..)
*363Mb free space on internal storage
​02/07/2013
Propha version (new looks) :
- What is on Propha 1.1 (03/07/2013) :
* fix unable to load on view changelog
* fix stop phone problem
- Disable USB Debugging icon from Status Bar. (Just the Icon, debugging remains enabled.)
- Disable Boot Animation (fast boot but BLANK SCREEN)
- Themed pack MattePlus (as default)
- Fix toogle torch (tested on my mango)
- Remove many useless apps from system/app
- Less more space on /system (156Mb of ROM size)
- Improve data speeds
- Modified HD icons
- Changed launcher to ADW Launcher (to set default icon)
- When u receive a massages, the sms notification on status bar will flickering . nice
​
29/06/2013Eta version :
- Changed root explorer to CMFileManager
- Changed default wallpaper
- Modified lockscreen handle normal with more glow effect
- Updated Accelerometer
- Increased Media on Http
- Increased More Streaming Performance
​25/06/2013- Meta version (first Build Release)​
Click to expand...
Click to collapse
REQUIREMENTS :
- Rooted
- Unlocked Bootloader (sorry for stock)
- ClockWorkMod Recovery v6 or higher (include in kernel)
- ICS firmware 4.1.B.0.587
Click to expand...
Click to collapse
____________________________________________________________________________________________________________________________
____________________________________________________________________________________________________________________________​INSTALL INSTRUCTIONS :
on Ray, installation step such as on Legacy Xperia
1. Download Kernel and ROM ( BOTH link's on Second Post )
2. Flash the kernel
3. Go to CWM recovery
4. do a Full Wipe
5. Choose zip from sdcard (please wait until installations is completed)
6. Then, dont forget to Wipe cache and dalvik cache
7. Restart system via recovery
8. Until u reach desktop, REBOOT AGAIN so wifi will work at all
recommended
Flash Light GappS by Me (on second post) -> only play store and google service. The original gapps is 90Mb
enjoY !
Click to expand...
Click to collapse
optional but its will less ur /system space :
( downloads on second post)
- Install gapps (full?)
- Sony Xperia UXP theme
- Apps addons (up to you)
- more coming . . .
____________________________________________________________________________________________________________________________
____________________________________________________________________________________________________________________________​
Credits to :
- @mikeioannina for Unofficial CM10.1
- wedgess
- Androguide.fr
- Harshraj
- Hunfatal
- RonaldValles and Kamarush
- Gandhar
- -Harsh-
- dathe
- elelinux
- paxy97
- lavero.burgos
- slaid480
- andeveloper
- exit_only
- Spex
will add more if less
sorry if I can not mention one by one about what they are doing (im forget it since first )
Click to expand...
Click to collapse
N O T E :
- Removed panorama options on legacy camera (thanks to gandhar) because panorama still not work (use panorama app non official / play store or u can get it on my ADDONS)
- Radio (follow the step below) :
*if u want to open radio,
turn on bluetooth->plug headphone->radio
*if u want to exit radio
exit radio->unplug headphone->turn off bluetooth
*if u unplug headphone while on radio or turn off bluetooth before unplug headphone so,
radio will not work and will work again on next reboot.
I still keep this below step for anyones that not only in this rom if got some problems like this hope it usefull
- For some devices who got problem with accelerometer (not inverted camera only), see on attached files below (pls tell me if still inverted )
- If u got only camera inverted, go HERE
- If u got phone is stopped, pls insert your simcard
- If u want to ACTIVE DEVELOPER SETTING, you have to tap the "build number" 7 times continuously under the "About Phone" settings to activate development settings. (thanks for achinthyah)
- If Dual Speaker wont work on your coconut go HERE
- If u have root problem with lupusv8 go HERE
- For chinese user, here the chinese input text HERE
- Keyboard Xperia tm (For Fix some keyboard issue and Zu keyboard theme. Install it FIRST)
- FIX Display characters Chinese or any asian languages HERE (Many fonts installed)
- Live wallpapers doesnt work? install other launcher such as Holo Launcher HD and try with zeam launcher again
- Want default alarm and stopwatch?? flash THIS (but u will get double clock widget)
- Want to disable waking phone with volume keys? go HERE
Click to expand...
Click to collapse
IF I HELPED YOU :
XDA:DevDB Information
eRRo Ray, a ROM for the Sony Ericsson Xperia Mini, Mini Pro, Active
Contributors
hurriX8
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
___________DOWNLOAD LINK :
eRRo Ultra KitKAT 4.4.2 :
Kernel eRRo Ultra :
Gapps Minimal 4.4.2 :
other link's :
Version Jb 4.3 l ROM l Kernel I Light Gapps 4.3
Version Jb 4.2 l ROM l Kernel I Light Gapps 4.2
Optional full gapps :
jb gapps (full)
Signature :
ADDONS :
How to install addons???
1. Download ur choosed addons files
2. Open Root Explorer
3. Move files to /system
4. Hold files (too see options)
5. [/COLOR]Set permission to rw-r--r--
6. Change owner :
- Owner -> 0-root
- Group -> 0-root
7. Reboot
donE !
Materials of addons :
List of apps on my mediafire folder. Pls click on link below :
DOWNLOAD ADDONS
_______________________________________________
please dont mirror! to prevent file .thx
_______________________________________________
==================================================================
ONE's MORE THING :
Ainster said:
I don't know why but this rom are freaking fast and good :victory: Im using 2.3 android and i hate old and lame interface and low support so first impression are on boot time just wow more info after more tests just don't stop this amazing job :good:
Click to expand...
Click to collapse
firdyRAY said:
I have to say that I am not a great fan of JB but the support service from this developer is exceptional. Good job!
I am using this Rom until this developer gives up (which I think he won't, hahaa)
I have been flashing roms and this is the first developer who gives tips and advises.
KUDOS DUDE, you deserve this. I will use your Rom and support you all the way.
Click to expand...
Click to collapse
matgras said:
really nice rom, dead trigger without lag and without OC,
i have just installed it and it works flawless.
Click to expand...
Click to collapse
Thank's for support me all
__________________________________________________________________________
if you like my project, I am not averse to a free cup of coffee
Thanks to @yonzz for screenshots
rESERVED
Wow bro u are from Indonesia, Proud to be INdonesian
Thanks to bringing this ROM to Urushi
Does this ROM compatible with the current Mikeioannina's 3.4 kernel?
I will try it now
And what are the difference between the gapss and gapps lite (i know it's lite version of gapps, but what are the difference?)
Downloading it
yonzz said:
Wow bro u are from Indonesia, Proud to be INdonesian
Thanks to bringing this ROM to Urushi
Does this ROM compatible with the current Mikeioannina's 3.4 kernel?
I will try it now
And what are the difference between the gapss and gapps lite (i know it's lite version of gapps, but what are the difference?)
Click to expand...
Click to collapse
Hope your feedback and pls take some screenshot hehe
Yes you can, but it will more compatible if using this rom with kernel on above
The different on light gapps is only playstore and google service. It has more slim size. :good:
hurriX8 said:
Hope your feedback and pls take some screenshot hehe
Yes you can, but it will more compatible if using this rom with kernel on above
The different on light gapps is only playstore and google service. It has more slim size. :good:
Click to expand...
Click to collapse
Here are the SS.
Is it enough?
yonzz said:
Here are the SS.
Is it enough?
Click to expand...
Click to collapse
Wow!
you're amazing..
thanks for your usefully help..
hurriX8 said:
Wow!
you're amazing..
thanks for your usefully help..
Click to expand...
Click to collapse
You're welcome bro. By the way, why do you make the default kernel min freq is 400 mhz, and the max is 1400mhz? I think it can make the battery drop quickly.
Sent from my Xperia Ray using xda app-developers app
yonzz said:
You're welcome bro. By the way, why do you make the default kernel min freq is 400 mhz, and the max is 1400mhz? I think it can make the battery drop quickly.
Sent from my Xperia Ray using xda app-developers app
Click to expand...
Click to collapse
No, with ondemand governor tweaked, it a lot more stale and more battery efficiently.
Btw u can change it on development setting by tap7x on buld number
SmartassV2 better if u want to save more battery
could u please upload a kernel and Gapps lite to other source? ican't download it from mediafire idk why :crying:
poomrapee said:
could u please upload a kernel and Gapps lite to other source? ican't download it from mediafire idk why :crying:
Click to expand...
Click to collapse
Here the other link :
https://www.dropbox.com/sh/98ko6xij7xrvrue/yxSZSTOzdj
but pls dont mirror it to prevent files
whooaaaaa it's a first 4.2.2 rom that i try video recording on instagram and it's work!!!!!!!!!!! Whole system is fast. i have a problems with adding widgets. i think it's Zeam launcher problems.
poomrapee said:
whooaaaaa it's a first 4.2.2 rom that i try video recording on instagram and it's work!!!!!!!!!!! Whole system is fast. i have a problems with adding widgets. i think it's Zeam launcher problems.
Click to expand...
Click to collapse
Are you sure?
That's so nice!
Please give good technical support
Hi dev, I am here to try JB again after I gave up on JB months ago.
I hope this is a good experience.
Since I'm a heavy gamer, can you tell me how should I set up my Xperia ray with this rom? What are the CPU settings and all. Thanks!
firdyRAY said:
Hi dev, I am here to try JB again after I gave up on JB months ago.
I hope this is a good experience.
Since I'm a heavy gamer, can you tell me how should I set up my Xperia ray with this rom? What are the CPU settings and all. Thanks!
Click to expand...
Click to collapse
I'm not sure about this because each people has different experiences.
For me
If u want for games, 1.6Ghz interactive sio and use swap, Kernel Same Page Merging ticked, disable surface dithering
want for daily battery efficent, 1.2Ghz smartassv2 cfq and use 2G only network mode
its my experience.
Try with other set and experiment which is match on your phone
hurriX8 said:
I'm not sure about this because each people has different experiences.
For me
If u want for games, 1.6Ghz interactive sio and use swap, Kernel Same Page Merging ticked, disable surface dithering
want for daily battery efficent, 1.2Ghz smartassv2 cfq and use 2G only network mode
its my experience.
Try with other set and experiment which is match on your phone
Click to expand...
Click to collapse
Mas, kamu terlalu pantas untuk saya memahami. Hahaa.
Maybe can you PM me on step by step on how to partition sd, use swap, surface dithering and kernel same page merging.
You don't have to rush bro. I will appreciate much if you can help me.
The ROM is smooth and I haven't experienced any reboots, but I have some questions:
Is logcat disabled in this ROM?
Is it safe to have the maximum CPU frequency 1.4 GHz?
Is it OK that the average load is around 10? If I remember correctly the average load in 4.1 ROMs is about 7.
Thanks for the great work!
firdyRAY said:
Mas, kamu terlalu pantas untuk saya memahami. Hahaa.
Maybe can you PM me on step by step on how to partition sd, use swap, surface dithering and kernel same page merging.
You don't have to rush bro. I will appreciate much if you can help me.
Click to expand...
Click to collapse
i'll pm you.
(tunggu kang)
sigma95 said:
The ROM is smooth and I haven't experienced any reboots, but I have some questions:
Is logcat disabled in this ROM?
Is it safe to have the maximum CPU frequency 1.4 GHz?
Is it OK that the average load is around 10? If I remember correctly the average load in 4.1 ROMs is about 7.
Thanks for the great work!
Click to expand...
Click to collapse
logcat is disabled on this rom. u can use search on xda how to enable it
I think it still safe but for daily i recommend use 1.2 Ghz
Ok

[ROM][Kernel][Grouper] CyanogenMod 10.2 UNOFFICIAL [15/08/13][Stable 3-Build 7]

{
"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"
}
CyanogenMod 10.2 for the Nexus 7
Brought to you by klozz (aka TeamMEX)
CyanogenMod is a free, community built distribution of Android 4.3 (Jelly Bean) which greatly extends the capabilities of your phone.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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.
*/
Screenshots:
Features:
Camera (focal app)
Root acces (in developer options enable root acces apps and Adb and root working perfect)
App permissions settings (SELinux enable on XPerience settings)
and more...
KERNEL}
Overclock Cpu and GPU
Some Gobernors like Gaming,lulzactive,PegasusQ
Sio Schedulers like: ZEN,CFQ,sio,V(R)
Tegra grafics and cpu optimizations
WORKING:
Working
WiFi
Bluetooth
GPS
Audio
SELinux (for more info read 3rd post)
MTP
Sensors
Camera
Youtube HQ
Etc...
SELinux Added on XPerience settings Ops (Apps OPS)
Not working/ Bugs:
You tell me
How to install:
Download zip from Downloads:
Put zip into Internal Storage
Reboot into Recovery like TWRP
Flash zip file CM-10.2-20130801-UNNOFICIAL-Grouper.zip
Flash Gaaps
Wipe dalvick-cache and cache (if u want can wipe DATA)
Reboot and config
Reboot Again and enjoy!
DOWNLOADS:
ROM:
cm-10.2-20130815-184644-UNOFFICIAL-grouper-Build_N°.7.zip - 177.83 MB
GAPPS
gapps-full-4.3-20130805-signed.zip - 187.24 MB
NOTE:
Code:
For better work u use recovery image provided in attachament (in next release I try to modify to
propper resolution CWM)
SPECIAL THNKS:
CyanogenMod: for Sources
Google for AOSP Sources and kernel and blobs
Sources:
https://github.com/NexPerience
Changelog in second Post:
OLDER DOWNLOADS:
beta 1:
cm-10.2-20130801-UNOFFICIAL-grouper.zip - 177.41 MB
beta2
cm-10.2-20130802-UNOFFICIAL-grouper-NIGHTLY.zip - 177.38 MB
stable 1:
cm-10.2-20130804-UNOFFICIAL-grouper.zip - 177.49 MB
Stable 2 buid 4
cm-10.2-20130810-061848-UNOFFICIAL-grouper-Build_N°.4.zip - 177.64 MB
I Like my work u can buy me a Coffe with a donation.
​
Thnks to my donators
Ткалун Сергей
Changelog:
More changes here:
http://review.cyanogenmod.org/#/q/status:merged+branch:cm-10.2,n,z
Update: Translations
usbaudio: Provide a way to hardcode the card id
Add heimdall
"Focal: General code reformat
add suffix on unpackbootimg targe
Trebuchet: Squashed import of translations from AOSP
Fixed bug: if add new user all apps make FC [Status FIXED]
vendor updates.
Stable 3 build 7...
libusbx
Voice+ : translations
Sepolicy; Give zygote execute access to ashmem
Bluedroid: Disable interleaved scan feature by default.
Theme manager and template: update translations,
Bluetooth: Security: Handle authentication rejected error status
SuperUSER; always start daemon, as that is the default behavior.Q
Qualcomm display caf: gralloc: Use new ION API by default …
libmedia: Featurize QCOM's VOIP feature
libc: arch-arm: strlen: Illegal ARM entries fixed
envsetup: Fix giant derp
Settings lockscreen: Avoid NPE if icon assignment failed for whatever reason.
Fixed some issues with playing on Youtube app
Stable 2-Build 4
AOSP: Updated to lates 4.3-r2.1
Bionic: Add updates from AOSP master, with optimized strlen and other...
focal: Default orientation to Portrait instead of Landscape
Focal: add new api for detecting the widget we are in.
Trebuchet : Live folder fixes
Bootable recovery: Update wipe data option confirmation
Bootable recovery: Add sdparted option to partition in ext4 fstype
Frameworks: Allow adjusting progress on touch events
Frameworks and settings: Re-add auto brightness configuration UI
Frameworks: libgui: Bring back support for mHeap-based screenshots
Bootable recovery: "Add sdparted option to partition in ext4 fstype" into cm-10.2
Some translations.
SuperUSER: Helium,Fix recovery install via app, and updated to v1.0.2.0
Apollo: Add support for new remote control interfaces in API 18.
Bluetooth: Send out a broadcast intent when BT voice dialing is shut down.
Core: ueventd: restorecon sysfs files
CMFileManager: HU translation
Fixed some graphical glitches
Bootable recovery: unlink() equals remove() in this situation can cause data loss and filesystem corruption if some data is not sync when mount sdcard
Settings: Fixed lockscreen targets
libhardware_legacy: change DVFS stub dependency
Voiceplus: Fix some issues with eating notifications and starting
Libsepol: device: allow to build libsepol static lib
Frameworks support: Support : Add cm support library
Dalvick: Revert "Disable /cache/dalvik-cache
Qcom audio: mm-audio: Make visible to all relevant chipsets
Lockclock: LockClock: added "Today" timeframe to calendar event lookahead
Trebuchet: Initial base for live folders, Fix refresh freeze
frameworks: libstagefright: Add legacy LPAPlayer
Broadcast receiver
CMWallpapers: clean strings
Lockscreen Targets : Fix empty magnetic behaviour
sf: virtual display clean up
Build and bundle the hardware framework
envsetup: Fix installrecovery for new fstab format
Kernel
Changed GPU OG from 700mhz default to 448mhz (modificable using trickmaster mod)
Updated to 3.1.10-XPerience-04
Minimal changes and cleanidg code
change I/O governor to V(R)
Change CPU Gobernor to Lulzactive
Kexec hardboot support
Stable 1 [5/07/13]
ROM:
Bluetooth: Add I2S-PCM slave mode for SCO
FOCAL: Adjust orientationCompensation for device native orientation
Settings: ES translations , IT, RU translations and more translations
surfaceflinger: Fix building with display-caf + QCOM_BSP
Framework: Show advanced reboot if using an insecure lock screen.
Su Fixes
DeskClock: Fix misalignment of profile button with icon.
Translate OPS some languajes
Update German translations
Deskclock: Set vibration toggle as gone if vibration not available …
mm-video: revert usage of flag GRALLOC_USAGE_PRIVATE_CP_BUFFER
system: Allow access from system services to the adbd socket
recovery: save logs from the last few invocations of recovery
linker: restore prelink support
Kernel:
Kernel upgrade to 3.1.12-XPerience-02
Added Gobernors: Lulzactive,PegasusQ and Gaming (Gaming gobernor forked from Sgt meow github)
Added I/O Schedulers SIO , VR, ZEN
Frandom
CPU Overclock max 1600mhz
GPU Overclock max 766mhz
Ramdisk Su fixes.
LP core overclock to 660MHz
Tegra Quadcore optimizations
LZ4 decompress:
Deadline fixes
backport lowmemorykiller from CAF msm-3.4
Second Release: [02/08]
KERNEL:
kernel panic changed of 10 to 1
KSM support for page merging
L2x0 cache controller
Security: SELinux
Suspend to RAM and Standby
Ramdisk optimizations and changes
SuperUser Fixes
ROM
Fixed SuperUser permissions (not neeed anymore flash SuperSU )
Allow access to App Ops on XPerience Settings Ops.
Focal app fixed now working
LatinIME: Adjust hint color
libstagefright: print seek statistics even when paused
libstagefright: In thumbnail mode set EOS on first frame
libstagefright: Fix for FPS drop issue during A-V playback.
fs_mgr: add support for "sync" mount flag
Initial release:[01/08]
Last cm10.2 sources
BFQ and interactive are default gobernor and I/O scheduler
Kernel Based on AOSP 4.3 kernel
enable SELinux [WIP] (Busybox)
First release
Kernel optimized on LZ0
SELinux added on Developer option not need app anymore.
Added on XPerience settings
check attached Files
Nice Work
I will try it an report if there are any buggs
Sent from my Nexus 7 using xda app-developers app
ProGameAndy said:
Nice Work
I will try it an report if there are any buggs
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thnks
Awesome. Will try some time later.
EDIT: I didn't know the Nexus 7 had LEDs You might wanna remove that from the working list. BTW do you have a remote server or something that you use to build these?
sgt. meow said:
Awesome. Will try some time later.
EDIT: I didn't know the Nexus 7 had LEDs You might wanna remove that from the working list. BTW do you have a remote server or something that you use to build these?
Click to expand...
Click to collapse
jajaja sorry forget delete these .
im build in my PC im not have remote server :/
Ah okay. It's all good.
Will download as soon as Eclipse IDE finishes downloading.
Can you post screenshots of SELinux in action, please, if that's working?
sgt. meow said:
Ah okay. It's all good.
Will download as soon as Eclipse IDE finishes downloading.
Can you post screenshots of SELinux in action, please, if that's working?
Click to expand...
Click to collapse
Dont have icon acces for now but if try app https://play.google.com/store/apps/details?id=com.appaholics.applauncher u can use it
Yeah I use it on stock. Great. Look forward to this.
Nice work
Have someone the same problem like me that the focal app don`t work ???
Sent from my Nexus 7 using xda app-developers app
ProGameAndy said:
Have someone the same problem like me that the focal app don`t work ???
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Focal don't use frontal camera :/
How does this work with gaming? Riptide.. Mc4..
Never mind
Sent from my Nexus 7 using xda premium
mulletcutter said:
How does this work with gaming? Riptide.. Mc4..
Click to expand...
Click to collapse
Im play Modern combat 4 and blood sword THD
Anybody have an issue with the home button not working?
Edit: reflash fixed it
Sent from my Galaxy Nexus using xda premium
your gapps dont exist? they were there about 30 minutes ago? gonna flash the apps pack,kinda big though.
podagee said:
your gapps dont exist? they were there about 30 minutes ago? gonna flash the apps pack,kinda big though.
Click to expand...
Click to collapse
Uploading Gapps and new release
cheers.
Where is the link to the new build?

[ROM][4.3.1][-O3][LINARO-4.7] LiquidSmooth v2.37 - 11 November [UNOFFICIAL]

{
"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"
}
OFFICIAL DISCLAIMER​​
PHP:
#include
/*
* Your warranty is now void.
*
* 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.
*/
ABOUT US
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!​
MEMBERS
Deadman96385
Aways
Dhacker29
Jdkoreclipse
Liquid0624
Liquidzgrl
OldDroid​
FEATURES
LinaroPrebuilt 4.74 - 2013.10 Toolchain
-O3 Strict-Aliasing & ISO C++11 Mode
ARM Optimized String Handling Routines
Linaro and Code Aurora Optimaztions
Customizable lockscreen buttons/sliders
Chronus clock widget
Customizable hardware and software keys
Transparent navbar and status bar
Customizable navbar ring
Navigation bar widgets
Customizable power menu
Notification power widget
Customizable quicksettings panel
Statusbar mods
Theme engine
Quiet hours
Volume rocker music controls
Full Rotation
Customizable battery and notification light
Frameworks: privacy guard fix UI freeze
Prevent notification acces via HALO on protected lockscreens
HALO: keep apps in recents
HALO: halo can save last position now
HALO: Minimal Style
HALO: Master Switch
HALO: Custom Colors
And way more then this...​
SCREENSHOTS
WHAT'S WORKING
Service
Text
Data
Calls
Audio
WiFi
Bluetooth
Google Now
GPS
MMS
VoIP
Qualcomm JB libs & firmware
Video playback
Audio playback
Camera
Camcorder
Tethering ( WIFI, USB & BT )​
BUGS
3D recording not working
In-call volume sometimes gets reseted to maximum. Temporary fix:ENABLE TOUCH SOUNDS
Hdmi not working
Sending MMS's might not work for everyone, receiving works.
​
RECOMANDATIONS
Do not use superwipes
Required HBOOT : 1.49.xxxx
S-OFF
Radio : 11.77.3504.00P_11.25.3504.06_M get it from HERE
4ext recovery
Follow these exact steps to install the ROM :
If coming from an other ROM do this :
1. Wipe data, cache, and system (wipe all partitions except sdcard if on 4ext recovery) if coming from any other ROM
2. Flash ROM
3. Flash GAPPS
4. Reboot
5. ???
6. Profit
If coming from previous build of this ROM :
1. Wipe cache and dalvik-cache
2. Flash ROM
3. Flash GAPPS
4. Reboot
5. ???
6. Profit
To enable Developer Options and Performance go to Settings > About Phone and repeatedly press Build Number.
If you have a problem with ADB, update your android-sdk to latest version.
To enable Advanced reboot menu got Settings > Developer Options > check Advanced reboot
​
THANKS TO
Agrabren
Dastin1015
Helicopter88
LaidbackNikez
sjoerd0301
Bigwillyg
Evervolv Team
GOO.IM TEAM​
SOURCECODE
LiquidSmooth Github
Kernel Source
Kernel Toolchain
Device repos
​
SHOW LIQUID SOME LOVE BY DONATING PLEASE & THANK YOU
SHOW JOHNNYSLT SOME LOVE BY DONATING PLEASE & THANK YOU ​
DOWNLOADS & CHANGELOG
11.12.2013
Rom:
Rom compiled with Linaro toolchain 4.7 - 2013.10
LIQUIDSMOOTH CHANGELOG
Kernel:
ARM: entry: avoid enabling interrupts in prefetch/data (fixed reboots)
msm: spm: Allow setting of voltages across cpus
power: fbearlysuspend: add sleep hack for CRT-off animation
PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()
Patch: Linux Kernel to 3.0.101 (end of life)
Sweep2wake: Disable some debug messages
Sweep2Wake: Redefine some functions
touchscreen: reduce log spam of atmel driver and a small touch up
touchscreen: atmel: AOSP multitouch fix
Revert "drivers: net: wireless: bcmdhd: Update to aosp-common-3.0"
Make tun module built-in
Patch: Linux Kernel to 3.0.100
Remove sweep2wake for now (causes BSODs)
Memory remap by sultanxda, we now have 867 MB of RAM
msm: smd_pkt: Handle wakelocks appropriately to optimize power usage
Bcmdhd: Set PM_FAST during screen off
Patch: Linux Kernel to 3.0.99
Download: HERE MD5: 53c24c3568d1e948676c49c847ffcfca
MIRROR
​
06.10.2013
Rom:
Bluetooth: Add trust device feature. (Pradeep Panigrahi)
Mock SMS (jruesga)
Added Irda System Service (twendt)
Allow more hidden apps on devices with lots of RAM (cyanogen)
Activate PIE on Lockscreen (kufikugel)
activate PIE on lockscreen apps (kufikugel)
Fix app widgets not updating for Widgetlocker (teslacoil)
Re-enable all keyboard features for 3rd party keyboards (kufikugel )
New profiles icon (gmillz)
Align the status bar date to the bottom (veeti)
PrivacyGuard (cyanogen)
Allow the user to block notifications for foreground services. (dsandler)
Fix hungarian keyboard layout (bugdani)
Add support for Samsung extended AGPS (ghepeu)
HALO batch envelope icon for non-numbered items (drcmda)
HALO black toasts,italics, blue text (drcmda)
HALO first start tutorial (drcmda)
HALO style changes (drcmda)
TRDS new 4.3 png's (kufikugel)
SettingsProvider: Add a default for the dialer's autocomplete (rmcc)
Fix mismerge of implement 1% battery on select devices (dhacker29)
BroadcastReceiver : Get sender of broadcasts (Fused)
Quick Settings: Use scaled font size (p4r4n01d)
Fix: lockscreen bottom trigger on expanded desktop mode (kufikugel)
Better navbar and navring support for ppl without google now (kufikugel)
Bring navring/pie/navbar vibrate/sound inline with AOSP (kufikugel)
Adjust Transition animation scale (TheBr0ken)
Kernel:
bluetooth: backport from caf-msm-jb_3.2.1
Enable sync driver
misc: uidstat: avoid create_stat() race and blockage.
Patch: Linux kernel to 3.0.98
drivers: usb: gadget: Backport from caf-jb_mr1_chocolate
shooteru: Switch to autosmp by mrg666
add msm_autosmp from MiRaGe mako kernel (replaces mpdecision)
touchscreen: atmel: AOSP multitouch fix
Patch: Linux Kernel to 3.0.97
drivers: net: wireless: bcmdhd: Update to aosp-common-3.0
lowmemorykiller: make default lowmemorykiller debug message useful
android: lowmemorykiller: add lmk parameters tunning code.
android/lowmemorykiller: Ignore tasks with freed mm
android/lowmemorykiller: Wait for memory to be freed
android/lowmemorykiller: Check all tasks for death pending
Enable & update ondemand gov (mrg666)
shooteru: Import sweep2wake
video: msm: fix video recording crashes disable the debug routine vfe31_do_workqueue which was causing the crash
shooter(u): Align framebuffers
msm: Camera: clear control queue
msm: camera: Remove additional check in msm_queue_drain
pm8xxx-vibrator: exposed sysfs to modify voltage level
shooteru: tty: serial: bcm: add lpm support
netfilter: xt_qtaguid: update to fix network traffic indicators
shooteru: Enable dynamic buttons brightness
Rom is now powered by MiRaGe Kernel
Download: HERE MD5: 27620876f2cafce1d1a1c5bfde5d510b
MIRROR
​
08.09.2013
Initial release
Download: HERE MD5: 224a21d5d21dc0b813ab62e68228c99e
​
MIRROR goo.im : HERE
GAPPS for 4.3​
​
reserverd2
reserved3
First
Question
What's saber mod?
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
CM10.2 | 25August2013
Buttertoast 17.7 JB | CFQ
-----------------------------------------------------
jcsy said:
First
Question
What's saber mod?
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
CM10.2 | 25August2013
Buttertoast 17.7 JB | CFQ
-----------------------------------------------------
Click to expand...
Click to collapse
The name of his Rom?
Sent from my SPH-L710 using Tapatalk 4
jcsy said:
First
Question
What's saber mod?
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
CM10.2 | 25August2013
Buttertoast 17.7 JB | CFQ
-----------------------------------------------------
Click to expand...
Click to collapse
SaberMod is a toolchain like linaro, that contains optimizations
Ocassional data drops?
I supposed it was fixed in your kernel. Is it not included in this ROM?
How about battery life ?
Is this mod include some improvements?
Sent from my HTC X515d using XDA Premium 4 mobile app
Absolutely felling love with this ROM
Thank you so much keep up
Sent from my Evo 3D GSM using xda premium
mahg said:
Ocassional data drops?
I supposed it was fixed in your kernel. Is it not included in this ROM?
Click to expand...
Click to collapse
OP fixed
mvha said:
How about battery life ?
Is this mod include some improvements?
Sent from my HTC X515d using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ROM is compiled with -O3 flags, which improves code.
It should last a little longer.
Try it and leave feedback !
serseri22 said:
Absolutely felling love with this ROM
Thank you so much keep up
Sent from my Evo 3D GSM using xda premium
Click to expand...
Click to collapse
10x
Can we dirty flash over CM 10.2, lol
Dumb question... But just wanna try
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
CM10.2 | 25August2013
Buttertoast 17.7 JB | CFQ
-----------------------------------------------------
jcsy said:
Can we dirty flash over CM 10.2, lol
Dumb question... But just wanna try
Click to expand...
Click to collapse
It uses Nova Launcher, so I guess that would result in additional problems. It would probably backup and try to wipe system and leave data be if I were you.
I am test running it right now and it seems to be working quite well.
hmm,
going to eat that bullet and see how
im using apex, making a backup and seeing how that goes
thanks
dl-ing
I noticed the German dictionaries are missing, so no swiping nor predictions in German on stock keyboard. I use the English localization of Android, so I have no clue if German works there.
Flashed over my CM 10.2
Had some CPU usage problems where ROM was constantly processing something...
Managed to explore the features and some of them great additions to existing ROMs here
However I didn't really had the mood to start from fresh to get those features
I recommend the ROM to others though, if coming fresh or intend to start anew if your kind of thing
In the end I didn't fimd the problematic reason which kept eating CPU
-----------------------------------------------------
Tapatalked from my HTC EVO 3D GSM
CM10.2 | 25August2013
Buttertoast 17.7 JB | CFQ
-----------------------------------------------------
NamenIos said:
I noticed the German dictionaries are missing, so no swiping nor predictions in German on stock keyboard. I use the English localization of Android, so I have no clue if German works there.
Click to expand...
Click to collapse
The same for Spanish
jcsy said:
Flashed over my CM 10.2
Had some CPU usage problems where ROM was constantly processing something...
Managed to explore the features and some of them great additions to existing ROMs here
However I didn't really had the mood to start from fresh to get those features
I recommend the ROM to others though, if coming fresh or intend to start anew if your kind of thing
In the end I didn't fimd the problematic reason which kept eating CPU
Click to expand...
Click to collapse
Fresh install and everything runs smooth here.
Phone book and history is available through Bluetooth unlike SlimBean ROM.
I found battery drain to be slightly greater than SlimBean with the same usage but a lot of features (dual panel included )
Now is my daily driver!!!
I'll have a look at the missing dictionaries, but starting from Monday. I'll be on holiday till then.
Sent from my shooteru using Tapatalk 4
Replacing LatinIME.apk in the system/app folder of the zip with one of cm10.2 could fix that. I did not test that this is just a guess, if anyone wants to try backup before and don't blame me.
ot: enjoy your holiday!
NamenIos said:
Replacing LatinIME.apk in the system/app folder of the zip with one of cm10.2 could fix that. I did not test that this is just a guess, if anyone wants to try backup before and don't blame me.
ot: enjoy your holiday!
Click to expand...
Click to collapse
Thx Namenlos. That worked!!
While johnnyslt is enjoying the holidays here is the modded ROM: https://copy.com/jgyjR4u8wZvi

Categories

Resources