extracting Midlet information of found midlets from native C++ in UIQ 3

Login to reply to this topic.
Tue, 2008-04-08 13:51
Joined: 2005-10-13
Forum posts: 32

I succeeded to find all java applications on UIQ 3 device from native C++ using RApaLsSession M
but i want to get the Midlet-Name or Midlet-Vendor to extract some
of those applications depending on their Midlet-name or vendor not all of them,

I can't find any thing that allows me to get the midlet information,
i could only get the UID, caption, and the icons.

Any idea?


Tue, 2008-04-08 14:20
Joined: 2008-02-25
Forum posts: 33
extracting Midlet information of found midlets

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

Tue, 2008-04-08 14:30
Joined: 2005-10-13
Forum posts: 32
Re: extracting installed midlets info from native C++ in UIQ 3

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.

  • Login to reply to this topic.