The Following 4 Users Say Thank You to robthebold For This Useful Post: | ||
![]() |
2015-07-17
, 22:56
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#282
|
Just a one-liner. I think I'm accessing the database the hard way, and it's not very sophisticated, but it did the job and achieved 'good enough' status, so that's where I left it.
And it only speaks the last message received -- even if you've already read it -- not all new messages.
Code:tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:SMSMessage}" | tail -n 2 |espeak
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2015-07-20
, 13:33
|
Posts: 1,038 |
Thanked: 3,981 times |
Joined on Nov 2010
@ USA
|
#283
|
Wow, still getting amazed on the variety and possibilities of N9/x0!
Never heard about tracker-sparq. (now just combine with dbus listening of reeceiving SMS and we are always up-to-date)
Thanks for that head-upl
--edit
for all that have the emojifix installed: reading messages with emoticons inside fails
The Following User Says Thank You to robthebold For This Useful Post: | ||
![]() |
2015-10-05
, 16:25
|
Posts: 54 |
Thanked: 31 times |
Joined on Sep 2013
|
#284
|
![]() |
2015-10-05
, 16:42
|
Posts: 1,038 |
Thanked: 3,981 times |
Joined on Nov 2010
@ USA
|
#285
|
I experienced battery drops (4%) when using this app.I wanted to uninstall it, to check if this app was the Problem.Now, i can't uninstall it. Tried also apt-get remove. Doesn't work. Any ideas?thanks.
![]() |
2015-10-05
, 17:38
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#286
|
The Following User Says Thank You to wolke For This Useful Post: | ||
![]() |
2015-10-05
, 18:06
|
Posts: 54 |
Thanked: 31 times |
Joined on Sep 2013
|
#287
|
![]() |
2015-10-05
, 18:51
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#288
|
![]() |
2015-10-05
, 18:57
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#289
|
![]() |
2016-07-15
, 21:29
|
Posts: 278 |
Thanked: 114 times |
Joined on Jan 2010
@ SD, CA
|
#290
|
apt-get is for installing packages that come from repositories, not manually downloaded deb packages. to install this, you should type "dpkg -i n9-button-monitor*.deb". {you can then do "apt-get -f install" to automatically fetch missing dependencies and complete the install, if you like, or you can just install the dependencies first}
.
Obvious warning: best not used in public. One time I tried that my wife was detailing her digestive suffering! Yikes! NSFW or anywhere non-private.
Also, since it pipes the whole database of smss to tail, it can slow down if you've got a lot of saved conversations.
And it only speaks the last message received -- even if you've already read it -- not all new messages.
Last edited by robthebold; 2015-07-16 at 13:42. Reason: typing tags on touchscreen is hard