View Single Post
Old 10-13-2012, 03:20 PM   #569
pmul
Enthusiast
pmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to beholdpmul is a marvel to behold
 
Posts: 35
Karma: 11764
Join Date: Jul 2009
Device: K-1, K-2-3G, K-3-3G, K4PC, K4iPhone, K4iPad, K-Touch-Wifi, K-Fire, DXG
A little bit further:
There does not seem to be a "wake up script". A daemon called "powerd" reacts to the power switch and triggers other sleeping processes to wake up. One of them is the "Connection Manager", which, as it's last act, performs this:
Code:
121005:181134 cmd[19772]: I lipc:gsp:prop=state, source=com.lab126.powerd:Get string property
Which seems to be the cause of the exception, some property is requested, maybe one that does not exist in "Connection Manager" as running on my DXG, and this leads to the exception. I believe I need the help of someone a bit more expert in the Java side of the Kindle OS, com.lab126.powerd looks like a typical Java class name, complete with package name.
pmul is offline   Reply With Quote