View Single Post
Old 05-08-2012, 05:02 PM   #170
Dweia
Junior Member
Dweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with othersDweia plays well with others
 
Posts: 7
Karma: 2614
Join Date: May 2012
Device: Kindle Touch
Quote:
Originally Posted by geekmaster View Post
Here is the RUNME.sh that I used to dump out a lot of useful information to gmdiags.log on the USB Drive. It might help you diagnose the problem with your main partition:
suggested addition to that "gmdiags.log" script:

Code:
lipc-probe -v -a|grep -v "^\sw\s"
This should list all "lips properties" that are readable. The grep removes the "write-only" properties - it might in some cases be interesting to see those too, but without knowing what format the parameters take, a bit hard to use... (for example there's a property touchScreenSaverTimeout of type Int in com.lab126.powerd - but does it take minutes, seconds or microseconds as parameter?? etc...)

A few parameters are listed as "readable" or "read/writable" but lipc-probe still throws an error "WARNING: Failed to get value" - not sure why.

Greetings,
Dweia
Dweia is offline   Reply With Quote