10-11-2012 06:55 AM
hello..
I want to get list of installed applications from blackberry device... I have been using below code :
int[] handle = CodeModuleManager.getModuleHandles();
but it gives me list of handles for all singleton and eldest-sibling modules.
i want the list as there in options>device>applicationManagement ..
Can anyone help me regarding this?????
Solved! Go to Solution.
10-11-2012 07:16 AM
10-11-2012 07:32 AM
No .. i have the list of running applications .... but i need installed applications list ...
there is no way to get the list of installed app...??????
10-11-2012 08:08 AM
10-11-2012 08:19 AM
Can't u give me some more information about it ????
i m not getting any idea .. how to work on handles??
10-11-2012 08:28 AM
10-11-2012 08:33 AM
i know how to get module information .. i want only list of installed app's not there information ....
10-11-2012 08:39 AM
10-11-2012 08:43 AM
But CodeModuleManager.getModuleHandles() gives the inner packages too... It gives me 554 module names on my bb device...
10-11-2012 09:13 AM