English 中文(简体)
我黑莓手机上安装的所有应用程序 如何让Guid 安装在黑莓手机上
原标题:How to get Guid of all the applications installed on my blackberry phone.

I am a blackberry application developer just a more than beginner. I want to build an application which can just determine that which (3rd party or native) application was opened and on what time?
I researched a quite bit but didn t found anything useful. My app would have an interface which will ask user for which applications to track. So is it possible to programmatically get the guid of that app and by using Global Event Listener in my app , i can compare the stored guid and guid obtained through global event listener.

简而言之,如何获得安装在我手机上的所有应用程序的Guid。

请帮助我,如果你曾经使用或研究过这种东西,请帮助我。

问题回答

< a href=" "http://www.blakberry.com/colentercenterpublic/liverlink.exe/fetch/2000/348583/800332/800620/ what_Is_____System_Global_Events.html?nodeid=1163085&vernum=0"rel="nofollow" >http://www.blackberry.com/colentercenterpublic/liverlink.exe/fetch/2000/348583/800332/800620/ what_Is____System_Global_Events.html?nodeid=1163085&vernum=0

我不认为有任何办法可以取得设备上所有应用程序的图形用户界面数据, 不论它们是在背景/ 前方运行还是被完全杀死。 图形用户界面数据只能通过某些 API 来使用, 而且您可能找到从下面的 URL 程序上可以得到的所有可能的图形用户界面数据列表 :

< a href=>http://www.blakberry.com/ developers/docs/6.0.0api/constant-values.html#net.rim.device.api.system.Event Logger.SYSTEM_LOG_GUID'rel=“nofollow”>http://www.blakberry.com/ Developers/docs/6.0.0api/constant-values.html#net.rim.device.api.system.vent Logger.SYSTEM_LOG_GUID

希望这能帮上忙!





相关问题
Problem getting GUID string value in Linq-To-Entity query

I am trying to write a GUID value to a string in a linq select. The code can be seen below (where c.ID is GUID), but I get the following error: Unable to cast the type System.Guid to type System....

Sequential Guid Generator

Is there any way to get the functionality of the Sql Server 2005+ Sequential Guid generator without inserting records to read it back on round trip or invoking a native win dll call? I saw someone ...

.NET: Blog post on GUID?

I once read a blog post by a dev at Microsoft about the anatomy--what individual pieces of data are combined--of a System.Guid. Does anyone have the link? I m not finding it by googling.

Simple proof that GUID is not unique [closed]

I d like to prove that a GUID is not unique in a simple test program. I expected the following code to run for hours, but it s not working. How can I make it work? BigInteger begin = new BigInteger((...

Subsonic Linq guid problem

The construtor Void .ctor(System.Guid, Int32) is not supported. this error occured with the following statements: var Test = from r in db.UserRoles join p in db.UserPermissions on new { r....

热门标签