Late already sold.
Repairing it will be expensive and not worth it as sgs3 has launched
Sent from my GT-I9100 using Tapatalk 2
leo brake his arm too?
Late already sold.
Repairing it will be expensive and not worth it as sgs3 has launched
Sent from my GT-I9100 using Tapatalk 2
For all of you Gus wee will keep our app for you guys alive with the help off other devs
So all the developers can pool in tweet development
Sent from my GT-I9100 using Tapatalk 2
For all of you Gus wee will keep our app for you guys alive with the help off other devs
Sent from my GT-I9100 using Tapatalk 2
Aup peeps
Can somebody answer me a few questions please
I have a samsung galaxy s2 Rooted!
Would this Rom work on my phone ?
Model number GT-I9100
Android version 2.3.3
Baseband version I9100XXKDH
Kernal version 2.6.35.7-I9100XEKDB-CL161513 [email protected] #2
Build number GINGERBREAD.XEKDB
And if it does can i just backup, FULL wipe then flash this Rom ?
+ Will i have the same kernal if i flash this Rom ?
Thanks peoples
Short answer....NO.
Long answer......NEVER
why not just flash the checkrom for the s2?
Sent from my GT-N7000 using xda premium
Hmmmm i didnt no there was a version for s2 thats why i asked!
guessing thats in the s2 section ?
Thanks anywaay
Sorry...didnt mean to sound ****-ish. Just dont want you to brick your phone.
Yeah, checkrom have an s2 rom, huge following there.
Sent from my GT-N7000 using xda premium
we will haply make a rom
All we need is a used n7000 say 400$ - 350$ or if some one here can find a better deal.
Sent from my GT-I9100 using Tapatalk 2
Today i will get a device donation thread on our site we will pool I'm after that
Sent from my GT-I9100 using Tapatalk 2
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 Revo NoteHD™ Base ROM Post
MDPI QuickSetting's & Toggle 2G Apk
Submit Your Content to the Kitchen
OLD Change-Log
FAQ
-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/
[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.
![]()
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
![]()
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
NoteHD™ v6 post's from here: http://forum.xda-developers.com/showpost.php?p=23744768&postcount=2973
- 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
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.
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
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
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![]()
Now the Possibilites of the Kitchen is Limitless
we can host any thing we want on it.
- Theme's,
- Mods,
- App's,
- Bootanimation's,
- Boot Sounds,
- VrThemes,
- Any thing imaginable and any thing that's flashable
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!
[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
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?
[DO's] You can avoid this by following this simple rules:
- read the whole first page
- read the FAQs
- think about it
IF EVERYTHING WENT WELL
- hit the thanks button. don't create a post just to say thanks or to say that everything is fine.
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
Credit- @codeworkxClear?
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!!!