haythamshalaby / cyanogenmod-kovsky

Automatically exported from code.google.com/p/cyanogenmod-kovsky
Apache License 2.0
0 stars 0 forks source link

Certain apps may crash randomly #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Build Affected: cm-7-20120919-UNOFFICIAL-kovsky
Google Apps: gapps-gb-20110828-signed
Type: System
Priority: Major
Description: Certain apps may crash randomly.
Recreation: Unknown, but occurs when entering an app's page on the Play Store.
Notes: Affected on Play Store, Play Books, etc.

Original issue reported on code.google.com by BrianXP7 on 13 Oct 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Quote: (From ady_95 via XDA-Developers)

Am I the only one with market problems? (on both wi-fi and HSDPA).
mention: Gapps were installed after booting the system once..

it crashes when choosing the desired application (it lets me browse through the 
apps, but it wouldn't even let me to see the details)

Original comment by BrianXP7 on 13 Oct 2012 at 4:51

GoogleCodeExporter commented 8 years ago
It seems those crashes in those apps are due to insufficient memory. I checked 
and it does have enough memory but not allowed to use over 16 MB. This is 
probably because the VM heap size is set very low by default (16m). You can 
change this in Settings > Cyanogenmod settings > Performance > VM heap size, 
increase the value to 32m, and reboot.

Original comment by BrianXP7 on 13 Oct 2012 at 4:56

GoogleCodeExporter commented 8 years ago
I've sent a pull request into the GitHub repository. It should default to 32m 
when build from source now. Probably in the next build, the tweak will be 
applied.

https://github.com/CoolRunnerII/device_kovsky/pull/4

Original comment by BrianXP7 on 13 Oct 2012 at 4:58