in reply to Sample of Win32::GuiTest needed for this

I'm still a bit confused as to what you want to do. Please list the steps your Perl script needs to run through, ignore bits that you will do by hand, ie attaching the phone to the USB port, that part is irrelevant.

My best guess so far is, that you want to run SGH.exe with a filename as the parameter, then have perl "click" the Start button? Or how does SGH.exe get the filename it's supposed to use?

C.

Replies are listed 'Best First'.
Re^2: software upgrade for mobile phone
by prad_intel (Monk) on Oct 05, 2005 at 11:46 UTC
    :((

    I want to -

    1) Flash the file by making perl press the Start button , read the status ( PASS OR FAIL )

    2) Flex :(( ( learnt a new lesson )

    prad

    UPDATE : File is flashed or burnt into the mobile's PROM through the exe. /

    The UI is something like Browse->(select file) and then we can start burning.

    Formatting can make things readable but the content is more valuable
      prad_intel

      Am I correct in thinking that SGH.exe does not accept command line arguments (ie the file you want to flash), and that you can only select it via the user interface?
      Have to read the advice in the previous post I made?
      Please provide as much pertinent data as possible.

      Martin