MDS log: To view HTTP trafic, first turn on HTTP logging for the BlackBerry MDS Connection Service
Reference:
How to turn on HTTP logging for the BlackBerry MDS Connection Service http://www.blackberry.com/btsc/KB02393
Log timer interval (milliseconds): 30000-3000
MDS log: File name
C:\Program Files\research in Motion\BlackBerry Enterprise server\logs\20130123\acme_mdat_01_20130123_0003.txt
BlackBerry Enterprise Server logs where log is.
Reference:
BES Administration Guide's
Log files for BlackBerry Enterprise Server Components section
Postscript:
Open the following options, OS 7 phone can have two browser icons, but the default is to walk the BES channel, fainted.
WAP Browser:
Click on Device-only.
Set Enable WAP Config to Yes
Internet Browser:
Click on Browser.
Set allow IBS Browsers to Yes
Set MDS Browser Use separate Icon to Yes
BlackBerry Browser:
Click on Global.
Set allow Browser to Yes.
Later wrote a small program, you can force the WAP channel, faster than through the company BES MDS access speed does not know how many times, haha
Reference: http://supportforums.blackberry.com/t5/Java-Development/Invoke-the-browser/ta-p/445362
Code snippet:
Public Myscreen ()
{
//Set the displayed title of the screen
settitle ("My Wap Browser");
_url = new EditField ("URL:", "http://m.baidu.com/", Integer.max_value, Editfield.filter_url);
Add (_url);
FieldChangeListener Mybuttonlistener = new FieldChangeListener () {public
void fieldchanged (field field, int context ) {
//Get The default sessionbrowsersession
browsersession browsersession = Browsersessionfactory.createwapbrowsersession ();
Now launch the URL
browsersession.displaypage (_url.gettext ());
}
};
Newbutton = new ButtonField ("Access");
Newbutton.setchangelistener (Mybuttonlistener);
Add (Newbutton);
}
WAP Browser:
Click on device-only.
Set Enable WAP Config to Yes
Internet Browser:
Click on Browser.
Set allow IBS Browsers to Yes
set MDS Browser use separate Icon to Yes
BlackBerry Browser:
Click on Globa L.
Set allow Browser to Yes.