[ROM][XXLQ5][July 07]CheckROM RevoHD™ V7 its True! - Galaxy S II Android Development

Need to chat live to our developers,
http://checkrom.com/
Where support gets refined as social networking
THREAD NAVIGATION
(Just Click the Text to get to the Desired Section)​
CheckROM RevoHD™ Base ROM Post
CheckROM RevoHD™ Dark-Knight Kernel Post
Video Guides, FAQ & Credit
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CheckROM RevoHD Official Forum's
Click to expand...
Click to collapse
Click to expand...
Click to collapse
So as all of you know me and CheckROM Team teamed to form one massive task force to deliver to you the best!
We have been working on the ROM for some time and now its time for you to enjoy it.
Thanks to Our Server Admin geistteufel (He hosts all our work on his server)
The Rom is built to be Fast, Stable and to Save Battery
CheckROM DEV Crew
Leomar75
GadgetCheck
CheckROM
geistteufel (Server Admin)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
The ROM will come as a Base
i.e
It will have the Stock Samsung Look to it and will have all major tweaks to it, The Kitchen app from now on will come built into the ROM itself and it will be Locked to only our ROM.The Kitchen will now Auto Update itself when ever i publish a Update, So you will always be using the updated app.
All the Mod's,Themes and other Stuff that you can customize will be aired by the KitchenPro.
NOTE
Make sure you have the latest Revolution Rom kitchen running in your phone
It may happen that after a package has been installed from the Revolution Kitchen Pro app, on the first boot you phone hangs at the Boot logo, just long press power button and restart your phone!
I'd like to point out that i am not responsible for any issue with your phone! Also it's highly recommended to backup efs folder before to start playing with your phone!
For those people who is coming from LeoMar75 Revolution ROM 2.7.1 and has installed Kitchen Pro app v1.1
-Backup user data with the kicthen v1.1
-Titanium backup
-cwm backup
-full wipe and download the new rom
Hopefully with the kitchen app v1.2 that comes with the new ROM you will be able to restore you user data backup but you need to copy files from /sdcard/download/Revolution/userdata_backup/ to /sdcard/download/CheckROM_REVO/userdata_backup/
Click to expand...
Click to collapse
Kitchen Pro Application - Build your Rom as you wish!
The kitchen Pro App comes with the ROM, however you will find the apk attached
CheckROM.com​
If You Support our ROM Put this in your Signature.​
Just Copy and Paste the code in your signature
HTML:
[URL=www.checkrom.com][IMG]http://img440.imageshack.us/img440/8413/sigcs.png[/IMG][/URL]
The Kitchen pro app only work's with our ROM, it will not work on any other ROM neither do we plan to make it work on any other ROM.
I have developed this app/sources from scratch and it is copyrite protected and any illegal reproduction of our work/Apk Tooling is a offence.​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CheckROM Kitchen Pro V2 Post:http://bit.ly/KitchenProV2
When The KitchenPro App gets an Update it means that the .apk it self is update this dosent mean that the Kitchen Content is updated, Content update in the app is done manually either by Me or GC who ever gets time to do it! So Dont Rate the app on the Content it Hosts, Give it 5Stats for the Revolutionary app it is
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
We have nearly 100000 Regular users for 2 devices.Buy us a couple of beer (and use the "Thanks" button!).
Imagine if every KitchenPro User had to purchace the app & also the amount of time we have spent in making the App and the ROM
But we love sharing so we will always remain free, But our Servers Dont Come Cheap​
Click to expand...
Click to collapse
Click to expand...
Click to collapse

☆☆☆☆☆☆☆☆☆☆☆☆ CheckROM RevoHD v7 ★XXLQ5★ ☆☆☆☆☆☆☆☆☆☆☆☆
{
"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"
}
Based on XXLQ5 Firmware from Samsung
Kernel: Stock Samsung
No Wipe
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
resolv.conf added for faster gps lock
Multi CSC
Deodexed
Zipaligned
Battery Optimization
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
DOWNLOADS:
CheckROM RevoHD™ v7: http://bit.ly/MJC67V
Click to expand...
Click to collapse
RevoHDV7 Rom Related Post's from here on http://forum.xda-developers.com/showpost.php?p=28410542&postcount=20841
Click to expand...
Click to collapse
Credit's To all the Themer's who theme for Our Amazing ROM
BananenAffe Thread
BigBangHD Thread
Vertumus Thread
sileshnair Thread
dtekkt Thread
So if you use one of there Great Theme's Don't leave them out Consider a beer for them.

Videos,FAQ & Credit
Start UP VIDEO'S
FAQ
Definitions:
- DK = Dark Knight (just a name for the Edition)
- CWM = ClockworkMod Recovery (mostly used to install new ROMs)
- SGS2 / GS2 = Samsung Galaxy SII
- lagfix = makes your Galaxy S fly!
- Firmware = Base System of our Galaxy S II (provided by Samsung)
- Circle Battery Mod = shows your battery in 1% steps
- FC = Force Close (Crash of an App / Component)
- BLN = Backlight Notifications
- more defintions to come, just ask them in the thread
Q:What is odex/deodex?
A:
Odex:
Every android application comes with the extention '.apk'. Packaged with every apk is a .odex file which contains parts of the application which helps speed up the boot process and preloads it.
an odex file is an optimized version of a classes.dex file that has optimizations that are device specific. In particular, an odex file has dependencies on every "BOOTCLASSPATH" file that is loaded when it is generated. The odex file is only valid when used with these exact BOOTCLASSPATH files. dalvik enforces this by storing a checksum of each file that the odex file is dependent on, and ensuring that the checksum for each file matches when the odex file is loaded.
Click to expand...
Click to collapse
Deodex:
Deodexing is a way of repackaging the apk such that it is reassembled into the classes.dex file. Everything is put together in one place, and this is helpful because it eliminates any chances of a modified apk conflicting with other odexed parts.
to deodex a file using baksmali, it has to load every BOOTCLASSPATH file that the odex depends on. By default, baksmali will try to find the 5 "core" BOOTCLASSPATH files in the current directory. It can use either a jar/apk (with a classes.dex inside), or an odex file
Click to expand...
Click to collapse
So to sum up everything, a .dex file contains the cache used by Dalvik VM during boot and this .dex file is located inside the application. On the other hand, .odex file is an optimized version of the same .dex file but it is located outside the application.
What do I lose/gain using odex/deodexed ROM?
The upper hand deodexed rom has over odexed is integration. Every ROM maker loves deodexing the rom because of two main reasons:
Modification of apk becomes easier
ROM is open to theme modifications
So, as an end used, you would most likely want to have a deodexed version of a ROM to take full advantage of android freedom. However, note that you won't lose out on performance in an odexed ROM.
Q: After falshing siyah kernel kitchen Pro app does not works anymore
A: CWM5 comes with siyah kernel, this custom recovery has a bug related to mount point for sdcard (internal/external). Two possibility:
-You can still use the kitchen app for downloading packages but in order to flash packages you should reboot manually your phone in recovery mode and install packages located in /sdcard/download/CheckROM_REVO/
-If you remove your external sdcard the kitchen will work fine!
Q: Which Theme to flash or will this theme work
A: Any theme that is built for XXKH3 Deodexed is flashable with the ROM.
But the only Downfall to this is that you will end up loosing a few features like Jkay Themes app!!
Now the Themes that dev the Themes at Checkrom.com or our official themes dev's who make themes for us make there respective themes over CheckROM so when u flash there themes you don't lose any features
Q: How this ROM is different from others ?
A: This ROM is heavily modded with a custom theme, features, apps etc and also has my personal tweaks and improvements.
Q: I'm coming from a different ROM so which version should i choose wipe or non-wipe ?
A: Choose the Wipe Version.
Q: What is the difference between wipe and non-wipe version ?
A: Wipe version will delete all your apps and settings whereas non-wipe version will not delete your app or settings.
Q: I'm getting bootloops what should i do now ?
A: Follow the steps below:
Get into the CWM recovery
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Format Internal SDCard
Install the wipe version of my ROM
Q: I'm coming from a different ROM how can i install this ROM ?
A: Follow the steps below
Get into the CWM recovery
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Install the wipe version of this ROM
Q: I'm currently on a previous version of this ROM how do i upgrade to latest version without loosing my apps and data ?
A: Follow the steps below
Remove Android related stuff from the internal SD Card
Get into CWM Recovery
Wipe Dalvik-Cache
Wipe Battery Stats
Install the non-wipe version of the ROM
Q: I want to make sure nothing of my previous ROM interferes with my new ROM what should i do
A: Completely wipe your internal SD Card or delete any Android related stuff from it and disable any lagfix. Then do a full wipe from ClockworkMod recovery then install the wipe version of my ROM.
Q: After Installing your ROM I'm getting bootloops/boot issues?
A: Do the following steps:
Take out the battery
Put the battery back in
Get into Recovery
Wipe Everything
Flash my ROM
Done!
Q: Screen Capture doesn't work what should I do???
A:It has been removed from the Base Rom due to problems with CRT Screen Off.
Install it from the Kitchen if you need it.
Q: I have Kernel X, my Boot animations don't work, help...
A:Some Kernels don't support Bootanimations or need special files (Speedmod, Lulz etc.). Install a Kernel which supports it, like Rage, Nimphitamine, Siyah etc.
Q: How can I sort my Apps alphabetically?
A:Use the App "Appzorter" from the market.
Or install Touchwiz 4.5/ modded Touchwiz/ 4G Touchwiz/ Use another launcher.
Q: I have high Android OS drain, what can I do?
A:First read this: http://forum.xda-developers.com/showthread.php?t=1290020
Second: Try the things mentioned in the Thread.
Third: You can try to change Kernels, but it isn't a Rom issue.
Q: How can I get more Functions in the Dropdown Quickpanel?
A:Use JKay Deluxe Settings app. Then swype them.
Q: How can I add "Reboot" to the phone options dialog?
A:Use JKay Deluxe Settings app.
Q: When is theme xyz coming to the Kitchen???
A:If the Team said that a new theme will be added to the Kitchen, then it will be available as soon as its done.
Enable Notifications in the Kitchen App if you can't wait.
Q: I am not able to flash via Kitchen???
A:Delete Clockworkmod folder
Reason:
Previously to make the kitchen flash in older version of CWM5 we need to use a salte hash file that was placed in the Clockworkmod folder, Now with the updated CWM5 the actually problem with CWM5 was fixed by the respective creator!
So now what happens is that all you people have that salted hash file remaining in ur sd card that doesn't allow to flash stuff in the newer better CWM5, thats why when u delete the Folder it stats working coz the salted hash file gets deleted!
Now you may ask why delete the folder, when u can delete the file only!!
LOL answer is simle the Android os never recognizes the file there so when u open myfiles you never find the salted hash file inside the clockworkmod folder! You can use other apps and methods to delete the file but then there is the obvious questions from noobs!!
So Moral the problem is only with that one salted hash file and not ur backup
Credits to people over @XDA:
@_JKay_ Jkay themes app and his themes
@ChainFire CF-Root
@LitePro Helped me
@potatoman Modded Camera apk
@Pulser_g2 Removing Samsung apps
@YG007 Phone.apk without increasing ring
@criskelo his modded phone.apk
@designgears fugutweaks integration his idea
@HellcatDroid Hellcat kernel
@RAvenGEr RAGEmod kernel
@Vertumus All the theme work on the ROM
@Nitroz All the Theme Work on the Rom
@codeworkx ClockworkMod Recovery
@sicopat Guides
@LeoMar75 Kitchen App
@Oliwe Decrease home button lag
@zeppelinroxv6 Kernel and V6 supercharger Script
@kahvitahra EDT
@Brightidea libwebcore.so (browser) universal arabic shaping patch v1.2B
@JessusFree browser.apk
@intronauta User agent switcher
@Muveszur modded mms.apk
@Dsixda Android Kitchen
@Juwe Ram Management Script
@LockeOn Lower Auto-Brightness levels
@Nexxx85 Nexus tweaks
@89luca89 Dual Core script
@hardcore kernel
@nitr8 Multi Dpi
@Intratech original firmwares
@madmack RTL + Arabic support
@raffaele88 OC using Deamon
@rustamabd Supported Swype languages in different ROMs
@ownhere NoiseSuppression
@IntExCZ Fix screen warm tint
@juffo remove SMS log from call log
@rodries Disabling Autorotation in Call and Alarm Clock
@AdamG DevNull-TEST
@AndroidGX Original Phone.apk
@kohiiou Disable ALL camera sound AND possible fix for battery drain in [/I]
@Google for the OS
@Samsung for the Device
@Virus for Defragmentation Script
@Tomuveszur @Lary @rustamabd @theos0o
@knzo @nikademus@Hacre@Vincenzo91@Daneshm90@supercurio
@Odia @lyriquidperfection @paalkr @paulobrien@aerobahn
@All for your ever lasting support
And if i have forgot to credit any one please pm me and i will add you
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Dark-Knight Kernel
[KERNEL] DarkKnight V2.5.2
has all the features of Siyah-v2.5.2b with the following exceptions:
pm_max to pm_fast
wifi range should be increased.
If a feature cause instability it is disabled or limited. Battery optimizations are included as long as they do not decrease the performance or cause instability.
default cpu governor is conservative
default i/o scheduler is deadline
sleep frequency is 800MHz
stock lowest brightness value
[KERNEL] DarkKnight V2.4.3
hd playback is fixed.
touch lights fixed.
sleep freq is set to 500MHz and it should be stable this time.
it should be near perfect, even the best release made till now.
fixed USB OTG
Added intellidemand governor. this is a modified ondemand governor and very battery friendly.
default lowest freq is set to 200MHz. default governor is still (tweaked)conservative.
some other tweaks & fixes
tweaked ondemand, conservative and ondemandx governors. I think stuck-to-800MHz problem is fixed.
Enabled some tweaks in tweaks.sh. video playback on external sd should be better now.
disabled hidden ssid in wireless driver to fix wifi tethering problems (thanks to Entropy512)
back to SLAB
fixed usb keyboard&mouse problems
[KERNEL] DarkKnight V2.3
Changed auto-brightness levels.
fixed auto-rooting problem
reverted back to old workqueue implementation
reverted memory allocator to SLAB
enabled cleancache
default i/o scheduler: sop
slub as in stock kernel.
rest is available here: http://checkrom.com/threads/kernel-darkknight-v2-3.265/
DOWNLOADS:http://bit.ly/DarkKnightV23
Sources:http://bit.ly/spzViA

Wow, the wait is over.....

Change Log & Troubleshooting
OLD Stock Base Change-log's
CRRevoHD v4 Released
Main Thread:http://checkrom.com/threads/xwkk5-2-3-6-checkrom-revohd™-v4.268/
Based on XWKK5 Firmware from Samsung
Kernel: CF-Root-SGS2_XW_OXA_KK5-v5.0-CWM5
No Wipe
Build.prop tweaks
Jkay v13.2
Hardware Acceleration Enabled (GPU UI Enabled)
resolv.conf added for faster gps lock
Multi CSC
Deodexed
Zipaligned
Auto Zipaligned at every boot also including Framework
Included libsqlite.so and libsqlite_ini.so from Android 4.0 (improves performance)
Included app_process and system_server from Android 4.0 (improves scrolling)
Included sqlite3
Browser NO Lag + User agent
Mod-Battery with incremental rate of 1%
Added VOIP for Wifi
New Market 3.3.12
Map updated to version 6
Included Maxthon Mobile Browser
Video and Audio Gtalk Front Camera 2.3.5
MODEM:XXKI4
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
CRRevolutionHD v3.1.1 Released
Main Thread:http://checkrom.com/threads/checkrom-revolutionhd-v3-1-1-xwkj3-rock-stable.208/
Based on XWKJ3 Firmware from Samsung
No Wipe
Build.prop tweaks
Jkay v12.1
resolv.conf added for faster gps lock
Multi CSC
Deodexed
Zipaligned
Included libsqlite.so and libsqlite_ini.so from Android 2.3.7 (improves performance)
Included app_process and system_server from Android 2.3.7 (improves scrolling)
Included sqlite3
added .salted_hash in sdcard/clockworkmod
Browser NO Lag + User agent
Mod-Battery with incremental rate of 1%
Added VOIP for Wifi
New Market 3.3.11
Video and Audio Gtalk Front Camera 2.3.5
CF-Root v4.4 (XWKJ2) because it has cwm4
MODEM:XXKI1
added Download All Files
Most of the Samsung widgets and app's removed!
Toatally Smooth animation's
On screen off phone just DeepSleep's
CRRevolutionHD v2.0.0 Released
Main Thread:http://checkrom.com/threads/crrevolutionhd-v2-0-0-update-★xxki4★.129/
Base XXKI4
Multi CSC
Deodexed
Zipaligned
no increasing ring for Phone.apk
resolv.conf added for faster gps lock
Much Improved an optimal Init.d scripts
Updated DK Engine for the upcoming kernel!
Tweaks to build.prop
JkayV12.1
Minor bug's fixed
smoothness to the core
Included libsqlite.so and libsqlite_ini.so from Android 2.3.7 (improves performance)
Included app_process and system_server from Android 2.3.7 (improves scrolling)
Included sqlite3
Maps.apk to v5.11 with global Navigation (ownhere/Brut.all)
added .salted_hash in sdcard/clockworkmod
CheckROM Revolution v1.0
New Much Improved XXKI4 base (2.3.5)
I9100XXKI4 Modem
Deodexed
Zipallinged
Kernel:CF-ROOT XXKI4
Samsung apps removed
added Jkay 12
Added DK Engine
Usual 1000Mhz Kernel UC
My personal Battery Saver Codes
Raise JPG quality to 100% tweak
Render UI with GPU
Decreased dialing out delay
Increased scrolling responsiveness
Increased overall touch responsiveness
Raised photo and video recording quality
Super (3G) tweaks
Super Net speed tweaks
No blackscreen issue after a call
For those who are having trouble installing ICS Theme
ilVinz said:
YEAHHH...got the ICS from Vertumus...no bootloop...very quick installation and everything seems to work good great theme.
I'm on CRR v2 (base rom no mods installed) + DK Kernel...my way to go :
1-NANDROID BACKUP
2-Download the theme directly from Vertumus thread and put the Zip into the root of your internal sd (not external but internal mass memory)
3-Reboot in CWM
4-Wipe cache partition
5-Wipe dalvik cache
6-Flash the ICS Zip
7-Reboot
8-Enjoy
..easy peasy lemon squeezy
Click to expand...
Click to collapse
For those who want there pones to look like the sreens of ICS Theme in our post
http://forum.xda-developers.com/showpost.php?p=20111824&postcount=9103
diablous said:
If your wondering how to make this look, i'll explain as I was having no luck doing it, I went off to find out myself.
Download
Go Launcher EX
Snowdrift Weather
Smooth Calendar
Minimalist Text
The icons for the launcher are found http://forum.xda-developers.com/showpost.php?p=18427750&postcount=5998
And assign them to the relative icon.
I chose in Preferences
Preferences >Visual Settings>Icons>Icons Size = Large
Preferences >Visual Settings>Font>Apps Labels Color = I chose a midgrey
Preferences >Screen Settings>Grid Size = Standard
Preferences >App Drawer Settings>Grid Size = Standard
Preferences >Advanced Settings>High Quality Drawing = Y
Then Choose the Snowdrift widget 4x2
>Set it up to your locale
>Tick "Fallback to Yr URL"
>Tick "Use transparent background"
>Widget font color "Mid Grey"
>Widget day/time color "Cyan Blue"
Then Choose the Smooth Calendar
Settings
>Untick "Show Menu"
>Untick "Show the detailed layout"
>Tick "Transparent Background"
>Tick "Show Colour"
>Change "Text Colour" to Cyan Blue
>Choose "Sketchy" as the Icon style under "Skin"
Then choose Minimalist Text 1x1
>Tap to access setup
>Untick "Show Background"
>Custom Layout, Press and hold text icons and drop into the bin.
>Press the little icon with the green bar across it to create a second row
>Press the little + Icon, Scroll along to "Battery Level" and drop it on the top row
>Repeat and scroll along to "Battery Voltage" and drop it on the top row
>Back out to the main setup
>Find "Text Style" and tap "Accented" choose "Cyan Blue"
>the tap "Normal" and choose "Mid Grey"
Also if you like extended controls add a 2x1 and put your most used icons (2) and then make the make it transparent, with mid grey icon colour, and a black outer blur.
Any questions just ask
Click to expand...
Click to collapse

just a Q: why KI4 and not KI3? (or KI8)

finally!!!

I'm making backup with titanium! ;-)

Thank god
looking forward!! Flashing stock XXKI4 and waiting

Love you guys....start making backups..;-)
Sent from my GT-I9100

i cant wait

Nice!
Waiting....

Already FLashed KI4 now waiting

I love you!

Let the fapping begin! Lol... Looking forward to testing your rom guys .
Sent from inside a black hole.

I'm so excited!!!!111 :-D
Sent from my GT-I9100 using Tapatalk

Great!!
Suggestion - correction for the FAQ:
Q)Which Theme to flash or will this theme work
A: Any theme that is built for XXKH3 Deodexed is flashable with the ROM.

Good luck with your ROM

yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeees

Related

[ROM] [XXKI3] LeoMar75 Rom Revolution v2.7.1 - Kitchen App

NEW THREAD - Leo & Check's CheckROM Revolution V1.0 XXKI4 (2.3.5)|NEW KITCHEN PRO APP|
I am pleased to present my Revolution Custom ROM!
you will notice something special in my ROM as the RevolutionRom Kitchen App - Build your Rom as you wish!
{
"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"
}
(new) Video review 2.5 (in italian)
Revolution Rom v2.7.1 Base
Based on the latest firmware XXKI3 Gingerbread 2.3.5
Fully deodexed thanks to Brightidea & JesusFreke for fixing smali/baksmali tools
Kernel CF-Root-SGS2_XX_OXA_KI3-v4.1
Arabic support + RTL reading/writing + Samsung Keypad and Swype (available in the Kitchen)
Overscroll glow (by default)
Revolution boot animation + custom sound
Revolution Wallpaper Chooser
SIP over wifi and 3g
HTC headset support
Extended power menu (it's not customizable since i am waiting for the new Jkay v11 release)
Init.d Scripts Optimizzation (added Juwe11's Ram Tweaks)
Enhanced Buid.prop config (new tweaks..)
Google Talk with Video (Kitchen app)
Multi CSC (XEU, XEO, XEF, KOR, ITV, DBT, CPW)
CRT Screen off animation fixed
muveszur's Mms.apk mod
* no auto converting messages to MMS after 4 SMS.
* possible to add to the message 200 contacts instead of 20 contacts.
* display sent time instead of the received time (as option on Rev. App)
Samsung apps/widgets have been removed
Quick fix GPS Europe (for other Countries please use FasterFix application)
WiFi supplicant scan interval has been increased to minimize battery drain. This only affects the case in which there are remembered access points, but none are in range.
Proximity sensors delay (reduced), changed the time it takes for "black screen" during calls to go away after removing device from face.
Dalvik Virtual Machine enhanced configs
RevolutionRom Kitchen App - Build your Rom as you wish!
Brand new Kitchen Plus App has been developed (second post for further details)
Special thanks to these guys to share their knowledge: geistteufel & hunhool (Server Hosting), nikademus (FuguTweaks), kahvitahra (Custom Date Format and DT Tweaks porting), potatoman, _JKay_, juffo, socket84, mobilegalaxy, Zheiko, KLoNe1, lynx2k50, scheichvwe, jazzor, saturn_de.
(If i left you out please let me know and i will add you in the list. Please leave a comment if you'd like to have a donate link in my page)
How to install - Use RevolutionROM Kitchen
Note
Make sure you have the latest Revolution Rom kitchen running in your phone
It may happen that after a package has been installed from the Revolution Kitchen Pro app, on the first boot you phone hangs at the Revolution logo, just long press power button and restart your phone!
I'd like to point out that i am not responsible for any issue with your phone! Also it's highly recommended to backup efs folder before to start playing with your phone!
Click to expand...
Click to collapse
Download - LeoMar75 Rom XXKI3 v2.7.1 Revolution CORE BASE
Use the Revolution Kitchen Pro in order to automatically download and install any new incoming Roms version!
Are you coming from another ROM?
No worries, make sure you have a CWM Recovery and use the RevolutionRom Kitchen
If you have some problem you can also use the following links:
LeoMar75 Rom XXKI3 v2.7.1 Revolution CORE BASE
Mirror#1
Note:
This is not a full wipe ROM, you won't lose apps, accounts, WiFi passwords, sms, etc
However is hightly recommended a full backup of your system!
Click to expand...
Click to collapse
Troubleshooting
Nothing so far
Brand New Kitchen Pro Application has been developed my me!
Version: v1.1
updated on 10/12/2011 8.20 PM
Screenshoots:
ROM Changelogs
Changelog v2.7.1
Installation script has been fixed (issue with some permission)
Fixed "su" (problem with TI Backup and superuser 3.0)
Removed tweaks in build.prop for WiFi (in accorder to me this tweaks results in bad signal) also removed some DalvikVirtualMachine config:
Code:
dalvik.vm.execution-mode=int:jit
dalvik.vm.dexopt-flags=m=y
Fixed issues with black screen on Application FC (hopefully we do not have anymore FC for phone and so on)
Fixed the Login issue with Stock Samsung Email
I can't remember other stuff i have modified...
Click to expand...
Click to collapse
ROM Changelogs
Changelog v2.7
Based on the latest firmware XXKI3 Gingerbread 2.3.5
Fully deodexed thanks to Brightidea & JesusFreke for fixing smali/baksmali tools
Kernel CF-Root-SGS2_XX_OXA_KI3-v4.1
Arabic support + RTL reading/writing + Samsung Keypad and Swype (available in the Kitchen)
Overscroll glow (by default)
Revolution boot animation + custom sound
Revolution Wallpaper Chooser
SIP over wifi and 3g
Added back USB HOST and USB OTG (this wasn't included on the 2.3.5 OS)
HTC headset support
Extended power menu (it's not customizable since i am waiting for the new Jkay v11 release)
Init.d Scripts Optimizzation (added Juwe11's Ram Tweaks)
Enhanced Buid.prop config (new tweaks..)
Google Talk with Video (Kitchen app)
Multi CSC (XEU, XEO, XEF, KOR, ITV, DBT, CPW)
CRT Screen off animation fixed
muveszur's Mms.apk mod
* no auto converting messages to MMS after 4 SMS.
* possible to add to the message 200 contacts instead of 20 contacts.
* display sent time instead of the received time (as option on Rev. App)
Samsung apps/widgets have been removed
Quick fix GPS Europe (for other Countries please use FasterFix application)
WiFi supplicant scan interval has been increased to minimize battery drain. This only affects the case in which there are remembered access points, but none are in range.
Proximity sensors delay (reduced), changed the time it takes for "black screen" during calls to go away after removing device from face.
Dalvik Virtual Machine enhanced configs
Click to expand...
Click to collapse
ROM Changelogs
Changelog v2.6
Based on the latest firmware XXKH3 Gingerbread 2.3.4
Added cf-root KH1 Kernel as default
Fully deodexed thanks to Brightidea & JesusFreke for fixing smali/baksmali tools
Multi CSC (XEU, XEO, XEF, KOR, ITV, DBT, CPW)
WiFi supplicant scan interval has been increased to minimize battery drain. This only affects the case in which there are remembered access points, but none are in range.
Proximity sensors delay, changed the time it takes for "black screen" during calls to go away after removing device from face.
Dalvik Virtual Machine enhanced configs
Arabic support + RTL reading/writing
Overscroll glow
Extended power menu (it's not customizable since i am waiting for the new Jkay v8.1 release)
Plus everythings you can see to the kitchen Revolution App
Click to expand...
Click to collapse
Changelog v2.5
Added angelom Tundkernel 22 (it supports ntfs usb mount like cf-root)
Added BLN control for stock Samsung Mms
Added XEU CSC
Added modules for ntfs external drive mounting support
Added scripts for mounting and unmounting ntfs usb drive
Added GscriptLite app (needed for mount and unmount)
Added Revolution theme v3 Circular battery mod with support for EDT Tweaks
Included EDT Tweaks,BLN Control, Jkey Theme settings in /data/app
Reverted back home wakeup..
Enabled sip voip by default
installation script has been modified it won't wipe your batterystats even if this rom is fullwipe!
Added Samsung keyboard with 'all' available languages.. (still working on it )
Fixed Jkay Themesettings app, now you won't loose settings after reboot!
Click to expand...
Click to collapse
Changelog v2.4
Based on the latest firmware XXKG6 Gingerbread 2.3.4
ninphetamine Kernel 2.0.2
Multi CSC added
Revolution themed
New JKAY ThemeSettings V7 app is fully supported!
Lockscreen (AOSP JKAY Deluxe, Samsung stock, Glass Deluxe)
Fully customizable Extended Power Menu
Revolution Bootanimation + sound (thanks to Zheiko)
Added working OpenVPN support (now it works with Ninphetamine-2.0.2 Kernel)
Added working wpa-supplicant ad-hoc
Added VOIP for Wifi
Removed Samsung Apps/Widgets
Stock Phone.apk
muveszur's Mms.apk mod
* no auto converting messages to MMS after 4 SMS.
* possible to add to the message 200 contacts instead of 20 contacts.
* display sent time instead of the received time (as option on Rev. App)
Bluetooth audio fix
Added mod to support HTC headphones
CRT Screen Off fixed
Init.d Scripts Optimizzation
GTalk with Video Working!
Click to expand...
Click to collapse
Changelog v2.2
-Based on the new XXKG2 firmware
-Fully ODEXED Rom!! ( super fast and less memory compared to the deodexed one)
-Framework has been optimized and compressed
-New Angelom Kernel 10.0 (changelog ASAP)
-Added Call rec Mod
-Fixed CRT-Screen off (pixelated Animation)
-Fixed Extended status toggle bar (text displayed over icons)
-Modded stock Loockscreen (camera, Mms/Sms, Dialer, unlock)
-Complete Silent Camera
-OpenVPN is working now
-Reverted to old Market version (the new one is laggy and has still some problem)
-Added all features as per XXKG1 (v2.1)
Click to expand...
Click to collapse
Changelog v2.1
Initial release! (on XDA )
Click to expand...
Click to collapse
Is present user agent in browser?
E' presente user agent nel browser?
trying now
Wow sounds great downloading now :-D :-D :-D
Sent from my GT-I9100 using XDA Premium App
@OP Thanks! Will try this. Didn't realize the pic was a GIF(wanted you to post more screenshots)
scorpionredblack said:
Is present user agent in browser?
E' presente user agent nel browser?
Click to expand...
Click to collapse
No, it won't be possible to have a permanet user desktop agent string with this odexed browser.
You can still type "about:useragent" as url and choose whatever you like!
OHA!
Nice feature list, well done.
Would be perfect if it were multiDPI usable!?
Also, can i use UOT Kitchen to chose another battery icon?
lynx2k50 said:
OHA!
Nice feature list, well done.
Would be perfect if it were multiDPI usable!?
Also, can i use UOT Kitchen to chose another battery icon?
Click to expand...
Click to collapse
I think so, btw after you got your framework-res back from the kitchen it is compressed and it could cause some bootloop issue!
Just to make sure that everything goes good try the following:
rename framework-res.apk to .zip
use winrar and unzip it
now you should see 5 files select all and add to archive, select store as compression level and zip as type
rename it to .apk and push it back in your phone!
Hi LEOMAR75! This looks like an amazing 2.3.4 ROM! Is it possible to have hardware accellerated 3rd party browsers? I like the stock browser cos it's Hardware Accellerated, but tried other browsers just isn't as smooth (like butter) as the stock browser. I do like the 3rd party browser's additional features and ease of use too though, just not smooth like this stock one!!!
This is a fantastic rom... you and angelom are very great developers!
But i have only a trouble... i must change default Samsung calendar with stock aosp one. I have tried the calendar.apk. and the calendarprovider.apk from villaintweaks, by pulserg2 but doesn't works.
How i can do this? I have tried the one from miui, from nexus s, but no one works. With these the calendar chrash immediately. With the pulserg2 crash when setting calendars with option key....
Sent from my GT-I9100 using XDA App
kawa636r said:
This is a fantastic rom... you and angelom are very great developers!
Click to expand...
Click to collapse
Thanks to all developers on XDA you're the best!
kawa636r said:
But i have only a trouble... i must change default Samsung calendar with stock aosp one. I have tried the calendar.apk. and the calendarprovider.apk from villaintweaks, by pulserg2 but doesn't works.
How i can do this? I have tried the one from miui, from nexus s, but no one works. With these the calendar chrash immediately. With the pulserg2 crash when setting calendars with option key....
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
I have no idea m8
Try to use Gscript app (preinstalled) and add, load and save the three preloaded bloatware scripts! Go back to the main page and select backup and then delete!
The delete script will reboot your phone automatically!
Now try to put your calendar!
Looks nice, i will try and post my feedback later.
rom
very very best rom. tank you leomar75
thanks for your great work and sharing it here .what is the 2.1 changelog btw?
Already tried to remove calendar.apk, calendarprovider.apk and googlecalendarsync, replacing these with stock calendar from pulsarg2 version, but doesn't work
Sent from my GT-I9100 using XDA App
cCeT said:
thanks for your great work and sharing it here .what is the 2.1 changelog btw?
Click to expand...
Click to collapse
Changelog v2.1
-New angelom Kernel with CIFS and Sheduler Deadline. In addition you will notice a little boost in performance!
-Removed several apps in data/app such as Flashlight, QuickBoot, Rootexplorer, tegratek 3d (sorry i used rootexplorer for my own testing and i forgot to take it out. As i like to be fair, it would be better to buy that app in order to support developers)
-Bloatware script used by Gscript has been updated. (now the delete script won't delete voice search.apk)
-I themed two toggle btn icons that i forgot in my previous release.
Click to expand...
Click to collapse
Thanks a lot for the great rom.. Very nice and useful customizations... Stock, nice tuning on the theme and great kernel... Thanks a lot again...
Sent from my GT-I9100 using Tapatalk
How did you get the hardware accelerated browser?do you have any tips?
he explained in other thread....he left browser.apk and whole framework odexed

[ROM]☜☆☞ CheckROM Revolution Released!

CheckROM Revolution :http://forum.xda-developers.com/showthread.php?t=1312240
Need to chat live to our developers,
http://checkrom.com/
Where support gets refined as social networking
Disclaimer :
Please read this post in totality.
Flashing your device isn't 100% secure, you are solely responsible for the risk you take.
This is not a pretentious customROM, this work just allows me to learn the basics.all code modifications have been made by me. I hope some will enjoy it​
Click to expand...
Click to collapse
If You Support our ROM Put this in your Signature.​
Just Copy and Paste the code in your signature
HTML:
[URL=www.checkrom.com][IMG]http://img440.imageshack.us/img440/8413/sigcs.png[/IMG][/URL]
THREAD NAVIGATION
(Just Click the Text to get to the Desired Section)​
Check's Dark Knight Edition ROM
Vertumu's AOSP Advanced Theme
Video Guides for total Noob's
Nitroz DK Infusion Theme
Changelog And FAQ's
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
About the ROM: (Must Read before you start using the ROM)
I have a lot to work on, so please be patient. I seriously don't want to upload unfinished work.
So the new concept that i have implemented in my ROM
We will have a Base ROM that will have all the Stuff in it that includes all my hacks i.e a all in one package which will be normally themed/with little bit of eye candy.
Then we will have themes that will be specifically based on my ROM so that you guys will get the best out of the ROM.
Also you as the user will have the freedom to choose what type of theme you require.
I have more plans in the future and i will keep all of you posted on that.
Check ROM is all about releasing reliable and stable work.
So when your checked in your guaranteed a great experience!
I have made this ROM to be Rock Stable and Rocket Fast also Saves a lot of Battery.
Darkyy and Ficieto are the two guys who inspire me so this is dedicated to them
Also big thanks Darkyy Dev team for helping me with the stock them of this ROM, all credit goes to them.
If you end up using this ROM you have been Checked-in
Thanks to all People Who have Made this ROM possible.
Check ROM DEV Crew
GadgetCheck ( CheckROM Leader )
Vertumus ( Theme Guru )
rixsta ( New Themer )
RAvenGEr ( Kernel Guy ) >Kernel thread<
HellcatDroid (Don Customization)>Kernel thread<
Click to expand...
Click to collapse
Click to expand...
Click to collapse
☆☆☆☆☆☆☆☆☆☆☆☆ Check's Dark Knight Edition ★XXKI3★ ☆☆☆☆☆☆☆☆☆☆☆☆
{
"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"
}
V5 Changelog
Code:
[LIST]
[*]New Much Improved XXKI3 base (2.3.5)
[*]Manually deodexed
[*]Only SGS2 Rom to have a Defragmentation Script
[*]Zipallinged
[*]Rooted
[*]added user agent browser
[*]added any battery level video playback
[*]added TW 4 the new one
[*]added Jkay 11
[/LIST]
[QUOTE][QUOTE][QUOTE]* Many new variations of the green battery themes (Colored when Fully Connected - CFC, Stock Quick Panel toggles - SQP).
* 'Next Alarm' information on lock screens
* Use AOSP clock style on all deluxe lock screens (as a toggle)
* Long date format on all deluxe lock screens (like Monday, 26 September as a toggle)
* Charging information on all deluxe lock screens
* Center clock, date and charging info on all deluxe lock screens (as a toggle)
* 2 lock screens (JKay Glass Deluxe and JKay AOSP Deluxe)
* Support for Transparent wallpaper!
* Support for Live Wallpapers on Unlock screens (pattern/pin/password)!
* A toggle to remove leading zero of the clock on the lock screen
* A toggle to remove the quick button text (requires reboot)
* A toggle for CRT TV on effect (bypassing Animation setting!)
* A toggle for CRT TV off effect (bypassing Animation setting!)
* A toggle to hide the clock from statusbar (move it over next to date, requires reboot)
* A toggle to remove the carrier label from the notification bar (requires reboot)
* 'Show lock screen when secure' toggle (shows AOSP/Glass lockscreen before unlock screen aka pattern/pin/password)
* Support for Skipping music track/fm radio station using vol-up/down-keys when screen is off (as a toggle)
* 15 seconds timeout... (as a toggle)
* Flashlight on/off toggle from both JKay Deluxe lock screens (5 mins timeout)
* Sound on/off toggle from both JKay Deluxe lock screens
* Screenshot from the Power options dialog
* Full charge notification on/off toggle
* Low battery notification on/off toggle
* Confirm shutdown on/off toggle (asks for confirmation when using Reboot, Recovery, Download and Power off)
* Correctly colored overscroll glow pngs (for the overscroll glow users out there )
* Support for custom launch actions from lock screens
* Support for custom icons on JKay AOSP Deluxe lock screen
* Support for disabling Home button double click
* Support for home screen wallpaper on lock screen (use live wallpapers on the lock screen like on the good old SGS!)
* Support for lock screen clock on/off
* Support for no Unlock animation
* Long click quick panel buttons will launch respective settings menu
* Horizontal scrollable quick panel with 4 new toggles Data / Flight mode / Sync and Vibrate
* Support for Vibrate on/off when unlocking
* Support for Dark background on/off
* Supports customizable Power Options Dialog
* Supports SIP & VOIP
* Support for WiFi statusbar icon change when fully connected[/QUOTE][/QUOTE][/QUOTE]
[LIST]
[*]CWM app
[*]all the Samsung apps removed
[*]Added Processor Dual core Script
[*]Added DK Engine
[QUOTE][QUOTE]SQL Boost
Fugu Tweaks
Kickass kernel script
Usual 1000Mhz Kernel UC
My personal Battery Saver Codes
Raise JPG quality to 100% tweak
Render UI with GPU
Decreased dialing out delay
Increased scrolling responsiveness
Increased overall touch responsiveness
Raised photo and video recording quality
Super (3G) tweaks
Super Net speed tweaks
No blackscreen issue after a call[/QUOTE][/QUOTE]
[*]Added better audio/video Quality Camera app
[*]Added more notification and ringtone
[*]Complete BLN on stock msg app too
[*]and many things that i am forgetting......
[/LIST]
Cant Give ETA's, when work finishes i will post it.
That's how i Roll
Credits to people over @XDA:
@Darkyy my inspiration
@Ficeto helps me in my work
@_JKay_ Jkay themes app and his themes
@ChainFire CF-Root
@LitePro Helped me
@potatoman Modded Camera apk
@Pulser_g2 Removing Samsung apps
@YG007 Phone.apk without increasing ring
@criskelo his modded phone.apk
@designgears fugutweaks integration his idea
@HellcatDroid Hellcat kernel
@RAvenGEr RAGEmod kernel
@Vertumus All the theme work on the ROM
@Nitroz All the Theme Work on the Rom
@codeworkx ClockworkMod Recovery
@sicopat Guides
@LeoMar75 Kitchen App
@Oliwe Decrease home button lag
@zeppelinroxv6 Kernel and V6 supercharger Script
@kahvitahra EDT
@Brightidea libwebcore.so (browser) universal arabic shaping patch v1.2B
@JessusFree browser.apk
@intronauta User agent switcher
@Muveszur modded mms.apk
@Dsixda Android Kitchen
@Juwe Ram Management Script
@LockeOn Lower Auto-Brightness levels
@Nexxx85 Nexus tweaks
@89luca89 Dual Core script
@hardcore kernel
@nitr8 Multi Dpi
@Intratech original firmwares
@madmack RTL + Arabic support
@raffaele88 OC using Deamon
@rustamabd Supported Swype languages in different ROMs
@ownhere NoiseSuppression
@IntExCZ Fix screen warm tint
@juffo remove SMS log from call log
@rodries Disabling Autorotation in Call and Alarm Clock
@AdamG DevNull-TEST
@AndroidGX Original Phone.apk
@kohiiou Disable ALL camera sound AND possible fix for battery drain in [/I]
@Google for the OS
@Samsung for the Device
@Virus for Defragmentation Script
@Tomuveszur @Lary @rustamabd @theos0o
@knzo @nikademus@Hacre@Vincenzo91@Daneshm90@supercurio
@Odia @lyriquidperfection @paalkr @paulobrien@aerobahn
@All for your ever lasting support
And if i have forgot to credit any one please pm me and i will add you
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Here is a Android Windows 7 project one of our Guys is working at!
Go Guys Help him http://checkrom.com/threads/theme-windows-phone-7.81/
Downloads:
(Don't Create mirrors)
CHECKROM V5.5 Downloads http://bit.ly/nj4mx9
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
We have spent hours and endless days developing this ROM to show your support for the ROM and to the Android Open Source Development Community and as an appreciation to our hard work please consider a donation to keep this project alive.
Click to expand...
Click to collapse
Changelog and FAQ's
Changelog​
Code:
[B]☜☆☞ DK Gold Edition V4[/B]
XXKI4 Brand new base
Manually deodexed
Zipallinged
Rooted
added user agent browser
added any battery level video playback
added TW 4 the same one as in V3.5
added Jkay 10.1 (u need to install jkays themes app manually)
ninphetamine 2.1.3 kernel
modem XXKI1
CWM app
all the Samsung apps removed
Added Processor Dual core Script
Added DK Engine
Added Gold Theme
Added New Market
Added Camera app
Added more notification and ringtone
and many things that i am forgetting......
[B]☜☆☞ DK Gold Edition V3.5 FINAL[/B]
Email App old restored
color tone fix
Jkay's 10 toggle architecture
Each toggle linked to its respective settings
New TW4 (alphabetical order listing)
Minor Bug's Fixed
Jkay V10
Added Dual Core Script for the Cpu @89luca89
Kernel changed to HellCats XXKH3
Removed EDT
More improved Battery life
You can use Either Daemon controller or SetCpu on a different Kernel :eek:
[B]☜☆☞ DK Edition V3[/B]
Wipe/No wipe
Stock Theme on stock ROM
More juicy themes from Nitoz
More from me and Vert on Aosp Adv a.k.a AOSP Advanced V2
No Sms Logs
No auto rotation in the phone app
Bug fixes to present full-screen phone app
CWM app manger
Much improved RAM Management (enjoy multitasking)
EDT App integrated
Settings app modded with Screen on while charge!
Force launcher into memory
Raise JPG quality to 100% tweak
Render UI with GPU
Decreased dialing out delay
Increased scrolling responsiveness
Increased overall touch responsiveness
Raised photo and video recording quality
Super (3G) tweaks
Super Net speed tweaks
No blackscreen issue after a call
Email app wakelock fixed!!
[B]☜☆☞ DK Edition V2[/B]
Based on I9100XXKH3
I9100XXKH3 Modem
GPS FIX (UNIVERSAL)
Pre V6 SuperCharger
Rooted / Deodexed / Zipaligned
Custom Kernel a.k.a RageMOD
DarkKnight Engine (my custom built engine for smoothness)
Accurate battery mod
Hardware accelerated deodexed browser thanks to Brightidea & JesusFreke
Arabic + RTL reading/writing
BLN support for stock Mms.apk
FIXED TV animation
Allow calendar week to start on any day
Video playback at any battery level
Call recording
Hacked camera
Overscroll glow
extended power options
Gingerbread V6 Tweaks Tweaked by me
Ram Optimization Tweaks
FULL WIPE
[B]☜☆☞ V1 Lite & Heavy Changes[/B]
Added Gingerbread Launcher
Added Latest Swipe
Bug Fixes
[B]☜☆☞ V1 Lite added[/B]
[I]Removed apps in Lite Version[/I]
[LIST]
[*]delete("/system/app/AccuWeatherDaemonService.apk");
[*]delete("/system/app/AnalogClock.apk");
[*]delete("/system/app/BuddiesNow.apk");
[*]delete("/system/app/ChocoEUKor.apk");
[*]delete("/system/app/ClockPackage.apk");
[*]delete("/system/app/Days.apk");
[*]delete("/system/app/DigitalClock.apk");
[*]delete("/system/app/Dlna.apk");
[*]delete("/system/app/DualClock.apk");
[*]delete("/system/app/EmailWidget.apk");
[*]delete("/system/app/GameHub.apk");
[*]delete("/system/app/GenieWidget.apk");
[*]delete("/system/app/Kies.apk");
[*]delete("/system/app/KiesAir.apk");
[*]delete("/system/app/kieswifi.apk");
[*]delete("/system/app/Kobo.apk");
[*]delete("/system/app/Microbesgl.apk");
[*]delete("/system/app/MiniDiary.apk");
[*]delete("/system/app/MtpApplication.apk");
[*]delete("/system/app/MusicHub_U1.apk");
[*]delete("/system/app/MyFiles.apk");
[*]delete("/system/app/PhotoRetouching.apk");
[*]delete("/system/app/PressReader.apk");
[*]delete("/system/app/Protips.apk");
[*]delete("/system/app/ReadersHub.apk");
[*]delete("/system/app/SamsungApps.apk");
[*]delete("/system/app/SamsungIM.apk");
[*]delete("/system/app/SamsungWidget_News.apk");
[*]delete("/system/app/SamsungWidget_ProgramMonitor.apk");
[*]delete("/system/app/SamsungWidget_StockClock.apk");
[*]delete("/system/app/SamsungWidget_WeatherClock.apk");
[*]delete("/system/app/SecretWallpaper1.apk");
[*]delete("/system/app/SecretWallpaper2.apk");
[*]delete("/system/app/signin.apk");
[*]delete("/system/app/SnsAccountFb.apk");
[*]delete("/system/app/SnsAccountLi.apk");
[*]delete("/system/app/SnsAccountMs.apk");
[*]delete("/system/app/SnsAccountTw.apk");
[*]delete("/system/app/SnsDisclaimer.apk");
[*]delete("/system/app/SnsImageCache.apk");
[*]delete("/system/app/SnsProvider.apk");
[*]delete("/system/app/SocialHub.apk");
[*]delete("/system/app/Street.apk");
[*]delete("/system/app/Stk.apk");
[*]delete("/system/app/TwCalendarAppWidget.apk");
[*]delete("/system/app/AnalogClock.apk");
[*]delete("/system/app/Tasks.apk");
[*]delete("/system/app/Protips.apk");
[*]delete("/system/app/TasksProvider.apk");
[*]delete("/system/app/VideoEditor.apk");
[*]delete("/system/app/VoiceSearch.apk");
[*]delete("/system/app/VoiceToGo.apk");
[*]delete("/system/app/wssyncmlnps.apk");
[*]delete("/system/app/Zinio.apk");
[/LIST]
FAQ​
Definitions:
- DK = Dark Knight (just a name for the Edition)
- CWM = ClockworkMod Recovery (mostly used to install new ROMs)
- SGS2 / GS2 = Samsung Galaxy SII
- lagfix = makes your Galaxy S fly!
- Firmware = Base System of our Galaxy S II (provided by Samsung)
- Circle Battery Mod = shows your battery in 1% steps
- FC = Force Close (Crash of an App / Component)
- BLN = Backlight Notifications
- more defintions to come, just ask them in the thread
Q:What is odex/deodex?
A:
Odex:
Every android application comes with the extention '.apk'. Packaged with every apk is a .odex file which contains parts of the application which helps speed up the boot process and preloads it.
an odex file is an optimized version of a classes.dex file that has optimizations that are device specific. In particular, an odex file has dependencies on every "BOOTCLASSPATH" file that is loaded when it is generated. The odex file is only valid when used with these exact BOOTCLASSPATH files. dalvik enforces this by storing a checksum of each file that the odex file is dependent on, and ensuring that the checksum for each file matches when the odex file is loaded.
Click to expand...
Click to collapse
Deodex:
Deodexing is a way of repackaging the apk such that it is reassembled into the classes.dex file. Everything is put together in one place, and this is helpful because it eliminates any chances of a modified apk conflicting with other odexed parts.
to deodex a file using baksmali, it has to load every BOOTCLASSPATH file that the odex depends on. By default, baksmali will try to find the 5 "core" BOOTCLASSPATH files in the current directory. It can use either a jar/apk (with a classes.dex inside), or an odex file
Click to expand...
Click to collapse
So to sum up everything, a .dex file contains the cache used by Dalvik VM during boot and this .dex file is located inside the application. On the other hand, .odex file is an optimized version of the same .dex file but it is located outside the application.
What do I lose/gain using odex/deodexed ROM?
The upper hand deodexed rom has over odexed is integration. Every ROM maker loves deodexing the rom because of two main reasons:
Modification of apk becomes easier
ROM is open to theme modifications
So, as an end used, you would most likely want to have a deodexed version of a ROM to take full advantage of android freedom. However, note that you won't lose out on performance in an odexed ROM.
Q)Which Theme to flash or will this theme work
A: Any theme that is built for XXKH3 Deodexed is flashable with the ROM.
But the only Downfall to this is that you will end up loosing a few features like Jkay Themes app!!
Now the Themes that dev the Themes at Checkrom.com or our official themes dev's who make themes for us make there respective themes over CheckROM so when u flash there themes you don't lose any features
Q: How this ROM is different from others ?
A: This ROM is heavily modded with a custom theme, features, apps etc and also has my personal tweaks and improvements.
Q: I'm coming from a different ROM so which version should i choose wipe or non-wipe ?
A: Choose the Wipe Version.
Q: What is the difference between wipe and non-wipe version ?
A: Wipe version will delete all your apps and settings whereas non-wipe version will not delete your app or settings.
Q: I'm getting bootloops what should i do now ?
A: Follow the steps below:
Get into the CWM recovery
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Format Internal SDCard
Install the wipe version of my ROM
Q: I'm coming from a different ROM how can i install this ROM ?
A: Follow the steps below
Get into the CWM recovery
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Wipe Data/factory reset
Wipe Cache
Wipe Dalvik-Cache
Wipe Battery Stats
Install the wipe version of this ROM
Q: I'm currently on a previous version of this ROM how do i upgrade to latest version without loosing my apps and data ?
A: Follow the steps below
Remove Android related stuff from the internal SD Card
Get into CWM Recovery
Wipe Dalvik-Cache
Wipe Battery Stats
Install the non-wipe version of the ROM
Q: I want to make sure nothing of my previous ROM interferes with my new ROM what should i do
A: Completely wipe your internal SD Card or delete any Android related stuff from it and disable any lagfix. Then do a full wipe from ClockworkMod recovery then install the wipe version of my ROM.
Q: After Installing your ROM I'm getting bootloops/boot issues?
A: Do the following steps:
Take out the battery
Put the battery back in
Get into Recovery
Wipe Everything
Flash my ROM
Done!
Video Guides for total Noob's
Please Watch the Videos Directly on YouTube.
And if it helps you just hit some of the ad's on the video page as it gives me some revenue.
​
Old Downloads
Check's Dark Knight Edition V2 WIPE http://www.multiupload.com/AMJCDFVUFM
Check's Dark Knight Edition V3.5 Gold WIPE & NO WIPE http://bit.ly/CKGOLDDownload
Aosp Advanced Theme By Vertumus
Download This Purely Delicious theme Specially Developed by Vertumus and Me for CheckROM​
Downloads:
(Don't Create mirrors)
Vertumu's Aosp Advanced Edition V1 Theme http://www.multiupload.com/IY72H5IG2Y
Click to expand...
Click to collapse
Screen Shot thanks to Nitroz
To show your support and to keep the project alive Donate to Vertumus
​
No you don't
Reserved for future usage 5
Donator's Honor list
thanksgiving60
alexandruvlad
boudjakdji hachani
ricko2169
Ong Liang You Ryan
Luis Rivas Alvarez
Karl Mills
Choong Yoke Choy
(if you need your names to be linked to something be 100% sure to pm me.)
If you have donated please contact me, so that i can put your name here.
Download link?
Cool lets try this new rom, awaiting DL link.
Dark Emotion said:
Download link?
Click to expand...
Click to collapse
Putting it in now just let me edit the threads
Screenshots?
Thank you - at last
Young Darky Rom has arrived
Great work to you all
rixsta said:
Young Darky Rom has arrived
Great work to you all
Click to expand...
Click to collapse
Rixsta! Hows it going mate?
@All, DK Infusion theme is ALMOST complete, need to work my magic a little
you ok mate? you reserved half of topic for yourself.we re only reading reserved, again reserved, reserved ....
cCeT said:
you ok mate? you reserved half of topic for yourself.we re only reading reserved, again reserved, reserved ....
Click to expand...
Click to collapse
Better to be safe than sorry Plus, more awesome stuff to come
Flashing in progress
Nitroz said:
Better to be safe than sorry Plus, more awesome stuff to come
Click to expand...
Click to collapse
cool. looking forward to it.
Love the boot animation very cool.

[ROM] -:FroyoPro:- v2.5 Android 2.2+3 [Stock/LinuxDX/Alfs Kernel] -Easter Special

Continuation of Froyobread & FroyoPro, now maintained by [email protected]
This is FroyoPro v2.5!​
This is Android 2.2 MiniCM6 with many Android 2.3 features, it is fast & lightweight, fully de-odexed & with CM Theme Chooser for full theme support, plays music perfectly with MegaBass, DSP & MusicMod.
{
"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"
}
Features:
Fully working phone/device.
Many languages included. -FULL Arabic support!
Best gaming performance & lots of free ram.
CyanogenMod Settings & FroyoPro Settings.
FM Radio, DSP Manager, Mega Bass & MusicMod.
Many CM7 features. (Edge glow, lockscreens, CRT screen on/off animation, LED control,+more)
Fully working T-Mobile's Theme Engine.
Built-in Transparent Status Bar support.
Call Me Louder & Loop Ringtone.
Back button ends call.
Flipping down mutes ringer, Flipping down snoozes alarm.
Hiding avatar in SMS.
Custom operator text.
Dual Recovery support. (XRecovery/ClockWorkMod-MultiBoot)
Netfilter/iptables.
Ad-free hosts file.
AGPS 2.2
Excellent battery life.
Wi-Fi "n" Standard enabled.-Disabled for now, check this thread to enable it yourself.
Stock X8 keyboard as default keyboard & HTC_IME mod keyboard.
ICS (Roboto) font & stock X8 battery indicator.
Hide battery, many battery % settings & MIUI style battery.
Camera/Record sounds muted(.bak)-pressing camera buttons=sounds, on-screen=no sounds
Dualtouch/Multi-touch (Synaptics/Cypress)
Many modules are included & provisioned for in hw.config, Overclockx2/Under-volt/Smartass/ax8mt&darkfrmr-ax8mt/andrej456&X8gestureDX, you just have to remove .bak extension to enable them.
How do I enable these modules & remove .bak extension??
Click on their names (the modules names) above to learn more about them and how to enable them.
To remove the .bak extension rename the files with any root file explorer eg. Root Browser.​
Install Process:-Stock Kernel
1--Flash x8FroyoProvXX.zip via ClockWorkMod or XRecovery.
2--Check out post#2 to see if there are any add-ons you may want to use. (Stock Lockscreens, Flashplayer 4 FroyoPro, etc)
Install Process:-Custom Kernel
1--Flash appropriate kernel LinuxDX or Alfs-GDX.
2--Flash x8FroyoProvXX.zip via ClockWorkMod.
3--Flash "x8FroyoPro-Alfsv8+AllFixv3.zip" from Custom Kernels now for Froyo thread.
4--Check out post#2 to see if there are any add-ons you may want to use. (Enable Swap, Stock Lockscreens, Flashplayer 4 FroyoPro, etc)
Important Information:
If coming from a different ROM, to minimize the potential for bugs, full wipe & wipe sd-ext if you have it, full wipe wont clear sd-ext!
Download FroyoPro v2.5:Here or Mirror.
No Mirrors!!! PM me if you can't download it!
MD5: C484C3579C69F1925618FA79158F6539 SHA-1: 6F3FECEB18B22151FE9FFE11A375C71B29BFB320
-Trying to download on your phone? Try it with Opera Mobile Full or Dolphin Browser.
-No Mirrors!!! If you can't download it, pm me or try the link again later!
Read post #2 for add-ons/extras before flashing!
Let the rom settle after it fully loads, then reboot/turn off!!!
-Sometimes on first boot, cannot see all apps in Android Market
Settings->applications->manage applications->all->
Force stop+clear data in "market" & "google services framework"
Reboot =fixed.​
Bugs:
Please report
-Sometimes on first boot, cannot see all apps in Android Market-Read post #2 for fix.
If you see your work in this rom, let me know and I will credit you!
Thanks...
Doixanh for all your effort and hard work for the X8 community in general and an amazing base
& all the amazing "FroyoBread" features!
XDA-RK for the base FPv1.1 and all the great fixes and mods included.
Cyanogen & CmTeam for MiniCM6 & all the great work we take for granted.
Racht, nobodyAtall, zdzihu, jerpelea for their many contributions.
And of course Google! Android, love it! Thank you!
Dear Reader: Yes I got permission from both Doixanh & XDA-RK!
Tip: If you need more free ram, disable everything in froyopro settings, reboot. Use a different task manager and edit minfree values to have more free ram all the time.
Add-ons & Extras for FroyoPro
ADD-ONS & EXTRAS:
Android Market not showing all apps:
Settings->applications->manage applications->all->
Force stop+clear data for "market" & "google services framework"
Reboot.
Install custom kernels on FroyoPro: Follow this link!
http://forum.xda-developers.com/showthread.php?t=1437913
New: Please use the "x8FroyoPro-Alfsv8+AllFixv3.zip" for Alfs >v7ICS/v8+.
Old: Please use the V2 "x8AlfsKernelAllin1FixV2.zip" for Alfs <v7/6/5.
No need to flash any other zips.
Enable Swap on Custom Kernels:
Follow this guide here:
http://forum.xda-developers.com/showthread.php?t=1446164
Themes, themes & more themes for this rom:
Visit the XDA CM Theme Chooser Sticky. Many, many themes to choose from. For best compatibility choose the MDPI themes as we have a MDPI resolution device. You can also check out ICS themes AChep's ICS, SonnySekhon's ICS and ICS Lockscreen. You may also want to check out this thread from zhuhang.
Please note: Some themes are 'heavy' or 'fat' and may slow down our little phone.
Stock Lockscreens:
Don't like the lockscreens in FroyoPro?
Follow this link to find a flashable zip that will change them back to looking like stock: StockLockscreens 4 FroyoPro.
Flash Player for FroyoPro:
Download "x8Flash4FroyoPro.apk" from Here or Here.
Install it as a normal apk from your sd-card, using filebrowser or any apk installer.
Wireless Tether for FroyoPro:
Download "wireless_tether_2_0_7_for_X8_X10mini.apk" from Here or attached to this post.
Install it as a normal apk from your sd-card, using filebrowser or any apk installer.
WiFi+Data must be on for wireless tethering to work!
This works on stock kernel!!! I have tested it myself! After you have finished tethering, remember to reboot! (Otherwise can have problems with normal Wifi.)
Disable apps2sd for FroyoPro:
Want to use Link2sd instead of app2sd? Just follow this link and flash the file attached.
NoApps2sd.
'Walkman' Music Player for FroyoPro:
This is actually a MIUI music player mod, just install the apk normally. It really suits the stock theme of this ROM.
Download from XDA Here.
Thanks goes to Bakabon19, Paul-XXX, & Frogy Furnetal.
Connect to VPN networks for FroyoPro: Download "VPN_Connections_v099.apk
From Here or attached to the bottom of this post.
Bravia Tweak: XRecovery or ClockWorkMod
Bravia Tweak (x8FP_bravia_tweak.zip) is attached to the bottom of this post!
GoogleAppsRemoved: XRecovery or ClockWorkMod
These are a few apps I removed since FroyoProv1.1.
Included is googlemaps/street, etc. This is if you can't download it from the market.
Download Here or Here.
How do I enable these modules & remove .bak extension??
Click on their names (the modules names) in the first post to learn more about them and how to enable them.
To remove the .bak extension rename the files with any root file browser.
Root Explorer, Root Browser, ES File Explorer, Ghost File Manager, etc.
Partition sdcard for Data2Ext or Apps2SD
The easiest way to create sd-ext/2nd SDcard partition is to follow this simple guide:
http://forum.xda-developers.com/showthread.php?t=1446164
Change-Logs & Old Download Links
Change-Log v2.5: (A few more options, a few requested bugs fixed.)
Download: Post #1
Discussions regarding this release start Here.
--Now compatible with new "ICS" adreno libs!!!
--More options in FroyoPro Settings!
-New Battery Percent+colour options
-New hide stock battery option! (Yes, yes I already know it flashes back up for a second every now and then)
--Fixed cm7 theme chooser themes bug - now compatible with all cm7 theme chooser themes (no more white text/white background, black text/black background)
--Fixed not reporting to market correctly (still get the occasional no apps in market on first boot bug, read post #2 for fix)
--esirad's Arabic4Stock_Browser included by default, slightly modified by me (please test, i can't speak/read arabic, if this causes any browser issues will be reverted next version)
--Hopefully fixed Vietnamese not showing correctly, again I can't test this.
--EduRoam/Enterprise wpa supplicant fix from Here.
--Included my wifi tethering fix for FP for stock kernel. Credits:nobodyAtall (used his files+modules)
##-------minor changes: (NOT DEVELOPMENT, just for your information)-------##
--Installing apps: internal/external/default choice
--New sexy transition animations, the stock froyo ones were getting old
--Minor theme update (no noticeable difference, few png's, few icons, etc)
--Stock kernel undervolted as default (x8uv.ko)
--Cypress multi-touch enabled by default (ax8mt.ko)
--wifi -n standard disabled as it was causing wifi connectivity issues for some people. Look Here, you can enable this yourself if you want.
--Agps files updated thanks crypted!
--Newest ad-free hosts file
--Google Play 3.5.16
--terminal emulator updated (not market version)
--Updated a few apps
...other minor changes can't remember...just small configs...
Change-Log v2.4: (Real Bacon, expect updates from other rom devs)
Download: Here
--Massive Theme Update! This rom is NOT ugly anymore! Still looks similar though!
--All lockscreens have been themed!
--Updated HTC_IME mod keyboard + Themed! (check it out by changing from default Xperia keyboard)
--DualRecovery with Multiboot CWM & XRecovery (multiboot other roms from your sd-card!)
--Recovery error bug has been fixed!
--Greater sound control in ALL situations
--Control the native android task-killer. Look in FroyoPro settings
--MIUI style battery! Look in FroyoPro settings
--More settings in CyanogenMod Settings
--All of the useless free apps have been removed, as per users requests! Now very clean rom with minimal apps!
--Better scrolling/flinging, REAL improvement REAL smali code editing, not just 'init.d/script tweaks' like others
--New x8gesture module as default better battery saving!
--new ax8mt module, Cypress users just rename the module you want to use to 'ax8mt.ko'
--usb debugging notification fix
--Reverted to apps2sd, boot time is significantly reduced, no theme chooser bug now.
--Updated apps that needed it. Calc replaced with Realcalc.
--Newest addsfree host file
--fixed that annoying white pixel on the boot screen (I think I was the only one that noticed it though)
Plus more can't remember this second...
Change-Log v2.3: (small fixes)
Download:Here or Here MD5=39428A8EE21844584A3EC57908F98834 SHA-1=C8EEA266FF959460CBD551E0C5F191A899C8A89F
--Now compatible with ClockWorkMod & XRecovery.
--Theme Chooser bug with data2sd-ext quick fix (Themes will stick after 2 shutdowns/reboots)
--Some bugs I introduced with data2sd-ext now fixed!
--"MegaBass" properly ported to Shakira(X8). (audio tweak, on all the time, not a service, won't use any ram.)
--AGPS 2.2 added.
--Hardware auto-brightness slightly tweaked from v2.2
--A/V Sync tweaked some more, please try high&low(or custom) & try play them with VLC on your computer!
--Some free non-internet permission apps added.
--ICS Ringtones and Notifications added.
--Some icons & theme slight change.
--MediaScanner.apk removed, can download from market.
--Newest ad-free host file.
--Some apps updated.
--Can't remember...
Change Log v2.2: (the bug fix)
Download:
--CPU Float Point bug fixed
--DATA partition to sd-ext
--Themed framework, sysui, settings
--Boot splash & animation changed and sound removed
--Camera/Record sounds muted(.bk)
--Zeam home launcher
--Some free, non-internet permission apps included
--Some apps updated including Market 3.4.4 and SuperUser 3.07+Binary
--Some apps removed, all downloadable from the market
--Ad-free hosts file
--Netfilter/Iptables
--ICS (Roboto) font
--Many modules included with .bak extension, check sys/lib/mods/
--Some small changes, tweaks and configs.
Can't remember...
These were taken from two different phones and different sd-cards.
1st/Left=Stock Kernel 2nd/Right=Alfs Kernel
Thanks to elderduke & Hefko
More to come...
more apps showing up in market
small su permission fix - stock kernel
some more
great rom,downloading
if there is an update, is it possible to have ring lockscreen in this rom?
can u upload it in different server? i failed twice (loss connection) n i have to wait 1 hour each time ( not that its a big deal)
Sent from my E15i using xda premium
maliceomalice said:
if there is an update, is it possible to have ring lockscreen in this rom?
can u upload it in different server? i failed twice (loss connection) n i have to wait 1 hour each time ( not that its a big deal)
Sent from my E15i using xda premium
Click to expand...
Click to collapse
+1
ring lockscreen is awesome
lrakkarl said:
Continuation of Froyobread & FroyoPro, now maintained by [email protected]
This is FroyoPro v2.2!​
This is Android 2.2 MiniCM6 with many Android 2.3 features, it is fast & lightweight, fully de-odexed & with CM Theme Chooser for full theme support and supports moving the DATA partition to the second active partition of your SD card.
Change Log v2.2:
CPU Float Point bug fixed
DATA partition to sd-ext
Themed framework, sysui, settings
Boot splash & animation changed and sound removed
Camera/Record sounds muted(.bk)
Zeam home launcher
Some free, non-internet permission apps included
Some apps updated including Market 3.4.4 and SuperUser 3.07+Binary
Some apps removed, all downloadable from the market
Ad-free hosts file
Netfilter/Iptables
Many modules included with .bak extension, check sys/lib/mods/.
Many small changes, tweaks and configs.
Can't remember...
Important Information: (*=for sd-ext users only)
-I use the stock kernel.
-Many modules are included & provisioned for in hw.config, OC/UV/Smartass/ax8mt/andrej&DXgesture, remove .bak extension to enable them.
-Yes CM settings will FC if you choose Update Notifications or Anonymous statistics, deal with it.
-You can download the rom by downloading the .txt file attached which contains the link until I have eight posts.
-Please ask before creating any mirror.
-MD5=43EF7EC02AB945048DA71F3814EB18FB SHA-1=874D43E06F745428F0C57BECD4335EE67FB250ED
-*The size of your sd-ext is the new size of your DATA partition. (512mb sd-ext = 512mb DATA partition.)
-*If you create an sd-ext on a slow sd-card the rom will lag. Try without sd-ext before complaining.
Requirements:
-Rooted
-Xrecovery
-*CWM (to format sd-ext if you are using it)
-Latest stock kernel & baseband xxx015
Install Instructions: (Install this way to minimize the chance of bugs occurring)
-Download
-Copy to root of SD card
-*Reboot into ClockWorkMod by tapping screen at start-up (if you want to use sd-ext with a fast sdcard)
1:Wipe Data/Factory Reset
2:Mounts and Storage => Format /sd-ext (do NOT format system or SD card)
3:Reboot System Now
-Into XRecovery by repeatedly tapping (<=) button
1:Factory Reset
2:Install Custom Zip => custom zip from sdcard
3:Select '[email protected]'
4:Reboot Phone
-Let the rom settle after it fully loads, then turn off/on.
-You have just wiped your dalvik-cache, so the rom will speed up after a short time
Bugs:
Please report
If you see your work in this rom, let me know and I will credit you or remove that work, w/e you prefer.
Thanks...
Doixanh for all your effort and hard work for the X8 community in general and an amazing base.
XDA-RK for the base FPv1.1 and all the great fixes and mods included.
Cyanogen & CmTeam for MiniCM6 & all the great work we take for granted.
Racht, nobodyAtall, zdzihu, jerpelea for their many contributions.
And of course Google! Android, love it! Thank you!
Dear Reader: Yes I know this is in the wrong section and Yes I got permission from both Doixanh & XDA-RK!
MODS: Can someone move this to development? Maybe after I have ten posts? Thank you.
Click to expand...
Click to collapse
cant it install from xrecovery?
i mean do i hav to follow the cwm step? am using froyopro currently.
---------- Post added at 06:56 PM ---------- Previous post was at 06:48 PM ----------
maliceomalice said:
if there is an update, is it possible to have ring lockscreen in this rom?
can u upload it in different server? i failed twice (loss connection) n i have to wait 1 hour each time ( not that its a big deal)
Sent from my E15i using xda premium
Click to expand...
Click to collapse
multiupload wud be gudd.....
So it is based on MiniCM6, FroyoPro or Froyobread?
FroyoBread is MiniCM6 with Doixanh settings and added Gingerbread goodness, FroyoPro is based on FroyoBread, this rom is based on FroyoPro v1.1.
If you already have FroyoPro then you already have ClockWorkMod, enter it by repeatedly tapping the touch-screen while the Sony Ericsson logo is displaying at boot-up.
Uploading to another mirror now.
can you please move this thread to dev section
Its great to see FroyoPro alive again. Good job mate. Keep moving. It is really bad that I had to stop my FroyoPro. But I am really happy to see someone is working on it.
u already ask HAKA permision?
btw,wrong section.
Please be patient everyone, xda experiencing a bit of technical difficulties (can't upload files) and I need more posts to insert links!
somebody tried this rom with alfs kernel? i will try it today
Please try and let me know how you go!
If you have already read the first post please do so again as I have clarified that ClockWorkMod is only required for data2ext users. If you want to keep apps2sd then please wait till I can upload the link and mirror.
Cheers.
lrakkarl said:
Please try and let me know how you go!
If you have already read the first post please do so again as I have clarified that ClockWorkMod is only required for data2ext users. If you want to keep apps2sd then please wait till I can upload the link and mirror.
Cheers.
Click to expand...
Click to collapse
take ur time
Don't post if you can't put link's in.
what with auto brightness?
alfs
working good on Alfs v 05 with no cap... wifi works good

[ROM][RPK]-HyperDroid Androidmeda v6.1.17 & 7 Series **Ideas & Beliefs**(03/03/2012)

[ROM][RPK]-HyperDroid Androidmeda v6.1.17 & 7 Series **Ideas & Beliefs**(03/03/2012)
Welcome to the HyperDroid Androidmeda (GT-i9100 Galaxy S2 Edition)
Almost 1 Million Downloads...
More Than 5 Million Page Views...
We. Are. HyperDroid.
{
"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
Development Team
Founders & Lead Developers of HyperDroid-Androidmeda Dev Team: pongster & D.O.C
SGS2 Developers: D.O.C, petsasj, pongster, kahvitahra, sicopat
SGS2 Kernel Developers: pongster, af974, arighi
Co-Developers: s2d4, rudolf895
Ad-Free, Unmetered Bandwidth Server brought to you by The Calibur Network... cause open source matters
New Hosting capabilities thanks to veyka
Shared Server with Didgesteve
Click to expand...
Click to collapse
GO LIVE HERE!!
IF YOU USE ANY OF THE MODS CONTAINED HERE WITHOUT PMing US FIRST, YOU WILL BE IN DIRECT INFRINGEMENT OF XDA FORUMS RULES AND BE TREATED AS SO!!
Just pm us about giving us the heads up you will be using our mods and link us to your thread, that is all we ask.​
BASE ARE FULL WIPE
​
ROM v X.Y.Z
X: Samsung Firmware Base
Y: Kernel Upgrade
Z: Bugfixes, app upgrades.
Release Date 03/03/2012
Hyperdroid Androidmeda 7 series (Final)
BASE IS FULL WIPE!!!
Upgraded Base to XWLA4
RedPill Kernel v1.2 included thanks to pongster (upgrade to v1.3 manually)
Call Record included thanks to Leomar75
Slide to dismiss notifications thanks to hansip87 & Leomar75
Jkay 13.6.4 included
mms mod to allow 200 recipients thanks to muvezur
Reverted to latest HDP supporting Jkay thanks to Recognized Developer petsasj
Added stock Samsung Logo flash along stock base.
All tweaks and mods in previous bases
* The ROM is final, just for ORD users, we are focusing in ICS now, so please dont expect full support in this
**Only D.O.C Surgeon available, feel free to adapt any themes from previous bases to this (just give credits to original author), credits for adapting it are yours , and they shall be in the OP.
***We, The Dev Team use v6 (well I am using v7 just to test it bug free, call it quality control). v6 has more love put to it, regardless of v7 having more features because of third party contributions
Release Date 31/01/2012
Hyperdroid Androidmeda v6.1.17
Updated kernel to RedPill Kernel 1.1
Fixed RTL patch inside build
Changed CSC to KI3 default set to GB
Unbounded ring and notifications volume
Added Gtalk with video support to base *
Mms updated to work with uvezur mods thanks to veyka
*not available in some surgeons
Release Date 29/01/2012
Hyperdroid Androidmeda v6.0.15
Added custom Date thanks to kahvitahra one more time
Updated HDP*
Added new customisation options to HDP (for special people like us
Added toggle to skip songs by long pressing volume
Added change FM station by long pressing volume
Added toggle to confirmation dialogue on Power options
Added Hot Reboot option
Toggle for Home Button double click
Toggle for alarm icon
Toggle for vibrate icon
Toggle for battery sound
Updated to Maps 6.2
Reverted Volume steps**
Updated OTA to allow 2 extra servers (including veyka server)
Added CSC XXKI2
Removed some unnecessary files from base rom.
*Changelog for HDP will come shortly.
**Pdroid patches will have to be redone as framework.jar was modified to remove the system volume steps.
Release Date 25/01/2012
Hyperdroid Androidmeda v6.0.8
EDT Tweaks Added thanks to Kahvitahra!!!
Custom Date Added thanks to Kahvitahra!!!
HDP updated to include EDT and more personalisation options, thanks to petsasj*:
Toggle CRT
Toggle Vibrate icon
Toggle Alarm icon
Full charge sound
Fixed System volume steps not changing after 50% increase**.
Removed CWManager app drawer icon (no point in having the link inside HDP and the app drawer).
Release Date 24/01/2012
Hyperdroid Androidmeda v6
Contains RedPill Kernel Series v1.0
Updated HyperDroid Parts
Based on XILA2 Firmware from Samsung
Increased volume steps to 15 all sliders except for ring tones and notifications.
SD card not mounting errors should now be fixed, kernel incorporates some of the init.d tweaks that might have been the cause of the problem.
updated time zones to version n
Fujutweaks 4.0
Tweaked sqlite libs
Tweaked SQlite3
Csc is just a place holder
ROM supports hdpi and mdpi (except twlauncher, look here thanks to petsasj)
Deodexed
Zipaligned
AND rezipaligned on every boot for system/app, data/app, framework/app (Just to be sure for all your other apps)
Pre-Rooted for your convenience
/data/app folder inside zip for auto installing preferred apks on boot (Simply copy apk's there and it installs... easy peasy)
Enable of BLN for stock Samsung SMS application (montymintypie/no.one.writeme)
appwidgetpicker for widget display ala cm7 (boombuler)
Hosts blocked except for some medical apps
resolv.conf added for faster gps lock
apn list from cm7
SIP over 3G
smooth spinners
Blur set to slow to avoid corruption of CRT effect (props to doctorcete)
Battery with 204 pngs for smooth animations supported
Lidroid 15 toggles(tweaked, removed "lidroid Rom branding")
Advanced Power Menu with removed phone title options.
Build prop with some modifications with several tweaks for optimisations.
Init.d scripts for ram and speed optimisations, some taken from (some init.d tweaks Modded taken from nexxx85)
BLN support (neldar and creams)
Removed vibrate icon (OP)
Build.prop tweaks (OP)
Stock themed
Market 3.4.4
Calendar now supports mdpi
Incall dialer now supports mdpi
Music supports mdpi
FM application supports mdpi
At boot removed welcome screen due to incompatibility with newest google maps.
Added Samsung Firmware to About to easy Identifiable Samsung firmware base
Turned on default install non-market apps
Turned off default wifi network available notifications
Increased default screen timeout to 60 sec
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Advanced Flashable Themes: (Using the VillainRom Theme System... props to pulser and the VR Team)
D.O.C (Thanks to sonnysekhon of Lucid for the base of theme)
Pongster (Thanks to antonda of GingerWay-Blue Ocean for the base)
Click to expand...
Click to collapse
​
HDP Intro/Changelog
HyperDroid Parts​
You can find the application under your Menu -> Settings​
AndroidMeda Rom Tool:​
- Roms tab - Shows the currently available ROMs on the file server for download. It may include stable versions as well as beta versions for testing.
- Extra tab - This currently has the Surgeons, Themes and Kernel. One would need to press Menu -> Configuration, then "Extra Update Settings -> Manage Extra Servers. Press Menu again and click on "Update Feature Extra Servers"
- Existing tab - This currently shows the files that you have downloaded. ​
AndroidMeda Tweaks:​
- DPI Changer - Alter your DPI quickly and effectively, with minimal typing
- mDNIe Switcher - Select from a various lists of mdnie profiles (this list will be populated with custom profiles with time)
- Backup battery stats - Backup your batterystats prior to a full wipe and Restore when needed
- Personalization includes:
*Mounting Options * Gps Options * Wake Options *RTL Patch *Bootsound Options
- Fix Permissions - Advanced Users only. Should you need to Fix your Permissions, select this option. Mind you it takes time, and will reset Jkay Deluxe Settings
- Clear Market Cache easily and quickly. Use 160/240 DPI and use this option to make Market work
- Reboot - Reboots​
TouchWiz Launcher Settings:​
- Backup Settings - Backs up your TouchWiz Settings, including app sorting, shortcut sorting, except for widgets.
- Restore Settings - Restores previously Backed up Settings.
- Resize Options - This resizes your TouchWiz Launcher widgets to the correct size. Needs my modified TouchWiz Launcher from here.
- Sort Alphabetically - Sorts TouchWiz Launcher app drawer, with the help of the modified AppZorter found in my TouchWiz Launcher mod. This needs a restart. FC's if AppZorter (my modded one or market one) isn't installed
- Restart TouchWiz Launcher - This option restart TouchWiz Launcher after sorting, or whenever needed​
For Help - Press Menu button then Help
You can also find shortcuts for Spare Parts, Jkay Deluxe settings, CF-Root CWM, and aLogcat
HyperDroidParts, as the title implies, is part of the HyperDroid ROM and belongs to the HyperDroid Dev team, so treat it like such.
HyperDroid Parts was created by petsasj​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changelog
Code:
[B]version 1.5.5[/B]
- Removed QuickPanel Settings, now under Androidmeda UI
- New option: Androidmeda UI => even more toggles at your fingers!
- Added Hot Rebot option -> So hot it'll melt you. Use this after using Personalization options
[B]version 1.5.1[/B]
- New Layout
- All Force Closes fixed, replaced with Alert Dialogs
- Added aLogcat
- Compatible with both Xda and Market edition of Better Battery Stats
- Lots of code clean up
- CRT On/Off Toggles (for v6)
- Changed default backup location to /mnt/sdcard/Android/data/
- Most of the preferences are done programmatically == far less xml files
- This is the last Gingerbread Update
- Added Bootsound Options - Bring back Jennie, if you liked her, or choose the other random dude (can't remember his name)
Currently I am working on ICS versions, so here's a preview of what's coming :Here
RedPill Kernel Release
For Detailed Changelogs:
Please refer to Commit Log on the Source found HERE.
Full Changelog is on our website so everyone can access as putting it here will be too much to read.
Download Links can be found HERE.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Highlights here:
Probably one of the most thought out kernels I've ever made and used...
Simple, Intuitive, Responsive
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Features Custom Recovery by AF974 based on Team Overcome Recovery (Thanks to alterbridge for letting us use his source)
Some Unique Features of this Recovery:
Reorganized Menu
Select with Power Button and Home Button
Soft Back Key actually goes Back
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
Full Kernel Features found on the Release Page... This is snapshot of what to expect to keep it easy to read...
Basic Features:
VooDoo Louder Support
2nd Core and Touch Move by Tegrak Support
Full CWM Manager 3.0 Support
Experimental AOSP/CM7/MIUI Support by gokhanmoral (Odd numbered Releases)
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)
Stochastic Fair Blue (SFB) Network Scheduler Enabled
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 Touchscreen 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)
EFS Autobackup script thanks to gokhanmoral
a lot more info coming soon...
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.)
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... especially since we use a Mac)
Click to expand...
Click to collapse
This new Kernel has no need for any other tweaks as we've tweaked it based on extensive testing over the past several months... based on best practices for our specific hardware. (Huge props to s2d4 for his extensive testing to the point of breaking... we took the risk of breaking our devices so you won't have too... fully tested tweaks here!)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
"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)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
MatrixPills Image Used with permission from Corinne Wilger... You can find her site HERE.
Flashing Instructions will be here along with short descriptions...very short.
THE BASE IS FULL WIPE!!!BACKUP!!!BACKUP!!!BACKUP!!!BACKUP!!! ​
Not rooted yet / no Custom ROM
(Details of how to root are out of the scope of this guide, please do a search at XDA for more information)
Root phone by flashing a kernel thats auto root (CF root, Siyah, etc...) or any other way that gives you root and cwm.
Copy downloaded ROM zip file in root dir of sd card.
Boot to recovery.
Wipe Data/cache/dalvik cache.
Flash zip from internal sd card.
The first boot would take some time as the dalvik cache is rebuilt, dont panick!!
Already rooted / on Custom ROM
Copy downloaded ROM zip file in root dir of sd card.
Boot to recovery
Flash zip from internal sd card.
The first boot would take some time as the dalvik cache is rebuilt, dont panick!!
Flashing Surgeons and themes - Quick reckoner
Surgeon = DPI change + Remove Bloatware (make changes in the update script as you think fit) + Tweaks & Apps + Theme (includes boot logo and boot anim)
To flash a new surgeon, flash base again (since base is full wipe, take backup of apps/user data through titanium, darky OTA etc...)
Flash base + surgeon/Flash base + theme: Wipe cache, dalvik cache and flash.
To flash a theme on top of a surgeon or on an exisiting theme, flash the stock Samsung theme FIRST and then go ahead with flashing the new theme.
**Thanks to p_max and samit.mahap for the quick guide***
​​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Something nice will be placed here once cooked up.
Instructions for Current OTA APP:
Go To Settings
Open up HyperDroid Parts
Select AndroidMeda Rom Tool
Select Extras Tab
Press menu and click on Configuration
Select Extra Update Settings
Select Manage Extra Servers
Click menu and select Update Featured Extra Servers
Now click menu again and select Enable
Select Enable all Extra Servers from the menu
click back, back, back
Press menu and select Check now
And there you should have it.
Download Links
DOWNLOAD LINKS FOR NEWEST BASE
Download Links for v6.1.17
Base rom
md5: 25b761fa3cb28c04529de91b89a622c4
​
​
Click to expand...
Click to collapse
HyperDroid Androidmeda 7 Series (Final)
md5: 1cd2e467c24e52a351b60fc3abbd1997
​
Click to expand...
Click to collapse
Pdroid patches by veyka
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
​
Thanks AND credits to
​
Hyperdroid Team and Thread at HD2 dev
Seadersn
Pongster
D.O.C
petsasj
Arighi
Sicopat
clyder
Beta testers*
Pulser-g2
Seshmaru
Jkay
Kahvitahra
Brightidea
JesusFreke
Chainfire
SonnySekhon
mrvirginia
Nitroz
Hellcat
antonda
angelom
gokhanmoral
Entropy512
sbrissen
a2d4
rudolf895
veyka
Didgesteve
everyone else who makes xda a fun place to share
(if we forget to credit you or link to your thread please inform us so we can correct this immediately)
*Beta testers, you really make our life easier and contribute more way than you can imagine with your tests, THANKS to all of you!.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Surgeons/Themes
Surgeon Descriptions​
-D.O.C's surgeon description here
-pongster's surgeon description here
-petsasj's surgeon description here​
Theme Descriptions​
-D.O.C's theme description here
-pongster's theme description here
-petsasj's theme description here
-Nitroz BAT Extreme theme description here
-Mr. Megui DarkMIUI theme port to vrtheme here​
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Comparative Screenshots between stock theme (240-hdpi) and docs surgeon at 160-mdpi
Good stuff guys, a new thread...
I am HyperDroid Fanz...
Waiting New Rom..
Another HyperDroid? Confused: can you tell us a little more about this effort. Anyway good luck!
o_tiger said:
Another HyperDroid? Confused: can you tell us a little more about this effort. Anyway good luck!
Click to expand...
Click to collapse
First page is being updated as you can see. New version of ROM is out. Rest you can read on first page once it is updated.
Sorry for my question, because i'm a newbie but where is the downoad link for V6 update ?
Thanks.
gg13 said:
Sorry for my question, because i'm a newbie but where is the downoad link for V6 update ?
Thanks.
Click to expand...
Click to collapse
Everything is being uploaded now mate. Hold your horses for a while lol
They have to do this the night before my exam!!! Damm you hyperdroid team
You guys rocks ........!!
Been using Hyperdroid + Docs Surgeon since the first release.
Thank you Hyperdroid team.
Waiting download links...
cant wait...
We want download link

[ROM][JB-XXMG2][DISCONTINUED] KYRILLOSv9 **Fast n' Lite** (05/11/2013)

Hello everybody, here is my first rom for Galaxy Ace 2.
{
"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"
}
I take no resposibility if your phone explodes or sth
Kyrillos ROM v9
Video [Thanks to zaryab360] (v9)
Features (v9)
Based on JellyBean: I8160XXMG2 [05 July 2013] ~new
Rooted [SuperSU v1.65, Thanks to Chainfire]
Default Governor: Ondemand (+ up_threshold set to 80)
Deodexed & Zipaligned
Busybox: 1.21.1-stericson
All system apps except SuperSU moved to preload partition [More space on system!]
4way-reboot options [Thanks to kahvitahra]
CRT-OFF Animation [Thanks to Mirko ddd]
More AOSP JB like theme (AOSP clear all button and AOSP JB theme that you can install separately)
Disabled edge zoom [Thanks to Mirko ddd]
AOSP lockscreen toggle [+Unlock with menu key disabled, Thanks to Didact74]
23 statusbar toggles [Thanks to wanam]
Ripple Effect toggle
Disabled scrolling cache [Thanks to AndroidON]
Disabled switch input method notification icon while typing [Thanks to master_beta]
Disabled home button lag [Thanks to Mirko ddd]
Long-press Back to Kill app [Thanks to Mirko ddd]
Removed blotware
Enabled scrolling wallpaper on TouchWiz Launcher
Init.d support [Thanks to Ryuinferno]
Disabled increasing ringtone
New, better optimize script [+New zipalign/sqlite3 binaries]
New Sounds/ringtones
Silent Boot
Build.prop tweaks [Updated]
GPS tweaks
Init.d tweaks [Updated]
Sysctl tweaks
Ripple Effect toggle added to Lockscreen Settings
Ad-free
Messaging MOD: Up to 1000 Recipients, SMS to MMS auto-conversion disabled, Schedules Messages, Save/Restore Messages, Sent time instead of received [Thanks to jovy23] ~new
Camera/Camecorder MOD: Use flash at any % battery level & while in call, Shutter sound toggle, Power button as shutter button. [Thanks to jobnik]
Dialer MOD: SMS/MMS are now hidden from Call Log [Thanks to wanam]
Updated Timezone files to 2013g (previous: 2012c) ~updated
Installation of non-market apps enabled by default
Device Status set to "Official" instead of "Custom" [Thanks to DSA]
Exchange Security Disabled
Requirements & Downloads (v9)
Stock Jelly Bean firmware installed [XXMG2 Preferred]
CWM Recovery 6.0.2.8 [Put it on your external sdcard. Download: CWM6]
Kyrillos ROM v9 XXMG2 => Dev-Host
How to install (v9)
Ensure that you have stock (I8160XXMG2) Jelly Bean installed & Temporary CWM6 on your external sdcard (requirements). If you don't have them already:
-Follow this guide to flash stock Jelly Bean firmware.
-Copy Temporary CWM6 on your external sdcard.
Copy KYRILLOSv9.JB.XXMG2 to your sdcard.
Press Vol up + Home + Power button to enter Recovery.
Part 1: Stock Recovery:
- Wipe data/factory reset - Yes [Optional but recommended]
- Apply Update from external storage
- Then select the CWM6 recovery that you downloaded before.
Part 2: CWM6 Recovery
- CWM6 Recovery will show up!
- Select install zip from sdcard, choose zip from sdcard, navigate and choose Kyrillosv9.JB.XXMG2.zip - yes.
- [I8160P only]If your model is I8160P, then flash this after the rom installation is completed.
- Select reboot system now - no
Enjoy
Note: If you are on any custom JB rom (CM, PAC, etc), install the rom from recovery, wipe data/factory reset & then flash stock XXMG2 kernel.
PS: Feedback is really appreciated!
Extras (v8)
Android 4.2 Keyboard [Try it, its awesome! Download: http://d-h.st/DP2]
Adobe Flash Player for JB [Download: http://d-h.st/eX1]
Removed Apps [Download: http://d-h.st/jh5]
Stock Theme [Download: http://d-h.st/jR0]
Screenshots (v6B)
Kyrillos rom for JB
Features (v5)
Based on latest i8160 firmware: I8160XXLL2 [26 December 2012]
Rooted [SuperSU v0.99]
Deodexed & Zipaligned
- Mods:
Notification Bar: Swipe to remove notification, lidroid 14 Statusbar Toggle Buttons
Power Menu: 4way-reboot
Settings: Added Toggle Clock/AM/PM in Display Settings [Download this mod from extras]
Camera: Low battery restriction removed
Browser: Open Stock Browser and type "about:useragent" and select the one you want.
Messaging: Disabled sms to mms auto conversion, Sent timestamp instead of received, Support for sending an sms to up to 100 contacts
Various: Smoother spinners, Smoother scrolling, Decreased home button lag, SMS/MMS removed from call log
- Tweaks
Build.prop: 3G turbocharger, proximity sensor tweaks, dalvik.vm tweaks, usb debugging notification disabled, setup wizard disabled, wifi scan interval set to 180s,
94kyrillosrom (init.d): I/O Scheduler tweaks, ext4 filesystem tweaks, SD card read speed set to 128kb, Memory tweaks, CPU Governor tweaks
sysctl.conf: Kernel & security tweaks
gps.conf: AGPS support & faster locking tweaks
hosts: Ads removed
- Other
Removed Apps: AnalogClock, BuddiesNow, ChatON, ChocoEUK, Days, Dlna, DualClock, EmailWidget, GameHub, HelvNeueLT, Memo, MiniDiary, MusicHub, PlusOne, PostIt, Protips, SamsungWidgets, SocialHub, TwCalendarAppWidgets, TwWallpaperChooser, VoiceRecorder, VoiceToGo
Added binaries: Busybox (v1.20.2), SQlite3 (v3.7.15.1), Zipalign, nano
Added scripts: optimize (type: su (enter), optimize (enter) to run it in terminal emulator. It optimizes sqlite db's, zipalign apk's & fix app permissions. Recommended to run it weekly), sysrw, sysro, fix_permissions
Added init.d scripts: 01sysctl, 03firstboot, 04modules, 05mountsd, 20userinit, 94kyrillosrom, 99complete
Removed Shutdown Animation
Added apps: AppWidgetPicker (organized widgets), Notepad, Tape-a-talk Voice Recorder (excellent recording quality), Terminal Emulator, Stock Gingerbread 2.3.7 Launcher (with 3D drawer)
Updated Apps: Google Play, Gmail, Street, Maps, Voice Search, Youtube, Samsung Push Service
New Wallpaper/Ringtone/Notification sounds
Jelly Bean fonts/ui sounds
Themed closer to AOSP Gingerbread [Statusbar icons, Power menu and much more from AOSP Gingerbread. Screenshots here]
Requirements (v5)
[Optional but recommended] Stock I8160XXLL2 firmware installed [For Europe users. Download: http://d-h.st/Yyn]
Custom kernel with CWM/TWRP recovery [HD Kernel (custom kernel with TWRP, recommended) or antsm's kernel (stock kernel with CWM)]
Odin (to flash the above) [Download: http://d-h.st/nK3]
How to install (v5)
(Skip this step if you are outside of europe) Ensure that you have I8160XXLL2 installed + custom kernel (requirements). If you don't have them already installed:
-Follow this guide to flash stock firmware
-Then go again in download mode and flash the kernel this time. [WARNING!! THE COUNTER WILL GO TO 1 AND YOU WILL LOSE WARRANTY!!]. When the phone boot up again, shut it down.
Copy KYRILLOSv5.GB.XXLL2 to your sdcard.
Press Vol up + Home + Power button to enter Custom Recovery.
With the volume button navigate to wipe data/factory reset and press the home button to do it (Warning! You will lose all your data).
Then go to install zip from sdcard => choose zip from sdcard and select KYRILLOSv5.GB.XXLL2. Wait for about 2 minutes for the process to be completed and reboot your phone.
Enjoy
PS: Feedback is really appreciated!
Downloads
DOWNLOAD KYRILLOSv5.GB.XXLL2 [19/01/2013]
Previous versions:
KYRILLOSv1.GB.XXLI2 [25/10/2012]
KYRILLOSv2.GB.XXLI2 [21/11/2012]
KYRILLOSv3.GB.XXLI2 [07/12/2012]
KYRILLOSv4.GB.XXLK6 [11/12/2012]
PS: If you like this rom, you can rate this thread 5 stars and/or thanks the first post
Changelog
v5
- New base: I8160XXLL2 (26 Dec) ~hot~
- Updated apps/hosts/sqlite3 binary
- Re-added Genie Widget
- Timezone data files updated to 2012h
- Removed Hide Clock Am/pm mod [First change the timezone and then you can download the hide clock am/pm mod from the extras]
v4
- New base: I8160XXLK6 ~hot~
- All features of v3
- Updated Terminal & hosts file
v3
- Decrease home button lag [Instant response, Thanks to Oliwe] ~hot~
- 4way-reboot [Extended Power Menu, Thanks to kahvitahra] ~hot~
- SMS/MMS removed from call log [Thanks to Homam Ageel & wilfredcool007]~hot~
- Cpu governor tweaks [ondemand, pegasusq, smartassv2, conservative]
- You can use camera even with low battery
- Added Toggle Clock/AM/PM in settings [Thanks to jeboo] ~hot~
- Updated SuperSU to v0.99
- Minor tweaks to 94kyrillosrom tweak script
v2
- Deodexed & zipaligned
- Replaced SuperUser with SuperSU v0.98
- Updated hosts file
- Updated apps [Play Store, Youtube, Maps]
- Removed tasks.apk
- Added Facebook chat notification sounds [Not default]
- Added Deathnote Ringtones [Must listen]
- Modded messaging app [Disabled sms to mms auto conversion, Sent timestamp instead of received, Support for sending an sms to up to 100 contacts] ~hot~
- Smoother Spinners [Thanks to D.O.C] ~hot~
- Smoother Scrolling [Scrolling Cache disabled, Thanks to AndroidON] ~hot~
- Corrected /system/etc/init.d permissions
- Full RTL support [Arabic, etc. // Download the patch from Extras]
- Default IO Sheduler set to SIO
- 94kyrillosrom script updated [IO Sheduler tweaks]
- SDcard readahead set to 128kb [Default]
- 14 Statusbar Toggle Buttons [Thanks to lidroid] ~hot~
- Minor tweaks to build.prop
- Minor changed to optimize script
- Optimized framework-res.apk, twframework-res.apk & lidroid-res.apk images
- Swipe to remove notification [Thanks to hansip87 for the guide] ~hot~
v1
- Initial release
EXTRAS
287 font pack [Download: http://d-h.st/wGa]
Removed Apps LL2 (Aroma Installer) [Download: http://d-h.st/NHd] ~updated~
CM7 battery icon (preview) [Download: http://d-h.st/sHG] ~updated~
RTL patch for KYRILLOSv5 [Adds support for Arabic]. Download: http://d-h.st/VPc] ~updated~
Flashplayer 11.1.111.31 (January 2013) [Download: http://d-h.st/uvA] ~updated~
Samsung/ICS/JB fonts [Download: http://forum.xda-developers.com/showpost.php?p=31127372&postcount=108]
write the guide in order to install it without increasing bin count.. it's possibile today!
good job dev
this wont work with XXLH3?
mystertom101 said:
this wont work with XXLH3?
Click to expand...
Click to collapse
It will work most probably but having the latest firmware installed is recommended.
mkel91 said:
write the guide in order to install it without increasing bin count.. it's possibile today!
good job dev
Click to expand...
Click to collapse
I will go out tonight so no time. I will write it tomorrow
why people make all this custom roms with UI or sound from ICS or JB, if this GB, just leave original sounds and look, or make some new UI and sound by yourself, or just download some different stuff... All this looks like fake for me, fake JB... but anyways, + for AOSP Gingerbread look)
kyrillos13 said:
I tried twice to port 4-way power menu (Reboot, Recovery, Download, Hot Reboot) but it fails. I don't know why, i am pretty sure that i do all steps correct. The mod i am trying to port, it doesnt need icons. Check here: http://forum.xda-developers.com/showthread.php?t=1573032. It compiles fine but the phone doesnt boot.
Click to expand...
Click to collapse
this mod change GlobalActions$4 to GlobalActions$99.
if I'm not mistaken, i8160 use GlobalActions$5.
i will try use this mod
I'll work after Eid al-Adha prayers
a way to get original theme and fonts? because i dont like the font on this rom but everything else is fine
Hi,
I've been testing your ROM and everything works fine until now, GPS, WIFI, Music player etc. I'll continue testing.
I have some suggestions.
1 The battery % is completely impossible to read, it's way to small, I've seen battery mods with larger %.
2 The font is a little small I think original font is much easier to read.
3 Could we have screen off CRT animation?
Thanks for your work.
mystertom101 said:
a way to get original theme and fonts? because i dont like the font on this rom but everything else is fine
Click to expand...
Click to collapse
does kyrillos modded framework with crt compatible with this?
---------- Post added at 10:31 PM ---------- Previous post was at 10:25 PM ----------
Can i get orinal icons in touchwiz? dont like contacts and messaging
Found a problem speruser aplication not working...
When I try to open titaniumbackup or run "su" in terminal both aplications hang... asking for root rigths...
I tried to wide data, clear cache ,clear dalvik cache, and reflashing the ROM and still get the hangs when trying to get root.
darkvoid_66 said:
Found a problem speruser aplication not working...
When I try to open titaniumbackup or run "su" in terminal both aplications hang... asking for root rigths...
I tried to clear wide data, clear cache ,clear dalvik cache, and reflashing the ROM and still get the hangs when trying to get root.
Click to expand...
Click to collapse
Change superuser to supersu
Sent from my GT-I8160 using xda premium
hafidzduddin said:
Change superuser to supersu
Sent from my GT-I8160 using xda premium
Click to expand...
Click to collapse
It worked !! thanks, can you explain why did this happen?!
is kyrillos modded framework with crt compatible with this rom?
Hi kyrillos congrats for your new Rom, so happy to see a new CusRom, will test it soon.. :beer:
Taptaptapatalkerz dari GT-i8160 saya.
numbazZ said:
why people make all this custom roms with UI or sound from ICS or JB, if this GB, just leave original sounds and look, or make some new UI and sound by yourself, or just download some different stuff... All this looks like fake for me, fake JB... but anyways, + for AOSP Gingerbread look)
Click to expand...
Click to collapse
This rom has a feel of stock GingerBread. The JB ui sounds are better than the stock samsung ones. I couldn't find the AOSP Gingerbread sounds
hafidzduddin said:
this mod change GlobalActions$4 to GlobalActions$99.
if I'm not mistaken, i8160 use GlobalActions$5.
i will try use this mod
I'll work after Eid al-Adha prayers
Click to expand...
Click to collapse
Yeah i used GlobalActions$5 of course but it failed
darkvoid_66 said:
Hi,
I've been testing your ROM and everything works fine until now, GPS, WIFI, Music player etc. I'll continue testing.
I have some suggestions.
1 The battery % is completely impossible to read, it's way to small, I've seen battery mods with larger %.
2 The font is a little small I think original font is much easier to read.
3 Could we have screen off CRT animation?
Thanks for your work.
Click to expand...
Click to collapse
1. Its the only STOCK GB battery with % percent.
2. Yeah maybe. I will upload the stock font too for the people that want it.
3. I had it enabled until today, but i disabled it because there were some antifacts. Samsung problems..
darkvoid_66 said:
Found a problem speruser aplication not working...
When I try to open titaniumbackup or run "su" in terminal both aplications hang... asking for root rigths...
I tried to wide data, clear cache ,clear dalvik cache, and reflashing the ROM and still get the hangs when trying to get root.
Click to expand...
Click to collapse
darkvoid_66 said:
It worked !! thanks, can you explain why did this happen?!
Click to expand...
Click to collapse
Sorry forgot to mention that root doesn't work unless you enable USB DEBUGGING. I will add it to the first post now.
ghostbusted said:
Hi kyrillos congrats for your new Rom, so happy to see a new CusRom, will test it soon.. :beer:
Taptaptapatalkerz dari GT-i8160 saya.
Click to expand...
Click to collapse
You 're welcome
mystertom101 said:
is kyrillos modded framework with crt compatible with this rom?
Click to expand...
Click to collapse
I will attach a newer version of the mod, but keep in mind that it doesnt work right. It needs coding to modify some of the samsungs code in libsurfaceflinger that i dont have.
darkvoid_66 said:
Hi,
I've been testing your ROM and everything works fine until now, GPS, WIFI, Music player etc. I'll continue testing.
I have some suggestions.
1 The battery % is completely impossible to read, it's way to small, I've seen battery mods with larger %.
2 The font is a little small I think original font is much easier to read.
3 Could we have screen off CRT animation?
Thanks for your work.
Click to expand...
Click to collapse
Can you give the screenshot?
:thumbup:
Sent from my GT-I8160 using xda app-developers app
What's about I8160P, Is there a way to make custom work on it?:screwy:
Sent from my GT-I8160P using xda app-developers app
Hi Kyrillos
In:
http://forum.xda-developers.com/showpost.php?p=30875505&postcount=75
There is a very good looking battery mod that as a % numbers that can be read.
Isn't it possible to get this framework bat mod?

Categories

Resources