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
New Developer
GeorgeW
Posts: 3
Registered: ‎06-05-2009

Most efficient way to rollout a BB App to 20+ BB with common config changes?

Common Tasks on all BB curve phones:

1. install the Application

2. Configure  Advanced Options|TCP|  apn,  uid,  pwd

3. change Theme to the Zen (dimension)

4. Change the left convenicence key to this new Application

 

Any suggestion or recommendation?

 

Thanks in advance. 

 

--George

 

 

Please use plain text.
Developer
Developer
gtj
Posts: 319
Registered: ‎07-20-2008

Re: Most efficient way to rollout a BB App to 20+ BB with common config changes?

Are you on a BlackBerry Enterprise Server?  If so, you can do the first 2 from the server.

 

Please use plain text.
New Developer
GeorgeW
Posts: 3
Registered: ‎06-05-2009

Re: Most efficient way to rollout a BB App to 20+ BB with common config changes?

Sorry, no. This application is intended for small buinesses, which don't have BES.
Please use plain text.
Developer
peter_strange
Posts: 17,721
Registered: ‎07-14-2008

Re: Most efficient way to rollout a BB App to 20+ BB with common config changes?

It is possible to include the TCP parameters in the program, I would recommend you do so if you know what they will be.  .

 

Recently been round a similar loop with another client who wanted us to write a program to do all of this sort of thing.  The Rim security model is very big on things that the User only can do, I think 3 and 4 fit in the category.

Please use plain text.