Since the port hasnt worked correcly for now (we will get there)
I share bellow 2 good things to be done to improve performance and battery usage
---------------------------------------------------------------------------------------
For some bugged reason, the phone is at 600mhz Always, thats done because the power "governor" isnt set
You can check it by installing "android system info" and expand the cpu, there it shows the percentage of usage of each clock speed, on mine it was looked at 600mhz
To set it, install busybox, install a terminal emulator and root your device
create a file inside your sdcard with the contents:
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 95 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
echo 3 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/down_differential
echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
execute the file via terminal
sh /sdcard/filename
Im thinking on how to set this on every boot, for now you have to run it every time you reboot or turn of your phone
------------------------------------------------------------------------
And there is a feature that cyanogen recomends on phones that have low ram (our case) is to activate a swap (virtual ram)
there is a program called swapper v2 (search at appbrain.com), with it you can add this swap to your device by using the SDCard, this improves the performance
I havent tested swapper on my device, hopefully our kernel supports swap and we can use the nice feature
Another thing, using swap on your SDCard will increase its usage and for that reason reduce its life, but since SDCard are quite cheap i belive its worth the usage
If anyones tries swapper share your experience
THanks,
James
Added on January 11, 2011, 4:22 am3rd tip of the day
Zeam launcher has been considered the faster launcher for android
Give it a try
info
http://lifehacker.com/5729485/zeam-is-the-...r-weve-seen-yet
Added on January 11, 2011, 6:03 amUploading cyanogen-prealpha-revb-i5500.tar.md5 to dropbox/firmware
THis time the filename is wright

This is a much simpler approach, only the system.rfs is changed, the rest is stock
Inside the system.rfs all the files are from cyanogen+samsung files
Give it a try
Thank you all testers
Added on January 11, 2011, 7:44 amrevb bootsup bot stops at the flashing samsung logo
Almost there, i hope
This post has been edited by motafoca: Jan 11 2011, 07:44 AM