Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 289 → Rev 288

/DUBwise/trunk/j2me/installer/bin/DUBwiseInstaller.jad
1,8 → 1,8
MIDlet-Jar-URL: DUBwiseInstaller.jar
MIDlet-Jar-Size: 6492
MIDlet-Jar-Size: 6379
MIDlet-Name: DUBwiseInstaller
MIDlet-Vendor: LiGi
MIDlet-Version: 0.4
MIDlet-Version: 0.3
MIDlet-1: DUBwiseInstaller, i.png, DUBwiseInstaller
MIDletX-No-Command: true
MIDlet-Icon: i.png
/DUBwise/trunk/j2me/installer/bin/DUBwiseInstaller.jar
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/DUBwise/trunk/j2me/installer/src/DUBwiseInstaller.java
177,7 → 177,6
 
public String description_str()
{
System.gc();
return
"Screenwidth:" + canvas.canvas_width + "\n"
+"Screenheight:" + canvas.canvas_height + "\n"
189,10 → 188,6
+"FileConn:" + canvas.fileapi + "\n"
+"DeviceControl:" + canvas.devicecontrol + "\n"
+"comports:" + canvas.comports + "\n"
 
+"freeMemory:" + Runtime.getRuntime().freeMemory()+ "\n"
+"freeMemory:" + Runtime.getRuntime().totalMemory()+ "\n"
 
+"Download URL:" + getURL() + "\n"
+canvas.props;