Jump to content

Brickedandroid

Member
  • Posts

    173
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Indonesia

Everything posted by Brickedandroid

  1. Any drivers designed for Windows 7 or higher can be backported to Vista using NTOSKRNL Emu_Extender. For the user-mode components, use Extended Kernel version spoofing.
  2. And the same Segoe UI Emoji ttf font file. What are the other files that make the emoji rendering colored outside Firefox? The colored emoji has been introduced since Windows 8.1. KB2729094 in Windows 7 also won't make the emojis colored.
  3. Media foundation update fixes youtube videos in firefox but breaks Windows Media Player and also other media-dependent programs, and the update cannot be redirected locally.
  4. It must be caused by missing dependency functions (Code 39 in Device Manager). The only solution is NTOSKRNL Emu_Extender.
  5. But, how can Windows 10 have colored emojis everywhere?
  6. I tried installing Segoe UI Emoji font that was obtained from the October 2021 release of Windows 11 21H2 ISO (still look the same like Windows 10 emojis) into Windows Vista Extended Kernel, and I also don't forget to restart the machine after installing the emoji file. And then, the emoji works, but the emoji is only displayed with colors on Firefox. The rest of the apps display black and white emojis, and some others (including the title bars and tooltips that are hovered from anything outside Firefox) don't work at all (just displaying two unicode blocks).
  7. For the newer driver versions, please use NTOSKRNL Emu_Extender.
  8. You're welcome. If you have any driver-related issues, especially about the kernel-mode side, please post to this topic:
  9. Use @George King's NTOSKRNL Emu_Extender.
  10. How about the TSC drift bug and newer Intel HD/UHD/Iris driver's Direct3D 9 fix?
  11. Where's the link to download the 2023 ExKernel build?
  12. The Windows 10 and 11 difference only lies on the build number
  13. The GetMaximumProcessorCount function isn't added yet, no matter which the spoofed version is.
  14. Windows 7. If you can't use it as main OS (e.g. dualboot), you can install it in VM.
  15. To compile the extender, you need another working PC running Windows 7, and then install the WDK 7.1.0 on that Windows 7 machine, and Notepad++ for editing the NTOSKRNL Emu_Extender source code files before compiling. And you also need Dependency Walker x64 to check for the missing dependency functions, and CFF Explorer to modify the PE-formatted files (e.g. .exe, .dll, .sys, etc.). First, open CFF Explorer, and load the driver file (.sys) you're going to install. Then, go to the Optional Header section, and change all the minor versions to 0000 (if the major versions are 000A, change every of them to 0006). And then in Import Directory section, rename ntoskrnl.exe to ntoskrn8.sys. Save and overwrite the file, recalc the checksum in Rebuilder section, and save again. Don't forget to make a backup copy before modifying in CFF Explorer (rename xxx (2).sys to xxx.sys.bak). To check for the missing functions, open Dependency Walker, and load the previously modified driver file. If there are no critical issues, your driver is now ready to be installed. Suggestions: If the driver file (.sys) is signed with certificate, you need to delete the certificate first using delcert.exe before modifying it to avoid corruptions or malfunctions. Here is the link: https://forum.xda-developers.com/attachments/delcert-zip.105230/
  16. No, I tried myself and the newer Intel HD 4000 versions worked partially for me. The driver has no problem in Device Manager. Only DirectX 9 API causes BEX64 crashes.
  17. Try re-make the Vista installation in VM but without the Intel HD 4000 driver installed, then re-capture into WIM file. You could try using NTOSKRNL Emu_Extender to install the Intel HD 4000 driver, do this in the Surface. Note: The driver signature enforcement must be disabled, through F8 boot menu, BCD configuration tweaking, or test mode.
  18. So, since it's freshly installed, there was just a black screen? Did you ever saw at least the OOBE screen or the "Finishing Installation" step screen?
  19. Does the black screen only happen after you installed the Intel HD 4000 driver?
  20. Send the error screenshot through private message to me
  21. And you're also not interested in XP or older...
  22. An exact file in Windows 7 that has the main role for the filters
×
×
  • Create New...