extracting Midlet information of found midlets from native C++ in UIQ 3
| Tue, 2008-04-08 13:51 | |
|
I succeeded to find all java applications on UIQ 3 device from native C++ using RApaLsSession M I can't find any thing that allows me to get the midlet information, Any idea? |
|






Forum posts: 33
did you get the application from the internet
if yes then find the tool on the net (like DeCompiler) and it will help to get the source code
from there you get all the informationthat you want
Forum posts: 32
no, i don't want to hard code the midlet information in my code, consider that some of the installed midlets have Midlet-Vendor= X, i want to retreive midlets from vendor X only not all the midlets on the device, so i have to get midlet information at run time.