View Single Post
Old 07-25-2012, 12:59 PM   #19
TulseLuper
Connoisseur
TulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with othersTulseLuper plays well with others
 
TulseLuper's Avatar
 
Posts: 61
Karma: 2667
Join Date: Mar 2012
Device: kindle touch
Quote:
Originally Posted by silver18 View Post
Here's what I did in Komic:

Code:
function screenshot () { 
	kindle.messaging.sendMessage('com.lab126.system', 'takeScreenShot', '1'); 
}
Pretty simple....

If we could actually make draw tool work offline, we could alter the save button to trigger that function.
Then, we need to add this to config.xml:

Code:
<kindle:messaging>
       	<kindle:app name="com.lab126.pillow" value="yes"/>
	<kindle:app name="com.lab126.system" value="yes"/>
</kindle:messaging>
And we're done!

Thats a great idea !

Just as feedback ,

For me draw tool works even with wifi turned off...

what do you say ?
TulseLuper is offline   Reply With Quote