View Single Post
Old 03-16-2012, 07:08 PM   #2
shuttle
Junior Member
shuttle began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2012
Device: Kindle DXG v3.2.1
Nice tool, but it is optimized to Kindle 3 and not to Kindle DX
And it fails by writing message to file. (sample commands)

Code:
  var home = kjs.getHomeDirectory();
  var f = new java.io.File(home, "test.txt");
  var ps = new java.io.PrintStream(f);
  ps.println("Hello, world!");
  ps.close();

Last edited by shuttle; 03-16-2012 at 07:26 PM.
shuttle is offline   Reply With Quote