SBF - Detailed Guide for Success - Windows 7

This is a discussion on SBF - Detailed Guide for Success - Windows 7 within the Droid X SBF forums, part of the Droid X Rescue Squad category; Ok... more windows tips How to minimize background processes that could interfere 1. Go to start menu and type msconfig and then hit enter 2. ...


+ Reply to Thread
Page 2 of 28 FirstFirst 1 2 3 4 12 ... LastLast
Results 11 to 20 of 277
Like Tree24Likes

Thread: SBF - Detailed Guide for Success - Windows 7

  1. #11
    Advocate X
    Supporting Member
    Points: 24,548, Level: 95
    Level completed: 20%, Points required for next Level: 802
    Overall activity: 31.6%
    Achievements:
    Three Friends500 Experience Points250 Experience Points100 Experience Points7 days registered
    WugFresh's Avatar
    Member #
    19823
    Join Date
    Nov 2010
    Location
    Earth
    Posts
    5,135
    Liked
    454 times
    Ok... more windows tips

    How to minimize background processes that could interfere

    1. Go to start menu and type msconfig and then hit enter
    2. Go to Startup tab
    3. Deselect everything that is not a CORE processes... don't start anything that doesn't need too (including antivirus)
    5. Apply, ok
    6. Reboot later
    7. Disconnect from internet
    8. Reboot

    ^^ This ensures that your computer will be dedicated to running RSD lite when you do so. ^^

    More tips coming... writing a quick batch script to prioritize RSD lite and moto drivers... one sec...

    {{ WugFresh }}
    Easy method for SBF'ing your phone back to stock
    + SBFboot - the easy way to sbf
    Best ways to improve your phones overall performance:
    + How To Optimize Battery Life & Speed
    Wireless tethering on GB simplified
    + WugPacked GB Tether Patch [All-In-One Zips]
    Other helpful resources:
    + Deodexing Explained + How To
    + [One Stop] Rom Goodies, Extras, Mods & More

    ..:: Follow me on Twitter and Google+::..

  2. Droid X Forums
    Ads


  3. #12
    Advocate X
    Supporting Member
    Points: 24,548, Level: 95
    Level completed: 20%, Points required for next Level: 802
    Overall activity: 31.6%
    Achievements:
    Three Friends500 Experience Points250 Experience Points100 Experience Points7 days registered
    WugFresh's Avatar
    Member #
    19823
    Join Date
    Nov 2010
    Location
    Earth
    Posts
    5,135
    Liked
    454 times
    Ok here's another one,

    How to re-initiate moto drivers before SBF'ing and how to launch RSD Lite with the highest priority

    1. Open a txt document with notepad
    2. Select the code below and paste it into the txt doc
    3. File > Save As... > Save as type > All Files (*.*) > name the file rsd_launcher.bat and save it somewhere you can access it easily.
    4. Double click that bat file you created to reset moto drivers and launch RSD Lite with the highest priority

    Code:
    @ECHO OFF
    mode con:cols=50 lines=10
    color 3
    echo.
    echo RSD_Lite Launcher by WugFresh
    PATH %PATH%;%~dp0;c:\windows\system32;%PROGRAMFILES%\Motorola\MotoHelper;%PROGRAMFILES%\Motorola\RSD Lite;%PROGRAMFILES(x86)%\Motorola\MotoHelper;%PROGRAMFILES(x86)%\Motorola\RSD Lite
    TASKKILL /IM MotoHelperAgent.exe /F > NUL
    TASKKILL /IM MotoHelperService.exe /F > NUL
    TIMEOUT /T 4
    START /REALTIME SDL.exe
    {{ WugFresh }}
    Last edited by WugFresh; 03-30-2011 at 11:26 AM.
    Easy method for SBF'ing your phone back to stock
    + SBFboot - the easy way to sbf
    Best ways to improve your phones overall performance:
    + How To Optimize Battery Life & Speed
    Wireless tethering on GB simplified
    + WugPacked GB Tether Patch [All-In-One Zips]
    Other helpful resources:
    + Deodexing Explained + How To
    + [One Stop] Rom Goodies, Extras, Mods & More

    ..:: Follow me on Twitter and Google+::..

  4. #13
    X Operative
    Points: 1,859, Level: 25
    Level completed: 59%, Points required for next Level: 41
    Overall activity: 0.2%
    Achievements:
    Three Friends250 Experience Points31 days registered100 Experience Points7 days registered
    DesertRatBiggs's Avatar
    Member #
    28473
    Join Date
    Feb 2011
    Location
    Palm Springs,CA
    Posts
    127
    Liked
    18 times
    Thank you so much for this write-up.

    I was very apprehensive about this process due mainly to all the problems ive heard people having. But i sucked it up and did it (with the help of this awesome how-to) and everything went smooth on the first go round. Thank you again.

    Gonna be on rooted gingerbread very soon!

  5. #14
    Quote Originally Posted by WugFresh View Post
    Ok here's another one,

    How to re-initiate moto drivers before SBF'ing and how to launch RSD Lite with the highest priority

    1. Open a txt document with notepad
    2. Select the code below and paste it into the txt doc
    3. File > Save As... > Save as type > All Files (*.*) > name the file rsd_launcher.bat and save it somewhere you can access it easily.
    4. Double click that bat file you created to reset moto drivers and launch RSD Lite with the highest priority

    Code:
    @ECHO OFF
    mode con:cols=50 lines=10
    color 3
    echo.
    echo RSD_Lite Launcher by WugFresh
    PATH %PATH%;%~dp0;c:\windows\system32;%PROGRAMFILES%\Motorola\MotoHelper;%PROGRAMFILES%\Motorola\RSD Lite
    TASKKILL /IM MotoHelperAgent.exe /F > NUL
    TASKKILL /IM MotoHelperService.exe /F > NUL
    TIMEOUT /T 4
    START /REALTIME SDL.exe
    {{ WugFresh }}

    SDL.exe not found.... I ran this and got that msg. any suggestions? my SDL file is located in C:\program files (x86)\Motorola\RSD lite\

    Would that be why? Looking at the Bat. code, it's looking like its going to a different spot?

    I think i might be having a USB Driver problem or somthing? After each flash attempt, my USB drive freezes up.. only after the flash attempt... Still trying to get it to work.

    UPDATE: Have tried all suggestions on here. I even updated a ton of drivers in the computer, including USB2 drivers. Still nothing. I read a post about someone updating their BIOS. Still getting re-enumberation error/ Fail to Flash RAM, during early stages of .SBF process. After this error happens, I have to battery pull, and power down computer as it freezes up my usb, and wont recognize my phone until I power down and re- start my computer. I have a intel quadcore 2 8 GB of RAM etc, cpu power isn't an issue.
    Last edited by djspikezz; 03-30-2011 at 09:31 AM.

  6. #15
    Advocate X
    Supporting Member
    Points: 24,548, Level: 95
    Level completed: 20%, Points required for next Level: 802
    Overall activity: 31.6%
    Achievements:
    Three Friends500 Experience Points250 Experience Points100 Experience Points7 days registered
    WugFresh's Avatar
    Member #
    19823
    Join Date
    Nov 2010
    Location
    Earth
    Posts
    5,135
    Liked
    454 times
    Quote Originally Posted by djspikezz View Post
    SDL.exe not found.... I ran this and got that msg. any suggestions? my SDL file is located in C:\program files (x86)\Motorola\RSD lite\

    Would that be why? Looking at the Bat. code, it's looking like its going to a different spot?

    I think i might be having a USB Driver problem or somthing? After each flash attempt, my USB drive freezes up.. only after the flash attempt... Still trying to get it to work.

    UPDATE: Have tried all suggestions on here. I even updated a ton of drivers in the computer, including USB2 drivers. Still nothing. I read a post about someone updating their BIOS. Still getting re-enumberation error/ Fail to Flash RAM, during early stages of .SBF process. After this error happens, I have to battery pull, and power down computer as it freezes up my usb, and wont recognize my phone until I power down and re- start my computer. I have a intel quadcore 2 8 GB of RAM etc, cpu power isn't an issue.
    Whoops... my bad. I updated that post so that it would work on a 64bit comp. I was working on a 32bit machine when I wrote that... so I didn't think of that.

    To fix your driver problems... try this. It says its for xp, but if you grab the right driver packs it will work on any edition of windows.

    {{ WugFresh }}
    Easy method for SBF'ing your phone back to stock
    + SBFboot - the easy way to sbf
    Best ways to improve your phones overall performance:
    + How To Optimize Battery Life & Speed
    Wireless tethering on GB simplified
    + WugPacked GB Tether Patch [All-In-One Zips]
    Other helpful resources:
    + Deodexing Explained + How To
    + [One Stop] Rom Goodies, Extras, Mods & More

    ..:: Follow me on Twitter and Google+::..

  7. #16
    *Rescue Squad*
    Supporting Member
    Points: 46,089, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0.6%
    Achievements:
    500 Experience Points250 Experience Points7 days registered100 Experience PointsTagger Second Class
    Awards:
    Posting Award
    macpro88's Avatar
    Member #
    20491
    Join Date
    Dec 2010
    Posts
    6,966
    Liked
    322 times
    updated op with pretty pictures and more info as well
    djspikezz likes this.

    DroidXForums Guidelines of Conduct
    Show Your Support and Become a Supporting Member Today!


    And always remember to read, read, read, and read some more!


  8. #17
    X Operative
    Points: 3,028, Level: 33
    Level completed: 86%, Points required for next Level: 22
    Overall activity: 0.2%
    Achievements:
    250 Experience Points3 months registered100 Experience Points31 days registered7 days registered
    dwgreenstreet's Avatar
    Member #
    19825
    Join Date
    Nov 2010
    Location
    Sioux City, Iowa
    Posts
    155
    Liked
    6 times
    06:29:24, March 30, 2011
    Line: 518
    ERROR: AP Die ID: 068001078b7e3a0a0000d8ff0100
    06:29:24, March 30, 2011
    Line: 525
    ERROR: BP Die ID: 0000000000000000b55432890485
    06:29:24, March 30, 2011
    Line: 532
    ERROR: AP Public ID: 2e737775f6b364e197c13080b955099989125dca
    06:29:24, March 30, 2011
    Line: 539
    ERROR: BP Public ID: 040000000500000002000000ffff00002d003289
    06:34:49, March 30, 2011
    Line: 604
    ERROR: Interface BP: Error sending JUMP command Device API Error: 0xE0030040 Address: 0x150000 Command: JUMP
    File: D:\GitProjects\hdt_windows_flash\flash\code\flashd ll\RDLOp.cpp
    Device ID: 0
    06:34:49, March 30, 2011
    Line: 321
    ERROR: Interface BP: Error jumping to RAM Downloader
    File: D:\GitProjects\hdt_windows_flash\flash\code\flashd ll\RDLOp.cpp
    Device ID: 0
    06:34:49, March 30, 2011
    Line: 1185
    ERROR: Phone[0000]: Flash failed.
    File: D:\GitProjects\hdt_windows_flash\flash\code\flashd ll\PST_FP_FlashThread.cpp
    Device ID: 0
    06:34:49, March 30, 2011
    Line: 589
    ERROR: Flash failure: Interface BP: Error sending JUMP command Device API Error: 0xE0030040 Address: 0x150000 Command: JUMP (Error Code: e0030040),
    Detailed Error Details: Direction of the Error=2000, Command Value=500000, Code Group Number=No Codegroup
    File: D:\GitProjects\hdt_windows_flash\flash\code\flashd ll\FlashHdlr.cpp
    Device ID: 0


    this is what the rsd log is showing me. takes me right up to what i assume is the very end then blows up. don't mean any thing to me. hope it does to someone hear. for the record i'm running 64 bit vista not 7. does that make a difference for this guide? it's the only one ive found that doesnt fail instantly.

  9. #18
    *Rescue Squad*
    Supporting Member
    Points: 25,696, Level: 96
    Level completed: 35%, Points required for next Level: 654
    Overall activity: 0%
    Achievements:
    500 Experience Points250 Experience PointsTagger Second Class100 Experience Points7 days registered
    Abe21599's Avatar
    Member #
    16
    Join Date
    Jul 2010
    Location
    Ohio
    Posts
    4,864
    Liked
    458 times
    nice writeup mac. ima put this is RS guides for now.

  10. #19
    *Rescue Squad*
    Supporting Member
    Points: 46,089, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0.6%
    Achievements:
    500 Experience Points250 Experience Points7 days registered100 Experience PointsTagger Second Class
    Awards:
    Posting Award
    macpro88's Avatar
    Member #
    20491
    Join Date
    Dec 2010
    Posts
    6,966
    Liked
    322 times
    Quote Originally Posted by dwgreenstreet View Post
    this is what the rsd log is showing me. takes me right up to what i assume is the very end then blows up. don't mean any thing to me. hope it does to someone hear. for the record i'm running 64 bit vista not 7. does that make a difference for this guide? it's the only one ive found that doesnt fail instantly.
    Should not matter that you are on Vista.... I wonder if the file you downloaded is corrupted. Try re-downloading the file and trying again.

    Also, it looks like you have a Data drive named D:\ ? If this is correct, make sure ALL files related to the sbf process are all on the same drive, preferably C: drive.

    DroidXForums Guidelines of Conduct
    Show Your Support and Become a Supporting Member Today!


    And always remember to read, read, read, and read some more!


  11. #20
    *Rescue Squad*
    Supporting Member
    Points: 46,089, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0.6%
    Achievements:
    500 Experience Points250 Experience Points7 days registered100 Experience PointsTagger Second Class
    Awards:
    Posting Award
    macpro88's Avatar
    Member #
    20491
    Join Date
    Dec 2010
    Posts
    6,966
    Liked
    322 times
    Quote Originally Posted by Abe21599 View Post
    nice writeup mac. ima put this is RS guides for now.
    Thank You Abe

    DroidXForums Guidelines of Conduct
    Show Your Support and Become a Supporting Member Today!


    And always remember to read, read, read, and read some more!


+ Reply to Thread
Page 2 of 28 FirstFirst 1 2 3 4 12 ... LastLast

Ads

Posting Permissions

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

Similar Threads

  1. Droid X Ear Piece Detailed Cleaning
    By corbincorn in forum Droid X Help
    Replies: 5
    Last Post: 10-28-2011, 10:24 AM
  2. [guide] The Complete Beginners Guide for Installing a ROM (liberty 1.5)
    By mandog202 in forum Droid X Member Submitted Guides
    Replies: 4
    Last Post: 03-25-2011, 08:20 PM
  3. Replies: 11
    Last Post: 02-24-2011, 04:28 PM
  4. Verizon detailed billing...
    By Count X in forum Droid X General Discussion
    Replies: 6
    Last Post: 02-04-2011, 10:31 PM
  5. Replies: 0
    Last Post: 01-15-2011, 10:58 AM

Search tags for this page

droid x driver windows 7
,

droid x drivers windows 7

,

droid x drivers windows 7 64 download

,
droid x windows 7 drivers
,

error sending jump command device api error

,

flash sbf droid x windows 7

,

how to open .sbf file in windows

,

sbf flash windows

,
vrz mb810 2.3.34 1ff 01.sbf
,
windows 7 droid x driver
Click on a term to search our sites for related topics.

Tags for this Thread