zantekk
Erfahrenes Mitglied
- 114
Bin auf androidforums.com auf eine schöne kleine Anleitung gestoßen, um den RAM Verbrauch erheblich zu senken.
Meine Werte:# Remount read/write
adb remount
# open shell
adb shell
# go to apps directory
cd /data/app_s
# delete QuickDroid
rm QuickDroid.apk
# delete NPS sync
rm wssyncmlnps.apk
# disable drexe
mv /system/bin/drexe /system/bin/drexe.off
# disable npsmobex
mv /system/bin/npsmobex /system/bin/npsmobex.off
oh and to flush the cash and get a good baseline of free memory you can run this:
sync ; echo 1 > /proc/sys/vm/drop_caches ; echo 2 > /proc/sys/vm/drop_caches ; echo 3 > /proc/sys/vm/drop_caches ; cat /proc/meminfo ; free
+ 26MB cached RAMfree
total used free shared buffers
Mem: 95948 88808 7140 0 668
Swap: 64744 10704 54040
Total: 160692 99512 61180
Zuletzt bearbeitet: