Hard-code the Settings screen so options do not appear on the Settings screen on
      the BlackBerry device. 
The comment tag associated with the fields on the Settings screen
               is BLACKBERRY_CUSTOMIZATION_POINT_DEFAULTSETTINGS. 
 
- Open the  CustomizationHelper.java file, which is located in
                  the ...\HybridWebContainer\src\com\sybase\hwc folder. 
 
- Search for the method named with the pattern
                  isConnection***Visible, where *** is the
               name of the connection setting field.
 By default, each method returns true. To remove a field from the screen, change
               the appropriate method to return false. 
 
- Save the file.
 
- Rebuild the project.