Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-29-2012, 02:18 AM   #16
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by silver18 View Post
I know this, but I need this for two reason:
- my waf app uses that command
- I don't see why it mustn't work
My next guess -
try: com.lab126.system.event
similar to the example shown in the config file.
knc1 is offline   Reply With Quote
Old 05-29-2012, 04:35 AM   #17
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by knc1 View Post
My next guess -
try: com.lab126.system.event
similar to the example shown in the config file.
I'll try this asap....my Kindle is bricked right now...
Damn me: I wanted to solve a minor problem and I got a major trouble!
silver18 is offline   Reply With Quote
Advert
Old 05-29-2012, 07:41 AM   #18
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by silver18 View Post
I'll try this asap....my Kindle is bricked right now...
Damn me: I wanted to solve a minor problem and I got a major trouble!
You could always blame that on the high quality documentation that comes with Closed Source software.
knc1 is offline   Reply With Quote
Old 04-21-2025, 12:40 AM   #19
hanginwithdaddo
Enthusiast
hanginwithdaddo doesn't litterhanginwithdaddo doesn't litter
 
hanginwithdaddo's Avatar
 
Posts: 32
Karma: 122
Join Date: Apr 2025
Location: Pennsylvania, USA
Device: Kindle Signature, 12th Gen.
This is actually rather simple to do, at least on Kindle OS 5.17.0. To send an event use:

Quote:
lipc-send-event AAA.BBB.CCC your_event_name -s some_data
To wait for the event above use:

Quote:
lipc-wait-event AAA.BBB.CCC your_event_name
If you invoke the second command first from one ssh session and then invoke the first command from another, you will see the lipc-wait-event command display the given event name along with "some_data" included in quotes. You can use anything you like for AAA, BBB, and CCC, but I suggest using strings that are unique to you. To not exit after receiving the event and wait for more events, add a "-m" option to the lipc-wait-event command invocation.

Last edited by hanginwithdaddo; 04-21-2025 at 12:44 AM. Reason: added option to include data with the event.
hanginwithdaddo is offline   Reply With Quote
Old 04-21-2025, 12:59 AM   #20
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,772
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Ummm... you did realize that you are responding to a thread in which the last message was posted in May, 2012?
Attached Thumbnails
Click image for larger version

Name:	thread-necromancy.png
Views:	28
Size:	244.8 KB
ID:	215157  
DNSB is offline   Reply With Quote
Advert
Old 04-21-2025, 10:36 AM   #21
hanginwithdaddo
Enthusiast
hanginwithdaddo doesn't litterhanginwithdaddo doesn't litter
 
hanginwithdaddo's Avatar
 
Posts: 32
Karma: 122
Join Date: Apr 2025
Location: Pennsylvania, USA
Device: Kindle Signature, 12th Gen.
Quote:
Originally Posted by DNSB View Post
Ummm... you did realize that you are responding to a thread in which the last message was posted in May, 2012?
Yes, but I was searching for similar material and came across this ... then figured out how to do this ... I decided to post against this thread just in case someone else comes across it looking for a solution. I also added a tutorial thread showing how to do this.
hanginwithdaddo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically set custom column when fetching news bork Library Management 1 04-14-2012 03:20 AM
Custom TextToSpeech "engine" as a way to create custom real audiobooks with texts noisy Kindle Developer's Corner 2 03-31-2012 08:42 AM
Using OnDevice to set the value of a custom column WendyR14 Library Management 3 10-23-2011 08:03 PM
Can custom book data be displayed in a custom column? kiwidude Development 9 03-02-2011 05:35 AM


All times are GMT -4. The time now is 04:59 AM.


MobileRead.com is a privately owned, operated and funded community.