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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • remax
    Member
    • Jan 2015
    • 26
    • Belarus

    #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

    • remax
      Member
      • Jan 2015
      • 26
      • Belarus

      #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

      • inflex
        Badcaps Veteran
        • Aug 2012
        • 544
        • Australia

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

        Originally posted by remax
        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

        • remax
          Member
          • Jan 2015
          • 26
          • Belarus

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

          Originally posted by inflex
          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

          • inflex
            Badcaps Veteran
            • Aug 2012
            • 544
            • Australia

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

            Originally posted by remax
            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

            • highpulse
              i hate HP
              • May 2013
              • 1488
              • portugal

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

              good good

              Comment

              • highpulse
                i hate HP
                • May 2013
                • 1488
                • portugal

                #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

                • inflex
                  Badcaps Veteran
                  • Aug 2012
                  • 544
                  • Australia

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

                  Originally posted by highpulse
                  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

                  • inflex
                    Badcaps Veteran
                    • Aug 2012
                    • 544
                    • Australia

                    #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

                    • remax
                      Member
                      • Jan 2015
                      • 26
                      • Belarus

                      #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

                      • inflex
                        Badcaps Veteran
                        • Aug 2012
                        • 544
                        • Australia

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

                        Originally posted by remax
                        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

                        • piernov
                          Super Moderator
                          • Jan 2016
                          • 4435
                          • France

                          #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

                          • inflex
                            Badcaps Veteran
                            • Aug 2012
                            • 544
                            • Australia

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

                            Originally posted by piernov
                            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

                            • remax
                              Member
                              • Jan 2015
                              • 26
                              • Belarus

                              #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

                              • piernov
                                Super Moderator
                                • Jan 2016
                                • 4435
                                • France

                                #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

                                • remax
                                  Member
                                  • Jan 2015
                                  • 26
                                  • Belarus

                                  #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

                                  • highpulse
                                    i hate HP
                                    • May 2013
                                    • 1488
                                    • portugal

                                    #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

                                    • piernov
                                      Super Moderator
                                      • Jan 2016
                                      • 4435
                                      • France

                                      #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

                                      • remax
                                        Member
                                        • Jan 2015
                                        • 26
                                        • Belarus

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

                                        Originally posted by highpulse
                                        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

                                        • angel-boy
                                          Badcaps Veteran
                                          • Jan 2013
                                          • 550
                                          • Romania

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

                                          so where is the downloads link for 7 x64 or 10

                                          Comment

                                          Related Topics

                                          Collapse

                                          • inflex
                                            FlexBV FREE Edition - Modern Boardview software for Win, macOS and Linux
                                            by inflex
                                            Now available, FlexBV Free edition is a slimmed down product of the full licenced version.

                                            https://pldaniels.com/flexbv5 ( available on the downloads page or most of the way down on the main page )

                                            If you're looking for a modern alternative to existing boardview programs that's also cross platform then consider giving FlexBV Free a go.

                                            So what's missing?
                                            * Schematic/PDF coupling
                                            * Butterfly view
                                            * Donor board part searcher
                                            * Jobs
                                            * Annotations

                                            What's new/improved compared to others?
                                            * OBData...
                                            10-10-2023, 12:29 AM
                                          • ivtec
                                            install Linux on Windows 10 | Install Ubuntu on Windows 10 using Virtualbox ?
                                            by ivtec
                                            Has anybody installed Linux on Windows 10 using Virtualbox? and since my old PC will have support after oct 25 and won't update to 11 , i just want to use win 10 for Music notation program and use Progdvb iptv player .

                                            01-17-2025, 12:54 PM
                                          • Topcat
                                            The 2025 Operating System Thread
                                            by Topcat
                                            What OS are you running these days? I am down to 3 Windows workstations and one Windows Server on my LAN, everything that doesn't have a windows-specific need has been moved to Linux. Printing abilities with my large document centers are Linux's kryptonite; the reason for 2 of the Windows machines. The third machine still has Win7 on it, and isn't connected to the outside world. It has tons of software on it I use for diagnostics and updating various hardwares. My main rig is still Win10 Enterprise, so I had to vote Win10 in the poll...but I have overwhelmingly more linux machines than windows...
                                            Windows 11
                                            27.66%
                                            13
                                            Windows 10
                                            25.53%
                                            12
                                            Windows 8/8.1 or 7
                                            14.89%
                                            7
                                            Windows Vista (I'm a glutton)
                                            0%
                                            0
                                            Windows XP (I just can't let go!)
                                            2.13%
                                            1
                                            Windows 2000 / ME / 9x (Ok, this one is a funny, maybe!!)
                                            0%
                                            0
                                            Some flavor of Linux (brag on your distro in a post)
                                            25.53%
                                            12
                                            MacOS - OSX (Poor diluted souls!!)
                                            4.26%
                                            2
                                            Google Chrome/chromebox/chromebook
                                            0%
                                            0
                                            What's a PC? (The option for those with a phone stuck in their faces)
                                            0%
                                            0
                                            01-01-2025, 10:19 AM
                                          • obelix24
                                            Boardview software for Ipad OS
                                            by obelix24
                                            As in the title is there any usable boardview software for ipadOS ?
                                            Something like flexbv or boardview ?
                                            I was not able to find anything
                                            11-06-2024, 03:25 AM
                                          • japlytic
                                            DRIVER_PNP_WATCHDOG error re. old drivers in Windows 11 install image
                                            by japlytic
                                            In a Beelink GTR mini PC, mine has an Intel AX200NGW WLAN module.

                                            Tried (only with keyboard/mouse connected):
                                            • BIOS + database update
                                            • Using latest Windows 11 image built with official image creation tool
                                            • Previous setup version for Windows 11 installer
                                            • Replacing SSD without a slow block (the previous SSD had a slow block with access time > 500 mS)
                                            • TPM reset (worked to the point where DRIVER_PNP_WATCHDOG error message is displayed briefly after the point of stalling)
                                            • Disabling power to WLAN and LAN modules in BIOS (Advanced > AMD PBS > PCI Express Configuration)
                                            ...
                                            06-19-2025, 04:59 PM
                                          • Loading...
                                          • No more items.
                                          Working...