QUOTE(zam_changloon @ Oct 3 2011, 04:23 PM)
Hi alex.. I'm getting some problem here.. I've flashed my friend's G5 from official froyo to cyanogen..
My steps are as follows:
- Do factory reset *#*#7780#*#*
- flash to ClockWorkMode using Odin
- When it comes to recovery mode, i wipe data & cache
- Flash the packages (CM7 v1.0 + gapps-gb-20110613-signed)
- Reboot
His phone has successfully flashed to CM7 (v1.0) . I flashed to v1.0 becoz his phone still not partitioned..
- I've rebooted to recovery mode again
- Do PARTITION for sdcard
- Flash the packages again to new release (CM7 - v1.5)
Then i proceed to S2E steps
While formating the /sd-ext partition using Terminal Emulator sing the code :
#su
#mke2fs /dev/block/mmcblk0p2
Terminal emulator shows this message :
"mke2fs /dev/block/mmcblk0p2 is apparently in use by the system will not make a file system here!"
Have i done something wrong??? I've stop the next step (installing S2E)..
You have not done anything wrong. It's that
"mke2fs /dev/block/mmcblk0p2 is apparently in use by the system will not make a file system here!" = means that the dalvik cache is in use.
Do this :
1) Using CWM, partition the sdcard.
2) Wipe data/factory reset.
3) Wipe dalvik cache (to resolve the above problem).
4) Install (flash) : cm v.1.5 + gapps
5) Wipe battery stats.
6) Reboot.
7) Install S2E according to Psyke's guide.
8) Done!
NOTE :
1) Make sure use CWM latest version : v.0.5
2) Recommended to use gapps minimal version.
(You can install additional google apps here (use option 1b) :
http://android.modaco.com/topic/335141-add...pps-2011-08-15/3) Remember that installing/upgrading NEW ROMS VERSIONS in CM, you have to install the whole package, i.e. the cm version, hotfix (if there is any), and gapps.
4) For HOTFIX, just only install the hotfix.
5) Only if you perform data wipe/factory reset, you'll have to re-install your apps.
6) If you're just upgrading/installing New Roms versions, your apps will still be intact.
Added on October 3, 2011, 10:43 pmQUOTE(kimimaro_kun @ Oct 3 2011, 07:33 PM)
With v1.4 hf,i found that market is a bit different. Eg i cant find yahoo app in it.. why
Upgrade your market and other google apps here :
http://android.modaco.com/topic/335141-add...pps-2011-08-15/I have never encounter such problem. BTW, you should upgrade to V.1.5. It's amazing!
Added on October 3, 2011, 10:46 pmQUOTE(vccy @ Oct 3 2011, 09:04 PM)
I redownload the mixer from the xda-developer, after install no effect de. How come?

Actually you can just use the themes from xda :
http://forum.xda-developers.com/showthread.php?t=1083055just install whatever themes you like, open theme chooser and apply.
Added on October 3, 2011, 10:53 pmQUOTE(chonkit @ Oct 3 2011, 09:19 PM)
hey..i using cm 1.5 but i unable to download large mb file from market..if i not remember mistaken , we dun need tick the cache option on s2e rite? how to overcome this problem?
Try using App Cache Cleaner download from market.
Your /cache/download folder maybe full in the ext4 partition. You have to wipe your dalvik cache.
Alternately, you can move it to sdcard using Terminal Emu (same as Link2sd) :
# su
# cd /cache
# mv download download.old
# mkdir -p /sdcard/cache/download
# ln -s /sdcard/cache/download download
# reboot.
Added on October 3, 2011, 10:55 pmQUOTE(curiouso9 @ Oct 3 2011, 09:25 PM)
emm.. previous version its ok. but now it wont work if using ext4, at least on my phone. anyone else got positive result using ext4 with s2e?

Yes, S2E can only be used with ext4. It works wonderfully for me.
This post has been edited by alexysc: Oct 3 2011, 11:20 PM