i want to find the size of running application of blackberry by code.I checked the how to find application size in blackberry by code? link but i am not getting answer. Please suggest me solution. Thanks in advance.
相关问题
- Determine 64-bit file size in C on MinGW 32-bit
- How to make background of BrowserField transparent
- Eclipse Blackberry Preprocessor Not Working?
- Cannot register in sample BlackBerry push applicat
- Problem sending AJAX request with headers on Black
相关文章
- To get the module names in blackberry
- How to close a global dialog and display another i
- python urllib2 download size
- BitmapFactory.decodeStream() returns a Bitmap ~100
- How to install a draft app on a blackberry sandbox
- FB SDK not working on OS 7
- The best way to get the file size which greater th
- Parent & Child Node with different images & Clicka
If you mean of size of running application that size of total cod files then we can calculate.
when we instal application using JAD we can see the application size.
For example: my application name is PictureBackground
After successful sign in application we can take cod fils and jad file for devise installation. when we click on PictureBackground.jad then we can find following type of information
Name: PictureBackground
Version: 1.0.0
Vender: Blackberry Developer
Size: 513.4kb
If you want to pragmatically retrieve that size, then we can do it as following
we can find all information about application in PictureBackground.jad file
For example PictureBackground.jad file as follow:
Through this we can find the running application size Sample code :
NOTE: IT WONT WORK ON SIMULATOR, IT WORKS ON DEVISE(IT SHOULD BE INSTALL FROM JAD FILE) AND WE CAN FIND OUTPUT AS FOLLOWING