View Single Post
Old 11-25-2013, 04:46 PM   #1
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
[Dev] Comprehensive list of system events

I'm trying to make a comprehensive list of all the system events that can be listened from lipc-wait-event. If anybody wants to help... this is what I've found so far:

Code:
EVENT PUBLISHER		EVENT NAMES

com.lab126.powerd	battLevelChanged,charging,notCharging,outOfScreenSaver,t1TimerReset
com.lab126.cmd		interfaceChange,wirelessEnableChanged,triggerTimeChange,connectionAvailable,connectionNotAvailable
com.lab126.wan		serviceStateChanged
com.lab126.wifid	signalStrength,profileUpdateFailed,profileUpdateOk,scanning,scanComplete,captivePortalDetected
com.lab126.dpmManager	parentalControlsStateChange,devicePolicyValueChanged
com.lab126.kaf		tzRequested
com.lab126.appmgrd	appStateChange,appFailedInGo,appActivating,appPaused,processExited
com.lab126.foobar	appStateChange,appFailedInGo
com.lab126.framework	tzRequested,settz (tz=time zone),FrameworkStarted
com.lab126.hal		usbConfigured, usbUnconfigured
com.lab126.winmgr	orientationChange
com.lab126.dynconfig	devicePolicyValueChanged

Last edited by Aeris; 11-25-2013 at 04:49 PM.
Aeris is offline   Reply With Quote