answered
2015-08-04 00:21:10 +0200
80+ seconds everytime when you need to open messages :(
3244 Groups
(mostly from internet gw - sms sender 990009 followedByRandomNumbers for each sms)
81733 Events
edit: had to cleanup (edit grep parameter to fit your selection ):
commhistory-tool listgroups|grep remoteUids:\"990009|awk '{print $2}'|xargs -I {} commhistory-tool list -group {}|awk -F "|" '{print $1}'|xargs -I {} commhistory-tool delete {}
you can also cleanup all messages per protocol , excluding some persons (grep -v) or so ...
before run the command, you should review returned groups for your grep params, example:
commhistory-tool listgroups|grep remoteUids:\"990009
or
commhistory-tool listgroups|grep Account/gabble/jabber
or
commhistory-tool listgroups|grep Account/haze/icq|grep -v ExcludeIcqNumber
...
then append rest of commands to delete events.
OR via sqlite, then reboot
sqlite3 /home/nemo/.local/share/commhistory/commhistory.db
DELETE From Events where remoteUid like "990009%";
DELETE From Groups where remoteUids like "990009%";
Updated your Q a bit and deleted your bumper, just keep the app open if it annoys you that it is actually stopped when you close it. (I have close to all apps open, that is what multitasking is for - browser makes oom-killer close them sometimes but well thats better than having your phone freeze like on android!), you may change this to a feature-request
chemist ( 2015-06-22 23:52:12 +0200 )editMay we have an option to keep Messages alive in background?
The worst thing, is that sometimes the processus seems to be running again after cloing message app, In lighthouse, i can see the message app running, eating a little bit of RAM, but the app isn't in cache. So it's really .. idiot !
malibu1106 ( 2015-06-29 16:17:40 +0200 )editI guess it's being swapped off RAM and takes a bit to be swapped back in. Bottom line: I want more RAM. Please crowdfund a new Jolla 2 with an option of up to 4 GB RAM right after the tablet is done.
Giacomo Di Giacomo ( 2015-06-29 16:56:36 +0200 )edit@Giacomo-Di-Giacomo as much as I like to have a 4GB RAM device... I had winXP running on a 512MB machine (P4), so how about reducing the footprint on Jolla1 first instead of becoming like android where every new version needs shiny 600eur hardware to run smooth (at least we have no Java leaking)
chemist ( 2015-06-29 17:06:03 +0200 )editMaybe your XP was an old version. I had XP SP3 running on a 1 GB netbook and it kept swapping forever. Expanding it to 2 GB cured the situation. XP is more than 10 years old, don't forget. Anyway, I want to run apps in addition to the OS, so I want lots of RAM to exploit multitasking, including the new split-screen mode that is coming from SFOS 2.
Giacomo Di Giacomo ( 2015-06-29 17:36:00 +0200 )edit