'Research' Simulation of GPS

Did someone knows a way to simulate GPS no instant research on the Simulator? The Simulator will return a GPS coordinate almost immediately. Not done on the device. What I'm looking for is a way to cheat the Simulator in 'research' of satellites for a few seconds before returning a situation. My guess is that it was not a solution, but I thought I'd ask anyway.

I use Storm 2 9550 Simulator with the release of brand new 5.0.0.25 of the Eclipse plugin.

-mohkev

How do you test Device.isSimulator ()

Is it * is * the Simulator, and then get some sleep before sending the result.

Tags: BlackBerry Developers

Similar Questions

  • GPS navagation in labview frame format

    Hello

    I have a question in the GPS Simulator toolkit. GPS Simulator generates data GPS based on selected ephemeris and almanac files from the links provided in the manual. The niGPSWritewaveformtofile.vi file generates the GPS data in an external file (.bin file).  The Simulator may generate frames navagation in RINEX format? Alternatively, LabView can convert the bin file to the RINEX format?

    Thank you

    Long

    Hello, for a long time,

    The Simulation of GPS tool is designed to generate the over-the-air signal, as evidenced by a GPS antenna. You cannot use it to treat incoming GPS data or generate post-traite GPS data.

    It may be possible to convert GPS data in RINEX format, but the GPS Toolbox does not any method to do so. It would be necessary to perform demodulation and decoding of the GPS signal yourself to achieve.

  • Problems of GPS in several simulators

    I know that many people have asked a lot of questions on how to get the simulators GPS works, but I'm tapped out and don't know what else to try.

    So far, I have tried the following:

    • Verified that the GPS is turned on on the Simulator before going to BB maps
    • Went to «simulate...» GPS location"and choose one of the default 'Waterloo ON' values and went to BB Maps

    I tried via Eclipse doesn't have, so I thought I'd try just to run simulators and just get BB Maps to work.

    Simulators of the tester on and does not without going through Eclipse:

    • 4.6.0 - 9000
    • 4.7.0 - 9530 - Verizon
    • 4.7.1.40 - 9630 - Verizon

    I am at my wits end and have no idea what else to try.  Is there license stuff I'm missing?  It should simply work without problem?

    You can also toggle localisation simulated after the start of the sim card. I found that the simulation of GPS is very reliable on the first fix, but if you switch between two places after starting, it works in general.

  • How to get the current GPS position of the BlackBerry emulator?

    Hello! all, I am writing a simple program to get the current coordinates of GPS (Latitude, Longitude) in BlackBerry.

    Criteria criteria=new Criteria();
            criteria.setHorizontalAccuracy(500);
            criteria.setVerticalAccuracy(500);
            LocationProvider locationProvider=LocationProvider.getInstance(criteria);
            Location location=locationProvider.getLocation(60);
            QualifiedCoordinates coordinates=location.getQualifiedCoordinates();
            System.out.println("Latitude : "+coordinates.getLatitude()+" Longitude : "+coordinates.getLongitude());
    

    But, I couldn't get the latitude and longitude. It returns 0 (zero) for the two coords.

    PLS, suggest me the solution.

    The 9000 Simulator has GPS simulation. In the "Simulation" of the Simulator menu, select "GPS". There is an already defined test site, you will need to select this place.

  • How to simulate GPS on blackberry tablet.

    How to simulate GPS on blackberry tablet.

    I have seen this thread but does not have the relevant information.

    Kindly let me know setp by the set procedure.

    I guess that this post would be useful... to simulate the GPS close to Charlottesville, WILL

    jtegen wrote:

    Here's the simulator of GPS functions.  Works very well to work around the fact that the Simulator simulates a GPS and I don't have a PB (yet).  This Simulator is near Charlottesville, Virginia.

    package gps{    import flash.events.Event;    import flash.events.GeolocationEvent; import flash.events.TimerEvent;   import flash.sensors.Geolocation; import flash.utils.Timer;
    
    public class GpsPositionDriver{  private var timer        : Timer = new Timer( 2000 );  private var gps_service  : Geolocation = null;  private var last_step    : int = 0;  private var data         : Array = new Array();  private var start_time   : Number = 0;
    
    //////////////////////////////////////////////////////////////////public function GpsPositionDriver( sensor : Geolocation ){ this.gps_service = sensor;    this.timer.addEventListener( TimerEvent.TIMER, Ping );
    
      var now : Date = new Date();  this.start_time = now.getTime();
    
      // data   this.data.push( { altitude : 600, heading : 45, hacc : 100, vacc : 100, latitude : 38.020654096686464, longitude : -78.53692074499511, speed : 10 } );    this.data.push( { altitude : 601, heading : 46, hacc : 100, vacc : 100, latitude : 38.02160072090434, longitude : -78.53949566564941, speed : 12 } ); this.data.push( { altitude : 601, heading : 270, hacc : 100, vacc : 100, latitude : 38.022090932211185, longitude : -78.54177017889404, speed : 13 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02234448849692, longitude : -78.54357262335205, speed : 15 } );
    
      this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02242900706387, longitude : -78.5454179831543, speed : 2 } );  this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.022344488497076, longitude : -78.54835768423462, speed : 3 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02227687357351, longitude : -78.55168362341308, speed : 5 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02210783599131, longitude : -78.55638285360718, speed : 1.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02187118272113, longitude : -78.56230517111206, speed : 1 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02166833645269, longitude : -78.56691857061767, speed : 5.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02166833645269, longitude : -78.57022305212402, speed : 5 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.022006413255085, longitude : -78.57387085638427, speed : 5 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02283469482895, longitude : -78.57738991461181, speed : 2.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02454193955506, longitude : -78.58196039877319, speed : 17 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.0275675527831, longitude : -78.58826895437622, speed : 8 } );  this.data.push( { altitude : 601, heading : 290, hacc : 100, vacc : 100, latitude : 38.029832455209, longitude : -78.59288235388183, speed : 7 } );   this.data.push( { altitude : 601, heading : 300, hacc : 100, vacc : 100, latitude : 38.0320803861371, longitude : -78.59751721105957, speed : 10 } ); this.data.push( { altitude : 601, heading : 25, hacc : 100, vacc : 100, latitude : 38.033009961471976, longitude : -78.59901924810791, speed : 12 } );    this.data.push( { altitude : 601, heading : 30, hacc : 100, vacc : 100, latitude : 38.034598662916025, longitude : -78.6012508460083, speed : 11 } );
    
    }
    
    /////////////////////////////////////////////////////////////public function Start() : void{    this.timer.start();}
    
    /////////////////////////////////////////////////////////////public function Stop() : void{ this.timer.stop();}
    
    /////////////////////////////////////////////////////////////////private function Ping( event : Event ) : void{  var now : Date = new Date();
    
      var evt : GeolocationEvent = new GeolocationEvent( GeolocationEvent.UPDATE ); evt.altitude           = this.data[this.last_step].altitude;  evt.heading            = this.data[this.last_step].heading;   evt.latitude           = this.data[this.last_step].latitude;  evt.longitude          = this.data[this.last_step].longitude; evt.horizontalAccuracy = this.data[this.last_step].hacc;  evt.verticalAccuracy   = this.data[this.last_step].vacc;  evt.speed              = this.data[this.last_step].speed; evt.timestamp = now.getTime() - this.start_time; // ms from runtime initialized
    
     this.gps_service.dispatchEvent( evt );
    
      this.last_step++; if( this.last_step == this.data.length )this.last_step = 0; // reset
    
        }  }}
    
  • Illegal state Exception when running the code at startup

    Here's my main method:

        public static void main(String[] args)
        {
            if (args.length == 1 && args[0].equals("startup"))
            {
                Criteria locationCriteria = new Criteria();
                locationCriteria.setCostAllowed(false);
                LocationProvider mlocationProvider;
                Location mLocation = null;
                try
                {
                    mlocationProvider = LocationProvider
                            .getInstance(locationCriteria);
                    mLocation = mlocationProvider.getLocation(-1);
                }
                catch (LocationException e) {
                }
                catch (InterruptedException e) {
                }
                QualifiedCoordinates mQC = mLocation.getQualifiedCoordinates();
            }
            else
            {
                MyApp theApp = new MyApp();
                theApp.enterEventDispatcher();
            }
        }
    

    The method

     mlocationProvider = LocationProvider.getInstance(locationCriteria); 
    

    throws the illegal state exception

    When I check the debug information, I found this exception are thrown to the line when he calls Application.getApplication ();

    When I move this code to run in a normal life to screen it works fine. !

    Any help?

    There may be a number of issues here:

    (1) until your Application is actually running, you can't really do any processing.  Your Application does not start running until you

    'enterEventDispatcher() '.

    Hand, all you should do is instantiate your Application.  Manufacturer of your Application should not do anything complicated either, since it works as part of main().

    You can do some activities, for example to add listeners, in main() code that is, in some respects, unfortunate because it lulls people into thinking they can do anything.  ,

    (2) get the location as you do, is a blocking call.  If you need to do it on a background Thread.  You c a get away with that on the Simulator because GPS simulated returns immediately with a location.  So it does not actually block.  But on a real device, code as you can force your application to break.

    (3) you seem to try to do something in the commissioning.  You must be aware, this start-up up is called as part of the start-up of the device and before the unit is fully active.  In fact, I think on a real device that this code will fail because the device is not ready to provide a location in the beginning upward.

    You will find find article, informative and useful for (1) and (3).

    http://supportforums.BlackBerry.com/T5/Java-development/write-safe-initialization-code/Ta-p/444795

    I suspect you want to start and get a location at first upward, in which case you might find this useful:

    http://supportforums.BlackBerry.com/T5/Java-development/create-a-background-application/Ta-p/445226

  • Coordinates GPS Simulator (s) blackBerry

    Does anyone know where the GPS coordinates that you add under simulation--> GPS are stored?

    I have several simulators on different machines & would like to just copy the file that stores these instead of having to manually enter GPS coordinates into the new.

    Let me know,

    -Darren

    These are stored in:

    \net\rim\fledge-2\fledge-saved.conf

    Where is your basic Windows directory (example: C:\Documents and Settings\dna2003)

  • Could not find GPS as an option in the Simulator

    Hello!

    I am trying to simulate GPS on BlackBerry 8520 (JRE 5.0) Simulator, but I can't find the settings for all messages said I should change.

    Simulate-> GPS location

    Any ideas how I can simulate GPS access from this Simulator?

    Thank you very much!

    I think that the 8520 device has a GPS (well, mine does not) and so the Simulator for the 8520 simulate GPS that does not have the device.  So yes, test your GPS code on a device to a device with GPS functional Simulator.

  • Problem with criteria, GPS, with plugins Eclipse Simulator.

    Hello

    I work with Eclipse and I do an application that I use the GPS API.

    My problem is that always the LocationProvider.getInstance (new Criteria()) return null.

    The Simulator model 8830, GPS location is a location's the JDE 4.5.0

    Do I need any specific configuration?

    Thank you.

    It is a problem with the BlackBerry itself Simulator.  You can test the GPS using another Simulator model BlackBerry (for example BlackBerry 8310).

  • Trouble getting GPS coordinates in the Simulator

    Here is the code I use to get the coordinates of the GPS by train. It seems that every time that it expires and ends by 0 for the latitude and longitude of return even if I put together a location in my simulation-> GPS location... window and entered in the Options-> advanced-> GPS-> was cool my main application class, this function is called by a button.

    public void GetCurrentLocation() {         Criteria ct = new Criteria();            //ct.setAddressInfoRequired(false);          //ct.setAltitudeRequired(false);         ct.setCostAllowed(true);        ct.setHorizontalAccuracy(Criteria.NO_REQUIREMENT);        ct.setVerticalAccuracy(Criteria.NO_REQUIREMENT);        ct.setPreferredPowerConsumption(Criteria.POWER_USAGE_LOW);        //ct.setPreferredResponseTime(10000);        //ct.setSpeedAndCourseRequired(false);
    
            try {            myLP = LocationProvider.getInstance(ct);            myLP.setLocationListener(new myLocListener(this), -1, -1, -1);        } catch (Exception ex) {            return;        }    }
    
    public void GotLocation(Location myLoc) {        if(myLoc != null) {            QualifiedCoordinates qc = myLoc.getQualifiedCoordinates();            //Call webservice here.        }    }
    

    In the myLocListener.java

    package net.gasbot;
    
    import javax.microedition.location.*;
    
    public class myLocListener implements LocationListener{    GasBotScreen gb;
    
        public myLocListener(GasBotScreen gb)    {        this.gb = gb;    }
    
        public void locationUpdated(LocationProvider provider, Location location)    {        QualifiedCoordinates qc = location.getQualifiedCoordinates();  //I set a breakpoint here, but it rarely gets called, and when it does, the coordinates are both 0.        provider.setLocationListener(null, 0, 0, 0);        gb.GotLocation(location);    }    public void providerStateChanged(LocationProvider provider, int newState)    {
    
        }}
    

    Can you get it someone please let me know what I am doing wrong? I'll put the listener null once it gets a set location to update as I need it only once. I also tried to use the.getLocation(-1) and it does not work either. Is there something wrong with my Simulator? Or just something wrong with my code?

    I don't understand your code, in fact.  Why are reset you the listener inside the listener?

    In addition, you "eat" the exception where you get the provider. He is a likely area of failure, so I would put a trace and trace any exception.

    Another thing to try: try to set criteria to null when you get the provider: gives you the provider "by default".

  • Get a current GPS position in Simulator

    Hi experts,

    I am quite new to Java of BB application development.

    The current application I have devlop requires to know the current GPS position. Normally, how developers could fix this situation? Are there classes/methods, directly available for it?

    Please help with solutions.

    Best regards,

    Year s

    Yes, you can get the current Position. Example: Latitude, Longitude, Altitude etc...

    Check this URL, it had Development Guide for GPS.

    http://NA.BlackBerry.com/eng/deliverables/1125/GPS%20and%20BlackBerry%20Maps%20Development%20Guide.p...

    You can use the Simulator to test the GPS.

    Use simulate-> GPS on Simualator.

  • GPS works on the Simulator, but not on phone

    Hello

    I created a simple application that gets the location of the device's GPS. The app works perfectly on the Simulator, but I have no GPS updates on the phone. I've been in options-> device-> Location.Settings on the phone and can see the GPS updates are coming through. But the app says there is no valid received GPS.

    I tried it on BlackBerry 9800... All I get on the phone is 'pending GPS update', that my app is displayed if no valid GPS don't trouble is received.

    Thanks in advance.

    Kevin

    C criteria = newCriteria();

    c.setHorizontalAccuracy (Criteria.NO_REQUIREMENT);

    c.setVerticalAccuracy (Criteria.NO_REQUIREMENT);

    c.setCostAllowed (true);

    c.setPreferredPowerConsumption (Criteria.POWER_USAGE_HIGH);

    LocationProvider lp;

    Try

    {

    LP = LocationProvider.getInstance (c);

    if (lp! = null)

    {

    lp.getLocation (timeout);

    lp.setLocationListener (newMyLocationListener(),-1, 1, 1);

    }

    on the other

    {

    Dialog.Alert ("sorry - your phone does not support GPS");

    }

    }

    catch (Exception e)

    {

    System.

    Err.println (try ());

    }

    }

    private class MyLocationListener implementsLocationListener

    {

    public voidlocationUpdated (LocationProvider provider, a place)

    {

    if (location! = null& location.isValid ())

    {

    QualifiedCoordinates qc = location.getQualifiedCoordinates ();

    Try

    {

    Lat string = Double.toString (qc.getLatitude ());

    String long = Double.toString (qc.getLongitude ());

    UpdateScreen ('place of registration successfully');

    }

    on the other

    {

    UpdateScreen (' Failed to day location ');

    }

    }

    catch (Exception e)

    {

    }

    }

    on the other

    {

    UpdateScreen ("waiting for GPS update");

    }

    }

    public void providerStateChanged (LocationProvider provider, intnewState)

    {

    TODO: If the provider has been disabled, then disable the reporting

    }

    }

    Try the examples of programs that you can find here:

    http://supportforums.BlackBerry.com/T5/Java-development/BBM-shareContent/m-p/1796237#M203486

    or here:

    http://supportforums.BlackBerry.com/T5/Java-development/simple-location-API/Ta-p/1145951

    See if these work on the unit.  If they do, look at the code listed and compare with yours.

  • GPS location works Simulator, but does not work in the device

    Hi all,

    I have problem with GPS location.

    I have the button through which I can get the latitude and longitude in Simulator via LocationProvider class.

    His work very well in the Simulator, but giving is not the result in the unit.

    I use Storm 9530 devices and curve 8830.

    Thank you

    Valter

    Thanks for your support,

    Finally, I found my location.

    The steps are:

    As a first step BBDeveloper mentioned

    Options of-> advanced-> GPS Options

    Now,.

    Start the application maps

    Select Menu-> start the GPS Navigation

    or

    Find the location-> where I am

    It will activate the GPS.

    Thank you and best regards,

    Valter

  • Eclipse Simulator GPS Blackberry 4.7 problem

    I try to work with the latest Eclipse IDE of Blackberry plugin and 4.7 component pack. Unfortunately, the component pack is well exceeded (4.7.0.46) and setting the GPS does not work. Any idea on how to get this working in Eclipse? Copy the 4.7.0.75 Simulator in the plugin does not work.

    I'm not sure, but after installing the latest Simulator, you can see the new Simulator in the eclipse by choosing... Run-> Run Configurations-> BlackBerry Simulator-> debug-> Simulator server... In this window you will see 'profile', in which your newly installed Simulator will also appear... You can choose that instead...

    Thank you!

    We can mark this as resolved issue

  • 9700 Simulator works only on Windows 7

    simulators 5.0.0 version + (9700,8530 etc.) do not (under Windows 7) when I start it. These are getting hang and does not not to any action.

    All previous versions (8500, 8900 and 9000) simulators work perfectly.

    I also treid with the latest update of java 6 SDK, 20.

    Can someone help me on this please?

    Here is the log I have extraced from 9700.xml-(2010-07-05) in the .log file in the simualtor directory.

    Recorder of departure: 07/05/2010 13:54:33
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #1 'net.rim.java.tasks '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #2 'net.rim.java.memopad '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #3 'net.rim.medialoader.preloaded.media '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #4 'net.rim.java.docViewer '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #5 'net.rim.java.passwordkeeper '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #6 'net.rim.blackberry.lang.en_GB '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #7 'net.rim.blackberry.spellcheck '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #8 'net.rim.platform.ecmascript '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #9 'com.dataviz.dxtg '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #10 'com.popcap.peggle '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #11 'com.popcap.demobtwist '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #12 'com.ea.monopoly '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #13 'com.ea.sims3 '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #14 'com.ea.sims3.verizon '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #15 'com.ea.tetris '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #16 'com.cequint.cityid '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #17 'com.magmic.sudoku '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #18 'com.magmic.klondike '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #19 'com.magmic.troopertyping '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #20 'com.mobilestock.mobilestock '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #21 'com.telenav.telenavnavigator '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #22 'com.jbenchmark.fetion '.
    [20] [13:54:33:541] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #23 'com.cmcc.music '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #24 'net.rim.device.apps.internal.appcenter '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #25 'net.rim.java.maps '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #26 'com.magmic.thk2 '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #27 'net.rim.device.custom.gmail '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #28 'net.rim.java.phone '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #29 'net.rim.java.browser '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #30 'net.rim.java.browser.javascript '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #31 'net.rim.blackberry.input.da '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #32 'net.rim.blackberry.lang.fr '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #33 'net.rim.blackberry.lang.de '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #34 'net.rim.blackberry.lang.it '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #35 'net.rim.blackberry.lang.es '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #36 'net.rim.blackberry.lang.ca '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #37 'net.rim.blackberry.lang.en_NL '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #38 'net.rim.blackberry.input.sv '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #39 'net.rim.blackberry.lang.nl '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #40 'net.rim.blackberry.lang.pt '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #41 'net.rim.blackberry.lang.pt_BR '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #42 'net.rim.blackberry.lang.cs '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #43 'net.rim.blackberry.lang.hu '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #44 'net.rim.blackberry.lang.pl '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #45 'net.rim.blackberry.lang.tr '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #46 'net.rim.blackberry.input.af '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #47 'net.rim.blackberry.input.el '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #48 'net.rim.blackberry.input.no '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #49 'net.rim.blackberry.lang.ru '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #50 'net.rim.blackberry.lang.ar '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #51 'net.rim.blackberry.lang.he '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #52 'net.rim.blackberry.lang.eu '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #53 'net.rim.blackberry.lang.gl '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #54 'net.rim.blackberry.lang.ro '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #55 'net.rim.blackberry.lang.semitic.rendering '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #56 'net.rim.blackberry.lang.ru.rendering '.
    [20] [13:54:33:542] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #57 'net.rim.device.apps.games.BrickBreaker '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #58 'net.rim.device.apps.games.WordMole '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #59 'net.rim.java.help '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #60 'net.rim.java.blackberrymessenger '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #61 'net.rim.sdk.simulator '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:508] Application select #62 'net.rim.browser.ninjaengine '.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #1 "net.rim.BBXpEnabler".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #2 "net.rim.java.batterylog".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #3 "net.rim.java.quincy".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #4 "net.rim.java.linktrack".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #5 "com.pv.MOD".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #6 "VodafoneMusic".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #7 "com.ea.monopoly".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #8 "com.gameloft.texaspoker".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #9 "com.gameloft.blockbreaker".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #10 "com.popcap.demobtwist".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #11 "com.popcap.peggle".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #12 'VZNavigator.
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #13 "net.rim.bb.vvm".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #14 "net.rim.bb.vvm.mbp".
    [20] [13:54:33:543] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:523] request to exclude the #15 "net.rim.bb.phone.vz.ptt".
    [20] [13:54:33:543] [PackageDB] [0 x 00001058] [PackageDB.cpp:576] file of device information to:.\device.xml
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BISThickClient.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BlackBerry.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BlackBerryMessenger.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BrickBreaker.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Browser.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \CityID.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \CJK.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Help.alx.
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Klondike_v4.6.alx" package
    [20] [13:54:34:911] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \lbs.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \MemoPad-Java.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \MobileStock_v50_480x360.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Music_v50_480x360.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \PasswordKeeper.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Phone.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Platform.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \RootCertificates.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \simulator.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Sudoku_v4.6.alx" package
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \Tasks-Java.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\THK2_v4.6.alx" package
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \VodafoneMusic.alx.
    [20] [13:54:34:912] [PackageDB] [0 x 00001058] [PackageDB.cpp:2013] retaining source package "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \WordMole.alx.
    [20] [13:54:34:913] [PackageDB] [0 x 00001058] [PackageDB.cpp:763] jump the net.rim.java.blackberrymessenger package of "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BlackBerryMessenger.alx" as it is in conflict with a similar package to the "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700) \BlackBerry.alx '.»»
    [20] [Module 13:54:34:919 alias] [CDeviceXMLSrc] [0 x 00001058] [XMLDeviceInfo.cpp:523]: 2 providers of 25 targets
    [20] [13:54:34:919] [PackageDB] [0 x 00001058] [PackageDB.cpp:2526] creating pseudo-device target
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] define 'Bluetooth' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining 'camera' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] setting 'color' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines 'GPS' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines 'JPN_Input' 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining "KeyboardType" like "QWERTY".
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining 'MMS' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining 'memory' as 'big '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] setting 'Sound' like 'Tunes8700g '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] Defining 'SystemSize' as 'normal '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining 'theme' as 'Normal '.
    [20] [definition 13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] "ThemeSupport" as "reinforced".
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defining "UMA" as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines 'VAD' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines 'VPN' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] define 'VCR' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] define "VoiceNotes' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines 'WLAN' as 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] Defining 'pttApp' 'True '.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] Defining 'radio' as 'UMTS-WLAN.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] definition 'series' as '9700'
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines '_flashSize' "32 m".
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_platformVersion" as "5.0.0.586.
    [20] [13:54:34:919] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] set "_vendorID" by "0".
    [20] [13:54:34:920] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform".
    [20] [13:54:37:767] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform" is 5.0.0.586 (82/82 modules)
    [20] [13:54:37:767] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:37:767] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:37:767] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.platform' (82 modules)
    [20] [13:54:37:767] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.rim.bis.client".
    [20] [13:54:39:087] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "com.rim.bis.client" is 5.0.0.586 (31/31 modules)
    [20] [13:54:39:087] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "com.rim.bis.client" (31 modules)
    [20] [13:54:39:088] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry".
    [20] [13:54:39:089] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] "requires" match failed for the 'KeyboardType' attribute with the value "reduced | Virtual. "
    [20] [13:54:46:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '102.
    [20] [13:54:46:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '102.
    [20] [13:54:46:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value ' 136 | 215. 216. 418 "
    [20] [13:54:46:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '115 '.
    [20] [13:54:46:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:46:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value ' 114 | 123 | 134. 250. 170. 171. 202. 271 "
    [20] [13:54:46:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:46:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value ' 119 | 162. 175. 183. 217. 280. 142. 285. 147 "
    [20] [13:54:46:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '107.
    [20] [13:54:46:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute "_vendorID" with the value "370".
    [20] [13:54:48:533] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '102.
    [20] [13:54:51:126] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry" is 5.0.0.586 (modules 229/231)
    [20] [13:54:51:127] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.semitic.rendering".
    [20] [13:54:51:140] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.semitic.rendering" is 5.0.0.586 (2/2 modules)
    [20] [13:54:51:140] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.semitic.rendering' (2 modules)
    [20] [13:54:51:140] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ru.rendering".
    [20] [13:54:51:193] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ru.rendering" is 5.0.0.586 (2/2 modules)
    [20] [13:54:51:193] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ru.rendering' (2 modules)
    [20] [13:54:51:193] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang".
    [20] [13:54:51:195] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.en_GB".
    [20] [13:54:51:417] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.en_GB" is 5.0.0.586 (5/5 modules)
    [20] [13:54:51:417] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:51:417] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:51:418] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.en_GB" (5 modules)
    [20] [13:54:51:418] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.fr".
    [20] [13:54:51:644] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:51:701] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.fr" is 5.0.0.586 (8/8 modules)
    [20] [13:54:51:701] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:51:701] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:51:702] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.fr' (8 modules)
    [20] [13:54:51:702] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.it".
    [20] [13:54:51:836] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:51:993] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.it" is 5.0.0.586 (8/8 modules)
    [20] [13:54:51:993] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:51:993] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:51:993] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.it' (8 modules)
    [20] [13:54:51:993] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.de".
    [20] [13:54:52:226] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:52:234] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.de" is 5.0.0.586 (8/8 modules)
    [20] [13:54:52:234] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:52:234] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:52:234] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.de' (8 modules)
    [20] [13:54:52:234] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.es".
    [20] [13:54:52:401] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:52:415] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.es" is 5.0.0.586 (8/8 modules)
    [20] [13:54:52:415] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:52:415] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:52:415] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.es' (8 modules)
    [20] [13:54:52:415] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.pt_BR".
    [20] [13:54:52:651] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:52:705] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.pt_BR" is 5.0.0.586 (14/14 modules)
    [20] [13:54:52:705] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:52:705] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:52:706] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.pt_BR' (14 modules)
    [20] [13:54:52:706] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.pt".
    [20] [13:54:52:756] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:52:766] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.pt" is 5.0.0.586 (8/8 modules)
    [20] [13:54:52:766] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:52:766] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:52:766] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.pt' (8 modules)
    [20] [13:54:52:766] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.hu".
    [20] [13:54:52:991] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:53:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.hu" is 5.0.0.586 (8/8 modules)
    [20] [13:54:53:040] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:53:040] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:53:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.hu' (8 modules)
    [20] [13:54:53:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ro".
    [20] [13:54:53:222] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:53:223] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ro" is 5.0.0.586 (8/8 modules)
    [20] [13:54:53:223] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:53:223] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:53:224] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ro' (8 modules)
    [20] [13:54:53:224] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ca".
    [20] [13:54:53:388] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:53:460] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ca" is 5.0.0.586 (8/8 modules)
    [20] [13:54:53:460] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:53:460] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:53:460] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ca' (8 modules)
    [20] [13:54:53:461] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.cs".
    [20] [13:54:53:631] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:53:737] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.cs" is 5.0.0.586 (8/8 modules)
    [20] [13:54:53:737] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:53:737] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:53:737] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.cs' (8 modules)
    [20] [13:54:53:737] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.nl".
    [20] [13:54:53:918] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:53:968] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.nl" is 5.0.0.586 (8/8 modules)
    [20] [13:54:53:968] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:53:968] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:53:968] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.nl' (8 modules)
    [20] [13:54:53:968] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.pl".
    [20] [13:54:54:085] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:54:319] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.pl" is 5.0.0.586 (8/8 modules)
    [20] [13:54:54:319] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:54:320] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:54:320] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.pl' (8 modules)
    [20] [13:54:54:320] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ru".
    [20] [13:54:54:665] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:54:670] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ru" is 5.0.0.586 (8/8 modules)
    [20] [13:54:54:670] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:54:670] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:54:670] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ru' (8 modules)
    [20] [13:54:54:670] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ar".
    [20] [13:54:54:672] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] "requires" match failed for the 'KeyboardType' attribute with the value "virtual."
    [20] [13:54:54:845] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:54:858] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ar" is 5.0.0.586 (8/8 modules)
    [20] [13:54:54:858] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:54:858] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:54:892] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ar' (8 modules)
    [20] [13:54:54:892] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.he".
    [20] [13:54:55:246] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:55:255] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.he" is 5.0.0.586 (8/8 modules)
    [20] [13:54:55:255] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:55:255] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:55:255] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.he' (8 modules)
    [20] [13:54:55:255] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.tr".
    [20] [13:54:55:420] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:55:548] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.tr" is 5.0.0.586 (9/9 modules)
    [20] [13:54:55:548] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:55:548] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:55:548] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.tr' (9 modules)
    [20] [13:54:55:548] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.en_NL".
    [20] [13:54:56:188] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.en_NL".
    [20] [13:54:56:188] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.eu".
    [20] [13:54:56:301] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:56:303] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.eu" is 5.0.0.586 (6/6 modules)
    [20] [13:54:56:303] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:56:303] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:56:303] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.eu' (6 modules)
    [20] [13:54:56:303] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.id".
    [20] [13:54:56:425] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:56:467] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.id" is 5.0.0.586 (6/6 modules)
    [20] [13:54:56:467] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:56:467] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:56:468] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.id' (6 modules)
    [20] [13:54:56:468] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.gl".
    [20] [13:54:56:593] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:56:641] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.gl" is 5.0.0.586 (6/6 modules)
    [20] [13:54:56:642] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:56:642] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:56:642] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.gl' (6 modules)
    [20] [13:54:56:642] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input.el".
    [20] [13:54:56:868] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:54:56:868] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.input.el" is 5.0.0.586 (8/8 modules)
    [20] [13:54:56:868] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:56:868] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:56:869] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.input.el' (8 modules)
    [20] [13:54:56:869] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang" (166 modules)
    [20] [13:54:56:869] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input".
    [20] [13:54:56:871] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input.af".
    [20] [13:54:56:971] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.input.af" is 5.0.0.586 (2/2 modules)
    [20] [13:54:56:971] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:56:971] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:56:972] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.input.af' (2 modules)
    [20] [13:54:56:972] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input.da".
    [20] [13:54:57:203] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.input.da" is 5.0.0.586 (3/3 modules)
    [20] [13:54:57:203] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:57:203] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:57:203] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.input.da" (3 modules)
    [20] [13:54:57:203] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input.sv".
    [20] [13:54:57:394] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.input.sv" is 5.0.0.586 (3/3 modules)
    [20] [13:54:57:394] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:57:394] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:57:394] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.input.sv" (3 modules)
    [20] [13:54:57:394] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.input.no".
    [20] [13:54:57:502] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.input.no" is 5.0.0.586 (3/3 modules)
    [20] [13:54:57:502] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:54:57:502] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:54:57:503] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.input.no" (3 modules)
    [20] [13:54:57:503] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.input' (11 modules)
    [20] [13:54:57:503] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists".
    [20] [13:54:57:505] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.english".
    [20] [13:54:57:506] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.english.financial".
    [20] [13:54:57:552] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.english.financial" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:552] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.english.financial" (module 1)
    [20] [13:54:57:552] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.english.legal".
    [20] [13:54:57:561] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.english.legal" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:561] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.english.legal" (module 1)
    [20] [13:54:57:561] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.english.medical".
    [20] [13:54:57:617] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.english.medical" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:617] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.english.medical" (module 1)
    [20] [13:54:57:617] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.english" (3 modules)
    [20] [13:54:57:617] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.french".
    [20] [13:54:57:619] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.french.financial".
    [20] [13:54:57:668] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.french.financial" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:668] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.french.financial" (module 1)
    [20] [13:54:57:669] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.french.legal".
    [20] [13:54:57:672] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.french.legal" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:673] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.french.legal" (module 1)
    [20] [13:54:57:673] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.french.medical".
    [20] [13:54:57:686] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.french.medical" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:719] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.french.medical" (module 1)
    [20] [13:54:57:725] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.french" (3 modules)
    [20] [13:54:57:725] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.german".
    [20] [13:54:57:727] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.german.financial".
    [20] [13:54:57:784] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.german.financial" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:784] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.german.financial" (module 1)
    [20] [13:54:57:784] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.german.legal".
    [20] [13:54:57:791] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.german.legal" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:791] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.german.legal" (module 1)
    [20] [13:54:57:792] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.german.medical".
    [20] [13:54:57:842] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.german.medical" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:842] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.german.medical" (module 1)
    [20] [13:54:57:843] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.german" (3 modules)
    [20] [13:54:57:843] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.spanish".
    [20] [13:54:57:845] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.spanish.financial".
    [20] [13:54:57:859] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.spanish.financial" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:859] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.spanish.financial" (module 1)
    [20] [13:54:57:859] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.spanish.legal".
    [20] [13:54:57:958] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.spanish.legal" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:958] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.spanish.legal" (module 1)
    [20] [13:54:57:958] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.spanish.medical".
    [20] [13:54:57:962] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.spanish.medical" is 5.0.0.586 (modules 1/1)
    [20] [13:54:57:962] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.spanish.medical" (module 1)
    [20] [13:54:57:963] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.spanish" (3 modules)
    [20] [13:54:57:963] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.italian".
    [20] [13:54:57:965] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.italian.financial".
    [20] [13:54:58:016] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.italian.financial" is 5.0.0.586 (modules 1/1)
    [20] [13:54:58:016] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.italian.financial" (module 1)
    [20] [13:54:58:017] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.italian.legal".
    [20] [13:54:58:030] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.italian.legal" is 5.0.0.586 (modules 1/1)
    [20] [13:54:58:030] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.italian.legal" (module 1)
    [20] [13:54:58:030] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.wordlists.italian.medical".
    [20] [13:54:58:075] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.wordlists.italian.medical" is 5.0.0.586 (modules 1/1)
    [20] [13:54:58:075] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.italian.medical" (module 1)
    [20] [13:54:58:075] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists.italian" (3 modules)
    [20] [13:54:58:076] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.wordlists" (15 modules)
    [20] [13:54:58:076] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.no.localization".
    [20] [13:54:58:081] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.no.localization".
    [20] [13:54:58:081] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.da.localization".
    [20] [13:54:58:083] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.da.localization".
    [20] [13:54:58:083] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.sv.localization".
    [20] [13:54:58:090] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.sv.localization".
    [20] [13:54:58:091] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry" (427 modules)
    [20] [13:54:58:091] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.device.apps.internal.appcenter".
    [20] [13:54:58:191] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.device.apps.internal.appcenter" is 5.0.0.586 (modules 1/1)
    [20] [13:54:58:191] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.device.apps.internal.appcenter" (module 1)
    [20] [13:54:58:191] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.blackberrymessenger".
    [20] [13:54:59:475] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.blackberrymessenger" is 5.0.0.57 (37/37 modules)
    [20] [13:54:59:476] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.blackberrymessenger" (37 modules)
    [20] [13:54:59:476] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.api".
    [20] [13:55:00:395] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.api" is 5.0.0.586 (80/80 modules)
    [20] [13:55:00:395] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.api" (80 modules)
    [20] [13:55:00:395] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.crypto1".
    [20] [13:55:00:920] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.crypto1" is 5.0.0.586 (modules of 30/30)
    [20] [13:55:00:920] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.crypto1' (30 packs)
    [20] [13:55:00:920] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.crypto2".
    [20] [13:55:00:980] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.crypto2" is 5.0.0.586 (modules 1/1)
    [20] [13:55:00:980] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.crypto2" (module 1)
    [20] [13:55:00:980] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.crypto3".
    [20] [13:55:01:079] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.crypto3" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:079] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.crypto3" (module 1)
    [20] [13:55:01:079] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.gsacacdriver".
    [20] [13:55:01:136] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.gsacacdriver" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:137] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.gsacacdriver" (module 1)
    [20] [13:55:01:137] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.safenetdriver".
    [20] [13:55:01:141] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.safenetdriver" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:142] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.safenetdriver" (module 1)
    [20] [13:55:01:142] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.pivdriver".
    [20] [13:55:01:194] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.pivdriver" is 5.0.0.586 (2/2 modules)
    [20] [13:55:01:194] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.pivdriver' (2 modules)
    [20] [13:55:01:195] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.microsd".
    [20] [13:55:01:206] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.microsd" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:206] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.microsd" (module 1)
    [20] [13:55:01:206] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.cms".
    [20] [13:55:01:254] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.cms" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:254] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.cms" (module 1)
    [20] [13:55:01:254] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.pgp".
    [20] [13:55:01:268] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.pgp" is 5.0.0.586 (modules 1/1)
    [20] [13:55:01:268] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.pgp" (module 1)
    [20] [13:55:01:268] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.cryptoappsapi".
    [20] [13:55:02:660] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.cryptoappsapi" is 5.0.0.586 (29/29 modules)
    [20] [13:55:02:660] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.cryptoappsapi" (29 modules)
    [20] [13:55:02:660] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.keystorebrowser".
    [20] [13:55:02:676] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.keystorebrowser" is 5.0.0.586 (modules 1/1)
    [20] [13:55:02:676] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.keystorebrowser" (module 1)
    [20] [13:55:02:677] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.keystorebrowser.certificate".
    [20] [13:55:02:776] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.keystorebrowser.certificate" is 5.0.0.586 (modules 1/1)
    [20] [13:55:02:776] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.keystorebrowser.certificate" (module 1)
    [20] [13:55:02:776] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.keystorebrowser.pgp".
    [20] [13:55:02:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.keystorebrowser.pgp" is 5.0.0.586 (modules 1/1)
    [20] [13:55:02:835] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.keystorebrowser.pgp" (module 1)
    [20] [13:55:02:835] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.secureemail".
    [20] [13:55:04:254] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.secureemail" is 5.0.0.586 (modules of 30/30)
    [20] [13:55:04:255] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.secureemail' (30 packs)
    [20] [13:55:04:255] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.secureemail.pgp".
    [20] [13:55:04:315] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.secureemail.pgp" is 5.0.0.586 (modules 1/1)
    [20] [13:55:04:315] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.secureemail.pgp" (module 1)
    [20] [13:55:04:315] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.secureemail.smime".
    [20] [13:55:04:383] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.secureemail.smime" is 5.0.0.586 (modules 1/1)
    [20] [13:55:04:383] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.secureemail.smime" (module 1)
    [20] [13:55:04:384] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.ldapbrowser".
    [20] [13:55:05:029] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.ldapbrowser" is 5.0.0.586 (29/29 modules)
    [20] [13:55:05:029] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.ldapbrowser" (29 modules)
    [20] [13:55:05:029] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.ldapbrowser.pgp".
    [20] [13:55:05:037] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.ldapbrowser.pgp" is 5.0.0.586 (modules 1/1)
    [20] [13:55:05:038] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.ldapbrowser.pgp" (module 1)
    [20] [13:55:05:038] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.ldapbrowser.x509".
    [20] [13:55:05:094] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.ldapbrowser.x509" is 5.0.0.586 (modules 1/1)
    [20] [13:55:05:094] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.ldapbrowser.x509" (module 1)
    [20] [13:55:05:094] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.xml".
    [20] [13:55:05:096] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.xml" is 5.0.0.586 (2/2 modules)
    [20] [13:55:05:096] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.xml' (2 modules)
    [20] [13:55:05:096] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.fastPredictiveIM".
    [20] [13:55:05:402] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.fastPredictiveIM" is 5.0.0.586 (7/7 modules)
    [20] [13:55:05:402] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.fastPredictiveIM" (7 modules)
    [20] [13:55:05:403] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.fullFastPredictiveIM".
    [20] [13:55:05:445] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.fullFastPredictiveIM" is 5.0.0.586 (8/8 modules)
    [20] [13:55:05:445] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.fullFastPredictiveIM' (8 modules)
    [20] [13:55:05:445] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ar.keyboardfont".
    [20] [13:55:05:445] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.ar.keyboardfont".
    [20] [13:55:05:446] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.blackberrymessenger".
    [20] [13:55:05:446] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.device.apps.games.BrickBreaker".
    [20] [13:55:05:626] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.device.apps.games.BrickBreaker" is 5.0.0.586 (2/2 modules)
    [20] [13:55:05:627] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.device.apps.games.BrickBreaker' (2 modules)
    [20] [13:55:05:627] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.browser".
    [20] [13:55:05:981] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.browser" is 5.0.0.586 (23/23 modules)
    [20] [13:55:05:982] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.java.browser' (23 modules)
    [20] [13:55:05:982] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.cjk".
    [20] [13:55:05:984] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN_Pinyin".
    [20] [13:55:06:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN_Pinyin" is 5.0.0.586 (2/2 modules)
    [20] [13:55:06:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_CN_Pinyin' (2 modules)
    [20] [13:55:06:040] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW_BoPoMoFo".
    [20] [13:55:06:326] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW_BoPoMoFo" is 5.0.0.586 (6/6 modules)
    [20] [13:55:06:326] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_TW_BoPoMoFo' (6 modules)
    [20] [13:55:06:327] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW_Pinyin".
    [20] [13:55:06:381] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW_Pinyin" is 5.0.0.586 (6/6 modules)
    [20] [13:55:06:382] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_TW_Pinyin' (6 modules)
    [20] [13:55:06:382] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN_Wubihua".
    [20] [13:55:06:499] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN_Wubihua" is 5.0.0.586 (2/2 modules)
    [20] [13:55:06:499] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_CN_Wubihua' (2 modules)
    [20] [13:55:06:499] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW_Strokes".
    [20] [13:55:06:616] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW_Strokes" is 5.0.0.586 (3/3 modules)
    [20] [13:55:06:616] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_TW_Strokes" (3 modules)
    [20] [13:55:06:616] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN_Cangjei".
    [20] [13:55:06:787] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN_Cangjei" is 5.0.0.586 (3/3 modules)
    [20] [13:55:06:787] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_CN_Cangjei" (3 modules)
    [20] [13:55:06:787] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_HK_Jyutping".
    [20] [13:55:06:973] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_HK_Jyutping" is 5.0.0.586 (4/4 modules)
    [20] [13:55:06:974] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_HK_Jyutping' (4 modules)
    [20] [13:55:06:974] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW_Cangjei".
    [20] [13:55:07:034] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW_Cangjei" is 5.0.0.586 (2/2 modules)
    [20] [13:55:07:035] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_TW_Cangjei' (2 modules)
    [20] [13:55:07:035] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ja_Romaji".
    [20] [13:55:07:313] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:55:07:323] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ja_Romaji" is 5.0.0.586 (8/8 modules)
    [20] [13:55:07:323] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:07:323] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:07:324] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ja_Romaji' (8 modules)
    [20] [13:55:07:324] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ko".
    [20] [13:55:07:553] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:55:07:556] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ko" is 5.0.0.586 (8/8 modules)
    [20] [13:55:07:556] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:07:556] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:07:557] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ko' (8 modules)
    [20] [13:55:07:557] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.th".
    [20] [13:55:07:558] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] "requires" match failed for the 'KeyboardType' attribute with the value "virtual."
    [20] [13:55:07:733] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:55:07:835] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.th" is 5.0.0.586 (9/9 modules)
    [20] [13:55:07:835] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:07:835] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:07:835] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.th' (9 modules)
    [20] [13:55:07:835] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.cjk' (53 modules)
    [20] [13:55:07:836] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.cjk.rendering".
    [20] [13:55:07:837] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW.rendering".
    [20] [13:55:09:238] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW.rendering" is 5.0.0.586 (2/2 modules)
    [20] [13:55:09:239] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:09:239] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:09:239] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_TW.rendering' (2 modules)
    [20] [13:55:09:239] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN.rendering".
    [20] [13:55:09:288] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN.rendering" is 5.0.0.586 (2/2 modules)
    [20] [13:55:09:288] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:09:288] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:09:289] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_CN.rendering' (2 modules)
    [20] [13:55:09:289] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ja.rendering".
    [20] [13:55:11:509] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ja.rendering" is 5.0.0.586 (6/6 modules)
    [20] [13:55:11:509] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ja.rendering' (6 modules)
    [20] [13:55:11:509] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ko.rendering".
    [20] [13:55:11:615] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ko.rendering" is 5.0.0.586 (4/4 modules)
    [20] [13:55:11:616] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.ko.rendering' (4 modules)
    [20] [13:55:11:616] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.th.rendering".
    [20] [13:55:11:730] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.th.rendering" is 5.0.0.586 (3/3 modules)
    [20] [13:55:11:730] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.th.rendering" (3 modules)
    [20] [13:55:11:730] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.cjk.rendering" (17 modules)
    [20] [13:55:11:730] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN.localization".
    [20] [13:55:12:140] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:55:12:156] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN.localization" is 5.0.0.586 (modules 10/10)
    [20] [13:55:12:156] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:12:156] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:12:156] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_CN.localization" (10 modules)
    [20] [13:55:12:156] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW.localization".
    [20] [13:55:12:333] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value '100 '.
    [20] [13:55:12:375] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW.localization" is 5.0.0.586 (modules 10/10)
    [20] [13:55:12:375] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_appsVersion" as "5.0.0.586.
    [20] [13:55:12:375] [TargetDevice] [0 x 00001058] [TargetDevice.cpp:81] defines "_blackberryVersion" as "5.0.0.586.
    [20] [13:55:12:375] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_TW.localization" (10 modules)
    [20] [13:55:12:375] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh.core".
    [20] [13:55:12:488] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh.core" is 5.0.0.586 (2/2 modules)
    [20] [13:55:12:488] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh.core' (2 modules)
    [20] [13:55:12:488] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh.phoneticCore".
    [20] [13:55:12:609] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh.phoneticCore" is 5.0.0.586 (2/2 modules)
    [20] [13:55:12:610] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh.phoneticCore' (2 modules)
    [20] [13:55:12:610] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh.strokeCore".
    [20] [13:55:12:623] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh.strokeCore" is 5.0.0.586 (modules 1/1)
    [20] [13:55:12:623] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh.strokeCore" (module 1)
    [20] [13:55:12:657] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN.defaultResource".
    [20] [13:55:12:780] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN.defaultResource" is 5.0.0.586 (3/3 modules)
    [20] [13:55:12:781] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_CN.defaultResource" (3 modules)
    [20] [13:55:12:781] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_HK.defaultResource".
    [20] [13:55:12:837] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_HK.defaultResource" is 5.0.0.586 (modules 1/1)
    [20] [13:55:12:837] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_HK.defaultResource" (module 1)
    [20] [13:55:12:838] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh.defaultResource".
    [20] [13:55:12:847] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh.defaultResource" is 5.0.0.586 (modules 1/1)
    [20] [13:55:12:847] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh.defaultResource" (module 1)
    [20] [13:55:12:847] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN.strokeLinguisticData".
    [20] [13:55:12:957] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN.strokeLinguisticData" is 5.0.0.586 (2/2 modules)
    [20] [13:55:12:957] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.blackberry.lang.zh_CN.strokeLinguisticData' (2 modules)
    [20] [13:55:12:957] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN_Pinyin.linguisticData".
    [20] [13:55:13:018] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN_Pinyin.linguisticData" is 5.0.0.586 (modules 1/1)
    [20] [13:55:13:018] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_CN_Pinyin.linguisticData" (module 1)
    [20] [13:55:13:018] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_TW.linguisticData".
    [20] [13:55:13:019] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_TW.linguisticData" is 5.0.0.586 (modules 1/1)
    [20] [13:55:13:019] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_TW.linguisticData" (module 1)
    [20] [13:55:13:019] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.zh_CN_Pinyin.resources".
    [20] [13:55:13:070] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.zh_CN_Pinyin.resources" is 5.0.0.586 (modules 1/1)
    [20] [13:55:13:071] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.zh_CN_Pinyin.resources" (module 1)
    [20] [13:55:13:071] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.th.keyboardfont".
    [20] [13:55:13:071] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.blackberry.lang.th.keyboardfont".
    [20] [13:55:13:071] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.blackberry.lang.ja.emoji".
    [20] [13:55:13:197] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.blackberry.lang.ja.emoji" is 5.0.0.586 (modules 1/1)
    [20] [13:55:13:197] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.blackberry.lang.ja.emoji" (module 1)
    [20] [13:55:13:198] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.help".
    [20] [13:55:14:708] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.help" is 5.0.0.586 (25/25 modules)
    [20] [13:55:14:708] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.help" (25 modules)
    [20] [13:55:14:708] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.magmic.klondike".
    [20] [13:55:14:777] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "com.magmic.klondike" is 1.4.8 (modules 1/1)
    [20] [13:55:14:777] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "com.magmic.klondike" (module 1)
    [20] [13:55:14:810] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.maps".
    [20] [13:55:16:085] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.maps" is 5.0.0.586 (34/34 modules)
    [20] [13:55:16:085] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.maps" (34 modules)
    [20] [13:55:16:085] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.memopad".
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.memopad" is 5.0.0.586 (modules 1/1)
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.memopad" (module 1)
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.mobilestock.mobilestock".
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute "_vendorID" with the value "204".
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "com.mobilestock.mobilestock".
    [20] [13:55:16:102] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.cmcc.music".
    [20] [13:55:16:103] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute "_vendorID" with the value "204".
    [20] [13:55:16:103] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "com.cmcc.music".
    [20] [13:55:16:103] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.passwordkeeper".
    [20] [13:55:16:598] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.passwordkeeper" is 5.0.0.586 (29/29 modules)
    [20] [13:55:16:598] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.passwordkeeper" (29 modules)
    [20] [13:55:16:599] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.phone".
    [20] [13:55:16:714] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:1773] game "fileset" failed for the attribute '_vendorID' with value ' 204 | 241. 329. 380 "
    [20] [13:55:16:714] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.phone" is 5.0.0.586 (2/2 modules)
    [20] [13:55:16:714] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.phone.tty".
    [20] [13:55:16:728] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.phone.tty" is 5.0.0.586 (modules 1/1)
    [20] [13:55:16:728] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.phone.tty" (module 1)
    [20] [13:55:16:762] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.phone" (3 modules)
    [20] [13:55:16:767] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.fr".
    [20] [13:55:16:942] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.fr" is 5.0.0.586 (3/3 modules)
    [20] [13:55:16:942] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.fr" (3 modules)
    [20] [13:55:16:942] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ca".
    [20] [13:55:17:117] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ca" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:118] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ca" (3 modules)
    [20] [13:55:17:118] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.af".
    [20] [13:55:17:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.af" is 5.0.0.586 (modules 1/1)
    [20] [13:55:17:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.af" (module 1)
    [20] [13:55:17:122] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ar".
    [20] [13:55:17:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ar" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ar" (3 modules)
    [20] [13:55:17:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ja".
    [20] [13:55:17:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ja" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ja" (3 modules)
    [20] [13:55:17:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ko".
    [20] [13:55:17:415] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ko" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:415] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ko" (3 modules)
    [20] [13:55:17:416] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.tr".
    [20] [13:55:17:479] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.tr" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:479] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.tr" (3 modules)
    [20] [13:55:17:480] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.el".
    [20] [13:55:17:587] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.el" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:587] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.el" (3 modules)
    [20] [13:55:17:587] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ru".
    [20] [13:55:17:704] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ru" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:704] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ru" (3 modules)
    [20] [13:55:17:704] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.cs".
    [20] [13:55:17:833] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.cs" is 5.0.0.586 (3/3 modules)
    [20] [13:55:17:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.cs" (3 modules)
    [20] [13:55:17:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.pl".
    [20] [13:55:18:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.pl" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.pl" (3 modules)
    [20] [13:55:18:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.hu".
    [20] [13:55:18:120] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.hu" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.hu" (3 modules)
    [20] [13:55:18:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.nl".
    [20] [13:55:18:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.nl" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.nl" (3 modules)
    [20] [13:55:18:180] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.de".
    [20] [13:55:18:238] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.de" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:238] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.de" (3 modules)
    [20] [13:55:18:238] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.it".
    [20] [13:55:18:311] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.it" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:311] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.it" (3 modules)
    [20] [13:55:18:311] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.es".
    [20] [13:55:18:414] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.es" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:414] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.es" (3 modules)
    [20] [13:55:18:414] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.en_GB".
    [20] [13:55:18:480] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.en_GB" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:480] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.en_GB" (3 modules)
    [20] [13:55:18:480] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.en_NL".
    [20] [13:55:18:481] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2881] empty package of items "net.rim.platform.lang.en_NL".
    [20] [13:55:18:481] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.pt_BR".
    [20] [13:55:18:646] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.pt_BR" is 5.0.0.586 (6/6 modules)
    [20] [13:55:18:646] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.platform.lang.pt_BR' (6 modules)
    [20] [13:55:18:647] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.pt".
    [20] [13:55:18:647] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.pt" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:647] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.pt" (3 modules)
    [20] [13:55:18:647] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.zh_CN".
    [20] [13:55:18:648] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.zh_CN" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:649] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.zh_CN" (3 modules)
    [20] [13:55:18:649] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.zh_TW".
    [20] [13:55:18:704] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.zh_TW" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:705] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.zh_TW" (3 modules)
    [20] [13:55:18:705] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.he".
    [20] [13:55:18:779] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.he" is 5.0.0.586 (5/5 modules)
    [20] [13:55:18:779] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.he" (5 modules)
    [20] [13:55:18:780] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.eu".
    [20] [13:55:18:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.eu" is 5.0.0.586 (3/3 modules)
    [20] [13:55:18:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.eu" (3 modules)
    [20] [13:55:18:834] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.gl".
    [20] [13:55:19:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.gl" is 5.0.0.586 (3/3 modules)
    [20] [13:55:19:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.gl" (3 modules)
    [20] [13:55:19:001] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.id".
    [20] [13:55:19:067] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.id" is 5.0.0.586 (3/3 modules)
    [20] [13:55:19:067] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.id" (3 modules)
    [20] [13:55:19:067] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.th".
    [20] [13:55:19:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.th" is 5.0.0.586 (3/3 modules)
    [20] [13:55:19:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.th" (3 modules)
    [20] [13:55:19:121] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.lang.ro".
    [20] [13:55:19:231] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.lang.ro" is 5.0.0.586 (3/3 modules)
    [20] [13:55:19:231] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.platform.lang.ro" (3 modules)
    [20] [13:55:19:231] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.platform.ecmascript".
    [20] [13:55:19:462] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.platform.ecmascript" is 5.0.0.586 (8/8 modules)
    [20] [13:55:19:462] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.platform.ecmascript' (8 modules)
    [20] [13:55:19:463] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.rootcertificates.dod".
    [20] [13:55:19:468] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.rootcertificates.dod" is 5.0.0.586 (modules 1/1)
    [20] [13:55:19:469] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.rootcertificates.dod" (module 1)
    [20] [13:55:19:469] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.sdk.simulator".
    [20] [13:55:19:537] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.sdk.simulator" is 5.0.0.586 (2/2 modules)
    [20] [13:55:19:537] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.sdk.simulator' (2 modules)
    [20] [13:55:19:537] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.magmic.sudoku".
    [20] [13:55:20:062] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "com.magmic.sudoku" is 1.0.11 (modules 1/1)
    [20] [13:55:20:063] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "com.magmic.sudoku" (module 1)
    [20] [13:55:20:063] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.java.tasks".
    [20] [13:55:20:114] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.java.tasks" is 5.0.0.586 (modules 1/1)
    [20] [13:55:20:114] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "net.rim.java.tasks" (module 1)
    [20] [13:55:20:115] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "com.magmic.thk2".
    [20] [13:55:20:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "com.magmic.thk2" is 2.3.0 (modules 1/1)
    [20] [13:55:20:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package "com.magmic.thk2" (module 1)
    [20] [13:55:20:293] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2367] whereas package "net.rim.device.apps.games.WordMole".
    [20] [13:55:20:850] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2782] Autoversion for "net.rim.device.apps.games.WordMole" is 5.0.0.586 (9/9 modules)
    [20] [13:55:20:851] [XMLPackageSource] [0 x 00001058] [PackageSource.cpp:2842] support package 'net.rim.device.apps.games.WordMole' (9 modules)
    [1] [13:55:20:856] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.cequint.cityid.
    [1] [13:55:20:856] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.cmcc.music.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.dataviz.dxtg.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.ea.monopoly.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.ea.sims3.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.ea.sims3.verizon.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.ea.tetris.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.jbenchmark.fetion.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.magmic.troopertyping.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.mobilestock.mobilestock.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.popcap.demobtwist.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.popcap.peggle.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package com.telenav.telenavnavigator.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.blackberry.lang.en_NL.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.blackberry.spellcheck.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.browser.ninjaengine.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.device.custom.gmail.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.java.browser.javascript.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.java.docViewer.
    [1] [13:55:20:857] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:616] failed to query the package net.rim.medialoader.preloaded.media.
    [10] [13:55:20:987] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bt_map.cod.
    [10] [13:55:20:987] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bMessage.cod.
    [10] [13:55:20:987] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_userexperience.cod.
    [10] [13:55:20:987] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_tts.cod.
    [10] [13:55:21:032] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__de.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__de.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__fr.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__fr.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__it.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__it.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__es.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__es.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__eu.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__eu.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__gl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__gl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__pt.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__pt.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__pt_BR.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__pt_BR.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__pt.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__pt.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__hu.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__hu.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__pl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__pl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__tr.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__tr.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__ca.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__ca.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__cs.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__cs.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__nl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__nl.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__ru.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__ru.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__ar.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__ar.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__he.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__he.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbapi_messagelist_res__ro.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__ro.cod.
    [10] [13:55:21:033] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.blackberry.api' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_data_provider_resources__en_GB.cod.
    [10] [13:55:21:038] [AppInfoExtractor] [0 x 00001058] [DeviceAppInfoExtractor.cpp:134] package 'net.rim.java.blackberrymessenger' missing the module "E:\Program Research In Motion\BlackBerry Smartphone simulators 5.0.0\5.0.0.586 (9700)\Java\net_rim_bbgroup_lib.cod.

    Thank you

    Kiran

    Can you please see if you set the View menu-> graphics acceleration off.  It is important

Maybe you are looking for