07-24-2008 06:48 AM
Where can I find a description of the flags in this .jad line:
RIM-MIDlet-Flags-1: 35
Thanks
Solved! Go to Solution.
07-24-2008 08:42 AM
Please have a look at the following forum entry to see whether that answers your question:
http://supportforums.blackberry.com/rim/board/mess
07-24-2008 09:26 AM
It does, except 5 is a new flag... and not documented in that post.
07-24-2008 11:51 AM - edited 07-24-2008 11:52 AM
The auto-start and system module flags get added to the startup tier value, which are as follows:
Startup Tier Value
0 224
1 192
2 160
3 128
4 96
5 64
6 32
7 0
So 35 means auto-start(1) + system module(2) + tier6 (32) = 35.