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:
dEditor Script for mShell dEditor Script for mShell is an m editor written in m! If you often edit m scripts directly on the phone you should consider this editor. It simplifies your work with function lists, markers, highligthing etc. Especially on Series 60 you will also like the scroll speed since the editor is completely in graphic mode
SwiftLog Fast logging for your C++ Symbian programs
Qt Library The Qt library is required to run applications written using Qt
SajiFS Launcher SajiFS Launcher-is an end-user as well as developer freeware solution to play/test PC mouse based flash games in full screen with a close button without modifying the source of the game. It can launch the swf files in two resolution i.e stretched & normal. It was developed using Symbian C++ & Flash Lite
Resolvr Resolvr is a framework for Zeroconf naming, service advertisement, and discovery for Symbian OS
Qt Phone Demos Qt Phone Demos-that illustrate the new features brought by Qt 4.6.0: the new version of the cross-platform application and UI framework for desktop, embedded and mobile application and service development.
These demos run on S60 v3.1, 3.2 and 5.0 phones. The .sis file will install Open C, Qt and fluidlauncher all in one go
SISContents SISContents is a tool that allows you to unpack, edit and sign Symbian 9 SIS packages (Nokia S60 3rd/5th Edition and Sony Ericsson UIQ 3.x platforms are supported). It helps you to inspect the files contained in SIS package, to see certificates against which it was signed as well as to view the PKG script that describes the on-device installation process
Fire j2me Fire j2me is a library that aims to provide a set of easy-to-use extendable components to J2ME developers.
The basic set of Fire components offer all the functionality of the J2ME GUI components provided in the midp2 profile (Forms, Items etc.) plus a much more appealing user interface, themes, animations, popup menus, and better component layout
Pymgfetch Pymgfetch- is an external Python module for PyS60. It is a wrapper for the Symbian C++ MGFetch::RunL function and allows you to present a selection dialog to the user, showing the contents of the mobile phone's media gallery.
Usage, examples, and installation instructions can be found here
Flyer Flyer-Flyer Framework 2 dramatically accelerates the use of advanced native features anywhere.
Flyer Framework 2 is based on the Flash Lite (1.1, 2.x, 3
Other Software by developer «Silvio Moioli»:
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)