Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. The issue with the "experiment" and formats being randomly unavailable has gone away. For the time being, I can reliably download all videos. Is there an upstream issue tracker than I could post to (about something else), given that I use this modified build?
  3. Today
  4. Thanks. IIRC does the system indicate that PAE is enabled if Data Execution Prevention is enabled, or am I mis-remembering? Of course that isn't actually doing anything with the RAM availability, as you say.
  5. For the time being, I don't need it. Especially if I can't copy every file type. It's a few megs of memory and a bit of CPU saved when I plug the phone in for charging. The other devices are a brooktree/conexant radio/TV receiver witout a x64 driver and have nothing to do with the phone.
  6. Looking closer at what I installed, it was both this, and the User-Mode Driver Framework (KB2685813), I did both installs just a few minutes apart, and don't completely remember which or if both are needed. You might want to have them both for completeness' sake. So I'm guessing you have the user mode framework installed, that would leave the kernel mode framework to check. After that, I think you have the files you need to get MTP mode running. Make a folder somewhere, copy all those files into it, then try to update the driver for "MTP" shown in you device manager screenshot. Choose the "have files" option, and point it to the folder where you copied everything, see if it can load the driver that way. As for the other 2 mystery devices, my phone does not present those so I'm not sure what they are... after loading the MTP driver, can you do another screen shot, with it adjusted to show devices by connection?
  7. Yes, I saw that. However, their new code snippet used in that commit didn't play well with Python 3.4.4... Maybe I can implement it like: def random_user_agent(): _USER_AGENT_TPL = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/%s Safari/537.36' _CHROME_VERSIONS = ( '132.0.0.0', '133.0.0.0', '134.0.0.0', '135.0.0.0', '136.0.0.0', '137.0.0.0', '138.0.0.0', ) return _USER_AGENT_TPL % random.choice(_CHROME_VERSIONS) 🤔
  8. I'm afraid that with PAE the only way to overcome 4294967296 sectors of 512 bytes (2 TIB) is to modify the Paragon GPT Loader or creating a new GPT Loader.
  9. That PAE that you have activated in XP SP3 is not functional. Microsoft disables PAE in XP SP2 , so the patches were created, with the intention of enabling it again.
  10. I tell you once again that all this you suggest has already been tested and does not work. The solutions are written in the first entry of this post in which we are. The method that works we have already described. Please read the links published in the first post and you will find explanations and solutions. Regarding PAE and Windows 2000 there is no solution yet, so it is not published anywhere else.
  11. They are in the WinSxS directory. I could probably try to pull them out if I felt adventurous. c:\Windows\winsxs\amd64_wpdmtp.inf_31bf3856ad364e35_6.1.7600.16385_none_7b8f374aa061a3e8\ WinUsb.sys and WUDFRd.sys are installed. They do other things too.
  12. Thank you! I've been using the program for years, know the basics, only haven't used MinWin.
  13. Yesterday
  14. I haven't done that since W98 days.... but are some of the files sitting around on your hard drive even if you are not installing the media stuff? Do you have any of these files: c:\windows\inf\wpdmtp.inf c:\windows\inf\winusb.inf c:\windows\system32\wpdmtp.dll c:\windows\system32\wpdmtpus.dll c:\windows\system32\wpdWUDFCoinstaller.dll c:\windows\system32\drivers\WinUsb.sys c:\windows\system32\drivers\WUDFRd.sys c:\windows\system32\drivers\UMDF\WpdMtpDr.dll wpdmtpip.dll, wpdmtpbt.dll - (these last 2 I have only in packages stored under c:\windows\winsxs and c:\windows\system32\driverstore\filerepository rather than actually installed for use)
  15. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250726-c41cda278-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250726-c41cda278-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from `custom` branch of UXP: [Basilisk] css: replace -moz-hidden-unscrollable with clip (a0f628da2) - import from `custom` branch of UXP: layout: partly revert rev 5e8e120 for keeping -moz-hidden-unscrollable to work (9ce6fba76) - import from UXP: Issue #2691 - Follow-up: Add manual tests (5869164e) (d4cd9cc60) - import from UXP: Issue #2826 - Set up fontconfig on XRE startup (GTK only) (b992da05) (207207241) - import from UXP: No issue - Adjust CSP URI reporting more closely with the spec. (0a8f50fa) (96316a8d7) - import from UXP: [gfx] Hold a stronger reference to gfxFontEntry. (40f96b82) (b6584ea5e) - ported from UXP: [js] Align br_table limits with V8/Gecko. (3f297457) (720ef774c) - import from UXP: [network] Stop accepting nameless cookies. (cdc8127c) (15f4be2b2) - import from UXP: [DOM] Make object loading use an explicit scheme whitelist. (f902d2ad) (da9ac104c) - import from UXP: Issue #2828 - Part 1: Build and store the array of layer name tokens in the layer at-rules (53e6317b) (21ff29fca) - ported from UXP: Issue #2828 - Part 2: Collect and hold rule cascade data per cascade layer (7b51aa7c) (37d446504) - ported from UXP: Issue #2828 - Part 3: Refactor selector matching and rule cascade data into separate files/classes (03f29e75) (eb52d9cd2) - import from UXP: Issue #2828 - Part 4: Move cache key storage to ResolvedRuleCascades (aab9cdf9) (f6755c8be) - ported from UXP: Issue #2828 - Part 5: Implement child rule processors (e05d4d83) (595bed820) - import from UXP: Issue #2828 - Part 6: Assert rules were added to the rule cascade data (d3b305b8) (5cde0ecef) - import from UXP: Issue #2828 - Part 7: Walk child rule processors separately and ensure inverted cascade layer order is enforced for important rules (ec57be65) (7c4314376) - ported from UXP: Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file (3605630f) (0a5d13c19) - import from UXP: Issue #2828 - Part 9: Rename CascadeEnumData to CascadeLayer (1655a5a4) (cbf54b1f1) - import from UXP: Issue #2828 – Part 10: Clean up cascade layer constructor (a922ec08) (28c6452d7) - import from UXP: Issue #2828 - Part 11: Detach weighted rule data from cascade layer (cbb019a8) (4b366e590) - import from UXP: Issue #2828 - Part 12: Implement cascade layer SizeOfIncludingThis (e3476d33) (40fa28911) - import from UXP: Issue #2828 - Part 13: Exclude strong layers-related code from release builds (318031c7) (c41cda278)
  16. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20250726-id-656ea98-uxp-7e0ddfef73-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250726-id-656ea98-ia-c642e3c-uxp-7e0ddfef73-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  17. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2691 - Follow-up: Add manual tests (5869164e31) - Issue #2826 - Set up fontconfig on XRE startup (GTK only) (b992da05eb) - No issue - Adjust CSP URI reporting more closely with the spec. (0a8f50fafa) - [gfx] Hold a stronger reference to gfxFontEntry. (40f96b82ad) - [js] Align br_table limits with V8/Gecko. (3f297457d8) - [network] Stop accepting nameless cookies. (cdc8127cd1) - [DOM] Make object loading use an explicit scheme whitelist. (f902d2ad0e) - Issue #2828 - Part 1: Build and store the array of layer name tokens in the layer at-rules (53e6317bfb) - Issue #2828 - Part 2: Collect and hold rule cascade data per cascade layer (7b51aa7ca1) - Issue #2828 - Part 3: Refactor selector matching and rule cascade data into separate files/classes (03f29e75ec) - Issue #2828 - Part 4: Move cache key storage to ResolvedRuleCascades (aab9cdf9bd) - Issue #2828 - Part 5: Implement child rule processors (e05d4d8306) - Issue #2828 - Part 6: Assert rules were added to the rule cascade data (d3b305b819) - Issue #2828 - Part 7: Walk child rule processors separately and ensure inverted cascade layer order is enforced for important rules (ec57be653a) - Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file (3605630f4e) - Issue #2828 - Part 9: Rename CascadeEnumData to CascadeLayer (1655a5a4a9) - Issue #2828 – Part 10: Clean up cascade layer constructor (a922ec0823) - Issue #2828 - Part 11: Detach weighted rule data from cascade layer (cbb019a862) - Issue #2828 - Part 12: Implement cascade layer SizeOfIncludingThis (e3476d33ed) - Issue #2828 - Part 13: Exclude strong layers-related code from release builds (318031c74b) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - layout: partly revert rev 5e8e120 for keeping -moz-hidden-unscrollable to work (44e5bd7711) - [Basilisk] css: replace -moz-hidden-unscrollable with clip (c466a1385f) - [Pale-Moon] css: replace -moz-hidden-unscrollable with clip (9e02324b0b) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
  18. Internet Explorer 4.01 Service Pack 2 should contain W95Y2K.EXE. It installs an updated Shell32.dll that corrects date format issues in the "Find Files or Folders" dialog. To avoid other system issues, you should have OSR2 or 2.5 installed as well as IE4.01-SP2 full install and W95y2k. IE5.5sp2 is the last IE for Win95. I'd try IE5.01(sp4) first. Both should contain the last compatible 4.72 version of Shell32.dll.
  19. i would suspect that paragon driver is a filter driver filter drivers are something between the OS and the HARDWARE it can perform the same actions as the OS can do with the hardware there are those IRP requests where filter drivers often would be if the controlment is taken from that spot the paragon driver has the control so putting things right, the paragon driver actually could handle the harddrive instead of the OS (in this case xp) then interact with the OS and show it as if the harddrive can control more then 2 TB of discspace this might have a problem but, it needs that paragon driver in that case to figure out what the inner XP code is doing is more of work, that require a lot of debugging - i think we might have candidates to do that
  20. can't tell for pdf but music and video and pictures, even apk's and zips; i can, i have ADB installed on PC (tho my phone is rooted)
  21. ... And now yt-dlp have updated their random UA string to report Chrome 132-138: https://github.com/yt-dlp/yt-dlp/commit/c59ad2b066bbccd3cc4eed580842f961bce7dd4a#diff-b6d91e8afdfc47fb2b59e37d22d3621b79d252bc5a8205edc2b80530dcceecc2
  22. We may be talking about different things here regarding PAE. Standard PAE is enabled on my machine, and always has been. Until recently though, I had not experimented with 'PAE patches' to extend the amount of RAM available on my 32-bit system. I do now have one of those available as an option on boot, and it is possible that my access to the 3TB disk will fail if I use that, if I go over 2TB on the disk. I haven't actually tried that, but certainly with the standard PAE configuration, I went over 2TB on my tests without any apparent problems.
  23. Yikes, that’s rough. I had something similar after upgrading—turned out to be an outdated shell extension causing StartIsBack to flip out when right-clicking.
  24. Great news - I received the notice on GitHub. No rush. I just wondered if it was going to be a thing. Thanks K4Sum1
  25. It seems to differ from Android version to version. I remember having a previous phone that I could set custom sound alerts for SMS for specific contacts, but then a later phone didn't have this option. There are apps that can do it but trying to find a simple clean app (especially these days) can be a real task. I had used apps to manage this before and they do work but not reliably. For example one phone I used an app for that, it would play the custom sound half the time and others it wouldn't before eventually it just stopped working. My current phone just has a default "Notification Sound" that is system wide, and the app I use for SMS doesn't have an option to use anything other than the system notification sound. I had a previous app that did but I never bothered to change it before it stopped letting me open it.
  26. It's my only controller and i've been setting up games on my vista machine so i looked it up and got a whole load of results for xbox one drivers and how to use them with vista but nothing on series x/s controllers. i cant even find modern drivers for it, only that theyre installed with the xbox apps and all that built in win10/11 stuff. Is there really no way to do it or am i not looking hard enough? (the point of this question is really "should i just get an older controller/controller with older drivers?")
  1. Load more activity
×
×
  • Create New...