View Single Post
Old 07-25-2012, 09:55 AM   #18
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 Titano View Post
The real web page for it is http://mrdoob.com/projects/harmony/#simple . The closest we could get to trying to make the save button work would be reverse engineering the site. The point is..... Any of these options aren't exactly the best but at-least we a have something though..... Right?
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!
silver18 is offline   Reply With Quote