[OCT 26][XXDLJ4][JB] CheckROM EvoHD™ V6 its a "Naked Base" | Dress it up as u Wish! - Galaxy S III Android Development

[OCT 26][XXDLJ4][JB] CheckROM EvoHD™ V6 its a "Naked Base" | Dress it up as u Wish!
Need to chat live to our developers,​​​
http://checkrom.com/
Where support gets refined as social networking​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
THREAD NAVIGATION
(Just Click the Text to get to the Desired Section)​
CheckROM EvoHD™ Base ROM Post
DarkKnight™ S3 Kernel Post
EvoHD™ Old Change log's
Video Guides
Credit's
Info
FAQ ​
Click to expand...
Click to collapse
CheckROM EvoHD 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
Dharam Maniar
geistteufel (Server Admin)​
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 Checkrom Rom kitchen running in your phone
It may happen that after a package has been installed from the 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!
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]
CheckROM Kitchen Pro V2 Post :http://bit.ly/KitchenProV2
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

Base ROM Release
☆☆☆☆☆☆☆☆☆☆☆☆ CheckROM EvoHD V6 ★XXDLJ4★ ☆☆☆☆☆☆☆☆☆☆☆☆​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Based on XXDLJ4 Firmware from Samsung
Kernel: Stock Samsung LJ4 (Hacked) (Samsung Built love with Team induced chemistry )
Baseband: XXDLID
SuperSu
No Wipe
Scrolling Made Smoother
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Sd Card Speed Fix
SQlite
OpenVpn
V6Supercharger
OOM Supercharging
Added Aromainstaller
Pure Naked Base
Added KitchenPro
Added kUtility
Enabled hidden languages
Multi CSC
All Samsung Bloat Removed
Faster System
Ram Leakage Fixed
Better Memory management
Battery Life Improvements
More Fluid System
All languages in stock Keyboard
CheckROM Tweaks
DOWNLOADS:
CheckROM EvoHD™ v6: http://checkrom.com/
Click to expand...
Click to collapse
Click to expand...
Click to collapse
V6 Post's from here http://forum.xda-developers.com/showpost.php?p=33286284&postcount=4226
Click to expand...
Click to collapse
Click to expand...
Click to collapse

DarkKnight S3 V1
Features Implemented:
Samsung ROM
Auto Root
Init.d Support
Boot Animation Support - [ /data/local & /system/media ]
Changelog:
Added Auto-Root with SuperSU
Added Init.d Support
Added Boot Animation Support - [ /data/local & /system/me
dia ]
Download: Here
Source: [B]https://github.com/checkrom[/B]
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Video Guides
Start UP VIDEO'S

FAQ
FAQ
Definitions:
- DK = Dark Knight (just a name for the Edition)
- CWM = ClockworkMod Recovery (mostly used to install new ROMs)
- SGS3 / GS3 = Samsung Galaxy SIII
- Firmware = Base System of our Galaxy S III (provided by Samsung)
- Circle Battery Mod = shows your battery in 1% steps
- FC = Force Close (Crash of an App / Component)
- 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 XX-- Deodexed Version is flashable with the ROM.
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. Yeah you have Kitchen Pro to make the Rom to your liking
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. 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: 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: 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

Old Change Log
OLD Stock Base Change-log's
EvoHD™ V4
Based on XXBLG8 Firmware from Samsung
Kernel: Stock Samsung LG8 (Hacked) (Samsung Built love with Team induced chemistry )
Baseband: XXLG8
SuperSu v0.93
No Wipe
Scrolling Made Smoother
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Sd Card Speed Fix
%Battery (Use settings>>Display>Battery percentage)
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Installation Script cleanup/optimization
Added Jelly Stock Animations
Added Crt-OFF Effect
Added Hot Boot Power Menu's
Volume Keys mapped to Skip Music
OOM Priority Charger
Reduced Touchwiz Redraw
Smooth Spinners
Added Traditional Extended Power Menu
Fixed the Cell Stand By issue
Optimized Ram
EvoHD™ V3.5
Based on XXBLFB Firmware from Samsung
Kernel: Stock Samsung LFB (Hacked) (Samsung Built love with Team induced chemistry )
Baseband: XXLFB
Changed Superuser to SuperSu v0.93
No Wipe
Scrolling Made Smoother
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Larger Apn List
Sd Card Speed Fix
%Battery (Use settings>>Display>Battery percentage)
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Installation Script cleanup/optimization
Reduced Touchwiz Redraw
Smooth Spinners
Added Traditional Extended Power Menu
Fixed the Cell Stand By issue
Optimized Ram
Bug Fixes
Now with Stock Kernel its As Smooth as Butter
Stock Animation Changed to Jelly Bean Animation
All Share App added
Battery Optimization
EvoHD™ V3
Based on XXBLFB Firmware from Samsung
Kernel: Stock Samsung LFB (Hacked) (Samsung Built love with Team induced chemistry )
Baseband: XXLFB
Changed Superuser to SuperSu v0.93
No Wipe
Scrolling Made Smoother
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Larger Apn List
Sd Card Speed Fix
%Battery (Use settings>>Display>Battery percentage)
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Installation Script cleanup/optimization
OOM Priority Charger
Reduced Touchwiz Redraw
Smooth Spinners
Added Traditional Extended Power Menu
Fixed the Cell Stand By issue
Optimized Ram
EvoHD™ V2
Base on XXALF6 Firmware from Samsung
Kernel: Stock Samsung (Hacked) (Samsung Built love with Team induced chemistry )
Baseband aka modem set to: XXLF2 (Stock one is DXLEA, you can flash it from the Kitchen)
Changed Superuser to SuperSu v0.92
No Wipe
Scrolling Made Smoother
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Larger Apn List
Sd Card Speed Fix
%Battery (Use settings>>Display>Battery percentage)
Auto Brightness mod (10 Steps)
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Hacked Stock Email App
Reduced Home button Lag
Reduced Touchwiz Redraw
Smooth Spinners
Added Hot-boot PowerMenu (4 Way reboot)
Added 15 Toggles
Added Quick Settings to control the toggles
Fixed the Cell Stand By
Optimized Ram
Download: Here
EvoHD™ V1.5
Based on XXLF2 Firmware from Samsung
Kernel: DarkKnight S3 v1.0 (home Built love )
Changed Superuser to SuperSu v0.91
No Wipe
Some clean up of Installation Script (Now its perfection)
Scrolling Made Smoother
Apn List Updated
Removed Auto EFS Backup, will add this option in kitchen under utilities
Every thing else is similar to V1
Download: Here
EvoHD™ V1
Based on XXLF2 Firmware from Samsung
Kernel: SiyahKernel S3 v1.2.6
Recovery: ClockWorkMod Recovery 5.5.0.4 - "v1.5"
No Wipe
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
BusyBox
Larger Apn List
Sd Card Speed Fix
%Battery (Use settings>>Display>Battery percentage)
Auto Brightness mod (10 Steps)
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Smooth Spinners
Added Extended PowerMenu
V2.45 Version Of the Kitchen app in base, (Do check via market that you have latest KitchenPro)
Download: Here

Credit
Credits to people over @XDA:
wanam: Profile Great guy and Help fixing things on ICS
_JKay_ : Profile one gem of a person
Gokhanmoral: Profile He is the kernel king, and patient listener
hyperX- : Profile His Cam Mod
Vertumus : Profile The Master themer
Dsixda : Profile He made the fastest/easiest way to deodex, brilliant guy
Lidroid : Profile 15 Toggle and Quick Settings
as i9000 : Profile For all his Linux Help

Kitchen
Do You have a Mod to Share?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
If any one of you is Interested in making a mod or publishing some of your creation in our kitchen fell free to do so.
And just Notify me/GC via a PM/Post message about your mod and I will Update it in the Kitchen ASAP
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Now the Possibilites of the Kitchen is Limitless
we can host any thing we want on it.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
​
Theme's,
Mods,
App's,
Bootanimation's,
Boot Sounds,
VrThemes,
Any thing imaginable and any thing that's flashable
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
All the Credits of the Developer who publishes there content is duly given
READ THIS CAREFULLY!!!
Dev's spent more than a multiple of 100 hours into Development for Samsung Phones (Galaxy S, Galaxy SL, Vibrant, Captivate, Epic, Ace, Mini, Galaxy S II, Galaxy Note and so on...)
and didn't DEMAND ANYTHING from YOU. We didn't ask for money, we didn't ask for help. Everything was given out for free. We're doing this for fun and for YOU!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
[Dont's] Users are coming into this forum
- get download link
- not read instructions
- not read FAQs
- flash it
- brick phone or have problems
- not use google (http://just****inggoogleit.com/)
- not use search function
- not read a few pages back
- not use brain
- create new post with dumb question
Click to expand...
Click to collapse
Click to expand...
Click to collapse
So this is how some users are going to say "THANKS" ???
I mean: xxx hours vs. 0 seconds ???
Is it to much for some users to spend 5 minutes on trying to find a solution using google?
Lazyness?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
[DO's] You can avoid this by following this simple rules:
- read the whole first page
- read the FAQs
- think about it
Click to expand...
Click to collapse
Click to expand...
Click to collapse
if you did understand what you've read there, flash it.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
IF EVERYTHING WENT WELL
- hit the thanks button. don't create a post just to say thanks or to say that everything is fine.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
IF YOU FACE A PROBLEM
- google for it (http://just****inggoogleit.com/)
- use the search function
- read some pages back
- read the FAQs
- think about it
- THINK about creating a post
- get logs and usefull infos for developers
- think again about it
- start creating a post, logs and usefull infos attached
- think again about it
- submit the post
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Clear?
I mean, if you don't want to spend 5 minutes for getting some knowledge then you will be a NOOB forever! If this is the case, then leave this thread IMMEDIATELY!!!
Now i want to thank every user who's using google, the search function and his brain if he faces a problem.
You're doing a good job and you're really making dev's life better.
Thanks for this!!!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credit- @codeworkx

wonderfull CheckROM is back in XDA

Finally it's here
Sent from my GT-I9300 using xda premium

Still on V1 and don't even feel the need to upgrade. Everything is just perfect. Stayed on V2 for the S2 until a few weeks ago. The rom was that good.
But that's what nandroid backups are for. I still can't help testing the new stuff.
Welcome back guys.
Sent from my GT-I9300 using xda premium

think some of the info is a little outdated in the FAQs as well as the 'improve battery life thread' link... seem to be for the S2 not the S3, probably already know this...
anyway already using V2 and enjoying it so far - hopefully will become as successful on the S3 as it was on the S2. Thanks guys.
Sent from my GT-I9300 using Tapatalk 2

Nice one!!! Keep it coming.
Sent from my GT-I9300 using xda premium

beaver2233 said:
think some of the info is a little outdated in the FAQs as well as the 'improve battery life thread' link... seem to be for the S2 not the S3, probably already know this...
anyway already using V2 and enjoying it so far - hopefully will become as successful on the S3 as it was on the S2. Thanks guys.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
haa i am copy pasting it for now... will update it

He's finally here! Welcome GC and LeoMar! You need any graphic related things doing, let me know I'll be happy to assist.

It takes so much time to make a thread

GadgetCheck said:
It takes so much time to make a thread
Click to expand...
Click to collapse
You spent longer time working on the rom .
Sent from my GT-I9300 using xda premium

Been using the V2 ROM and it's great so far. Great to see you guys here again!

Welcome Guyss......... now my fone will Rock like hell
lol

sxi200 said:
You spent longer time working on the rom .
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Haa thats true

Related

[ROM][23DEC]CyberGR-MOD|NS.NGN v.4 Ult.+Franco Kernel 08.12|Lightning FAST!

CyberGR-MOD|NS.NGN ver. 4.0 Ultimate
​
**If you like all the good stuff that a CyanogenMOD ROM offers and you looking for a lightning fast, smooth and rock stable alternative with stock look, custom ROM, then you are in the right place!!Give it a ride to believe!!**
Features :​
Based on AOSP and parts of CyanogenMOD7 (1.0.1 Stable ROM)
Kernel latest stable from Franco ver. 08.12
Android version 2.3.7
Radio : free (you can flash which is best for you and your area, or stay with what u have now)
All the features that a CM7 Based ROM Offers + Theme Chooser
SD Card I/O Speedtweaks - EXT4 | Ram Tweaks
All Ezekeel`s Mods *BLN|BLD|BLX|Deep Idle|LIVEOC*
NSTools by arifhn Integrated to easily configure all the above Mods
Overclock able up to 1200Mhz + Extra Boost with LIVEOC
CFS auto group tweaks and optimizations from Franco
Zipaling on boot
Zipaling all apps better Ram usage
Really fast times on Reboots & Boots
3G/HSDPA Tweaks
Init.d scripts support
Newest Host File (Ads.remove)
Tweaked + faster stock Launcher2.apk + 4 new wallpapers
Default Nexus S Boot Animation
Dark Transparent Notifications Dropdown Menu
Dark Transparent Contacts and Phone/Dialer
Swipe to remove notifications
Dev Tools + Spare Parts
Voodoo Control App
Newest Android Market and Google Music 4 ICS
Car Home Included | Modified Calculator with scientific functions | ES File Explorer by EStrongs | Sound Recorder | Roboto ICS Fonts | ICS Sounds added | ROM Manager added.|
And more..
​
Installation Instructions :​
Download and copy the CyberGR-MOD-ver.NS-NGN-4*.zip file into your Nexus S storage
Boot into ClockworkMod Recovery
From mounts and storage select format /boot
From main menu select wipe data/factory reset and wipe/cache partition
Use Dalvik-wiper.zip to wipe Dalvik Cache.You can get it from here : Link 1 or here : Link 2
From main menu select install zip from sdcard then choose zip from storage
Select CyberGR-MOD-ver.NS-NGN-4*.zip and proceed with the setup.
When done!Reboot your device
First boot as expected might be slow but nothing to worry about, its normal.After first boot, before doing anything a reboot is recommended.
[*]ENJOY
PS : First time NSToolls will ask you for superuser permissions, be careful to press ALLOW, then it will come up with a notification saying "some settings have been discarded" blah blah, don`t worry it`s absolutely normal!!Just open NSTools, configure and reboot!!​
Download :​
Dropbox : Link
MediaFire : Link
CyberGR-MOD|NS.NGN ver.4 Ultimate it`s also into Rom Manager app. by Koush. Find it, Rate it, Leave a comment or feedback, Download it!!
Extras :​
Normal GB Phone/Dialer-Contacts : Link 1 or LINK 2 (Flashable under recovery)
Transparent Contacts Final: Link 1 or LINK 2 (Flashable under recovery)
Getting FC when trying to Join Contacts! - Fixed
DSPmanager : Removed (If you still want it search for it or pm me.)
Disclaimer :​
You can always flash what ever kernel you want but keep in mind that this custom ROM has been tested and has been found to be really stable and fast with all features working on latest Franco Kernel.
Please be aware that you are flashing at your own risk.
CREDITS and special THANKS to :​
CyanogenMOD 7 Team.
franciscofranco for his awesome kernel.
Ezekeel for the various MODs.
Supercurio for the voodoo app.
Morfic for dalvik-wiper.
arifhn for NSTools app.
Koushik Dutta for Rom Manager app. & host.​
ENJOY and don`t forget to press the THANKS BUTTON if you like my work!!Cost you nothing!!
Screenshots :​
Change log :​
23.12 : Dark transparency in contacts and phone/dialer - Fixed everything works now - no preferences or join contacts problems anymore,
some tweak changes, hosts file updated, new wallpapers (some from Galaxy Nexus), drop down notifications menu changes, updated GoogleMusic to Version 4.1.511,
version name changed to ver. 4 Ultimate GB.
14.12 : Some tweaks changes,hosts file update, transparency in contacts and phone/dialer, new wallpapers (some from Galaxy Nexus), removed BLN app, added ROM Manager by Koush., NoWallpaper.apk icon changed, added SE Bravia Engine (works with stock gallery .apk & video app. - maybe a placebo but without collateral effects.)-Rom Manager Support.
09.12 : Latest stable Franco 08/12/2011 Kernel, removed file explorer- added ES File Explorer by EStrongs, ICS sounds, BLN Control, Newest Host file, minor speed tweaks, minor Framework changes, added working changelog file under CyanogenMOD/System, better performance overall..!
06.12 : Minor fix regarding youtube application! Removed, get it from market!​
Reserved 2!
downloading
Sent from my Nexus S using xda premium
nice work!
gonemad02 said:
downloading
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Have fun mate!!Waiting your impressions and if there is any request and advice it`s welcome!!
ps: Pressed you the thanks button cause you are the first to download my ROM and posting! ;-)
nexusphone said:
nice work!
Click to expand...
Click to collapse
Thank you buddy!
Maybe cheeky but is there support for four hotseats in the launcher a la oxygen?
Sent from my Nexus S using xda premium
wildestpixel said:
Maybe cheeky but is there support for four hotseats in the launcher a la oxygen?
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Sure mate!You can extract Launcher2.apk from Oxygen 2.3.2 Rom and replace the one on this ROM..It`s under system/app folder!Use root explorer, it`s already there in the rom under the name explorer!!DONE!
Cybergr said:
Sure mate!You can extract Launcher2.apk from Oxygen 2.3.2 Rom and replace the one on this ROM..It`s under system/app folder!Use root explorer, it`s already there in the rom under the name explorer!!DONE!
Click to expand...
Click to collapse
In which case this rom is for sure a goer. Cheers cybergr
Sent from my Nexus S using xda premium
wildestpixel said:
In which case this rom is for sure a goer. Cheers cybergr
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Cheers mate..!!
downloading
Bllazo said:
downloading
Click to expand...
Click to collapse
Enjoy the ride!! Waiting feedback ..
Downloading... Will flash after my phone charged to 100%. How about it's battery? Thanks for sharing this.
r5xscn said:
Downloading... Will flash after my phone charged to 100%. How about it's battery? Thanks for sharing this.
Click to expand...
Click to collapse
Sorry for the long time to respond you but I wasn't at home..You arr welcome!!
As for the battery life I think that is just great!I am waiting for your feedback on this! I am gonna be pleased if u like it.
Sent from my Nexus S using xda premium
I forgot to remove youtube.apk from system/app folder,knowing that cause a problem..You will notice that it`s reported as installed under manage app/all but it`s not present in the application drawer and when you go to download it you can`t remove it - download it or update it..!!
So who has already flash the rom please do these three simple step to solve it :
1. Download titanium backup
2. from backup/restore tab, find youtube and click wipe date and then unistall.
3. go to market again and re-download it.
PS: if u get any FC when u 1st launch youtube just go back to titanium backup and wipe data again.
Sorry for the mismatched guys..already fixed it and uploading again!
Nice to see a new ROM, trying it right now!
Sent from my Google Nexus S
Icecoldmeat said:
Nice to see a new ROM, trying it right now!
Sent from my Google Nexus S
Click to expand...
Click to collapse
Keep in mind the minor bug with youtube.apk i have told in the post above your.s.
Ok, isn`t something to worry about..cause it can be easily fixed as described..
I fixed it and i am re-uploading the CyberGR-MOD-NS*.zip file!!
I will need some time though to upload it in two different hosts cause of my slow-crappy upload speed!!
Its cool to see a new rom that promises to be awesone. However im sticking with my ics rom however looks like this has alot of potential. Great job!
shockem said:
Its cool to see a new rom that promises to be awesone. However im sticking with my ics rom however looks like this has alot of potential. Great job!
Click to expand...
Click to collapse
Thank you...and hope u try it one day!
downloding......1st i like to say thank you for your hard work and wish u all the best for the future, sory for my bad eng

[ROM][Mar 18][XXLC1] CheckROM NoteHD™ V6 | Kitchen Pro v2.41 | Perfection Delivered!

Development is now halted as the device we have is no more.
Till we get one device we will give you support But no release.
Need to chat live to our developers,
http://checkrom.com/
Where support gets refined as social networking
​
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
THREAD NAVIGATION
(Just Click the Text to get to the Desired Section)​
CheckROM Revo NoteHD™ Base ROM Post
MDPI QuickSetting's & Toggle 2G Apk
Submit Your Content to the Kitchen
OLD Change-Log
FAQ
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CheckROM Revo NoteHD 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 other Rom's
-Backup user data with the kicthen v1.2.4
-Titanium backup
-cwm backup
-full wipe and download the new rom
Hopefully with the kitchen app v1.2.4 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!
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 NoteHD v6 ★XXLC1★ ☆☆☆☆☆☆☆☆☆☆☆☆​​​
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Changelog V6
Based on XXLC1 Firmware from Samsung
Kernel: CF Root for XXLC1 v5.3
Full WIPE
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Deodexed
Zipaligned
Completely Stock look
All Samsung apps retained a.k.a Heavy ROM
Added Modules to NTFS Support
Smooth Spinner's
Mod-Battery with incremental rate of 1%
All usual CheckROM Tweaks
DOWNLOADS:
CheckROM NoteHD™ v6: http://bit.ly/CRNoteHDV6
Click to expand...
Click to collapse
NoteHD™ v6 post's from here: http://forum.xda-developers.com/showpost.php?p=23744768&postcount=2973
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credits:
sileshnair for all the effort and time he has put in development with us @CheckROM
faby71 for for Call Recording
padlad for the SMS- and Camara-Mod
lidroid for his '14 Toggle Mod' and Quick Settings app
eybee1970 Support & Fingerprint on Kl7
doctorcete for the Smooth Spinner's
Chainfire for kernel
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Start UP Videos
FAQ
audioph1le said:
Benchmarked the ROM with all four Kernels under same conditions (No OC).
I ran Antutu 2x (chose the best score) and Quadrant 4x with each Kernel.
SD Card is a Kingston 8GB Class 10.
CF Root: Antutu: 6420. Quadrant: 4180, 4517, 4838, 4680.
SpeedMod: Antutu: 5328. Quadrant: 3705, 3860, 4452, 4578.
FM Kernel: Antutu: 6888. Quadrant: 4377, 4940, 5152, 5041.
FM Kernel @1,6GHz: Antutu: 7339. Quadrant: 4627, 5044, 5456, 5422.
Abyss: ANtutu: 6881. Quadrant: 4375, 5028, 5079, 5188
Abyss @1,6GHz: ANtutu: 7435. Quadrant: 4679, 4982, 5367, 5271
Date of Benchmarks:27 Jan 2012
Definitions:
- DK = Dark Knight (just a name for the Edition)
- CWM = ClockworkMod Recovery (mostly used to install new ROMs)
- SGN / GN = Samsung Galaxy Note
- Firmware = Base System of our Galaxy Note (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 XXKL7 Deodexed is flashable with the ROM.
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
Click to expand...
Click to collapse
QuickSetting's Apk​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
​
QuickSetting's Apk is created by LilDroid so prop's to him, but it was not made for Multi Dpi and every time we mod it it stars to FC!
I have Succeeded in making the app MDPI and hence now it fits Beautifully on our HD Screen
Other Dev's are Welcomed to Take the QuickSetting's Apk and use it in there ROM's​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Toggle 2G Apk​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
​
Toogle2G save energy. If you activate it, then you can set your phone always to 2G, also during WiFi-Mode!
With a plugin (to download in the app Toogle2G) you can simple switch between 2G or 3G.
NO other app works so comfortable! NONE! (because of the API)
If you have for the first time Toogle2G turned on, then make your settings on it,
then turn your mobile Internet at least once off, then just wait and then turn your mobile Internet on again.
Also be aware many of Toggle2G Settings will take effect after a reboot only.
Main Thread:http://forum.xda-developers.com/showthread.php?t=739530​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Submit Your Content to the Kitchen
Do You have a Mod to Share?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
If any one of you is Interested in making a mod or publishing some of your creation in our kitchen fell free to do so.
And just Notify me via a PM message about your mod and I will Update it in the Kitchen ASAP
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Now the Possibilites of the Kitchen is Limitless
we can host any thing we want on it.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Theme's,
Mods,
App's,
Bootanimation's,
Boot Sounds,
VrThemes,
Any thing imaginable and any thing that's flashable
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
All the Credits of the Developer who publishes there content is duly given
READ THIS CAREFULLY!!!
Dev's spent more than a multiple of 100 hours into Development for Samsung Phones (Galaxy S, Galaxy SL, Vibrant, Captivate, Epic, Ace, Mini, Galaxy S II, Galaxy Note and so on...)
and didn't DEMAND ANYTHING from YOU. We didn't ask for money, we didn't ask for help. Everything was given out for free. We're doing this for fun and for YOU!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
[Dont's] Users are coming into this forum
- get download link
- not read instructions
- not read FAQs
- flash it
- brick phone or have problems
- not use google (http://justfuckinggoogleit.com/)
- not use search function
- not read a few pages back
- not use brain
- create new post with dumb question
Click to expand...
Click to collapse
Click to expand...
Click to collapse
So this is how some users are going to say "THANKS" ???
I mean: xxx hours vs. 0 seconds ???
Is it to much for some users to spend 5 minutes on trying to find a solution using google?
Lazyness?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
[DO's] You can avoid this by following this simple rules:
- read the whole first page
- read the FAQs
- think about it
Click to expand...
Click to collapse
Click to expand...
Click to collapse
if you did understand what you've read there, flash it.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
IF EVERYTHING WENT WELL
- hit the thanks button. don't create a post just to say thanks or to say that everything is fine.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
IF YOU FACE A PROBLEM
- google for it (http://justfuckinggoogleit.com/)
- use the search function
- read some pages back
- read the FAQs
- think about it
- THINK about creating a post
- get logs and usefull infos for developers
- think again about it
- start creating a post, logs and usefull infos attached
- think again about it
- submit the post
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Clear?
I mean, if you don't want to spend 5 minutes for getting some knowledge then you will be a NOOB forever! If this is the case, then leave this thread IMMEDIATELY!!!
Now i want to thank every user who's using google, the search function and his brain if he faces a problem.
You're doing a good job and you're really making dev's life better.
Thanks for this!!!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credit- @codeworkx
Finally you are here ! Waiting for this one...Thanks a lot..
Old Change Log
CheckROM™ NoteHD V5
Based on XXLA4 Firmware from Samsung
Kernel: CF Root
No WIPE
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
Multi CSC
Deodexed
Zipaligned
Completely Stock look
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 Modified sqlite3
Video and Audio Gtalk Front Camera 2.3.5
Market Fixed! (added old market)(use the same method as in kl7 to fix market to v3.4.4)
Most of the Samsung widgets and app's removed!
Kernel Scrips to make over all battery life better
Added Modules to NTFS Support
Touch Fix applied
Smooth Spinner's
Mod-Battery with incremental rate of 1%
ICS Transition Animation's
Added VOIP for Wifi
Latest Jkay Mod Suppot (Just Download and install from Kitchen)
CheckROM™ Revo NoteHD V4
Based on XXLA1 Firmware from Samsung
Kernel: SpeedMod K1 Test1
No WIPE
Build.prop tweaks
Hardware Acceleration Enabled (GPU UI Enabled)
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 Modified sqlite3
Video and Audio Gtalk Front Camera 2.3.5
Market Fixed! (added old market)(use the same method as in kl7 to fix market to v3.4.4)
Most of the Samsung widgets and app's removed!
Kernel Scrips to make over all battery life better
Added Modules to NTFS Support
Forced Launcher into Memory (Reduced lag in all launchers)
Touch Fix applied
Smooth Spinner's
14 Status bar toggles each linked to its corresponding setting's when long pressed
MDPI Quick setting's app for Customizing Toggle's
Mod-Battery with incremental rate of 1%
ICS Transition Animation's
Added VOIP for Wifi
Added ICS Progress Bar's
CheckROM™ Revo NoteHD V3
Full Wipe (Last one i promise)
Removed Code below
Code:
#Force launcer to memory ro.HOME_APP_ADJ=1
Reverted to pure Samsung Experience
Added Modules to NTFS Support
Widget's not showing bug fixed
CheckROM™ Revo NoteHD V2.5
Full Wipe
Removed Kernel Scheduler (For better Battery)
Removed a few Build.prop tweaks
Removed Toggle 2G (Causes Boot-loops, system instability)
Framework now back to Samsung Aosp
Fixed a few more bug's
Nearing Perfection
Reminder Don't flash any script on this ROM, We have our own optimized Script's
CheckROM™ Revo NoteHD V2
FULL WIPE
Kitchen Pro app V1.2.5 (updated)
Added Toggle 2G adapted to framework
Force Launcher into memory tweak
Launcher lag reduced as much as possible (But its still there just a little,its a firmware issue)
Improved Ram Stability
Zipallining of system/app and /system/framework @Boot
Some Minor Bug's fixed
Market Reverted to old (You have to adjust with it for now)
CheckROM™ Revo NoteHD V1
Based on XXKL7 Firmware from Samsung
Kernel: CF-Root-XXKL7-v5.0-CWM5
FULL WIPE
Build.prop tweaks
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 Modded sqlite3
Mod-Battery with incremental rate of 1%
ICS Transition Animation's
Added VOIP for Wifi
New Market 3.3.4 (Fixed)
Video and Audio Gtalk Front Camera 2.3.5
MODEM:XXKL7
Most of the Samsung widgets and app's removed!
Fully optimized .png's Smooth animation's
Ram Management Significantly Improved
Kernel Scrips to make over all battery life better
Touch Fix applied
Smooth Spinner's
14 Status bar toggles each linked to its corresponding setting's when long pressed
MDPI Quick setting's app for Customizing Toggle's
(Thanks to lildroid for the app, I just made it MDPI compatible)
Kitchen Pro app for Rom Customization
Well what should we post than here if there is no download ore pictures, changelog. Just make thread if you have something. This a dev forum not a ad forum.
robertberma said:
Well what should we post than here if there is no download ore pictures, changelog. Just make thread if you have something. This a dev forum not a ad forum.
Click to expand...
Click to collapse
If anyone has seen the products of Leomar & Checkrom, there are many (good) reasons to post anything here!
robertberma said:
Well what should we post than here if there is no download ore pictures, changelog. Just make thread if you have something. This a dev forum not a ad forum.
Click to expand...
Click to collapse
Come on mister...we are talking about Leomar! Top dev! he is building his thread now, so be patient!
I can't wait for checkrom...
Sent from the best smartphone, Galaxy Note...
eliashadow said:
Come on mister...we are talking about Leomar! Top dev! he us building his thread now, so be patient!
I can't wait for checkrom...
Sent from the best smartphone, Galaxy Note...
Click to expand...
Click to collapse
Sorry, now i want no more!!! Today release?
LeoMar75 said:
We are Building our thread pleases do not post any thing now on this thread
We need some space
Click to expand...
Click to collapse
robertberma said:
Well what should we post than here if there is no download ore pictures, changelog. Just make thread if you have something. This a dev forum not a ad forum.
Click to expand...
Click to collapse
But you did see the red letters in the first post, didn't you?
pkoper said:
But you did see the red letters in the first post, didn't you?
Click to expand...
Click to collapse
Yes oke sssst and wait, going to google now the dev
where is dl link????
I used this rom on the S2 and it is great
Don`t want to spoil the fun but i read samsung pulled the DBT XXKL7 rom because of touch screen problems, did you guys solve it?
http://checkrom.com/threads/xxkkl7-2-3-6-checkrom™-revo-notehd-v1.347/
gee2012 said:
I used this rom on the S2 and it is great
Don`t want to spoil the fun but i read samsung pulled the DBT XXKL7 rom because of touch screen problems, did you guys solve it?
Click to expand...
Click to collapse
its all solved
You need to give us around 30Min more... just be patient
GadgetCheck said:
its all solved
You need to give us around 30Min more... just be patient
Click to expand...
Click to collapse
Great
Finally the wait is over! check rom is here. !
wow~~~, finally shows up in G.Note
waiting for the DL link appears ;-)

[ROM][20/03/2012]GB_AtrixMix_v1_by_otogy2002 - 2.3.6_ ROM;)

Hi boys,
I made my first rom for our Atrix 4G and graphically as the stock has not changed hardly at all, I thought I'd change it almost completely in the hope that you enjoy it, my rom is based on 2.3.6 of that Nottatrix thank you and I respect and I changed something here and adding programs interesting for me now to give the end user usability of a nearly perfect rom
IMPORTANT INSTALLATION:
Having unlocked bootloader
Having romracer recovery
then flash the rom GB_AtrixMix_v1_by_otogy2002.zip (to recovery)
Good Fun
FEATURING:
- Complete New Ringtone and system Sound
- Faux123's OC kernel rel. 024 (1.45Ghz)
- EXT4 filesystem for /system, /data and /cache partitions
- /system/etc/init.d support
- CIFS
- TUN
- Deadline scheduler
- Ram Fix
- Zipalign all apps at boot time
- OC up to 1450 Mhz (via SETCPU, Antutu CPU Master or Pimp my CPU)
- Motorola Blur Launcher
- Go Launcher - I PREFER THIS
- Stock 2.3.6 Framework Full modded by me
- MOD Honeycomb Battery with 1% steps
- Miui Music
- Google Music (REMOVED MUSIC APP)
- GPS Modded and Fast
- Sqlite3
- Battery Driver Fix
- Deodexed
- Rooted
- Busybox 1.19.0
- QuickPanel Settings Menu MODDED
- Stock camera with 1080p video recording enabled
- Android Bootanimation mod
Apps added:
Cinetrailer
GL to SD
Dowload all Files
File Expert
Go Launcher(alternative launcher)
Play Store(New Market)
Miui Gallery
Gallery AOSP
Quickpic
MxPlayer (best Player for video)
Quick Boot
Screen Grabber(Screenshoot)
Sd Tools
Sd Increase
Siine Keyboard
Touchpal Keyboard
TegraZone
More...........
ScreenShot :
Uploaded with ImageShack.us
ROM ONLINE!!!!!!!!!!!!!!!!!!!!!!!!
Here:
1° LINK :(NEW)
http://ifile.it/2zs6v84
2°LINK:
http://dl.dropbox.com/u/67757741/GB_AtrixMix_v1_by_otogy2002.zip
DropBOX(OnLINE!!!!!!!!)
N.B.:Users are warned that neither I nor FORUM OF THE FORUM FOR xda, BE LIABLE IF DAMAGED YOUR END, THEN INSTALLED THE ROM AT YOUR OWN RISK.
Credit to my ROM thread for NottachTrix (TO THANK)
I would like to say thanks for your hard work! But you built this from Nottachtrix... And Nottachtrix already has more than half of the mods that you listed...
What Nottachtrix already has said:
FEATURING:
- Faux123's OC kernel rel. 024 (1.45Ghz)
- EXT4 filesystem for /system, /data and /cache partitions
- /system/etc/init.d support
- Ram Fix
- Zipalign all apps at boot time
- OC up to 1450 Mhz (via SETCPU, Antutu CPU Master or Pimp my CPU)
- Motorola Blur Launcher
- Stock 2.3.6 Framework Full
- Sqlite3
- Battery Driver Fix
- Deodexed
- Rooted
- Busybox 1.19.0
- QuickPanel Settings Menu MODDED
- Stock camera with 1080p video recording enabled
- Android Bootanimation mod
Apps added:
Play Store(New Market)
Miui Gallery
Gallery AOSP
Quickpic
Click to expand...
Click to collapse
Everything is customizable via the Aura Installer, no offence but it seems like you did was add a few apps and theme it...
I'm not trying to be a troll or whatever, but it would be nice to see some new ROM's that aren't a bit redundant...
Alaq said:
no problem
in fact the ROM is based on 2.3.6 of nottatrix, but it 'profoundly different
If you feel when you leave Will you make it available immediately realize .....
Otherwise, I completely changed the framework and this does seem a little
Click to expand...
Click to collapse
Okay, I will try it and see how it goes...
EDIT: When is the upload gonna finish?
the atrix dev section just gets getting better and better !!
great to see another dev for our beloved atrix's !
Waiting for the download link!
Great job!
Rom ONLINE!!!!!!!!!!!!!
At first post
Downloading!!!! Thanks!
stylus1828 said:
Downloading!!!! Thanks!
Click to expand...
Click to collapse
Let me know if you like I recommend
downloading and will install shortly !!
will report after testing and using the rom !
thanks ""OTOGY2002""
aaki_rocker said:
the atrix dev section just gets getting better and better !!
great to see another dev for our beloved atrix's !
Click to expand...
Click to collapse
Thanks Really, I'm in love with this terminal(ATRIX 4G)and thinks that I come from ....... GalaxyS2
aaki_rocker said:
downloading and will install shortly !!
will report after testing and using the rom !
thanks ""OTOGY2002""
Click to expand...
Click to collapse
Ok my friends
Can someone please mirror this on mediafire? I can't download from uploading...
Alaq said:
Can someone please mirror this on mediafire? I can't download from uploading...
Click to expand...
Click to collapse
ok I see what I can do, advice on server for files larger than 200 mb?
Try dropbox...
Downloading!
I will test the ROM in the next few days.
I am glad that there are always new ROM's, for I have none, and this has convinced me 100 percent!
Nevertheless, of course, applies to all Devs my respect!
But I'm probably some kind of ROM junkie, and even to a person who wishes to have everything perfect. In the last ROMs (Nottach, ATRIX-Reloaded and Joker / Turl), there were always reboots after intensive use of cell phones.
Sorry for my bad english!
Thanks!
I used the phone for 2 minutes and got a reset.
At the second boot everything stopped working(frozen screen). Maybe it's a bad flash. Gonna flash it again.
stylus1828 said:
I used the phone for 2 minutes and got a reset.
At the second boot everything stopped working(frozen screen). Maybe it's a bad flash. Gonna flash it again.
Click to expand...
Click to collapse
I added another link dropbox, try it
Now it works ok, no more reboots. This rom is like a tasty pizza from Sicily!
stylus1828 said:
Now it works ok, no more reboots. This rom is like a tasty pizza from Sicily!
Click to expand...
Click to collapse
Really thanks for the compliment, do you like?

[ROM][GT-P3100][JB 4.2.2 03-08-2013 PSN>> Stock Roms (4.2.2/4.1.2)

ANDROID 4.2.2
Details: 02-08-2013
P3100XXDMG6: ro.build.changelist=1198223
-deodexed and zipaligned P3100XXDMG6
-rooted SuperSU 1.51
-Busubox 1.22 installed
-hacked hosts (add-free)
-init.d support added
-zipalign and sqlite scripts added
Procedure:
-make sure you have CWM recovery installed
-copy zip to sdcard or external sdcard
-format data/cache (factory reset) (MUST if you are coming from 4.1.2 stock rom or 4.2.2 CM rom)
-install zip from the location you placed zip
-reboot system! --- 1st boot will take lot of time.
NOTE: this rom comes with Original Stock kernel
DOWNLOAD
CLICK HERE
ANDROID 4.1.2
Details: 27-07-2013
P3100BVDMF1: ro.build.changelist=1274437
-deodexed and zipaligned P3100BVDMF1
-rooted SuperSU 1.43
-Busubox 1.22 installed
-INDIAN CSC Activated
-hacked hosts (add-free)
-added free user apps (x-plore file manager, network speed monitor, google music]
-optional apex launcher installed
-init.d support added
-zipalign and sqlite scripts added
Procedure:
-make sure you have CWM recovery installed
-copy zip to sdcard or external sdcard
-format data/cache (factory reset)
-install zip from the location you placed zip
-reboot system!
NOTE: this rom comes with Original Stock kernel
DOWNLOAD
CLICK HERE
placeholder
Love to see new chefs in the kitchen, best of luck with your new release
Sent from my SPH-D710 using xda app-developers app
Eagerly awaiting your ROM.
Plz keep it as close to Stock as possible. Just improve it with every possible tweaks and tricks
Same here
Download link added
Very nice build.
I want to know how can I theme the status bar icons and the bottom bar?:silly:
drdingdong said:
Very nice build.
I want to know how can I theme the status bar icons and the bottom bar?:silly:
Click to expand...
Click to collapse
Well I duno much abt theming part
Sent from Galaxy S III Stock 4.1.2 with official CM10 Dualboot using Siyah kernel v1.8.4
thank you for this release,
will report back
all the best :good:
This isn't a .zip file. Am I missing something here....?
jamesbond_28_007 said:
This isn't a .zip file. Am I missing something here....?
Click to expand...
Click to collapse
oops... fgot to add .zip extension while renaming online
its a zip.. and it will open as zip on renaming..
i HAVE FIXED IT... NOW DOWNLOAD WILL BE A ZIP !
Hey this is a phablet ui. Is there any way to set to tablet ui?
Nurra said:
Hey this is a phablet ui. Is there any way to set to tablet ui?
Click to expand...
Click to collapse
i havent really tried anything like it.. i wanted it to be almost pure stock !
Have you removed battery percentage? Can't find it anywhere. Great Rom - thanks. Would be nice to see battery circle percentage mod
jamesbond_28_007 said:
Have you removed battery percentage? Can't find it anywhere. Great Rom - thanks. Would be nice to see battery circle percentage mod
Click to expand...
Click to collapse
it is absent originally in this stock firmware..
as of now i cant modify franework
Baseband that came with this rom firmware DDCLL1 (P3100DDCLK1)
odin flashable tar.md5 baseband available on 1st post !
Hmm... funny maybe Samsung decide it would be better for this tablet to have phablet ui. Other stock acutally has tablet ui. Anyway I've got one more problem. It seems phone mic isn't working for me, person on the other line can't here my voice. My tab 2 is 3100. Great to see chef who has close to stock philosophy,
Nurra said:
Hmm... funny maybe Samsung decide it would be better for this tablet to have phablet ui. Other stock acutally has tablet ui. Anyway I've got one more problem. It seems phone mic isn't working for me, person on the other line can't here my voice. My tab 2 is 3100. Great to see chef who has close to stock philosophy,
Click to expand...
Click to collapse
Thx
Try clearing data/cache ... I believe u havent done a factory reset via recovery
Sent from Galaxy S III Stock 4.1.2 with official CM10 Dualboot using Siyah kernel v1.8.4
psndna88 said:
Thx
Try clearing data/cache ... I believe u havent done a factory reset via recovery
Sent from Galaxy S III Stock 4.1.2 with official CM10 Dualboot using Siyah kernel v1.8.4
Click to expand...
Click to collapse
I think it has something to do with my device.I always factory reset, wipe cache and dalvik cache. Other stock rom I've tried so far also has this problem. Moving back to aokp rom, which works fine. Will come try your rom again next time.
Nurra said:
I think it has something to do with my device.I always factory reset, wipe cache and dalvik cache. Other stock rom I've tried so far also has this problem. Moving back to aokp rom, which works fine. Will come try your rom again next time.
Click to expand...
Click to collapse
Try changing baseband I provided
Sent from Galaxy S III Stock 4.1.2 with official CM10 Dualboot using Siyah kernel v1.8.4

[ROM][GB][12/09][ARC/S] XtremE GB [v3.0]

Hello Everyone!!
After almost chilling out for a year on XDA, this is my first contribution
I've tried out many ROMS for our beloved devices, but couldn't stay on a single ROM for more than 3-4 days....
Then I thought, why shouldn't I make my own ROM according to my taste and have full liberty of customizing it....
SO after a week or two of reading through guides and checking videos, here it is!! My first ROM based on Gingerbread
(imo our devices were meant to run on GB :angel: )
I've been using this Rom for over a month now without any problems, so i decided to share it with the community...hope you like it!!
And guys, please dont hesitate to tell me if you want anything new or want a new feature or want it removed...we're always here to help you....thanks....you guys mean a lot to me
Thread Navigation​Post 1. Information
Post 2. Downloads
Post 3. Screenshots​
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* but we, at xda will do the best to help you out :)
*/
Features​
Base - 2.3.7
JB themed by me (framework-res.apk)
Fully Zipaligned, Deodexed, BusyBox, Rooted(Super SU)
Debloated
Gb with Xperia S Apps + JellyBean Themed
build.prop fully tweaked
hw_config optimized
ram optimizations
init.d tweaks
optimized for heavy gaming and battery life
Notification LED with pulse working perfectly
a special ringtone (ahh those memories)
Our old stock GB keyboard with swipe...(really missed that when i left stock GB)
All ads blocked
Transparent status bar
Adreno booster mod 0.7
Epic Themes !!​
Installation Instructions [ Unlocked Bootloader ]​
1. Download the rom and put them in SD Card
2. Flash Doomkernel v22 using fastboot.Warning: Do not flash kernel in zip, that is only for Xperia Neo/V..thanks
3. Boot into recovery
4. Wipe Data/factory reset
5. Go to advanced-Wipe Dalvik Cache
6. Go to Mounts and Storage-Format /System
7. Flash the rom and patch(if applicable)
8. Reboot
9. Wait for at least 15mins to let ROM settle down
10. Reboot again and Enjoy :good:
Installation Instructions [ Locked Bootloader ]​
1. Flash Stock .62 / .42
2. Root and install CWM
3. Download the rom and put them in SD Card
4. Boot into recovery
5. Wipe Data/factory reset
6. Go to advanced-Wipe Dalvik Cache
7. Go to Mounts and Storage-Format /System
8. Flash the rom and patch(if applicable)
9. Reboot
10. Wait for at least 15mins to let ROM settle down
11. Reboot again and Enjoy :good:
Upgrade Instructions​1. Download the rom and put them in SD Card
2. Boot into recovery
3. Wipe cache
4. Go to advanced-Wipe Dalvik Cache
5. Flash the rom
6. Reboot
7. Wait for at least 15mins to let ROM settle down
8. Reboot again and Enjoy :good:
Fixes​1. Wifi fix(for wifi not auto connecting when back in signal range) - This app - Fix my wifi
Credits​
sony for stock ROM
Night-Elf for his awesome kernel
Doomlord for doomkernel
Chainfire for Super SU
neroyoung for teaching me how to make ROMS
DefaultThemes.apk Thread by biernes_atrece
transparent SystemUI.apk Thread by Aarush
Adreno booster Thread by Spizzy01
Tickle my Android by Ticklefish
SystemUI.apk and framework-res.apk (thanks a lot ) by Panagos90
Pure Performance X ,Pure Graphic HD, Pure Audio by Jeeko thanks a lot man
if i missed anyone, please let me know (because making something takes real effort and now, i know that)
P.S. always have a backup of your current ROM in case something goes wrong
Downloads​
Main ROM​ - XtremE GB v3.0​
OLD
XtremE GB v2.0
XtremE GB v1.0
PATCHES
Xperia Neo - here
Xperia Arc S - here
Xperia Arc - here
no mirrors please....thanks
how to download patch or addon ? - click on link, then press Ctrl+S
Add Ons​
PDroid Patcher - here
PDroid remover/restore - here
Themed Statusbar (black) - flashing this addon will revert the theme back to GB and its an mdpi mod (some images in ROM may be low res), this is not designed for hdpi ROMS but it did work on hdpi.....regardless of that, the status bar is pretty awesome here worth giving a shot....
if anyone could help me out with changing the theme to JB, it would be appreciated, thanks
Normal Statusbar (transparent) - back to old statusbar
CRT Animation On
CRT Animation Off
Messaging app Xperia Z (white)
Messaging app normal (transparent)
Just wipe Cache and Dalvik Cache after flashing any addon....
Changelog​
v1.0
initial release
v2.0
all apps updated
junk removed
ad file hosts updated
boot animation fixed
Notification bar icons changed (looks more JB )
hdmi fixed
New SystemUI added in Addons section, not included in main ROM enjoy!!
v3.0
all apps updated
ram management improved
network improvements
all lags removed
gpu atpeak performance
gpu rendering enabled by default
improve audio and call quality
2G speed maxed out 28 kbps lol
play almost all games without lag
and much more!! try for yourself!!
​
Screenshots​
SCREENSHOTS
battery lasts for more than a day with average usage on 50% brightness
wow another new rom nice :good: thank dev
process com.android.phone has stoped.
after boot
what is problem?
Would like this ROM to my RAY ...
Is it possible to make a patch for it ?
Thank you.
mathewgx said:
Would like this ROM to my RAY ...
Is it possible to make a patch for it ?
Thank you.
Click to expand...
Click to collapse
have a look at this, if it works, please let me know
http://forum.xda-developers.com/showpost.php?p=45487764&postcount=76
tuaa11 said:
process com.android.phone has stoped.
after boot
what is problem?
Click to expand...
Click to collapse
hey! thanks for trying my rom, did you do a full wipe? if not please do it according to instructions provided
also tell me if you are on locked or unlocked bl, do provide details...thanks
the_neo_v_guy said:
have a look at this, if it works, please let me know
http://forum.xda-developers.com/showpost.php?p=45487764&postcount=76
Click to expand...
Click to collapse
The link for the patch has been removed.
mathewgx said:
The link for the patch has been removed.
Click to expand...
Click to collapse
then the best you could do is find a stock gb based rom from arc development and get the ray patch and flash it...
i guess all patches for stock gb is almost same...so try one
Will test
the_neo_v_guy said:
then the best you could do is find a stock gb based rom from arc development and get the ray patch and flash it...
i guess all patches for stock gb is almost same...so try one
Click to expand...
Click to collapse
another indian dev working for arc will test as soon as possible proud to be an indian :highfive:
a bit off topic
---------- Post added at 10:43 AM ---------- Previous post was at 10:31 AM ----------
Tested the rom no bug yet found
very smooth
some things missings bro such as cpu control
love the transparent status bar (someway to remove battery percentage in it)
Enabled 2g/3g toggle in quicktoggles button but not appearing in statusbar
Great rom straight out of the box :good:
As pentium has said no 2g 3g toggle in statusbar is the only fault I find so far.
I tried to load CM'S focal camera.apk , but all I get in ES File explorer is "there is a problem parsing the package"
I don't know if it will ever be able to be intsalled or not, but if it could be, this would be my perfect rom !!!!
Never the less, it's great as it is, congratulations
Flash
Nicely made ROM!!! I love the smoothness, themes are fantastic, performance is superb. BUT, I have a request- Could you make a flashable Zip to add panorama please??? It's something I use alot hehe... Thanks you for the ROM, now I can show off to my friends haha!!!
BRUTAL DEATH said:
another indian dev working for arc will test as soon as possible proud to be an indian :highfive:
a bit off topic
---------- Post added at 10:43 AM ---------- Previous post was at 10:31 AM ----------
Tested the rom no bug yet found
very smooth
some things missings bro such as cpu control
love the transparent status bar (someway to remove battery percentage in it)
Click to expand...
Click to collapse
will surely add in next version...i guess it will be better to integrate it in settings....this will be there in next update. thanks
pentium1061 said:
Enabled 2g/3g toggle in quicktoggles button but not appearing in statusbar
Click to expand...
Click to collapse
this one is a typical stock gb rom bug....some things i cannot deal with...even led doesnt appera in statusbar..but dont worry,im plannig to do something about it in next update
flashrommad said:
I tried to load CM'S focal camera.apk , but all I get in ES File explorer is "there is a problem parsing the package"
I don't know if it will ever be able to be intsalled or not, but if it could be, this would be my perfect rom !!!!
Click to expand...
Click to collapse
focal camera.apk is made for jelly bean as i guess....you need to find a GB port for it to make it work on gingerbread ROMS
so any apk which is made for a particular android version will not work on the ones below that level
thanks guys for trying my ROM and giving feedback....criticizing this ROM will only help me in making it much better :highfive:
the_neo_v_guy said:
will surely add in next version...i guess it will be better to integrate it in settings....this will be there in next update. thanks
this one is a typical stock gb rom bug....some things i cannot deal with...even led doesnt appera in statusbar..but dont worry,im plannig to do something about it in next update
focal camera.apk is made for jelly bean as i guess....you need to find a GB port for it to make it work on gingerbread ROMS
so any apk which is made for a particular android version will not work on the ones below that level
thanks guys for trying my ROM and giving feedback....criticizing this ROM will only help me in making it much better :highfive:
Click to expand...
Click to collapse
2g/3g is working in stock roms like Xstronger and xgamer roms
Ability to upload the ROM on another site? Thank you
Envoyé depuis mon LT18i avec Tapatalk
Camera is upside down my friend ...
Can you tell me how to fix it ?
How can I get panorama on this ROM? I can't seem to find it... Performance on this ROM is great, ringtones are awesome, themes are beutiful, lockscreen is rely useful and It make my phone stand out of my friends Arcs
zippii said:
Camera is upside down my friend ...
Can you tell me how to fix it ?
Click to expand...
Click to collapse
Did you flash the patch of your device?
Sent from my Xperia Neo V using Tapatalk 2

Categories

Resources