Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
Berrysoft
Posts: 143
Registered: ‎07-14-2008
Accepted Solution

.jad question

Where can I find a description of the flags in this .jad line:

 

  RIM-MIDlet-Flags-1: 35

 

Thanks

 

Please use plain text.
BlackBerry Development Advisor
mweitzel
Posts: 28
Registered: ‎07-14-2008

Re: .jad question

Please have a look at the following forum entry to see whether that answers your question:

http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=636 

Please use plain text.
Developer
Berrysoft
Posts: 143
Registered: ‎07-14-2008

Re: .jad question

It does, except 5 is a new flag... and not documented in that post.

 

Please use plain text.
Developer
richard_puckett
Posts: 191
Registered: ‎04-03-2008

Re: .jad question

[ Edited ]

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.

Message Edited by richard_puckett on 07-24-2008 08:52 AM
Please use plain text.