Join Today













Site Sponsor
Page 4 of 4 FirstFirst 1234
Results 19 to 24 of 24

Thread: QXDM

  1. #19
    Newb
    Join Date
    Oct 2010
    Posts
    2
    Rep Power
    0

    Default Re: QXDM

    WOOT
    Unsure who's site this is but ran into a little luck:

    [Only registered and activated users can see links. ]

    Sharing the wealth

  2. #20
    Newb
    Join Date
    Jun 2012
    Posts
    5
    Rep Power
    0

    Default Re: QXDM

    thnks 4 link nice post

  3. #21
    Newb davidmk81's Avatar
    Join Date
    Jun 2010
    Posts
    18
    Rep Power
    0

    Default Re: QXDM

    all links dead for qxdm 2.8 can anyone please post a updated link? =)

  4. #22
    Newb
    Join Date
    Aug 2012
    Posts
    2
    Rep Power
    0

    Default Re: QXDM

    I think I am going to have to write some script that reads through a PRL file and generates a QXDM command script to load it properly onto the phone using QXDM 3.x. The new syntax is ugly and really must be machine generated!

    BTW - Does anyone know how to read a PRL off the phone using QXDM?

  5. #23
    Newb
    Join Date
    Aug 2012
    Posts
    2
    Rep Power
    0

    Default Re: QXDM 3.x pr_list_wr

    Ok, as promised, since QXDM 2.08 is really missing and that was the last version with the easy to use pr_list_wr and pr_list_re commands, I have written a Python script which will read a binary PRL file and generate the new-style QXDM 3.x statements needed to load it into a phone like the Blackberry, etc. I also threw in a handful of other QXDM statements that are commonly used when flashing the phone or updating the PRL. The script is here:

    [Only registered and activated users can see links. ]

    Since this is just a Python script, you'll first need to download and install Python from python.org. Also, it seems the Python installer doesn't put Python.EXE in your path statement, so you'll have to do that manually. Then, just open a command prompt and enter "Python MakeQXDMScript.py" and you'll get the command line options.

    For downloading the current PRL from the phone, since there doesn't seem to be any QXDM command to do that, my best solution is to use the QPST Software Download tool to make a backup .QCN file of the phone. If you then view that with the QCNViewer in text mode, you will find the PRL in roaming list section as a hex dump. To convert that into an actual .PRL file that you can run the RLEditor.EXE to view/edit, here is another very simple python script that parses any HEX dump it reads from stdin and writes out a binary to stdout (ignoring blank lines and commented lines beginning with # sign). Use standard redirection (< and >) or pipes to make it work on files:

    [Only registered and activated users can see links. ]

    Hope this makes someone else's effort to flash a phone a little bit easier!
    CP
    Last edited by cparke; 09-06-2012 at 01:40 AM.

  6. #24
    Newb
    Join Date
    Oct 2010
    Posts
    2
    Rep Power
    0

    Default Re: QXDM 3.x pr_list_wr

    Quote Originally Posted by cparke View Post
    Ok, as promised, since QXDM 2.08 is really missing and that was the last version with the easy to use pr_list_wr and pr_list_re commands, I have written a Python script which will read a binary PRL file and generate the new-style QXDM 3.x statements needed to load it into a phone like the Blackberry, etc. I also threw in a handful of other QXDM statements that are commonly used when flashing the phone or updating the PRL. The script is here:

    [Only registered and activated users can see links. ]

    Since this is just a Python script, you'll first need to download and install Python from python.org. Also, it seems the Python installer doesn't put Python.EXE in your path statement, so you'll have to do that manually. Then, just open a command prompt and enter "Python MakeQXDMScript.py" and you'll get the command line options.

    For downloading the current PRL from the phone, since there doesn't seem to be any QXDM command to do that, my best solution is to use the QPST Software Download tool to make a backup .QCN file of the phone. If you then view that with the QCNViewer in text mode, you will find the PRL in roaming list section as a hex dump. To convert that into an actual .PRL file that you can run the RLEditor.EXE to view/edit, here is another very simple python script that parses any HEX dump it reads from stdin and writes out a binary to stdout (ignoring blank lines and commented lines beginning with # sign). Use standard redirection (< and >) or pipes to make it work on files:

    [Only registered and activated users can see links. ]

    Hope this makes someone else's effort to flash a phone a little bit easier!
    CP

    Well, I played with the script some more and found the solution. Here is what my command prompt read: C:\Python27>python MakeQXDMScript.py -n 1 , --nam=1 -s SPCCODE, --spc=SPCCODE -o PRL, --outputfilename=PRL -p C:\Python27\01337.prl, --pr_list_wr=01337.prl --namUnlock

    It creates the script and it runs in QXDM 3.11. Whether it writes the prl or not, remains to be seen.....
    Last edited by duck95; 10-06-2012 at 03:46 PM. Reason: Solution


 
Page 4 of 4 FirstFirst 1234

Similar Threads

  1. Evo QXDM problems need help
    By Alpha Cowboy in forum EVO 4G (Wimax &LTE)
    Replies: 5
    Last Post: 07-12-2011, 09:14 AM
  2. QXDM 3.0.19
    By thesmitty68521 in forum CDMA Flashing Software
    Replies: 3
    Last Post: 12-15-2010, 07:57 PM
  3. Using qxdm
    By quicklearn in forum Flashing Blackberries to Metro PCS
    Replies: 4
    Last Post: 12-13-2010, 03:12 PM
  4. QXDM problems
    By daddyfatsacc in forum CDMA Flashing Software
    Replies: 6
    Last Post: 08-13-2010, 11:32 AM
  5. Hijacked from QXDM 3.0.19
    By thesmitty68521 in forum Motorola Flashing Software
    Replies: 2
    Last Post: 02-09-2010, 02:59 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •