SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized.
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. It's far from making reverse-engineering difficult though, so don't rely on it very much from a security point of view.
· SuperOptimize can't be used for commercial purposes
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x, Pocket PC 2002, S60 1st Edition, S60 2nd Edition, S60 3rd Edition, S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, S80 6.0, S80 7.0, S90 7.0, UIQ 2.0, UIQ 3.0, UIQ 3.1, Windows Mobile 2003, Windows Mobile 2003 Smartphone, Windows Mobile 5.0, Windows Mobile 5.0 Smartphone, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6 Standard, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.1 Standard, Windows Mobile 6.5 Professional, Windows Mobile 6.5 Standard
Similar Software:
Plua Help Viewer Plua Help Viewer is a small utility to read the topics in the Plua Help files from the Plua 1 or Plua 2 distributions
JExpense2HTML JExpense2HTML - View your data from the build-in Expense App without Excel.
Layout like the Expense App
DropDownListBox to choose the Categorie (including -All- and -Unfiled-)
Details will be shown up in a second Browser window
It runs with Java 1.1.8 or better.
What's New in This Release:
· Fixed Compatible with Java 1.1
chmod chmod is a simple application, used to calculate the often confusing *nix chmod command.
This command is used for assigning rights to files, for example: "chmod 777 filea.txt" would grant read, write and execute rights to everyone for this file.
For more info on the chmod command itself, check any basic *nix reference guide
SuperWaba (Palm OS) SuperWaba is a Virtual Machine that can be run in Palm OS, Symbian, Pocket PC, Windows CE, AppletViewer and Windows 98 (and beyond). Because of the way SuperWaba was written, you can use Java to develop for it
UIColorTheme UIColorTheme - UIColorTheme creates color theme resources for use in PDA ToolBox generated applications and in C/C++ projects that support importing .BIN resources or PilRC scripts. The resource is comprised of a Palette Table type ('tclt') table that provides User Interface objects with color information
PalmKeeper PalmKeeper - PalmKeeper allows Palm application developers to keep track of important information about their programs.
Record the Name, Creator ID, Version, Status, Status Date, Downloads, License, Price, Sales, Capture rate and Gross Profit of your applications.
Many developers will list their applications on many websites and PalmKeeper helps you to track them
eScl eScl - eTree Simple Compression Library (eScl) is a data compression 'shared library' for PalmOS.
It is designed with the memory and CPU limitations of Palm PDAs in mind.
For Conduit, Network, and Wireless development eTree also offers a free version of the library as a Windows (Win32) Dynamic Link Library.
What's New in This Release:
· Version 1
JMail2HTML JMail2HTML - This Desktop Application exports all Mails of the MailDB.pdb to HTML Files.
It is not the File used by the PalmDesktop; use Pilo-xfer or other tools
to export the database from your palm to the platform you prefer.
Start browsing with the file Index
FileHex FileHex is a Palm hexadecimal file editor for programmers. It is the most widely used editor of its kind on the platform, and can handle file sizes of up to four megabyte with ease. A great tool that allows you to edit and analyze the contents for the data of any type of file.
· Support for the Win/Dos and Unix/Mac of any format of file
MoioChart MoioChart is a Java library to draw function plots, bar graphs, pie graphs etc.
MoioChart is portable across different graphic toolkits and actually it works on Swing, SuperWaba (a Virtual Machine for handhelds) and SWT (Eclipse's native toolkit)