Share your experience!
Android 4.3 Update Brings TRIM to Xperia SP?
You have to be more specific, is it an app? if so post the link
https://play.google.com/store/apps/details?id=com.contussupport.trimandtone
btw 4.3 its not out just yet
I believe TRIM is part of the core in 4.3.
It's an improvement to the flash memory management that should greatly help performance. You've probably experienced lag starting to creep in after a few weeks when you get a new phone, well this should prevent that.
Sadly it doesn't help lag in actually getting the 4.3 update, right Sony?
I stand corrected, i was thinking about apps
my bad, Indeed its part of 4.3
Let's hope TRIM will be part of Sony's 4.3 upgrade.
I'm not 100% sure if TRIM is generic to all OEM flavors of Android 4.3 (Google offered it to their Nexus first).
The Nexus suffered very badly from slow I/O operations from what I hear. I hope Sony do put it in as my SP runs noticably slower than new after a couple of months.
If you have the sdk and adb you can check TRIM support by running:
adb logcat -d | grep -i fstrim
or for windows:
adb logcat -d | findstr "fstrim"
...when 4.3 shows up, that is.