Found here: http://www.slatedroid.com/topic/37048-rom-cyanogenmod-10/
CM10 20120902 Download http://www.mediafire.com/?nxf533poc7wrwb3
This repackage fixes:
1. The corrupt file in the original upload (system/app/RomManager.apk).
2. Fixes the low memory killer issue.
Fix 2 should improve tablet behaviour after a lot of use.
Details:
I have solved this problem with a hack that does the job.
Change contect of the file:
/system/etc/init.d/03kernel
- Code: Select all
#!/system/bin/sh
#
echo "3" > /proc/sys/vm/drop_caches
echo "20" > /proc/sys/vm/swappiness
echo "15" > /proc/sys/vm/dirty_ratio
echo "70" > /proc/sys/vm/vfs_cache_pressure
echo "3000" > /proc/sys/vm/dirty_expire_centisecs
echo "500" > /proc/sys/vm/dirty_writeback_centisecs
echo "3" > /proc/sys/vm/dirty_background_ratio
# allow changes
chmod 0664 /sys/module/lowmemorykiller/parameters/minfree
# these are aggressive settings which seem to improve things
echo "2048,4096,8192,65536,73728,81920" > /sys/module/lowmemorykiller/parameters/minfree
# original settings
# echo "2048,4096,51200,56320,61440,70400" > /sys/module/lowmemorykiller/parameters/minfree
# prevent changes
chmod 0444 /sys/module/lowmemorykiller/parameters/minfree
echo "done Virtual Memory Parameter Tweaks"
This works by changing the permissions on the minfree parameter to read only preventing further changes.
Nasty, perhaps, but it does work.
Instructions
From Christian's post
* !!! IMPORTANT !!! You need a /system partition of at least 300 MB or you have to avoid flashing gapps !!! IMPORTANT !!!
* Upload zips to MicroSD or internal memory.
* Boot into CWM keeping pressed VOL- (MENU) and POWER for 3 secs, than release POWER and after another sec release VOL- (or use Novo7 tools if it doesn't work for your device)
* Select "wipe data/factory reset"
* Select "install zip from sdcard" -> "choose zip from sdcard" (or "choose zip from internal sdcard" if your files are into internal memory) and flash, in this order, rom / gapps / compatibility zip
* Now go back, and select "Reboot system now"
* Enjoy cm10
Note: when you update to a newer build you don't need to do a full wipe, you just have to wipe cache and dalvik cache