George0211
Android Enthusiast
Has anyone tried SRE 1.2.2 on their Captivate? What do you think of it? How long does the battery last after overclocking the phone?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I've used it, its pretty cool except I didn't do the lag fix because it kills your SD card faster. There are performance gains from the overclocked kernel but it does drain the battery a bit faster.
I've used it, its pretty cool except I didn't do the lag fix because it kills your SD card faster. There are performance gains from the overclocked kernel but it does drain the battery a bit faster.
OK, I guess, I could always try running the version without OC.
Also, 1-click Odin restore, will it still work on the phone running SRE to restore everything back if I don't like it?
How does the lag fix kill the SD card? This is the 1st time I'm seeing anything about that.
), what about all the people running Linux on desktop/laptop machines with SSDs? Aren't those flash-based, and aren't those people just running ext2/3? Yes, and yes, but an SSD has its own firmware which does the wear-leveling itself, while letting the filesystem above it think it's doing what it always did. An SD card just ain't that smart.
Most of the lag fixes, from what I understand, create a Linux ext2/3 filesystem somewhere and use that to store important files, bypassing Samsung's own filesystem, which is slower.
Not really correct. Ext2/3/4 are not specifically designed for any certain media type.But ext2/3 are designed for hard drives, not flash memory,
Technically correct. However you'll be getting a new phone before you wear out your flash.Flash memory can only be written to a limited number of times before it wears out.
Well, let me enlighten you.I don't really know anything about Samsung's filesystem here,
It's called RFS for "robust file system" and it's nothing more than the archaic FAT filesystem with some lame journaling glued on in an inefficient manner so it can claim to be journaled. Unfortunately it's slow as death, but for whatever reason Samsung is proud that they can call it "theirs". The RFS filesystem doesn't, no. The wear-leveling for flash is performed at the hardware level by modern flash memory controllers. It's filesystem-independent.but I infer that theirs does wear-leveling to avoid this problem
RFS is simpler. RFS also uses FAT at its core so it'd work with archaic legacy file-system tools. Really though there's no good reason. RFS is a Samsung creation and it sucks horribly.(otherwise, why would they have bothered to write their own filesystem and not just use ext2/3 which were already available?).