manisoni28 / adw-launcher-android

Automatically exported from code.google.com/p/adw-launcher-android
0 stars 0 forks source link

ADW contant screen redraw #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening nearly any app on the phone, then closing or pressing home key to 
return to home screen
2.
3.

What is the expected output? What do you see instead?
I expect to get the home screen.  Instead, I get a black screen, then eventual 
redraw of all icons and widgets.  App drawer also reloads all app icons at this 
time, as well.

What version of the product are you using? On what phone? What Android
version?
ADW 1.1.2 (but has been happening since the 0.'s.
Moto Droid (rooted)
Android 2.2 (Bugless Beast 0.4)

Please provide any additional information below.
This happens with the other popular home replacement as well.  Did Google mess 
up something in the 2.2 code that causes this?  If so, what do?

Original issue reported on code.google.com by maboy...@gmail.com on 24 Aug 2010 at 4:55

GoogleCodeExporter commented 8 years ago
This is what android does when you're using another app that demands more 
memory, it closes other apps.

You have 2 options:
-Enable the persistence option in ADWSettings/System settings (but you'll 
launcher loose rotation)
-Use a rom with a proper implementation of the "Keep home in memory" like 
cyanogenmod rom.

Original comment by ander...@gmail.com on 24 Aug 2010 at 8:14