BlackBerry-deploy: result::failure-103

I get this mysterious error code when trying to deploy on the device.

What does that mean?

/**
* Return analysis installation code: these data are transmitted to the {@link IPackageInstallObserver}
* {@link #installPackage (android.net.Uri, IPackageInstallObserver, int)}
* If the parser has not found all the certificates in the .apk.
* @hide
*/
public static final int INSTALL_PARSE_FAILED_NO_CERTIFICATES = - 103;

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry Deploy result::failure-24

    Hello

    When I use Blackberry deployment tool to deploy the bar file classic Blackberry I get the following error after the bar of the folder we downloaded:

    result::failure-24
    com.qnx.bbt.deploy.Deploy$ DeployException: result::failure-24

    There is no documentation to deploy error codes?

    Thank you.

    I'm glad to hear you got it working.  We have not publicly documented these error codes.  If the installer can determine the cause of the error, you should see a useful error message.  Error codes appear when something external to Setup failed and the installer does not know what happened, that's why they are not documented publicly.

  • result::failure-103

    I'm trying to deploy my signed. BAR asks my BlackBerry PlayBook, but whenever I try, I get this error odd result::failure-103

    Here are the steps that I did:

    first comvert my. APK for BAR

    ./apk2bar [path to my apk folder] ~/android-sdks/  -t [path to output folder] -rv
    

    can I sign

    ./blackberry-signer -verbose -cskpass [password] -keystore author.p12 -storepass [password] [path to my .bar] RDK author
    

    Then I check it out:

    ./blackberry-signer -verify -verbose [path to the .BAR]
    

    and here is the result I get:

    1342 Thu Nov 22 23:25:04 EST 2012 META-INF/MANIFEST.MF
             608 Thu Nov 22 23:25:04 EST 2012 META-INF/AUTHOR.SF
             601 Thu Nov 22 23:25:04 EST 2012 META-INF/AUTHOR.EC
             608 Thu Nov 22 23:25:04 EST 2012 META-INF/RDK.SF
             280 Thu Nov 22 23:25:04 EST 2012 META-INF/RDK.EC
    sm      7600 Thu Nov 22 23:24:16 EST 2012 android/res/drawable-mdpi/icon.png
    sm    169511 Thu Nov 22 23:24:16 EST 2012 android/Chmbrs-NotePadBB.apk
    
      s = signature was verified
      m = entry is listed in manifest
      k = at least one certificate was found in keystore
      i = at least one certificate was found in identity scope
    
    Info: Bar verified.
    

    After that, all right.

    Finally, I push the file to my PlayBook

    ./blackberry-deploy -installApp -device 192.168.1.109 -package [path to the .BAR] -password [Playbook password]
    

    but it is there, it breaks down and I get this result

    Info: Sending request: Install
    Info: Action: Install
    Info: File size: 133672
    Info: Installing ...
    Info: Processing 133672 bytes
    Info: Progress 50%...
    Info: Progress 100%...
    actual_dname::com.chmbrs.apps.notepad.gYABgOwP1jrtFP9mlr5GwQ_xwlw
    actual_id::gYABgOwP1jrtFP9mlr5GwQ_xwlw
    actual_version::1.0.5.0
    result::failure -103
    

    I can see the application installed in the PlayBook, but when I try to pen I get a window asking me to approve certain permissions. I accept and then I see a black window and the application closes itself. She does this all the time.

    I have installed jdk Oracle version 1.6.0_33 and I use Ubuntu 12.10. That shouldn't matter however, as according to the tool my. BAR is signed and without errors.

    Any ideas why does not? I would not use Eclipse because with the last update ADT plugin for BlackBerry is broken and does not not even under windows.

    Thanks for the help.

    Yes! you were right! It seems that you must sign the. APK before you pack up and send to your playbook for installation. I followed these steps and it worked:

    Navigate to your folder root of android project and build your project for immediate release

    ant clean
    and release
    

    Connect to your Playbook:

    ./blackberry-connect [playbook IP] -password [playbook password] -sshPublicKey [key].pub
    

    Sign your APK with your keys:

    jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore [your key].kestore [your app name].apk [alias]
    
    --verify your signed apk
    
    jarsigner -verify bin/NoteList-release-unsigned.apk
    

    If it passes, you can now create the file of the bar

    ./apk2bar [path to your APK folder] [path to android dsk folder]  -t [path to output folder] -rv
    

    Sign the file BAR

    ./blackberry-signer -verbose -cskpass [password] -keystore [path to your certificate].p12 -storepass [certificate password] [path to your BAR file] RDK author
    
    -- to verify the signed BAR
    ./blackberry-signer -verify -verbose [path to your BAR file]
    

    And finally sending to your Playbook

    ./blackberry-deploy -installApp -device [playbook IP] -package [path to your BAR file] -password [playbook password]
    

    I tried these steps using Ubuntu 12.10 and beta CommandLineTools_1.3. Don't forget to turn the development WE we you playbook and turn on SSH access so you can use blackberry connect. In addition, when you download the command line tools you must give approval to run for all scripts.

    Hope that this helps some development on Ubuntu, until the BlackBerry fixes the plugin for eclipse which is broken with the last tools rev 21 ADT.

    Happy coding!

  • result::failure-104, deploying a file bar

    When deploying a file to blackberry Z10 bar, I get the following error of blackberry-deploy systematically

    Info: Send request: install
    Info: Action: install
    Info: File size: 566071
    Info: installation...
    Info: Treatment 566071 bytes
    News: Advance of 50%...
    News: Progress 100%...
    actual_dname::com.tiggit .controller .testEB4qGwu3SILuHbE3aAwh5Dk
    actual_id::testEB4qGwu3SILuHbE3aAwh5Dk
    actual_version::1.0.1.0
    result::failure-104

    I searched for a description of the error messages produced by blackberry-deployment and will find almost no documentation.

    Does anyone know what means this error and better, how to fix?

    Thank you

    Robert.

    Answering my own question, because I found the answer, for later use.

    The problem is caused by two packages with the same name installed with different "signatures."

    The solution is to remove the package using adb (as he is an Android/Dalvik application)

    ADB uninstall com.tiggit.controller

    This removes all instances of com.tiggit.controller on the device and allows a new bar/apk to install.

  • result::failure-9 the deployment

    Hello

    I'm trying to deploy my application on my blackberry Z10 running 10.0.9.422 eclipse android and I failed him.

    Here is the error I get.

    Impossible to deploy the project XXXX
    Info: Send request: install
    Info: Action: install
    Info: File size: 8659959
    Info: installation...
    Info: Treatment 8659959 bytes
    News: Progress 0%...
    Info: 49% increase...
    News: Advance of 50%...
    News: Progress 100%...
    actual_dname::com.xxx .testEPPwDTJahv0UbAeaecXksgI .xxxx
    actual_id::testEPPwDTJahv0UbAeaecXksgI
    actual_version::1.0.3.0
    result::failure-9

    After this error, I could see the app on my Z10 icon, but when I try to open it, it says "Initializing. Please wait... "and the application crashes afterwards.

    That indicates failure - 9 and any idea on what is the problem/resolution might be?

    Any help is greatly appreciated.

    Thank you

    Varun-

    Hi Justin,

    I was able to determine libraries not supported agency auditor apk. After a little research, here how I made the deployment to work.

    My application was using the com.google.android.maps package. So, I edited the file manifest android to reflect the threshold.

    After this change, even if the option "verify apk" of eclipse is showing me the same warnings, I was able to deploy the application on my Z10 and had to operate.

    Thank you

    Varun-

  • BB10 cannot install the debug - result::failure 532 that all development 100 slots are already in use

    I get an error when you try to deploy a file of debug on a Z30 bar:

    result::failure 532 all development 100 slots are already in use

    I removed all applications development, renewed my debugging token, rebooted momentics and restarted the unit, but the error persists.

    I'll wipe the next device, but someone has run into this, or know a quicker fix?

    A BlackBerry signature account limit the creation of chips from debug to 100 unique BlackBerry PIN.  If you try to create others, you get the error below.

    Debug tokens expire after 30 days, once a PIN expires, you will be able to create again.

    Note that this does not affect the renewal of the chips.  If you renew a token before it expires, it always uses only 1 allocation.

  • result::failure 500 'package-Id' deplying in alpha BB10

    Hi guys,.

    After updating my BB10 alpha to 10.0.6.671 os version I can't install apps android more, I still get:

    C:\Users\osus>"BlackBerry-deploy.bat - installApp-device 192.168.0.85 - password pass UnCompress.apk
    Info: Send request: install
    Info: Action: install
    Info: File size: 1393186
    Info: installation...
    Info: Treatment 1393186 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 500 'package-Id ".

    I try to install my apps!

    Installation of the works not Android apps very well, I only have problems with my two Android apps.

    Any idea?

    In my case, I tried to download the apk rather the bar... that's all

  • BlackBerry-deploy - installApp fails with the error - 104

    Hey, I was wondering if someone could help me with this.

    I managed to create my token of debugging and I try to deploy with the following command

    BlackBerry-deploy-installApp-device 169.254.0.5 - package - password

    The result is:

    Info: Send request: install
    Info: Action: install
    Info: File size: 10275227
    Info: installation...
    Info: Treatment 10275227 bytes
    News: Progress 0%...
    News: Advance of 50%...
    News: Advance of 50%...
    News: Progress 100%...
    actual_dname:. testEJDtuDekSj.fZWEJZ1BCQZI
    actual_id:testEJDtuDekSj - fZWEJZ1BCQZI
    actual_version::1.0.408.0
    result::failure-104

    That means "result::failure-104?"
    The only thing I can think is that when I check I have a warning to break but I don't think that should affect what anyone. The warning is

    ([Android.apk] AndroidManifest.xml) native code: x 86: impact = 5

    Thank you

    Hello

    Having native code in your Android application is not supported. The warning of the impact of 5 shows that conversion to apk2bar was not successful, you should not be able to convert your application without removing the native code.

  • Major problem after update of the app: DeployException: result::failure-104 (incompatibility digest... something has changed.)

    Hello

    After you fix a problem with my signature keys ( http://supportforums.blackberry.com/t5/Android-Runtime-Development/Signing-Keys-Mess/td-p/3022020) I managed to download my update of the app.

    Unfortunately there was something wrong, that users who attempt to update were a major problem: "update this game [...] and he could not install after he asked me to accept the location service [...] It closes right when you are asked to accept again for approval of location services. »

    Now, I was able to reproduce myself.

    Update of the application, the user is invited to accept the authorization of the Internet, and if they accept it or not, the strength of the app closes then. (I had added Android ACCESS_WIFI_STATE permission in the manifest, but the problem persists if I remove it)

    I tried to debug the problem and all that I can see is the LogCat shows this at the launch of the app 'day '.

    11-20 15:59:27.927: D/Install@Launch (7557275): incompatibility digest for com.irache.octagonp.gYABgELGe5sJN9mSCfgTnlCk3hw, something has changed.

    In addition, by updating an existing installation, I get this error message on BlackBerry deployment:

    result::failure-104
    com.qnx.bbt.deploy.Deploy$ DeployException: result::failure-104

    I compared the new and the old manifest, and all the relevant fields seem has not changed:-l' author of the Package, Package-author-Id, package name, package Description, Id of Package, Package-author-certificate-Hash.

    The application works correctly with a fresh install, and I can update without problem to other apps that have gone through similar changes very recently, in libraries, permissions...

    Could someone point me in the right direction?

    Thank you.

    The error-104 is the Android Runtime.  It indicates that the APK file that is trying the upgrade has been signed with a different key than the original.  It made no reference to any BlackBerry sign the file of the bar, but the certificate you use to sign the APK using ADT.  On an Android device, the same error occurs if you try to upgrade an APK that is signed with a different certificate.

    You can view the certificate that has been used on an APK file using a command like this:

    C:\Program Files (x86)\Java\jdk1.7.0_45\bin\jarsigner -verify -certs -verbose myApp.apk > output.txt
    
  • result::failure-2

    If anyone has a similar problem, a stupid difficulty here:

    1. The apk works on Android
    2. The conversion to the bar works perfectly
    3. The signature seems to work perfectly
    4. Deployment installing the app, but say result::failure-2, and we can't run it

    Solution:

    The file has been name xxxx. APK, I renamed it to xxxx.apk and then it worked, without even to increment the version!

    Just a response to mark it solved

  • Installation of Simulator PlayBook: result::failure-9?

    Hi all, I converted using the plugin Eclipse of BB android application (Version: 1.0.2.201112120946), and I try to install in the Playbook Simulator (version: 2.0.0.7109). However, during the installation process, I see the following error message:

    Impossible to deploy the project MyProj-BB
    Info: Send request: install
    Info: Action: install
    Info: File size: 774618
    Info: installation...
    Info: Treatment 774618 bytes
    News: Progress 0%...
    News: Advance of 50%...
    News: Advance of 50%...
    actual_dname::com.emistra .MyProj .testEBC23DtkyDFzVZu .px12M7A
    actual_id:testEBC23DtkyDFzVZu - px12M7A
    actual_version::1.102.400.0
    result::failure-9

    Can someone tell me what this failure code? Or if not, can you point me to a reference doc that lists all these error codes?

    Appreciate any help!

    I was getting this error too, very annoying how little info is given.

    In the end, I think it was my application using google maps library led me to have the error.

    I found that by changing the android emulator I used "Google APIs" (which is required for a mapview?) to "Android 2.3.3", which I think BB recommend. When I tried to run my application on android, I got an error 'missing shared library '... Remove libraries mapview, then he ran on BB playbook.

  • His Test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)

    ------------------
    Information System
    ------------------
    Time of this report: 11/04/2011, 00:36:27
    Computer name: ADX-01
    Operating system: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_rtm.040803 - 2158)
    Language: English (regional setting: Indonesian)
    System manufacturer: INTEL_
    System model: D945GLF_
    BIOS: Default system BIOS
    Processor: Intel(r) atom CPU 230 @ 1.60 GHz (2 CPUs)
    Memory: 1014 MB RAM
    Page file: 570 MB used, 1870 MB of available space
    Windows Dir: C:\WINDOWS
    DirectX version: DirectX 9 .0c (4.09.0000.0904)
    DX setup parameters: not found
    DxDiag Version: 5.03.2600.2180 32 bit Unicode

    ------------
    DxDiag Notes
    ------------
    The DirectX files tab: no problems found.
    Display 1 tab: No problems found.
    Sound tab 1: DirectSound test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)
    Music tab: no problems found.
    Input tab: no problems found.
    The network tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (n/a)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: Intel(r) 82945G Express Chipset Family
    Manufacturer: Intel Corporation
    Chip type: Intel(r) 82945G Express Chipset Family
    DAC type: internal
    The device key: Enum\PCI\VEN_8086 & DEV_2772 & SUBSYS_464C8086 & REV_02
    Display memory: 64.0 MB
    Current mode: 1366 x 768 (32 bit) (60 Hz)
    Monitor: Plug-and-Play monitor
    Monitor Max Res: 1600,1200
    Driver name: igxprd32.dll
    Driver version: 6.14.0010.4926 (English)
    The DDI Version: 9 (or higher)
    Driver attributes: Final retail
    Format/driver Date: 2008-07-16 19:24:38, 57344 bytes
    Would be WHQL logo: Yes
    WHQL Date stamp: n/a
    VDD: n/a
    Mini VDD: igxpmp32.sys
    Mini VDD Date: 2008-07-16 19:24:38, 5854752 bytes
    The instrument identifier: {D7B78E66-6432-11CF-08F0-4666A3C2CB35}
    Vendor ID: 0 x 8086
    Device ID: 0 x 2772
    SubSys ID: 0x464C8086
    Revision ID: 0x0002
    Revision ID: 0x0002
    Video Accel:
    Deinterlace caps: n/a
    Registry: OK
    DDraw status: enabled
    D3D status: enabled
    AGP status: Not available
    DDraw Test result: does not work
    D3D7 Test result: does not work
    D3D8 Test result: does not work
    D3d9 Test result: does not work

    -------------
    Sound Devices
    -------------
    Description: Realtek HD Audio output
    Default audio playback: Yes
    Default voice playback: Yes
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0662 & SUBSYS_8086D603 & REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: RtkHDAud.sys
    Driver version: 5.10.0000.5657 (English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 2008-07-18 00:36:52, 4745216 bytes
    Other files:
    Driver provider: Realtek Semiconductor Corp.
    HW Accel level: full
    Cap flags: 0xF5F
    Min/Max sample rate: 8000, 192000
    Static/Strm HW Mix beef: 33: 32
    Static/Strm HW 3D steers: 33: 32
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: Yes, Yes
    Listen/Src/I3DL2 (TM): Yes, Yes
    Sensaura (TM) ZoomFX (tm): No.
    Registry: OK
    His Test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)

    ---------------------
    Sound Capture devices
    ---------------------
    Description: Realtek HD Audio Input
    Capture audio by default: Yes
    Default voice Capture: Yes
    Driver name: RtkHDAud.sys
    Driver version: 5.10.0000.5657 (English)
    Driver attributes: Final retail
    Date and size: 2008-07-18 00:36:52, 4745216 bytes
    Cap flags: 0x41
    Format Flags: 0xFFF

    -----------
    DirectMusic
    -----------
    DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM. DLS
    DLS Version: 1.00.0016.0002
    Acceleration: n/a
    Ports: Microsoft synthesizer software (not Kernel Mode), output, DLS, internal, default Port
    The MIDI Mapper Microsoft [emulated], hardware (not Kernel Mode), output, no DLS, internal
    Hardware (not Kernel Mode), output, no DLS, internal, Microsoft GS Wavetable SW Synth [emulated]
    Registry: OK
    Test result: does not work

    -------------------
    DirectInput devices
    -------------------
    Device name: mouse
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Poll w / Interrupt: No.
    Registry: OK

    -----------
    USB devices
    -----------
    + USB root hub
    | Suppliers of products/ID: 0 x 8086, 0x27C9
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 03/08/2004 23:08:44, 57600 bytes
    | Driver: usbd.sys, 23/08/2001 18:00, 4736 bytes

    ----------------
    Gameport devices
    ----------------

    ------------
    PS/2 devices
    ------------
    + Standard 101/102-key or Microsoft Natural PS/2 keyboard
    | Matching Device ID: * pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 04/08/2004 04:14:38, 52736 bytes
    | Driver: kbdclass.sys, 04/08/2004 03:58:34, 24576 bytes
    |
    + Server terminal keyboard driver
    | Matching Device ID: root\rdp_kbd
    | High filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 04/08/2004 01:01:08, 40840 bytes
    | Driver: kbdclass.sys, 04/08/2004 03:58:34, 24576 bytes
    |
    + Microsoft PS/2 mouse
    | Matching Device ID: * pnp0f03
    | Service: i8042prt
    | Driver: i8042prt.sys, 04/08/2004 04:14:38, 52736 bytes
    | Driver: mouclass.sys, 04/08/2004 06:05:44, 23040 bytes
    |
    + Terminal Server mouse driver
    | Matching Device ID: root\rdp_mou
    | High filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 04/08/2004 01:01:08, 40840 bytes
    | Driver: mouclass.sys, 04/08/2004 06:05:44, 23040 bytes

    ----------------------------
    DirectPlay service providers
    ----------------------------
    DirectPlay8 Modem Service Provider - Registry: OK, file: dpnet.dll (5.03.2600.2180)
    Service Provider series DirectPlay8 - registry: OK, file: dpnet.dll (5.03.2600.2180)
    DirectPlay8 IPX Service Provider - registry: OK, file: dpnet.dll (5.03.2600.2180)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, file: dpnet.dll (5.03.2600.2180)
    Connection Internet TCP/IP for DirectPlay - registry: OK, file: dpwsockx.dll (5.03.2600.2180)
    Connection IPX for DirectPlay - registry: OK, file: dpwsockx.dll (5.03.2600.2180)
    Connection modem for DirectPlay - registry: OK, file: dpmodemx.dll (5.03.2600.2180)
    Serial connection for DirectPlay - registry: OK, file: dpmodemx.dll (5.03.2600.2180)

    DirectPlay Voice wizard tests: Full Duplex: not run, Half Duplex: doesn't work don't not, Mic: does not work
    The DirectPlay Test result: Does not work
    Registry: OK

    -------------------
    DirectPlay adapters
    -------------------
    Service Provider series DirectPlay8: COM1
    DirectPlay8 TCP/IP Service Provider: Local - IPv4 network - connection

    -----------------------
    DirectPlay Voice Codecs
    -----------------------
    Voxware VR12 1.4kbit / s
    Voxware SC06 6.4kbit / s
    Voxware SC03 3.2kbit / s
    MS - PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech (TM) 8.6 kbit/s

    -------------------------
    DirectPlay Lobbyable Apps
    -------------------------

    ------------------------
    Disk & CD-ROM/DVD-ROM readers
    ------------------------
    Drive: C:
    Free space: 53,0 GB
    Total space: 60.7 GB
    File system: NTFS
    Model: ST3160318AS

    Drive: D:
    Free space: 50.7 GB
    Total space: 52.6 GB
    File system: NTFS
    Model: ST3160318AS

    Drive: E:
    Free space: 39.1 GB
    Total space: 39.3 GB
    File system: NTFS
    Model: ST3160318AS

    --------------
    System devices
    --------------
    Name: Intel (r) 82801G (ICH7 Family) SMBus Controller - 27DA
    Device ID: PCI VEN_8086 & DEV_27DA & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & FB
    Pilot: s/o

    Name: Microsoft UAA for High Definition Audio Bus driver
    Device ID: PCI VEN_8086 & DEV_27D8 & SUBSYS_D6038086 & REV_01\3 & 61AAA01 & 0 & D8
    Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 2005-01-07 17:07:18, 138752 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 6
    Device ID: PCI VEN_8086 & DEV_27D6 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E3
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 4
    Device ID: PCI VEN_8086 & DEV_27D4 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E2
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 d 0
    Device ID: PCI VEN_8086 & DEV_27D0 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E0
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
    Device ID: PCI VEN_8086 & DEV_27CC & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & EF
    Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 26624 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes
    Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.2180 (English), 04/08/2004-05:56:44, 7168 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
    Device ID: PCI VEN_8086 & DEV_27CB & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & EB
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27 9
    Device ID: PCI VEN_8086 & DEV_27C9 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & E9
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27 8
    Device ID: PCI VEN_8086 & DEV_27C8 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & E8
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801 GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
    Device ID: PCI VEN_8086 & DEV_27C0 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & FA
    Pilot: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 17/08/2001-13:51:52, 3328 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Indonesian), 03/08/2004 22:59:42, 25088 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 03/08/2004 22:59:44, 95360 bytes

    Name: Intel (r) 82801 GB/GR (ICH7 Family) LPC Interface Controller - 27 b 8
    Device ID: PCI VEN_8086 & DEV_27B8 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & F8
    Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (English), 17/08/2001-13:58:02, 35840 bytes

    Name: Intel (r) 82945G Express Chipset Family
    Device ID: PCI VEN_8086 & DEV_2772 & SUBSYS_464C8086 & REV_02\3 & 61AAA01 & 0 & 10
    Driver: C:\WINDOWS\system32\DRIVERS\igxpmp32.sys, 6.14.0010.4926 (English), 2008-07-16 19:24:38, 5854752 bytes
    Driver: C:\WINDOWS\system32\igxprd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:38, 57344 bytes
    Driver: C:\WINDOWS\system32\igxpgd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:37, 151040 bytes
    Driver: C:\WINDOWS\system32\igxpdv32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:36, 1670144 bytes
    Driver: C:\WINDOWS\system32\igxpdx32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:36, 2643968 bytes
    Driver: C:\WINDOWS\system32\igxpxk32.vp, 2008-07-16 19:24:39, 2096 bytes
    Driver: C:\WINDOWS\system32\igxpxs32.vp, 2008-07-16 19:24:39, 27024 bytes
    Driver: C:\WINDOWS\system32\hccutils.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:28, 102400 bytes
    Driver: C:\WINDOWS\system32\igfxsrvc.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 48128 bytes
    Driver: C:\WINDOWS\system32\igfxsrvc.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 256536 bytes
    Driver: C:\WINDOWS\system32\igfxpph.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 204800 bytes
    Driver: C:\WINDOWS\system32\igfxcpl.cpl, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 122880 bytes
    Driver: C:\WINDOWS\system32\igfxcfg.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 530968 bytes
    Driver: C:\WINDOWS\system32\igfxdev.dll, 6.14.0010.4926 (in English), 2008-07-16 19:24:30, 208896 bytes
    Driver: C:\WINDOWS\system32\igfxdo.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 135168 bytes
    Driver: C:\WINDOWS\system32\igfxtray.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:34, 141848 bytes
    Driver: C:\WINDOWS\system32\igfxzoom.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:34, 170520 bytes
    Driver: C:\WINDOWS\system32\hkcmd.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:28, 166424 bytes
    Driver: C:\WINDOWS\system32\igfxress.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 3293184 bytes
    Pilot: C:\WINDOWS\system32\igfxpers.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:30, 137752 bytes
    Driver: C:\WINDOWS\system32\igfxrara.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 159744 bytes
    Driver: C:\WINDOWS\system32\igfxrchs.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 110592 bytes
    Driver: C:\WINDOWS\system32\igfxrcht.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 110592 bytes
    Driver: C:\WINDOWS\system32\igfxrdan.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 192512 bytes
    Driver: C:\WINDOWS\system32\igfxrenu.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxresp.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrfin.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrfra.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 184320 bytes
    Driver: C:\WINDOWS\system32\igfxrheb.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 155648 bytes
    Driver: C:\WINDOWS\system32\igfxrita.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 131072 bytes
    Driver: C:\WINDOWS\system32\igfxrkor.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 126976 bytes
    Driver: C:\WINDOWS\system32\igfxrnld.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrnor.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrplk.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrptb.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrptg.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrrus.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrsky.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrslv.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrsve.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrtha.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 163840 bytes
    Driver: C:\WINDOWS\system32\igfxrcsy.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrell.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 192512 bytes
    Driver: C:\WINDOWS\system32\igfxrhun.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrtrk.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxext.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 170520 bytes
    Driver: C:\WINDOWS\system32\igfxexps.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 24576 bytes
    Driver: C:\WINDOWS\system32\iglicd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:35, 2334720 bytes
    Driver: C:\WINDOWS\system32\igldev32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:35, 294912 bytes
    Driver: C:\WINDOWS\system32\igfxCoIn_v4926.dll, 2008-07-16 19:24:35, 147456 bytes

    Name: Intel (r) 945 G/GZ/GC/P/PL Processor to i/o Controller - 2770
    Device ID: PCI VEN_8086 & DEV_2770 & SUBSYS_00000000 & REV_02\3 & 61AAA01 & 0 & 00
    Pilot: s/o

    Name: Intel(r) 82801 PCI Bridge - 244
    Device ID: PCI VEN_8086 & DEV_244E & SUBSYS_00000000 & REV_E1\3 & 61AAA01 & 0 & F0
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Realtek RTL8102E Family PCI - E Fast Ethernet NIC
    Device ID: PCI\VEN_10EC & DEV_8136 & SUBSYS_00018086 & REV_02\4 & 6C79FC5 & 0 & 00E0
    Driver: C:\WINDOWS\system32\DRIVERS\Rtenicxp.sys, 5.694.0507.2008 (Indonesia), 2008-07-16 19:24:18, 106368 bytes

    ------------------
    DirectX components
    ------------------
    Ddraw.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 266240 bytes
    ddrawex.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 27136 bytes
    dxapi.sys: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 10496 bytes
    D3D8.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 1179648 bytes
    d3d8thk.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 8192 bytes
    D3D9.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 1689088 bytes
    D3dim.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 436224 bytes
    d3dim700.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 bytes 825344
    d3dramp.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 590336 bytes
    d3drm.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 350208 bytes
    d3dxof.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 47616 bytes
    d3dpmesh.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 34816 bytes
    dplay.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 33040 bytes
    dplayx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 229888 bytes
    dpmodemx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 23552 bytes
    dpwsock.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 42768 bytes
    dpwsockx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 57344 bytes
    dplaysvr.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 30 208 bytes
    dpnsvr.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 18432 bytes
    dpnet.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 375296 bytes
    dpnlobby.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:04 3584 bytes
    dpnaddr.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:04 3584 bytes
    dpvoice.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 212480 bytes
    DPVSetup.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 83456 bytes
    dpvvox.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 116736 bytes
    dpvacm.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 21504 bytes
    dpnhpast.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 35328 bytes
    dpnhupnp.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 60928 bytes
    dpserial.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 53520 bytes
    Dinput.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 159232 bytes
    Dinput8.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181760 bytes
    dimap.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 44032 bytes
    diactfrm.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 394240 bytes
    Joy.cpl: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:58 68608 bytes
    gcdef.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 76800 bytes
    PID.dll: 5.03.2600.2180 English Final Retail 04/08/2004 06:05:44 35328 bytes
    Dsound.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 367616 bytes
    dsound3d.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1294336
    dswave.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 19456 bytes
    dsdmo.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181760 bytes
    dsdmoprp.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 71680 bytes
    dmusic.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 104448 bytes
    dmband.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 28672 bytes
    dmcompos.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 61440 bytes
    dmime.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181248 bytes
    dmloader.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 35840 bytes
    dmstyle.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 105984 bytes
    dmsynth.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 103424 bytes
    DMScript.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 82432 bytes
    dx7vb.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 619008
    dx8vb.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1227264
    c:\windows\system32\dxdiagn.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 2113536
    MFC40.dll: 4.01.0000.6140 English retail Final 23/08/2001 18:00 924432 bytes
    Mfc42.dll: 6.02.4131.0000 English retail Final 04/08/2004 05:56:44 1028096 bytes
    Wsock32.dll: 5.01.2600.2180 English Final Retail 04/08/2004 05:56:48 22528 bytes
    amstream.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:42 70656 bytes
    devenum.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 59904 bytes
    Dxmasf.dll: 6.04.0009.1125 English retail Final 04/08/2004 05:56:44 bytes 498205
    mciqtz32.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 35328 bytes
    mpg2splt.AX: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:58 148992 bytes
    msdmo.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 14336 bytes
    encapi.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 20480 bytes
    QASF.dll: 9.00.0000.3250 English retail Final 04/08/2004 05:56:46, 237568 bytes
    QCAP.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 192512 bytes
    QDV.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 279040 bytes
    Qdvd.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 385024 bytes
    Qedit.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 562176 bytes
    qedwipes.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:26 733696 bytes
    Quartz.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 bytes 1287680
    Strmdll.dll: 4.01.0000.3928 English retail Final 04/08/2004 05:56:46 246302 bytes
    iac25_32.AX: 2.00.0005.0053 English retail Final 04/08/2004 05:56:58 199680 bytes
    ir41_32.AX: 4.51.0016.0003 English retail Final 04/08/2004 05:56:58 bytes 848384
    ir41_qc.dll: 4.30.0062.0002 English retail Final 04/08/2004 05:56:44 bytes, 120320
    ir41_qcx.dll: 4.30.0064.0001 English retail Final 04/08/2004 05:56:44 bytes 338432
    ir50_32.dll: 5.2562.0015.0055 English retail Final 04/08/2004 05:56:44 755200 bytes
    ir50_qc.dll: 5.00.0063.0048 English retail Final 04/08/2004 05:56:44 200192 bytes
    ir50_qcx.dll: 5.00.0064.0048 English retail Final 04/08/2004 05:56:44 183808 bytes
    ivfsrc.AX: 5.10.0002.0051 English retail Final 04/08/2004 05:56:58 154624 bytes
    mswebdvd.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 204288 bytes
    The KS.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 23:15:22 140928 bytes
    ksproxy.AX: 5.03.2600.2180 Indonesian retail Final 04/08/2004 00:56:58, 130048 bytes
    ksuser.dll: 5.03.2600.2180 Indonesian retail Final 04/08/2004 00:56:44 4 096 bytes
    Stream.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 23:08:04 48640 bytes
    MSPCLOCK.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 22:58:40 5376 bytes
    MSPQM.sys: 5.01.2600.2180 Indonesian retail Final 03/08/2004 22:58:42 4992 bytes
    MSKSSRV.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 22:58:42 7552 bytes
    SWENUM.sys: 5.03.2600.2180 Indonesian retail Final 04/08/2004 06:05:44 4352 bytes
    mpeg2data.AX: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:58 118272 bytes
    MSVidCtl.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1428480
    vbisurf.AX: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:58 30720 bytes
    msyuv.dll: 5.03.2600.2180 English Final Retail 04/08/2004 06:05:44 17408 bytes
    wstdecod.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:48 50688 bytes

    ------------------
    DirectShow filters
    ------------------

    DirectShow filters:
    WMAudio Decoder DMO, 0 x 00800800, 1, 1,
    WMSpeech Decoder DMO, 0 x 00600800, 1, 1,
    Mpeg4s Decoder DMO, 0 x 00800001, 1, 1,
    Decoder DMO, 0 x 00800001, 1, 1 screen, WMV
    WMVideo Decoder DMO, 0 x 00800001, 1, 1,
    Mpeg43 Decoder DMO, 0 x 00800001, 1, 1,
    MPEG4 Decoder DMO, 0 x 00800001, 1, 1,
    WMT MuxDeMux Filter, 0 x 00200000, 0, 0, wmm2filt.dll, 2.01.4026.0000
    Full-screen Renderer, 00200000 x 0, 1, 0, quartz.dll, 6.05.2600.2180
    DV Muxer, 0x00400000, 0, 0, qdv.dll, 6.05.2600.2180
    Converter, 0 x 00400001, 1, 1, quartz.dll, 6.05.2600.2180 color space
    Reader, 0x00400000, 0, 0, qasf.dll, WM ASF 9.00.0000.3250
    AVI Splitter, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    AudioAnalyzer, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 WMT
    VGA 16 color Ditherer, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180
    Indeo® video 5.10 Compression Filter, 0 x 00200000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    Windows Media Audio Decoder, 0 x 00800001, 1, 1, msadds32.ax, 8.00.0000.4487
    AC3 parser Filter, 0 x 00600000, 1, 1, mpg2splt.ax, 6.05.2600.2180
    WMT Format Conversion, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    StreamBufferSink, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    WMT frame black Generator, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    MJPEG Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Indeo® video 5.10 Decompression Filter, 0 x 00640000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    Capture screen filter, 0 x 00200000 WMT, 0, 1, wmm2filt.dll, 2.01.4026.0000
    Microsoft screen video Decompressor, 0 x 00800000, 1, 1, msscds32.ax, 8.00.0000.4487
    MPEG-I Stream Splitter, 0 x 00600000, 1, 2, quartz.dll, 6.05.2600.2180
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 SAMI (CC)
    MPEG Layer - 3 Decoder, 0 x 00810000, 1, 1, l3codecx.ax, 1.05.0000.0050
    MPEG-2 Splitter, 0x005fffff, 1, 0, mpg2splt.ax, 6.05.2600.2180
    ACELP.net Sipro Lab Audio Decoder, 0 00800001, 1, 1, x acelpdec.ax, 1.04.0000.0000
    Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.05.2600.2180 Script command internal
    MPEG Audio Decoder, 0 x 03680001, 1, 1, quartz.dll, 6.05.2600.2180
    File Source (Netshow URL), 0 x 00400000, 0, 1, wmpasf.dll, 9.00.0000.3250
    WMT Import Filter, 0 x 00200000, 0, 1, wmm2filt.dll, 2.01.4026.0000
    DV Splitter, 0 x 00600000, 1, 2, qdv.dll, 6.05.2600.2180
    Generate, 0 x 00200000, 1, 1 bitmap, image wmm2filt.dll, 2.01.4026.0000
    Windows Media video Decoder, 0 x 00800000, 1, 1, wmvds32.ax, 8.00.0000.4487
    Video Mixing Renderer 9 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    Windows Media video Decoder, 0 x 00800000, 1, 1, wmv8ds32.ax, 8.00.0000.4000
    WMT 2 Fix, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Note tail, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Windows Media multiplex, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASX Parser file, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    File v.2 ASX Parser, 0 x 00600000, 1, 0, wmpasf.dll, 9.00.0000.3250
    File NSC Parser, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ACM Wrapper, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media source filter, 0 x 00600000, 0, 2, wmpasf.dll, 9.00.0000.3250
    Video Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.05.2600.2180
    Frame Eater, 0 00200000, 1, 1, x wmm2filt.dll, 2.01.4026.0000
    Video stream MPEG - 2 Analyzer, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    Line 21 Decoder, 0 x 00600000, 1, 1, qdvd.dll, 6.05.2600.2180
    Port video Manager, 0 x 00600000, 2, 1, quartz.dll, 6.05.2600.2180
    Decoder, 0 x 00600000, 1, 1, wstdecod.dll, 5.03.2600.2180 WST
    Video Renderer, 0x00400000, 1, 0, quartz.dll, 6.05.2600.2180
    Writer, 0x00400000, 0, 0, qasf.dll, WM ASF 9.00.0000.3250
    WMT sample information Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Allocator, 0 x 00600000, 1, 1, vbisurf.ax, 5.03.2600.2180 Surface of VBI
    Microsoft MPEG-4 video Decompressor, 0 x 00800000, 1, 1, mpg4ds32.ax, 8.00.0000.4487
    File writer, 00200000 x 0, 1, 0, qcap.dll, 6.05.2600.2180
    WMT Log Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    WMT Renderer, 00200000 x 0, 1, 0, wmm2filt.dll, 2.01.4026.0000 virtual
    DVD Navigator, 0 x 00200000, 0, 2, qdvd.dll, 6.05.2600.2180
    Mixer2, 0 x 00400000, 1, 1, qdvd.dll, 6.05.2600.2180 overlay
    AVI Draw, 0 x 00600064, 9, 1, quartz.dll, 6.05.2600.2180
    . File Parser RAM, 0 x 00600000, 1, 0, wmpasf.dll, 9.00.0000.3250
    WMT DirectX Transform Wrapper, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    G.711 Codec, 0 x 00200000, 1, 1, g711codc.ax, 5.01.2600.0000
    MPEG2 demux, 0 x 00600000, 1, 1, mpg2splt.ax, 6.05.2600.2180
    Decoder, 0 x 00800000, 1, 1, qdv.dll, 6.05.2600.2180 DV video
    Indeo® audio software, 0 x 00500000, 1, 1, iac25_32.ax, 2.00.0005.0053
    Update Windows Media Filter, 0 x 00400000, 1, 0, wmpasf.dll, 9.00.0000.3250
    Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250 ASF DIB
    ASF ACM Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF ICM Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF URL Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250 ASF JPEG
    IMAGES of the ASF Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF embedded stuff Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    9x8Resize, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    WIA instant flow Filter, 0 x 00200000, 1, 1, wiasf.ax, 1.00.0000.0000
    0 00200000, 1, 1, x, allocator Fix wmm2filt.dll, 2.01.4026.0000
    SampleGrabber, 0 x 00200000, 1, 1, qedit.dll, 6.05.2600.2180
    Renderer, 00200000 x 0, 1, 0, qedit.dll, 6.05.2600.2180 null
    WMT Source, 0 x 00200000, 0, 1, wmm2filt.dll, 2.01.4026.0000 virtual
    Interlacer, 0 00200000, 1, 1, x wmm2filt.dll, 2.01.4026.0000 WMT
    StreamBufferSource, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    Smart Tee, 0 x 00200000, 1, 2, qcap.dll, 6.05.2600.2180
    Mix, 0 x 00200000, 0, 0, qdvd.dll, 6.05.2600.2180 overlay
    AVI Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Domain uncompressed detection Filter, 0 x 00200000 shooting, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Source, 0 x 00400000, 0, 2, quartz.dll, 6.05.2600.2180 AVI/WAV file
    QuickTime Movie Parser, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 wave
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 MIDI
    Multi-fichier Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180
    File stream renderer, 0x00400000, 1, 1, quartz.dll, 6.05.2600.2180
    XML Playlist, 0x00400000, 1, 0, wmpasf.dll, 9.00.0000.3250
    AVI Mux, 00200000 x 0, 1, 0, qcap.dll, 6.05.2600.2180
    Line 21 decoder 2, 0 x 00600002, 1, 1, quartz.dll, 6.05.2600.2180
    File Source (Async.), 0 x 00400000, 0, 1, quartz.dll, 6.05.2600.2180
    File Source (URL), 0 x 00400000, 0, 1, quartz.dll, 6.05.2600.2180
    WMT DV Extract, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 switch WMT
    Volume, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 WMT
    Video, 0 x 00200000, 1, 1, wmm2filt.dll, Extensible 2.01.4026.0000
    Infinite pin Tee Filter, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180 QT
    Decoder, 0 x 40000001, 1, 1, quartz.dll, 6.05.2600.2180 MPEG video
    Indeo® video 4.4 Decompression Filter, 0 x 00640000, 1, 1, ir41_32.ax, 4.51.0016.0003
    Indeo® video 4.4 Compression Filter, 0 x 00200000, 1, 1, ir41_32.ax, 4.51.0016.0003

    WDM streaming data transformations:
    Cancellation of acoustic echo of core Microsoft, 0 x 00000000, 0, 0,
    Core Microsoft GS Wavetable Synthesizer, 0 x 00200000, 1, 1, 5.03.2600.2180
    Synthesizer DLS to the core Microsoft 0 x 00200000, 1, 1, 5.03.2600.2180
    Audio decoder core Microsoft DRM, 0 x 00200000, 1, 1, 5.03.2600.2180

    Video compressors:
    MSScreen encoder DMO, 0 x 00600800, 1, 1,
    WMVideo9 encoder DMO, 0 x 00600800, 1, 1,
    Encoder DMO MSScreen 9, 0 x 00600800, 1, 1,
    Encode, 0 x 00200000, 0, 0, qdv.dll, 6.05.2600.2180 DV video
    Indeo® video 5.10 Compression Filter, 0 x 00100000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    MJPEG Compressor, 0 x 00200000, 0, 0, quartz.dll, 6.05.2600.2180
    Cinepak Codec by Radius, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel 4:2:0 video V2.50, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel Indeo video A3.2, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel Indeo® video 4.5, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Indeo® video 5.10, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel IYUV codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180 Microsoft H.261 video
    Codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180 Microsoft H.263 video
    Microsoft RLE, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Microsoft Video 1, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180

    Audio compressors:
    Speech WM Encoder DMO, 0 x 00600800, 1, 1,
    WMAudio encoder DMO, 0 x 00600800, 1, 1,
    IAC2, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    IMA ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    PCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Microsoft ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    ACELP.net, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    DSP Group TrueSpeech (TM), 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media Audio V1, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media Audio V2, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    GSM 6.10, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Microsoft G.723.1, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    CCITT A - Law, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    CCITT u - Law, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    MPEG Layer-3, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180

    Audio Capture sources:
    Realtek HD Audio Input, 0 x 00200000, 0, 0, qcap.dll, 6.05.2600.2180

    Midi converters:
    Default MidiOut Device, 0 x 00800000, 1, 0, quartz.dll, 6.05.2600.2180
    Microsoft GS Wavetable SW Synth, 00200000 x 0, 1, 0, quartz.dll, 6.05.2600.2180

    WDM Streaming Capture devices:
    Realtek HD Audio Input, 0 x 00200000, 1, 1, 5.03.2600.2180

    WDM Streaming making devices:
    Realtek HD Audio output, 0 x 00200000, 1, 1, 5.03.2600.2180

    WDM Streaming Mixer devices:
    Mixer Audio Wave of core Microsoft, 0 x 00000000, 0, 0,

    CP/CA BDA filters:
    Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.2180
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.2180
    XDS Codec, 0 x 00200000, 0, 0, encdec.dll, 6.05.2600.2180

    Audio converters:
    Realtek HD Audio output, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    DirectSound Device, 0 x 00800000, 1, 0, quartz.dll, default 6.05.2600.2180
    Default WaveOut Device, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    DirectSound: Realtek HD Audio output, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180

    WDM Streaming features:
    Realtek HD Audio Input, 0 x 00200000, 4, 1, 5.03.2600.2180
    Realtek HD Audio output, 0 x 00200000, 9, 1, 5.03.2600.2180

    (1) upgrade to XP sp3

    2) update or reinstall Direct 9.0 c

    3) go to your computer manufacturer's website and download the latest drivers XP for your audio device. Re-start thereafter.

    See you soon,.
    Jerry

  • How to find the IP address assigned to Dev Alpha for use with blackberry-deploy?

    The Playbook, I use blackberry - deploy to install the .bar file. It requires the IP address assigned to the Playbook, which is available by clicking on an icon in the status bar in development mode.

    However, I don't see such an icon on the alpha of dev. Is it possible to find the IP address assigned to Alpha of Dev that I can use with blackberry-deploy?

    Answered my own question. Its network connects-> advanced-> Internet connection.

  • BlackBerry Smartphones overall failure of the BIS & BES in Belgium (Proximus)

    Hello

    Since the early morning today, we have a general failure in BIS & BES.
    No access to the data so no email, the bbm & apps using BIS (via the APN blackberry.net).

    We reported the problem to our support of carrier (proximus).

    Everyone knows the same problem?

    Kind regards
    Jeremiah

    After 30 hours of interruption, BIS & BES came back to life. Services returned @ 10:05 THIS (1: 30 ago). South African users confirmed that the blackout began last Friday and has been resolved in early Monday morning. We can close this topic.

  • BlackBerry Curve 8520 - failure book smartphone address

    Hello

    For some time now, I not was able to use my address book in the way that it should be possible, on my bb device.
    All measures that are related to my address book does not work.

    H.d. When I receive text message e, of a contact that is in my address book, but the person wasn't still in my Inbox of text before the AddressBook to fail, there is only the number of the person showed in the list of messages.

    H.d. When I try to add a new contact in the address book by clicking "Add new contact" will nothing move. Nor did I add a new contact from a number stored in my recent calls.
    When I try, in the address book to add a new contact several times, my attempts soon after the other, then the bb freezes and I need to reset it by pulling the battery.

    At the beginning, when he started the Outlander, this problem, I saw an error message, don't know what it was, but I think it was this one: not managed by the net_rim_bb_addressbook exception (218)
    I tried to fix it by resetting, several times, without result. Recently, I tried updating to the latest firmware, too with no success.

    Now, I was searching in the modules and here attempt to restart all the associated address book, only, it is not really a way to do it. So, if someone can help me I would be grateful

    Greetz,

    Ben

    Hello

    Welcome to the community

    This has been a recurring problem for the phones Blackberry OS5 and below. Please click the link below:

    Cannot change or create new contacts to the address book of BlackBerry

    Ron

Maybe you are looking for