Reply
Thread Tools
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#491
Just found many people got a problem after install apps from store or deb, all running apps closed after installation, but this is not everytimes.

Maybe this is because of the hw rev problem also? same as ubiboot booting previously?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#492
Originally Posted by TMavica View Post
Just found many people got a problem after install apps from store or deb, all running apps closed after installation, but this is not everytimes.

Maybe this is because of the hw rev problem also? same as ubiboot booting previously?
System has this process called Out of Memory handler which issues "kill -9" to the applications that are not whitelisted when memory tresshold limit is reached. And installing applications eats usually quite much memory, which causes OOM process to start the killing spree.

If the treshold limit is not reached then nothing is killed.

Ubiboot rebooting issue was more because of watchdogs not beeing triggered.
__________________
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
 

The Following 2 Users Say Thank You to rainisto For This Useful Post:
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#493
Originally Posted by rainisto View Post
Thats nothing to do with open mode, it happens on secure mode too. System kills background applications if it decides that its low on RAM. Its a feature and not a bug.
But this happens only in open mode for me... It closes even one app, usually i don't keep much apps open...
__________________
Petition to get bug fixing for N9:
http://www.change.org/en-GB/petition...g-for-nokia-n9
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#494
Originally Posted by Lucazz990 View Post
But this happens only in open mode for me... It closes even one app, usually i don't keep much apps open...
YA
it only happened in open mode, but not in normal mode
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#495
@juiceme
Just as a reminder (due to TMavicas note above and this

Originally Posted by juiceme View Post
.
.
.
See, ubiboot 0.3.3 searches for the conf files in this order:
1.) mtd4/
2.) mtd5/
3.) mmcblk0p1/boot/

So if you take into use your mtd4, for example, and put your ubiboot.conf and cpio there, it will find that first and not try to search for files on mmcblk0p1/boot/
I already noted before, that loading from mtd5 does not work yet (at least for me), due to not 'unmounting' mtd4 or numbering ubi devive mtd5 as #2.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#496
Originally Posted by peterleinchen View Post
@juiceme
Just as a reminder (due to TMavicas note above and this



I already noted before, that loading from mtd5 does not work yet (at least for me), due to not 'unmounting' mtd4 or numbering ubi devive mtd5 as #2.
Yes, and that is already fixed in the 0.3.3-alpha. The problem was a typo in initscript:

juice@osiris:~/kernel_dev$ diff 2.6.32.54-ubiboot-02_may/usr/ubifs/init 2.6.32.54-ubiboot-02_sep/usr/ubifs/init | grep /mnt/u5
< mount -t /mnt/u5
> mount /mnt/u5
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#497
Hey guys, I have a question! Some days ago I installed Ubiboot without installing Nemo (only Harmattan and NitDroid) but now I'd like to try it, what's the way to follow? Can I just follow the nemo-related steps in the wiki or I have to flash ubiboot again? Thanks
__________________
Petition to get bug fixing for N9:
http://www.change.org/en-GB/petition...g-for-nokia-n9
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#498
@juiceme i will test later when i free
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 

The Following User Says Thank You to TMavica For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#499
Originally Posted by Lucazz990 View Post
Hey guys, I have a question! Some days ago I installed Ubiboot without installing Nemo (only Harmattan and NitDroid) but now I'd like to try it, what's the way to follow? Can I just follow the nemo-related steps in the wiki or I have to flash ubiboot again? Thanks
No need to reflash it, just boot with the MOSLO kernel&rootfs to repartition your mmcblk0. (remember you need to have enough free space on partition 1 for this tu succeed... and of course take backup of everything...)

When the partitioning is done and you boot the device, your ubiboot environment works just like before.

When you have repartitioned the device, you can extract the Nemo rootFS to your mmcblk0p4 either via the MOSLO export or ubiboot maintanance console. (or you can do it in the device console, whatever...)
 

The Following User Says Thank You to juiceme For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#500
Originally Posted by TMavica View Post
@juiceme i will test later when i free
Thank you, and let me know if/when it works.
As I do not have windows I have not tested creating extfat partion and mounting it myself. (altough I guess it would not be too difficult to just port mkfs.exfat to the device)
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:38.