[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
  2. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    Yep, does not matter what I try, it errors out.
     
  3. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    is your app still up and running? do not close it, aria2 can't connect to it

    close everything, delete zip file
    run uupdump.exe and never close it
    download new zip file from the app and try do download UUP set as usual
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    I'll report back soon. I have a 1 gig connection and a fast PC.
     
  5. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    done, edit uupdump-get-fileinfo+packs.cmd and set phprun to 1
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    So, downloaded uupdump-win32-ia32 and ran uupdump.exe, it obviously doesn't know of any builds because I have not run uupdump-get-fileinfo+packs.cmd yet.

    Do I run uupdump-get-fileinfo+packs.cmd with uupdump.exe already open or do you want me to do something else?
     
  7. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    seems like you've deleted the whole app folder...

    let's make it quick
    1. run uupdump.exe
    2. go to "new build" and click next
    3. go to your build and click generate metadata (if it's not working because of spaces in your path then run uupdump-get-packs.cmd)
    4. download zip, extract, run

    but please do not close uupdump.exe app at all
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    #4568 nosirrahx, Dec 17, 2022
    Last edited: Dec 17, 2022

    Entered 25267.1000, generated metadata. Selected home and created zip. Unzipped and ran uup_download_windows.cmd leaving uupdump.exe open.

    So far it seems to be working. I will report back when the ISO is built.

    EDIT:

    Its building boot and install so it seems to have worked.
     
  9. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    Yes, Good!
    So I believe Electron stuff is not needed anymore if phprun set to 1.
    So please what folders/files need to be deleted? I just want to save some space. Thank you.
     
  10. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    #4570 Paul Mercer, Dec 17, 2022
    Last edited: Dec 18, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,541
    450
    It asks for access, the link sharing is not set to "anybody who has the link".
     
  13. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    @Paul Mercer , I have a suggestion: the website can include the download portal of this app. After all, more often than not, websites are still needed.

    The re-launch of the website is still needed.

    Also: The site has been in GitHub's repository for more than a month and no one has been responsible for requesting a merge.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    #4576 Paul Mercer, Dec 18, 2022
    Last edited: Dec 18, 2022
    my bad, it was late here and somehow I didn't change files permissions
    yes, you can keep only uupdump-get-fileinfo+packs.cmd

    I have no control over domain or old server host, you can ask luzea for that here or on UUP dump Discord Server

    you can just delete Electron stuff and get the same, the reason why I don't want to update dev-server is new website and API versions
    new website don't have multi language support and it's the only missing thing here, and tons of symlinks is stupid, it was my last resort because I wasn't been able to fix rewrite in PHP built-in server

    about update.cmd... builds archive is outdated now, we've lost builds for the last month (and I'm really upset about that), and I just can't see any reason why we need it anymore
    with new API fix we can get any build using fetch_sync_current_only on demand and we don't need to keep 6 Gb. of data

    browser list is a little bit overkill, I just wanted to keep it simple
    right now there's too much scripts and we need a GUI like in W10UI tool, maybe @abbodi1406 can write it in his free time

    right now I want to fix packs generation in the app (uupdump.exe), it's not working if path with spaces
    ".\resources\app\main.js" - in this file on line 69 you can find generation process
    Code:
    const ls = child_process.spawn(`"${__dirname}/php/php.exe"`, ['pack.php', update], {
    with this "" addition PHP is working, but working dirrectory is still broken, and I can't add "" to the cwd on line 71

    yes, original Home.php is fine now, getting "latest" builds was broken when DB is empty, @abbodi1406 fixed that in API's fetchupd.php
    Code:
            if(empty($ids['builds'])) {
                $build = $builds[0];
            } else {
                $build = $ids['builds'][0]['build'];
            }
            unset($builds, $ids);
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. xscorpionx

    xscorpionx MDL Novice

    Feb 11, 2017
    18
    2
    0
    Hi, i downloaded and created ISO successfully of Windows 11 22621.963 retail with uupdump-win32-ia32. Thank you a lot, however the site is down again (dns probe..., i try also with changed dns, but same issue).. A+++
     
  18. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    276
    98
    10
    a friend of mine had that problem a lot with his internet from spectrum, you may need a new cable modem. I have a fiberoptic internet connection and never seen a DNS Probe
     
  19. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,943
    4,168
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...