Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

cm 6 lags a little going app to home


This topic has been archived. This means that you cannot reply to this topic.
30 replies to this topic

#1 yone187

yone187
  • Members
  • 6 posts

Posted 21 July 2010 - 11:46 PM

After I close an app the home screen lags and takes a second to load all the icons is this a common thing?

#2 LittleWing

LittleWing
  • Members
  • 131 posts

Posted 22 July 2010 - 12:06 AM

Checking:

Settings -> ADWLauncher -> System Preferences -> System Persistent

will likely help if you don't have it currently selected.

#3 yozpalang

yozpalang
  • Members
  • 68 posts

Posted 22 July 2010 - 12:12 AM

View Postyone187, on 21 July 2010 - 11:46 PM, said:

After I close an app the home screen lags and takes a second to load all the icons is this a common thing?


This is a release candidate that is why :)

#4 Codenomics

Codenomics

    Village Idiot

  • Donators
  • 248 posts

Posted 22 July 2010 - 01:07 AM

Welcome to owning a Dream/Magic.

This has dramatically dropped, but will always be an issue with these.

#5 phantomzer0

phantomzer0
  • Members
  • 10 posts

Posted 22 July 2010 - 01:47 AM

View PostCodenomics, on 22 July 2010 - 01:07 AM, said:

Welcome to owning a Dream/Magic.

This has dramatically dropped, but will always be an issue with these.
I actually believe that cm6 is slower in this regard and do not think it has anything to do with owning a dream. The lag is quite obvious and is, in my tests, persistent only in cm6. I'm not complaining though, it is just an RC.

#6 invisiblewave

invisiblewave
  • Donators
  • 1,087 posts

Posted 22 July 2010 - 01:07 PM

It's working fine on my MT3G with Launcher Pro.  Even with a live wallpaper it's pretty good.  The only time I see a lag is the first time after booting, something very intensive is going on during the initialization that wasn't happening in CM5.  Last night I saw the SD card notification icon stay on for a couple of minutes.  Once that's done, though, it's very snappy with no lag on the Home button.

#7 Codenomics

Codenomics

    Village Idiot

  • Donators
  • 248 posts

Posted 22 July 2010 - 04:12 PM

There is a little lag on my Dream but nothing compared to CM5 or Stock. this is a dramatic difference! My wife notices the difference on her phone also.

#8 Bill Chen

Bill Chen
  • Members
  • 24 posts

Posted 22 July 2010 - 05:36 PM

This happens when the home app (acore) is killed to make room for other apps.
The system persistent setting will reduce the probability this happens, but it can't prevent it.
On small memory devices like Dream, the home will be killed when launching almost any large app or launching 2 apps in a row.
The only solution is swapping, but the new memory management system seems to make decisions according to remaining physical memory instead of total memory (i.e. including swap spaces), so the home app still gets killed quite often...

#9 Flying Poo

Flying Poo
  • Members
  • 2 posts

Posted 22 July 2010 - 06:43 PM

I fixed the problem by creating a swap and using it. Nothing lags hardly at all.

Download & Install this via Recovery:
http://www.mediafire.com/?ucotxhv29qlhq34
thanks -stevo-

then I used adb to initialize it
adb shell bootswap90

reboot your phone and all should be better.

#10 Noemaun

Noemaun
  • Members
  • 1 posts

Posted 22 July 2010 - 06:57 PM

enabling swap has removed the lag in cm 6 for me. also i see an increase in performance when i keep the commonly used apps in the internal memory.

#11 argie629

argie629
  • Donators
  • 72 posts

Posted 22 July 2010 - 07:11 PM

View PostFlying Poo, on 22 July 2010 - 06:43 PM, said:

I fixed the problem by creating a swap and using it. Nothing lags hardly at all.
Is this a different swapper ?  Does it run in place of Swapper2 ?  If so, is it your opinion that it's better (more efficient) than Swapper2 ?

George

#12 Flying Poo

Flying Poo
  • Members
  • 2 posts

Posted 22 July 2010 - 08:02 PM

View Postargie629, on 22 July 2010 - 07:11 PM, said:

Is this a different swapper ?  Does it run in place of Swapper2 ?  If so, is it your opinion that it's better (more efficient) than Swapper2 ?

George

Actually I never used swap till CM6 cause of the incredible lag. If I understand it correctly CM6 handles the swap at boot, 83swapon which turns on the lunux based swappiness. in my case a rather high value of 90 so that I can run the browser after clicking a link in a n email and still be able to return to the ADW Launcher without it reloading into memory.

swapon /dev/block/mmcblk0p3;
sysctl -w vm.swappiness=90;
mount -o remount,rw /system
echo "Swap at boot swappiness:90..."
cp -f /system/bin/swapon90 /system/etc/init.d/83swapon
chmod 700 /system/etc/init.d/83swapon
mount -o remount,ro /system
echo "Done."


#13 Chooch

Chooch
  • Members
  • 10 posts

Posted 22 July 2010 - 09:12 PM

View Postyozpalang, on 22 July 2010 - 12:12 AM, said:

This is a release candidate that is why :)
I saw the exact same lag in CM 5.0.8 and judging by the threads, a large amount of others see the same thing in 5.0.8 as well.

View PostLittleWing, on 22 July 2010 - 12:06 AM, said:

Checking:

Settings -> ADWLauncher -> System Preferences -> System Persistent

will likely help if you don't have it currently selected.
Thank you for this - I was driving myself batty looking around for "Spare Parts" :)

#14 el_smurfo

el_smurfo
  • Members
  • 187 posts

Posted 22 July 2010 - 10:55 PM

Sounds like the Spare Parts Lock Home in Memory is coming back in a future build, so this lag might get a bit better.

#15 Chooch

Chooch
  • Members
  • 10 posts

Posted 23 July 2010 - 03:11 AM

View Postel_smurfo, on 22 July 2010 - 10:55 PM, said:

Sounds like the Spare Parts Lock Home in Memory is coming back in a future build, so this lag might get a bit better.
LittleWing's first post (Settings -> ADWLauncher -> System Preferences -> System Persistent) is the equivalent of the Spare Parts option. Works like a charm.

#16 motoman234

motoman234

    Wam! bam! thank you mam

  • Donators
  • 147 posts

Posted 23 July 2010 - 09:24 AM

View PostChooch, on 23 July 2010 - 03:11 AM, said:

LittleWing's first post (Settings -> ADWLauncher -> System Preferences -> System Persistent) is the equivalent of the Spare Parts option. Works like a charm.

It helps but definitely not equivalent. You'll see a big difference when they bring it back in the next build (or a nightly soon). The ADW setting helps me a bit but i still get some home lag. When i installed a spare parts from another build it was night and day difference.

#17 yone187

yone187
  • Members
  • 6 posts

Posted 26 July 2010 - 04:40 PM

View PostFlying Poo, on 22 July 2010 - 06:43 PM, said:

I fixed the problem by creating a swap and using it. Nothing lags hardly at all.

Download & Install this via Recovery:
http://www.mediafire.com/?ucotxhv29qlhq34
thanks -stevo-

then I used adb to initialize it
adb shell bootswap90

reboot your phone and all should be better.
not quite sure how to use ADB

#18 invisiblewave

invisiblewave
  • Donators
  • 1,087 posts

Posted 26 July 2010 - 05:21 PM

View Postyone187, on 26 July 2010 - 04:40 PM, said:

not quite sure how to use ADB

You can do it from a terminal session as well.

su
swapon30
bootswap30

Works on RC2 as well as RC1.

#19 D_Palm

D_Palm
  • Members
  • 63 posts

Posted 26 July 2010 - 06:51 PM

I haven't used a nexus one yet but I was wondering does the nexus one has this kind of issue? like going home takes 4 to 7 seconds? or is just in my mytouch3g??? I expect it not to happen since it has more than double ram and almost twice as fast processor but just asking to those that have used a nexus one full of apps.

#20 yone187

yone187
  • Members
  • 6 posts

Posted 26 July 2010 - 08:07 PM

cool launcher pro+bootswap helped tons!