The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-11-11
, 16:44
|
Posts: 138 |
Thanked: 144 times |
Joined on Oct 2012
@ Devon, England
|
#712
|
I have been told the "apps crashing when installing something" problem is due to running low on memeory on the device, but cannot verify that as I have not ever encountered that problem myself.
Are those some self-installed applications or the defult set that come with N9 and are always running (grob, fenix,...?)
|
2013-11-16
, 16:03
|
Posts: 12 |
Thanked: 3 times |
Joined on Dec 2011
@ Beijing
|
#713
|
|
2013-11-16
, 16:09
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#714
|
Seems a little unlikely to me; I rarely have many apps open, and I've seen the Store crash itself with nothing else open at all. OOM would also surely happen with a closed kernel too, and I've never seen these crashes outside openmode.
Certainly grob, as I said the Store dies a lot (and didn't do so without openmode), built-in settings apps, etc. I can't think if anything non-Nokia crashes for this reason offhand, will experiment.
EDIT: Wait, yes I can. Warehouse has the same problem, and I'm pretty sure that doesn't have a preloader.
Further info, after testing with a fresh flash. This may be old news to many, but I'm just pooling all the info I can collect.
These crashes always happen in the actual install, not while downloading or unpacking (unsurprisingly). They can also happen when uninstalling apps.
Unless the app killer is extremely overzealous, or memory usage spikes faster than I can check, OOM is not the only problem here - I managed to get Warehouse and grob to crash with >300MB of RAM free.
Some apps don't crash at all, despite everything else doing so. I also haven't seen anything running directly from Terminal crash yet (Fingerterm, however, will crash), including apps which do normally.
Can't test any further as it's mysteriously stopped happening for a bit.
|
2013-11-16
, 17:36
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#715
|
I have installed ubiboot-02_0.3.5_301013.tar successfully on black n9. However, I found
/usr/bin/show_png /usr/share/themes/blanco/meegotouch/images/system-services/booting.png (which is in /sbin/preinit_harmattan) didn't work, it didn't show my customized png file.
echo "testing" >> /root/my_test_file
|
2013-11-16
, 17:38
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#716
|
|
2013-11-17
, 02:01
|
Posts: 12 |
Thanked: 3 times |
Joined on Dec 2011
@ Beijing
|
#717
|
You checked that it was the "/sbin/preinit_harmattan" for sure, and not "/sbin/preinit" for example?
What did get shown when your boot picture should have loaded, nothing or just the pulsing "NOKIA" logo?
To make sure you really ran code in the preinit to the place where you show the picture, you could add something like;or something next to the place where you show the bootup picture.Code:echo "testing" >> /root/my_test_file
Then, after the boot go and check that the statement had executed.
echo "gemfield2" > /root/gemfield2.log if [ -f /usr/share/themes/blanco/meegotouch/images/system-services/booting.png -a -x /usr/bin/show_png ]; then /usr/bin/show_png /usr/share/themes/blanco/meegotouch/images/system-services/booting.png echo "gemfield3" > /root/gemfield3.log # fallback to bmp elif [ -f /usr/share/themes/blanco/meegotouch/images/system-services/booting.bmp -a -x /usr/sbin/show_bmp ]; then /usr/sbin/show_bmp -i /usr/share/themes/blanco/meegotouch/images/system-services/booting.bmp fi
|
2013-11-17
, 14:10
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#719
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-11-17
, 18:56
|
Posts: 138 |
Thanked: 144 times |
Joined on Oct 2012
@ Devon, England
|
#720
|
After that happens, I'd like to see a snip off your syslog, if something can be seen from there...?
I would be intrested in knowing what are the apps that people see crashing anyway? Are those some self-installed applications or the defult set that come with N9 and are always running (grob, fenix,...?)