Announcement

Collapse
No announcement yet.

Openflex Boardview: New boardview software (linux, windows and OSX)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #41
    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

    Did you hear about the BoardViewer program? I'm sure you did. If you need help with boardview files formats, ask me.

    Comment


      #42
      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

      I want you to know, you can use my code as before. Multiplatform, quick and biautyfull version is a good idea. But maybe it will be hornest if you place somewere tiny link on original program.
      New version available here: https://www.badcaps.net/forum/showthread.php?t=56989.
      Last edited by remax; 09-15-2016, 08:58 AM.

      Comment


        #43
        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

        Originally posted by remax View Post
        But maybe it will be hornest if you place somewere tiny link on original program.
        Can you PM me and explain how you believe Openboardview/Openflexboardview are using your sourecode.

        Everything we've created is available on Github under MIT licence.
        YouTube Repair Videos - https://www.youtube.com/user/19PLD73
        FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

        Comment


          #44
          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

          Originally posted by inflex View Post
          Can you PM me and explain how you believe Openboardview/Openflexboardview are using your sourecode.

          Everything we've created is available on Github under MIT licence.
          In a private chat, we decided that all matches are random. So I apologize to Inflax . Good job! Don't download my program this version is better .

          Comment


            #45
            Re: Openflex Boardview: New boardview software (linux, windows and OSX)

            Originally posted by remax View Post
            In a private chat, we decided that all matches are random.
            Glad to have resolved this. Thank you for taking the time to talk to me in PM and explaining things.

            I think it is good to have multiple developments, because it means everyone can create new ideas independently which can inspire others, and discover rare codes in board files (like that UNITS:millimeter - made a very tiny board ).
            YouTube Repair Videos - https://www.youtube.com/user/19PLD73
            FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

            Comment


              #46
              Re: Openflex Boardview: New boardview software (linux, windows and OSX)

              good good

              Comment


                #47
                Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                hey guys , im unable to open does 1000h asus boardview files ,

                version 1.0 1.1 and 1.2 all impossible to open ,

                tryed on openboardview , boardviewer , pcbrepair tool , all same issue
                Attached Files

                Comment


                  #48
                  Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                  Originally posted by highpulse View Post
                  hey guys , im unable to open does 1000h asus boardview files ,

                  version 1.0 1.1 and 1.2 all impossible to open ,

                  tryed on openboardview , boardviewer , pcbrepair tool , all same issue
                  Wonder how long it'll be before we get access to the new key... and I guess we'll have to then implement another key in the setup.
                  YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                  FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                  Comment


                    #49
                    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                    Thank piernov and his sharp eye... we have decode the new board
                    Attached Files
                    YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                    FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                    Comment


                      #50
                      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                      Is it realy possible to find the key so fast? Can piernov's sharp eye to find the key to this file? Or we have "I encrypt - I decrypt" situation here?
                      Attached Files

                      Comment


                        #51
                        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                        Originally posted by remax View Post
                        Is it realy possible to find the key so fast? Can piernov's sharp eye to find the key to this file? Or we have "I encrypt - I decrypt" situation here?

                        Looks like a different situation again with this one. Where'd you find this?
                        YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                        FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                        Comment


                          #52
                          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                          highpulse's one was not encrypted in fact so that's why the decryption process produced garbage. We've implemented an auto-detection to support both encrypted and unencrypted files.
                          remax' one is corrupted. The file is truncated and so we're especially missing the last 4 bytes which allow us to detect the second part size to split the file (the file is divided in 2 parts). We could try to implement an auto detection of this field but the best would be to get a working file or "fix it" (ie. add those last 4 bytes which here would be 7014 encoded as a 32 bit little endian int if I'm not mistaken).
                          OpenBoardView — https://github.com/OpenBoardView/OpenBoardView

                          Comment


                            #53
                            Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                            Originally posted by piernov View Post
                            We could try to implement an auto detection of this field but the best would be to get a working file or "fix it" (ie. add those last 4 bytes which here would be 7014 encoded as a 32 bit little endian int if I'm not mistaken).
                            That's quite a talent you have for massaging out data from files.
                            Last edited by inflex; 09-20-2016, 09:47 AM.
                            YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                            FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                            Comment


                              #54
                              Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                              You are realy cool if you did this. This is normal file, previous was corrupted
                              Are ZLib signatures knowledge enough to decrypt the file?
                              Attached Files
                              Last edited by remax; 09-20-2016, 10:58 AM.

                              Comment


                                #55
                                Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                Looks like I can't do anything with this one.
                                Also the previous one uses a different compression level and uses ',' instead of '.' as the decimal delimiter. Support will be implemented soon in OBV.
                                OpenBoardView — https://github.com/OpenBoardView/OpenBoardView

                                Comment


                                  #56
                                  Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                  The key to the last my file starts with
                                  0x546E3454 0xAE123456 0x8567845B 0x412345CD
                                  and continue as usual.

                                  Comment


                                    #57
                                    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                    hey guys , so wich key is to be added to the setup ? for i can open the asus 1000h boardview ?

                                    Comment


                                      #58
                                      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                      Published a release for highpulse: https://github.com/piernov/OpenBoard...leases/tag/N11
                                      OpenBoardView — https://github.com/OpenBoardView/OpenBoardView

                                      Comment


                                        #59
                                        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                        Originally posted by highpulse View Post
                                        hey guys , so wich key is to be added to the setup ? for i can open the asus 1000h boardview ?
                                        Your file was not encoded, I fix it with standart key.
                                        Is it a lot of not encoded FZ files on vinafix? Should I do support of them in my program?
                                        Attached Files
                                        Last edited by remax; 09-21-2016, 12:28 AM.

                                        Comment


                                          #60
                                          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                          so where is the downloads link for 7 x64 or 10

                                          Comment

                                          Working...
                                          X