Hi Folks,
CM Latest Release :
http://www.madteam.co/forum/development/(d...axy5'-port/v1.4 - 23 September 2011:
•Battery stats wipe?: You must wipe your battery stats in ClockworkMod for this release, since we are using a new kernel battery driver.
•Data wipe?: A regular data-wipe is only necessary if you have problems (as usual).
•Updated CyanogenMod source.
•Deodexed ROM: you can now install the full Google Apps package if you desire. Keep in mind that your first boot after upgrade/fresh install will be slower compared to previous versions, but regular boots will continue to be fast.
•Patch to prevent S2E from applying bad filesystem tweaks (won't interfere if you don't use S2E).
•Linked /cache/download -> /data/download by default (so all users can download large apps from Market, even if not using an app2sd method).
•Kernel: Updated battery driver (based on tass_battery.c 2.6.35 kernel driver) - this should reduce battery drain and prevent the phone from staying stuck on 99% battery for extended periods. Note: your battery stats will be erratic for one or two charging cycles - make sure to wipe your battery stats to help this process.
•Wireless: new driver with Wireless-N capability & better signal (based on Atheros source from Samsung I5508, with patches from 2.6.35 kernel).
•Updated to wpa_supplicant v6 (awext -> wext driver) & reverted to CM7 dhcpcd. This restores wireless signals to Froyo levels.
•Kernel: Updated fsa9280 USB switch driver (from 2.6.35 source).
•Kernel: change default TCP congestion control method to "veno" - should improve wireless reliability, especially if there is wireless congestion in your area. It can also improve wireless throughput under normal wireless conditions.
•Enabled hardware-accelerated 2D rendering (note: this feature wasn't working properly in the previous test hotfixes - it's working now, and there is no graphical corruption).
•Various small bugfixes.
Simple2Ext (S2E) Quick Guide:
Please make sure that you use ROM version v1.4 or later, as it includes a patch to prevent S2E's aggressive filesystem tweaks that cause corruption.•[Optional, but highly recommended]. To make absolutely sure that your /sd-ext partition is not corrupt, manually format the /sd-ext partition:
Code:
adb shell mke2fs /dev/block/mmcblk0p2
or using Terminal Emulator :
#su
#mke2fs /dev/block/mmcblk0p2
•Install S2E from Market.
•Open S2E, click the Menu key -> Settings. Enable "Mount as ext4" (mandatory). Do not select "Set read buffer", as the default value of 2MB will cause extreme lag on our phone. My port already sets the buffer to a more conservative value of 256KB, which I have found works best.
•Close the app and reboot.
•Open S2E again, select the folders you wish to place on the SD card. I recommend that you don't move the "Download cache" folder, as it makes more sense to leave it in internal storage (/data).
•Changes will take effect on the next reboot. Note: your dalvik cache will be rebuilt, so this reboot will be slower than usual.
NOTE : For those who are currently using Link2sd and want to use S2E, I would recommend :
1) Install the new version v.1.4 first (remember, for new rom versions, you need to install again - v.1.4 , hotfix (if any) and gapps.
2) After installing, using CWM, back it up. (Just in case S2E gives you problem or doesn't work).
3) Unistall Link2sd and follow the procedure/guide as above given by Psyke.
Enjoy!
EDIT : After installing the new rom version, the S97ramscript will have to be re-applied/inserted again.This post has been edited by alexysc: Sep 24 2011, 12:28 PM