Join Today













Site Sponsor
Results 1 to 4 of 4
  1. #1
    Newb
    Join Date
    Nov 2010
    Location
    Midwest
    Posts
    16
    Rep Power
    0

    Default Droid Flash2.0 - Error

    I am having a problem running Droid Flash 2.0 by To0. I am really hoping someone can help me out with this one, I noticed a couple other users with the same problem so I am starting a thread for solutions. We have been using this on other computers without a single problem, may just need help setting mine up? I have installed the test folder with tap and weedle on my C: drive, as well as tried different windows framework versions.

    After setting up Droid Flash 2.0 for an Android, I select the Reprogram button and am instantly greeted with this error: Unhandled Exception has occured...


    Details tab tells me this:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.ComponentModel.Win32Exception: The system cannot find the file specified
    at System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at droidFlash.Form1.Button2_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    droidFlash
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/TFL/Desktop/Android/droidflash/droidflash.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    MySql.Data
    Assembly Version: 5.1.7.0
    Win32 Version: 5.1.7.0
    CodeBase: file:///C:/Users/TFL/Desktop/Android/droidflash/MySql.Data.DLL
    ----------------------------------------
    System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  2. #2

    iPhone Moderator, Trusted Guru &
    CDMA GURUS Booster
    rich hathaway's Avatar


    Join Date
    Apr 2010
    Location
    kansas city
    Posts
    2,961
    Rep Power
    5943

    Default Re: Droid Flash2.0 - Error

    may i suggest you get ahold of cain or to0. they offer support for there flash packs if you acquired it legitimatly .also i believe some,not all, but some of there flash packs are installable on only one computer per license.
    Custom tools and custom phone & mifi firmwares built to your specs.Contact me !

    I WILL NOT ANSWER SUPPORT QUESTIONS THRU PRIVATE MSG.
    See mifis.us for unlimited data on vzw-AT&T-TMO-or some MVNO's (Resellers welcome)

    www.mifis.us <--get yer unlimited data mifis here

  3. #3
    Newb
    Join Date
    Nov 2010
    Location
    Midwest
    Posts
    16
    Rep Power
    0

    Default Re: Droid Flash2.0 - Error

    Quote Originally Posted by rich hathaway View Post
    may i suggest you get ahold of cain or to0. they offer support for there flash packs if you acquired it legitimatly .also i believe some,not all, but some of there flash packs are installable on only one computer per license.
    I am looking up their contact info now. I'll see what they can do for me...
    Last edited by johnnyv2004; 01-20-2011 at 02:40 PM.

  4. #4
    Newb
    Join Date
    Nov 2010
    Location
    Midwest
    Posts
    16
    Rep Power
    0

    Default Re: Droid Flash2.0 - Error

    I talked to cain and figured it out. In my android-sdk-windows folder>tools folder. I was missing three 'adb' files. I added those and was back to business. Hope this will help others with the same problem. Contact cain and he should be able to help out.


 

Similar Threads

  1. Evo shift error 67 error registration
    By Axkiker in forum HTC EVO SHIFT
    Replies: 8
    Last Post: 10-24-2011, 12:31 AM
  2. LG Error [LG LX265]
    By ownmart in forum General Disscussion
    Replies: 2
    Last Post: 12-26-2010, 04:11 PM
  3. PRL read error
    By bloodyvodka in forum General Disscussion
    Replies: 0
    Last Post: 09-29-2010, 06:15 PM
  4. Loader error
    By jhepoi26 in forum RIM General Disscusion
    Replies: 4
    Last Post: 09-23-2010, 10:11 PM
  5. Replies: 5
    Last Post: 06-16-2010, 01:25 PM

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
  •