Results 1 to 3 of 3

Thread: BlackBerry USB Commands for USB console application

  1. #1
    Join Date
    Jan 2012
    Posts
    84

    BlackBerry USB Commands for USB console application

    In my case I am using the Jungo driver and usb_diag sample console application with Blackberry phone. I can manually use USB commands here and can get the responses from the device. Some USB commands are as follows:

    Code:
    read BSN        <-: 01 00 1C 00 80 FE 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 02 00 00 
    read freq_map   <-: 01 00 1C 00 80 FE 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 07 00 00 
    write parts list<-: 01 00 18 02 38 FF 10 02 01 00 00 00 00 00 00 00 5D 5C 5B 5A 48 57 56 2D 31 31 36 39 35 2D 30 30 38 2D 31 00 4D 46 49 2D 31 34 36 37 38 2D 30 31 31 00 4D 45 50 2D 30 34 31 30 33 2D 30 30 32 00 43 46 47 2D 31 30 39 39 36 2D 30 31 39 00 4E 56 43 2D 31 36 35 30 34 2D 30 30 31 00 50 52 4C 2D 31 35 33 33 36 2D 30 30 32 00 53 46 49 2D 31 34 35 36 32 2D 30 32 34 00 41 50 50 2D 31 34 38 35 39 2D 30 31 39 00 50 52 44 2D 31 32 31 39 30 2D 30 30 32 00 41 53 59 2D 31 33 33 36 31 2D 30 30 31 00 56 53 4D 2D 31 31 36 39 37 2D 30 30 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 A0 00 00 00 
    clear MEP       <-: 01 00 68 00 2E FF 60 00 9C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
     
    read VSM:01 00 0c 00 3a ff 04 00 00 00 02 ff (segment1)
    <- :     01 00 0c 00 3a ff 04 00 00 01 02 ff (segment2)
    <- :     01 00 0c 00 3a ff 04 00 00 02 02 ff (segment3)
     
    These commands need to be sent over the RIM Cal task channel - 
     
    <-: 00 00 18 00 07 ff 00 00 52 49 4d 20 43 61 6c 20 74 61 73 6b 00 00 00 00 ; request an open with RIM Cal task
    ->: read response
    <-: 00 00 08 00 0a 01 00 0b ; complete handshake
    ->: read repsonse
    <-: 01 00 0c 00 3a ff 04 00 00 00 02 ff ; request VSM file
    ->: read out VSM file

  2. #2
    Join Date
    Aug 2011
    Posts
    1,218

    Re: BlackBerry USB Commands for USB console application

    As far as I know that you don’t have to install the multi-loader software. If you want to customize and get the broader access, then you can use CFP to load the appropriate MFI file. You have listed only few commands here but there are actually hundreds of commands that are exposed in MML. Using the OLE-COM object viewer, check the typeLib. However you can also see these commands under Type Libraries ->RIMRADIOCOMLib.

  3. #3
    Join Date
    Jul 2011
    Posts
    1,573

    Re: BlackBerry USB Commands for USB console application

    Actually I don’t use the CFP in order to send USB commands. I will do everything by the help of third party software only. Jungo will provide the USB driver called windrvr6.sys in place of rimusb.sys. The Jungo provides a simply console app along with driver. You can find that app as usb_diag.exe.

Similar Threads

  1. Console Commands for Two Worlds II
    By Lakshmikantan in forum Video Games
    Replies: 7
    Last Post: 28-09-2011, 11:00 AM
  2. Need list of Black ops console commands
    By leshaspar in forum Video Games
    Replies: 6
    Last Post: 12-11-2010, 07:39 AM
  3. Console Commands for Far Cry 2 game
    By reddevil6 in forum Video Games
    Replies: 2
    Last Post: 16-09-2010, 06:11 PM
  4. Linux console commands
    By Bansi_WADIA in forum Operating Systems
    Replies: 5
    Last Post: 22-01-2010, 03:46 AM
  5. Oblivion console commands
    By windows_user in forum Video Games
    Replies: 3
    Last Post: 20-06-2009, 05:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,311,423.04676 seconds with 17 queries